* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}

.clr {
  clear: both;
  float: none;
}

@font-face {
  font-family: "Jost light";
  src: url("../font/Jost-Light.eot");
  src: url("../font/Jost-Light.eot?#iefix") format("embedded-opentype"), url("../font/Jost-Light.woff") format("woff"), url("../font/Jost-Light.ttf") format("truetype"), url("../font/Jost-Light.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Jost regular";
  src: url("../font/Jost-Regular.eot");
  src: url("../font/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Jost-Regular.woff") format("woff"), url("../font/Jost-Regular.ttf") format("truetype"), url("../font/Jost-Regular.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Jost medium";
  src: url("../font/Jost-Medium.eot");
  src: url("../font/Jost-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Jost-Medium.woff") format("woff"), url("../font/Jost-Medium.ttf") format("truetype"), url("../font/Jost-Medium.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Jost bold";
  src: url("../font/Jost-Bold.eot");
  src: url("../font/Jost-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Jost-Bold.woff") format("woff"), url("../font/Jost-Bold.ttf") format("truetype"), url("../font/Jost-Bold.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
body.noScroll {
  overflow: hidden;
}
body header .top_control {
  background: #2D323A;
}
body header .top_control .zarovnani {
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 243px 1fr 180px;
  grid-gap: 58px;
  padding: 33px 0px;
}
@media (max-width: 1040px) {
    body header .top_control .zarovnani {
        grid-gap: 30px;
    }
}
@media (max-width: 980px) {
  body header .top_control .zarovnani {
    grid-template-columns: 180px 1fr 180px;
  }
}
@media (max-width: 640px) {
  body header .top_control .zarovnani {
    grid-template-columns: 243px 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 480px) {
  body header .top_control .zarovnani {
    width: 100%;
    display: block;
  }
}
body header .top_control .zarovnani #logo {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 480px) {
  body header .top_control .zarovnani #logo {
    height: 20px;
    margin-bottom: 20px;
  }
}
body header .top_control .zarovnani #top_navigation ul {
  text-align: right;
  list-style: none;
}
body header .top_control .zarovnani #top_navigation ul li {
  display: inline-block;
  margin-left: 41px;
}
@media (max-width: 1160px) {
    body header .top_control .zarovnani #top_navigation ul li {
      margin-left: 25px;
    }
  }
@media (max-width: 1100px) {
  body header .top_control .zarovnani #top_navigation ul li {
    margin-left: 10px;
  }
}
body header .top_control .zarovnani #top_navigation ul li a {
  display: block;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #AFAFAF;
  text-transform: uppercase;
  text-decoration: none;
}
body header .top_control .zarovnani #top_navigation ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 980px) {
  body header .top_control .zarovnani #top_navigation ul {
    position: absolute;
    top: 50px;
    left: calc(50% - 250px);
    background: #2D323A;
    z-index: 999;
    width: 500px;
    display: none;
  }
  body header .top_control .zarovnani #top_navigation ul li {
    display: block;
    width: 100%;
    margin: 0px;
  }
  body header .top_control .zarovnani #top_navigation ul li a {
    text-align: center;
    padding: 20px;
    border-bottom: solid 1px #767676;
  }
}
@media (max-width: 640px) {
  body header .top_control .zarovnani #top_navigation ul {
    left: 0px;
    width: 100%;
  }
}
@media (max-width: 980px) {
  body header .top_control .zarovnani #top_navigation {
    position: relative;
  }
  body header .top_control .zarovnani #top_navigation #hamburger {
    display: block;
    width: 62px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    display: none;
  }
  body header .top_control .zarovnani #top_navigation #hamburger span {
    display: block;
    height: 8px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    transition: 500ms;
  }
  body header .top_control .zarovnani #top_navigation #hamburger span:nth-child(1) {
    top: 6px;
  }
  body header .top_control .zarovnani #top_navigation #hamburger span:nth-child(2) {
    top: 22px;
  }
  body header .top_control .zarovnani #top_navigation #hamburger span:nth-child(3) {
    top: 38px;
  }
  body header .top_control .zarovnani #top_navigation #hamburger.open span:nth-child(1) {
    top: 22px;
    transform: rotateZ(135deg);
    background-color: #e31e25;
  }
  body header .top_control .zarovnani #top_navigation #hamburger.open span:nth-child(2) {
    top: 22px;
    transform: rotateZ(45deg);
    background-color: #e31e25;
  }
  body header .top_control .zarovnani #top_navigation #hamburger.open span:nth-child(3) {
    display: none;
    background-color: #e31e25;
  }
}
@media (max-width: 640px) {
  body header .top_control .zarovnani #top_navigation {
    grid-area: 2/1/3/3;
  }
}
body header .top_control .zarovnani #top_action {
  display: grid;
  grid-template-columns: repeat(4, 20px);
  grid-gap: 29px;
  align-content: center;
}
body header .top_control .zarovnani #top_action .searching {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/lupa.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
}
body header .top_control .zarovnani #top_action .searching:hover {
  background-image: url("../img/lupa_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body header .top_control .zarovnani #top_action .account {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/uzivatel.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
}
body header .top_control .zarovnani #top_action .account:hover {
  background-image: url("../img/uzivatel_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body header .top_control .zarovnani #top_action .favourite {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/oblibene.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
}
body header .top_control .zarovnani #top_action .favourite:hover, body header .top_control .zarovnani #top_action .favourite.active {
  background-image: url("../img/oblibene_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body header .top_control .zarovnani #top_action .cart {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/kosik.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
}
body header .top_control .zarovnani #top_action .cart span {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #E31E25;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  color: white;
  text-align: center;
}
@media (max-width: 640px) {
  body header .top_control .zarovnani #top_action {
    justify-content: end;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  body header .top_control .zarovnani #top_action {
    width: 180px;
    margin: 20px auto;
  }
}
body header .searching_bar {
  position: relative;
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: none;
}
body header .searching_bar form {
  position: absolute;
  right: 0px;
  top: 0px;
  background: white;
  z-index: 999;
  width: 620px;
  display: grid;
  grid-template-columns: 1fr 160px;
}
body header .searching_bar form input[type=text] {
  padding: 25px 0px 25px 20px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #222;
  background-color: white;
  border: none;
  outline: none;
}
@media (max-width: 480px) {
  body header .searching_bar form input[type=text] {
    padding: 15px 0px 15px 20px;
  }
}
body header .searching_bar form input[type=submit] {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  background-color: #E31E25;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 300ms;
  text-transform: uppercase;
}
body header .searching_bar form input[type=submit]:hover {
  background-color: #000;
  color: white;
}
@media (max-width: 660px) {
  body header .searching_bar form input[type=submit] {
    height: 40px;
  }
}
body header .searching_bar form.active {
  display: block;
}
@media (max-width: 660px) {
  body header .searching_bar form {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
body header .searching_bar #naseptavac_obsah {
  position: absolute;
  background: #efefef;
  right: 0px;
  top: 86px;
  max-width: 620px;
  width: 100%;
  padding: 10px;
  z-index: 99999;
}
body header .searching_bar #naseptavac_obsah p {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body header .searching_bar #naseptavac_obsah p.nadpis {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  padding-top: 15px;
}
body header .searching_bar #naseptavac_obsah p a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  text-decoration: underline;
}
body header .searching_bar #naseptavac_obsah p a:hover {
  text-decoration: none;
}
body header .account_bar {
  position: relative;
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: none;
}
body header .account_bar .wrap {
  position: absolute;
  right: 0px;
  top: 0px;
  background: white;
  z-index: 999;
  width: 620px;
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-column-gap: 20px;
}
@media (max-width: 400px) {
  body header .account_bar .wrap {
    padding-bottom: 20px;
    box-shadow: gray 0px 5px 20px 0px;
  }
}
body header .account_bar .wrap div {
  padding-left: 20px;
}
body header .account_bar .wrap div p {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #222;
}
body header .account_bar .wrap div form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5px;
}
body header .account_bar .wrap div form input[type=text], body header .account_bar .wrap div form input[type=password] {
  padding: 5px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #222;
  background-color: white;
  border: none;
  outline: none;
  border: solid 1px rgb(150, 150, 150);
}
@media (max-width: 400px) {
  body header .account_bar .wrap div form input[type=text], body header .account_bar .wrap div form input[type=password] {
    display: block;
    width: 100%;
  }
}
body header .account_bar .wrap div form input[type=submit] {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
  background-color: #E31E25;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 300ms;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
}
body header .account_bar .wrap div form input[type=submit]:hover {
  background-color: #000;
  color: white;
}
@media (max-width: 400px) {
  body header .account_bar .wrap div form input[type=submit] {
    display: block;
    width: 100%;
  }
}
body header .account_bar .wrap div form.active {
  display: block;
}
@media (max-width: 400px) {
  body header .account_bar .wrap div form {
    display: block;
  }
}
@media (max-width: 660px) {
  body header .account_bar .wrap div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body header .account_bar .wrap div ul {
  list-style: none;
  margin-left: 0px;
  padding: 20px 0px;
}
body header .account_bar .wrap div ul li {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #222;
}
body header .account_bar .wrap div ul li a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #222;
}
body header .account_bar .wrap div ul li a:hover {
  text-decoration: none;
}
body header .account_bar .wrap .odkazy {
  text-align: center;
  padding-top: 30px;
}
body header .account_bar .wrap .odkazy a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #E31E25;
  display: inline-block;
}
body header .account_bar .wrap .odkazy a:hover {
  text-decoration: none;
}
body header .account_bar .wrap.active {
  display: block;
}
@media (max-width: 660px) {
  body header .account_bar .wrap {
    width: 100%;
    display: block;
  }
}
body header .menu {
  background: #EFEFEF;
  position: relative;
}
body header .menu .zarovnani {
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding: 38px 0px 32px 0px;
}
body header .menu .zarovnani ul {
  list-style: none;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
}
@media (max-width: 980px) {
  body header .menu .zarovnani ul {
    position: absolute;
    top: 120px;
    left: 0px;
    background: #efefef;
    z-index: 9999;
    width: 100%;
    display: none;
  }
  body header .menu .zarovnani ul li {
    display: block;
    width: 100%;
    margin: 0px;
  }
  body header .menu .zarovnani ul li a {
    text-align: center;
    padding: 20px;
    border-bottom: solid 1px #767676;
  }
}
body header .menu .zarovnani ul li {
  display: inline-block;
  margin: 0px 32px;
  position: relative;
}
body header .menu .zarovnani ul li:first-child {
  margin-left: 0px;
}
body header .menu .zarovnani ul li:last-child {
  margin-right: 0px;
}
@media (max-width: 1500px) {
  body header .menu .zarovnani ul li {
    margin: 0px 23px;
  }
}
@media (max-width: 1300px) {
  body header .menu .zarovnani ul li {
    margin: 0px 15px;
  }
}
@media (max-width: 1200px) {
  body header .menu .zarovnani ul li {
    margin: 0px 10px;
  }
}
@media (max-width: 980px) {
  body header .menu .zarovnani ul li {
    margin: 0px;
  }
}
body header .menu .zarovnani ul li a {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #2D323A;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
@media (max-width: 1100px) {
  body header .menu .zarovnani ul li a {
    font-family: "Jost medium";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #2D323A;
  }
}
@media (max-width: 980px) {
  body header .menu .zarovnani ul li a {
    display: block;
    width: 100%;
    padding: 20px;
  }
}
body header .menu .zarovnani ul li a span {
  display: inline-block;
  width: 13px;
  height: 12px;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
}
body header .menu .zarovnani ul li a span i {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(45, 50, 58);
  margin-bottom: 3px;
  top: 0px;
  transition: 200ms;
}
body header .menu .zarovnani ul li a span i:nth-child(2) {
  top: 4px;
}
body header .menu .zarovnani ul li a span i:nth-child(3) {
  top: 8px;
}
body header .menu .zarovnani ul li a:hover {
  color: #e31e25;
}
body header .menu .zarovnani ul li a:hover span i {
  top: 3px;
  background-color: #E31E25;
}
body header .menu .zarovnani ul li a:hover span i:nth-child(3) {
  top: 4px;
}
@media (max-width: 980px) {
  body header .menu .zarovnani {
    position: relative;
  }
  body header .menu .zarovnani #hamburger_menu {
    display: block;
    width: 62px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }
  body header .menu .zarovnani #hamburger_menu span {
    display: block;
    height: 8px;
    width: 100%;
    position: absolute;
    background-color: #E31E25;
    transition: 500ms;
  }
  body header .menu .zarovnani #hamburger_menu span:nth-child(1) {
    top: 6px;
  }
  body header .menu .zarovnani #hamburger_menu span:nth-child(2) {
    top: 22px;
  }
  body header .menu .zarovnani #hamburger_menu span:nth-child(3) {
    top: 38px;
  }
  body header .menu .zarovnani #hamburger_menu.open span:nth-child(1) {
    top: 22px;
    transform: rotateZ(135deg);
    background-color: #000;
  }
  body header .menu .zarovnani #hamburger_menu.open span:nth-child(2) {
    top: 22px;
    transform: rotateZ(45deg);
    background-color: #000;
  }
  body header .menu .zarovnani #hamburger_menu.open span:nth-child(3) {
    display: none;
    background-color: #000;
  }
}
body header .menu .wrap_cate {
  position: absolute;
  background: #FFF;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.13);
  z-index: 9999;
  top: 86px;
  left: 0px;
  width: 100%;
  display: none;
}
body header .menu .wrap_cate .in_wrap {
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding: 52px 0px 102px 0px;
  display: grid;
  grid-template-columns: 1fr 390px;
  grid-column-gap: 100px;
}
body header .menu .wrap_cate .in_wrap .links ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 100px;
  grid-row-gap: 32px;
  list-style: none;
}
@media (max-width: 1440px) {
  body header .menu .wrap_cate .in_wrap .links ul {
    grid-column-gap: 40px;
  }
}
@media (max-width: 1320px) {
  body header .menu .wrap_cate .in_wrap .links ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
}
body header .menu .wrap_cate .in_wrap .links ul li a {
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-gap: 5px;
  text-decoration: none;
}
body header .menu .wrap_cate .in_wrap .links ul li a .ikonka {
  display: inline-block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 78px;
  aspect-ratio: 1.7;
  vertical-align: middle;
  text-decoration: none;
}
body header .menu .wrap_cate .in_wrap .links ul li a i {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
  display: grid;
  align-content: center;
  text-decoration: none;
}
body header .menu .wrap_cate .in_wrap .links ul li a:hover i {
  text-decoration: underline;
  color: #E31E25;
}
body header .menu .wrap_cate .in_wrap .info .akce {
  text-decoration: none;
}
body header .menu .wrap_cate .in_wrap .info .akce .obrazek {
  display: block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  aspect-ratio: 1.87;
}
body header .menu .wrap_cate .in_wrap .info .akce .popisek {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding-top: 10px;
}
body header .menu .wrap_cate .in_wrap.normal {
  display: grid;
  grid-template-columns: 1fr;
}
body header .menu .wrap_cate .in_wrap.normal .links ul {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1320px) {
  body header .menu .wrap_cate .in_wrap.normal .links ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
body header #jimi_carousel {
  width: 100%;
}
body header #jimi_carousel .wrap {
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 2.4615;
  position: relative;
  overflow: hidden;
  background-color: #2D323A;
  margin: 0px auto;
}
body header #jimi_carousel .wrap #jimi_carousel_navigation {
  width: 100%;
  height: 100%;
}
body header #jimi_carousel .wrap #jimi_carousel_navigation .prev {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: calc(50% - 12px);
  left: 56px;
  background-image: url("../img/slider_sipka_vlevo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
  z-index: 999;
}
body header #jimi_carousel .wrap #jimi_carousel_navigation .prev:hover {
  transform: scale(1.1) translateX(-6px);
}
@media (max-width: 850px) {
  body header #jimi_carousel .wrap #jimi_carousel_navigation .prev {
    left: 20px;
  }
}
@media (max-width: 700px) {
  body header #jimi_carousel .wrap #jimi_carousel_navigation .prev {
    display: none;
  }
}
body header #jimi_carousel .wrap #jimi_carousel_navigation .next {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: calc(50% - 12px);
  right: 56px;
  background-image: url("../img/slider_sipka_vpravo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
  z-index: 999;
}
body header #jimi_carousel .wrap #jimi_carousel_navigation .next:hover {
  transform: scale(1.1) translateX(6px);
}
@media (max-width: 850px) {
  body header #jimi_carousel .wrap #jimi_carousel_navigation .next {
    right: 20px;
  }
}
@media (max-width: 700px) {
  body header #jimi_carousel .wrap #jimi_carousel_navigation .next {
    display: none;
  }
}
body header #jimi_carousel .wrap .dolu {
  position: absolute;
  display: block;
  width: 24px;
  height: 92px;
  bottom: 27px;
  right: 249px;
  background-image: url("../img/scroll.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
  z-index: 999;
}
body header #jimi_carousel .wrap .dolu:hover {
  animation-name: animationScroll;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes animationScroll {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 1024px) {
  body header #jimi_carousel .wrap .dolu {
    right: 10px;
  }
}
body header #jimi_carousel .wrap #jimi_carousel_pagelist {
  position: absolute;
  text-align: center;
  bottom: 28px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
body header #jimi_carousel .wrap #jimi_carousel_pagelist span {
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin: 0px 5px;
  background-color: white;
  border-radius: 50%;
  transition: 400ms;
}
body header #jimi_carousel .wrap #jimi_carousel_pagelist span.active {
  transform: scale(2);
}
@media (max-width: 700px) {
  body header #jimi_carousel .wrap #jimi_carousel_pagelist {
    display: none;
  }
}
body header #jimi_carousel .wrap #jimi_carousel_slides {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  z-index: -1;
  opacity: 0;
  transition: all 0.6s ease;
  text-decoration: none;
}
body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap {
  width: 100%;
  max-width: 783px;
  margin: 0px auto;
  text-align: center;
}
@media (max-width: 950px) {
  body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap {
    max-width: 600px;
    width: 90%;
  }
}
body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content {
  margin-top: 31%;
}
body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content h2 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 0px;
  color: #FFF;
}
@media (max-width: 1320px) {
  body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content h2 {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #FFF;
  }
}
@media (max-width: 950px) {
  body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content h2 {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #FFF;
  }
}
@media (max-width: 420px) {
  body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content h2 {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #FFF;
  }
}
body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content .ctas {
  text-align: center;
}
body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content .ctas a {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  text-align: center;
  min-width: 192px;
  min-height: 56px;
  border: solid 1px white;
  text-decoration: none;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFF;
  margin: 41px 16px;
  transition: 500ms;
}
body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content .ctas a:hover {
  background-color: white;
  color: #e31e25;
}
@media (max-width: 850px) {
  body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content .ctas a {
    padding: 10px;
    min-height: 36px;
  }
}
@media (max-width: 580px) {
  body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content .ctas {
    display: none;
  }
}
@media (max-width: 1460px) {
  body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content {
    margin-top: 20%;
  }
}
@media (max-width: 1320px) {
  body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content {
    margin-top: 15%;
  }
}
@media (max-width: 700px) {
  body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide .jimi_carousel_wrap .jimi_carousel_content {
    margin-top: 40px;
  }
}
body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide.last-active {
  left: 0px;
  z-index: -1;
  transform: scale(0.8);
}
body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide.active {
  opacity: 1 !important;
  z-index: 1 !important;
  left: 0px !important;
  transform: scale(1) !important;
}
body header #jimi_carousel .wrap #jimi_carousel_slides .jimi_carousel_slide.last-active {
  left: -100%;
  opacity: 0;
  transform: scale(0.8);
}
body main #top_kategorie {
  width: 100%;
  background: #EFEFEF;
}
body main #top_kategorie .zarovnani {
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-top: 67px;
  padding-bottom: 89px;
}
body main #top_kategorie .zarovnani h2 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 660px) {
  body main #top_kategorie .zarovnani h2 {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #222;
  }
}
body main #top_kategorie .zarovnani .wrap {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 53px;
  margin-top: 67px;
}
@media (max-width: 1100px) {
  body main #top_kategorie .zarovnani .wrap {
    grid-gap: 30px;
  }
}
@media (max-width: 930px) {
  body main #top_kategorie .zarovnani .wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 550px) {
  body main #top_kategorie .zarovnani .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
body main #top_kategorie .zarovnani .wrap a {
  width: 100%;
  display: block;
  text-decoration: none;
}
body main #top_kategorie .zarovnani .wrap a i {
  display: block;
  background-color: white;
  width: 100%;
  max-width: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 400ms;
  margin: 0px auto;
  margin-bottom: 15px;
}
body main #top_kategorie .zarovnani .wrap a span {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  width: 100%;
  display: block;
}
body main #top_kategorie .zarovnani .wrap a:hover i {
  transform: scale(1.2);
  box-shadow: rgba(45, 50, 58, 0.5490196078) 0px 0px 10px 0px;
}
body main #oblibene_produkty .zarovnani {
  max-width: 1560px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-top: 100px;
  position: relative;
}
body main #oblibene_produkty .zarovnani h2 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 660px) {
  body main #oblibene_produkty .zarovnani h2 {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #222;
  }
}
body main #oblibene_produkty .zarovnani .js_filter {
  text-align: center;
  display: grid;
  grid-template-columns: 30px 90px 70px 40px 140px;
  grid-gap: 40px;
  max-width: 550px;
  padding-left: 20px;
  margin: 31px auto;
}
@media (max-width: 660px) {
  body main #oblibene_produkty .zarovnani .js_filter {
    grid-gap: 20px;
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  body main #oblibene_produkty .zarovnani .js_filter {
    display: block;
  }
}
body main #oblibene_produkty .zarovnani .js_filter span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #767676;
  transition: 300ms;
  cursor: pointer;
}
body main #oblibene_produkty .zarovnani .js_filter span:hover, body main #oblibene_produkty .zarovnani .js_filter span.active {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #222;
  position: relative;
}
body main #oblibene_produkty .zarovnani .js_filter span:hover::after, body main #oblibene_produkty .zarovnani .js_filter span.active::after {
  content: "";
  width: 61px;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 0px;
  bottom: -6px;
}
@media (max-width: 600px) {
  body main #oblibene_produkty .zarovnani .js_filter span {
    display: block;
    padding: 5px 0px;
  }
  body main #oblibene_produkty .zarovnani .js_filter span::after {
    display: none;
  }
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap {
  position: relative;
  width: 100%;
  margin-top: 45px;
  min-height: 400px;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_navagation {
  width: 100%;
  min-height: 386px;
  position: absolute;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_navagation .prev {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: calc(50% - 22px);
  background-color: rgb(238, 238, 238);
  border-radius: 50%;
  left: 0px;
  background-image: url("../img/oblibene_produkty_vlevo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
  z-index: 999;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_navagation .prev:hover {
  background-color: #E31E25;
  background-image: url("../img/slider_sipka_vlevo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_navagation .next {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: calc(50% - 22px);
  background-color: rgb(238, 238, 238);
  border-radius: 50%;
  right: 0px;
  background-image: url("../img/oblibene_produkty_vpravo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
  z-index: 999;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_navagation .next:hover {
  background-color: #E31E25;
  background-image: url("../img/slider_sipka_vpravo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap {
  max-width: 1412px;
  width: 100%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 28px;
  position: absolute;
  left: calc(50% - 706px);
  min-height: 386px;
}
@media (max-width: 1600px) {
  body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap {
    width: calc(100% - 90px);
    left: 45px;
  }
}
@media (max-width: 1160px) {
  body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 920px) {
  body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 720px) {
  body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item {
  position: relative;
  transition: 300ms;
  display: none;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
  transition: 300ms;
  text-decoration: none;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .prohlednout {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  background-image: url("../img/ukazat.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position-x: center;
  background-position-y: center;
  transition: 300ms;
  z-index: 99;
  cursor: pointer;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .prohlednout:hover {
  background-image: url("../img/ukazat.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: center;
  background-position-y: center;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .oblibene {
  display: none;
  position: absolute;
  top: 55px;
  right: 10px;
  background-color: #E31E25;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  background-image: url("../img/oblibene.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position-x: center;
  background-position-y: center;
  transition: 300ms;
  z-index: 99;
  cursor: pointer;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .oblibene:hover {
  background-image: url("../img/oblibene.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: center;
  background-position-y: center;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .do_kosiku {
  display: none;
  width: 96%;
  left: 2%;
  position: absolute;
  height: 40px;
  bottom: 0px;
  background: #FFF;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  transition: 300ms;
  z-index: 99;
  cursor: pointer;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .do_kosiku:hover {
  color: white;
  background-color: #E31E25;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .badges {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .badges .badge.sleva {
  background-color: #E31E25;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .badges .badge.novinka {
  background-color: #E0E0E0;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 0px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px 4px;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .badges .badge.tip {
  background-color: #000000;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .badges .badge.akce {
  background-color: #ff9500;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .badges .badge.vyprodej {
  background-color: #0d00ff;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .obrazek .badges.novinka {
  text-align: left;
  left: 10px;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item a {
  text-decoration: none;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item a p {
  margin-top: 24px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #767676;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item a h3 {
  margin-top: 2px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #222;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .cena {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #222;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .cena span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #767676;
  text-decoration: line-through;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item .cena strong {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #E31E25;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item:hover .obrazek .prohlednout {
  display: block;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item:hover .obrazek .oblibene {
  display: block;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item:hover .obrazek .do_kosiku {
  display: block;
}
body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item:nth-child(1), body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item:nth-child(2), body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item:nth-child(3), body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item:nth-child(4), body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item:nth-child(5) {
  display: block;
}
@media (max-width: 1160px) {
  body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 920px) {
  body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 720px) {
  body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 480px) {
  body main #oblibene_produkty .zarovnani #jimi_oblibene_produkty_prewrap #jimi_oblibene_produkty_wrap .item:nth-child(2) {
    display: none;
  }
}
body main #oblibene_produkty .no_products {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
}
body main #blog .zarovnani {
  max-width: 1595px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-top: 187px;
  position: relative;
}
body main #blog.blog_kat .zarovnani {
    padding-top: 50px;
  }
@media (max-width: 960px) {
  body main #blog .zarovnani {
    padding-top: 100px;
  }
  body main #blog.blog_kat .zarovnani {
    padding-top: 50px;
  }
}
body main #blog .zarovnani h2 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 660px) {
  body main #blog .zarovnani h2 {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #222;
  }
}
body main #blog .zarovnani .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 49px;
}
@media (max-width: 960px) {
  body main #blog .zarovnani .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 570px) {
  body main #blog .zarovnani .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
body main #blog .zarovnani .wrap .item {
  margin-top: 90px;
  margin-bottom: 42px;
}
body main #blog .zarovnani .wrap .item .obrazek {
  display: block;
  width: 100%;
  height: 304px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 1200px) {
  body main #blog .zarovnani .wrap .item .obrazek {
    height: 204px;
  }
}
body main #blog .zarovnani .wrap .item h3 {
  padding-top: 20px;
  padding-bottom: 10px;
}
body main #blog .zarovnani .wrap .item h3 a {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
}
body main #blog .zarovnani .wrap .item h3 a:hover {
  text-decoration: underline;
}
body main #blog .zarovnani .wrap .item p {
  font-family: "arial";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #555;
}
body main #blog .zarovnani .wrap .item .odkaz {
  display: block;
  margin-top: 34px;
  width: 154px;
  height: 40px;
  background: #4B5C78;
  cursor: pointer;
  transition: 300ms;
  text-align: center;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
}
body main #blog .zarovnani .wrap .item .odkaz:hover {
  background-color: #E31E25;
}
@media (max-width: 1300px) {
  body main #blog .zarovnani .wrap .item {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 570px) {
  body main #blog .zarovnani .wrap .item {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
body main #blog.mensi_margin .zarovnani {
  padding-top: 10px;
}
body main #blog.mensi_margin .zarovnani h1 {
  text-align: center;
}
body main #blog.mensi_margin .zarovnani .wrap {
  padding-bottom: 80px;
}
body main #nove_produkty {
  height: 760px;
}
@media (max-width: 980px) {
  body main #nove_produkty {
    height: auto;
  }
}
body main #nove_produkty .zarovnani {
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-top: 154px;
  position: relative;
}
@media (max-width: 980px) {
  body main #nove_produkty .zarovnani {
    padding-top: 80px;
  }
}
body main #nove_produkty .zarovnani h2 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 660px) {
  body main #nove_produkty .zarovnani h2 {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #222;
  }
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  height: 494px;
}
@media (max-width: 980px) {
  body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap {
    grid-column-gap: 20px;
  }
}
@media (max-width: 800px) {
  body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item {
  position: relative;
  transition: 300ms;
  display: none;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 100%;
  height: 400px;
  position: relative;
  transition: 300ms;
  text-decoration: none;
}
@media (max-width: 980px) {
  body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek {
    height: 300px;
  }
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .prohlednout {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  background-image: url("../img/ukazat.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position-x: center;
  background-position-y: center;
  transition: 300ms;
  z-index: 99;
  cursor: pointer;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .prohlednout:hover {
  background-image: url("../img/ukazat.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: center;
  background-position-y: center;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .oblibene {
  display: none;
  position: absolute;
  top: 55px;
  right: 10px;
  background-color: #E31E25;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  background-image: url("../img/oblibene.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position-x: center;
  background-position-y: center;
  transition: 300ms;
  z-index: 99;
  cursor: pointer;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .oblibene:hover {
  background-image: url("../img/oblibene.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: center;
  background-position-y: center;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .do_kosiku {
  display: none;
  width: 96%;
  left: 2%;
  position: absolute;
  height: 40px;
  bottom: 0px;
  background: #FFF;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  transition: 300ms;
  z-index: 99;
  cursor: pointer;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .do_kosiku:hover {
  color: white;
  background-color: #E31E25;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .badges {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .badges .badge.sleva {
  background-color: #E31E25;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .badges .badge.novinka {
  background-color: #E0E0E0;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 0px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px 4px;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .badges .badge.tip {
  background-color: #000000;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .badges .badge.akce {
  background-color: #ff9500;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .badges .badge.vyprodej {
  background-color: #0d00ff;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .obrazek .badges.novinka {
  text-align: left;
  left: 10px;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item a {
  text-decoration: none;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item a p {
  margin-top: 24px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #767676;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item a h3 {
  margin-top: 2px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #222;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .cena {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #222;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .cena span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #767676;
  text-decoration: line-through;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item .cena strong {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #E31E25;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item:hover .obrazek .prohlednout {
  display: block;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item:hover .obrazek .oblibene {
  display: block;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item:hover .obrazek .do_kosiku {
  display: block;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item:nth-child(1), body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item:nth-child(2), body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item:nth-child(3), body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item:nth-child(4) {
  display: block;
}
@media (max-width: 800px) {
  body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 600px) {
  body main #nove_produkty .zarovnani #jimi_nove_produkty_wrap .item:nth-child(3) {
    display: none;
  }
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_pagin {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_pagin span {
  transition: 200ms;
  background-color: rgb(221, 194, 185);
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0px 8px;
}
body main #nove_produkty .zarovnani #jimi_nove_produkty_pagin span.active {
  background-color: rgb(34, 34, 34);
  transform: scale(2);
}
body main #akcni_nabidka {
  margin-top: 135px;
  padding-bottom: 125px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
  background-image: url("../img/akcni_nabidka.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-color: #000;
}
@media (max-width: 1200px) {
  body main #akcni_nabidka {
    padding-bottom: 50px;
  }
}
body main #akcni_nabidka .zarovnani {
  max-width: 1420px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main #akcni_nabidka .zarovnani h2 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 93px;
}
@media (max-width: 660px) {
  body main #akcni_nabidka .zarovnani h2 {
    padding-top: 50px;
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
  }
}
body main #akcni_nabidka .zarovnani .wrap {
  display: grid;
  grid-template-columns: 191px 1fr;
  grid-column-gap: 99px;
}
@media (max-width: 1200px) {
  body main #akcni_nabidka .zarovnani .wrap {
    grid-column-gap: 40px;
  }
}
@media (max-width: 980px) {
  body main #akcni_nabidka .zarovnani .wrap {
    display: block;
  }
}
@media (max-width: 980px) {
  body main #akcni_nabidka .zarovnani .wrap .timer {
    width: 191px;
    margin: 0px auto;
    padding-bottom: 50px;
  }
}
body main #akcni_nabidka .zarovnani .wrap .timer h3 {
  padding-top: 123px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
@media (max-width: 1200px) {
  body main #akcni_nabidka .zarovnani .wrap .timer h3 {
    padding-top: 70px;
  }
}
body main #akcni_nabidka .zarovnani .wrap .timer p strong {
  font-family: "Jost bold";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding-top: 10px;
  display: inline-block;
}
body main #akcni_nabidka .zarovnani .wrap .timer p.cas {
  margin-top: 21px;
  display: grid;
  grid-template-columns: 29px 1fr 1fr;
  grid-column-gap: 21px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
}
body main #akcni_nabidka .zarovnani .wrap .timer p.cas i {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
}
body main #akcni_nabidka .zarovnani .wrap .timer p.cas #no_grid {
  grid-column: span 3;
}
body main #akcni_nabidka .zarovnani .wrap .timer a {
  display: inline-block;
  position: relative;
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
  margin-top: 18px;
  text-transform: uppercase;
}
body main #akcni_nabidka .zarovnani .wrap .timer a::after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  background-color: white;
  left: 0px;
  bottom: 0px;
  transition: 200ms;
}
body main #akcni_nabidka .zarovnani .wrap .timer a:hover::after {
  width: 100%;
}
body main #akcni_nabidka .zarovnani .wrap .product_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  height: 386px;
  margin-top: 38px;
}
@media (max-width: 780px) {
  body main #akcni_nabidka .zarovnani .wrap .product_wrap {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
body main #akcni_nabidka .zarovnani .wrap .product_wrap .item {
  display: none;
}
body main #akcni_nabidka .zarovnani .wrap .product_wrap .item .obrazek {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  text-decoration: none;
  background-color: white;
}
@media (max-width: 1200px) {
  body main #akcni_nabidka .zarovnani .wrap .product_wrap .item .obrazek {
    height: 200px;
  }
}
body main #akcni_nabidka .zarovnani .wrap .product_wrap .item h3 {
  margin-top: 18px;
}
body main #akcni_nabidka .zarovnani .wrap .product_wrap .item h3 a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
}
body main #akcni_nabidka .zarovnani .wrap .product_wrap .item h3 a:hover {
  text-decoration: underline;
}
body main #akcni_nabidka .zarovnani .wrap .product_wrap .item p {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #fff;
}
body main #akcni_nabidka .zarovnani .wrap .product_wrap .item:nth-child(1), body main #akcni_nabidka .zarovnani .wrap .product_wrap .item:nth-child(2), body main #akcni_nabidka .zarovnani .wrap .product_wrap .item:nth-child(3), body main #akcni_nabidka .zarovnani .wrap .product_wrap .item:nth-child(4) {
  display: block;
}
@media (max-width: 780px) {
  body main #akcni_nabidka .zarovnani .wrap .product_wrap .item {
    margin-bottom: 10px;
  }
}
body main #akcni_nabidka .zarovnani .wrap #jimi_akcni_nabidka_pagin {
  position: relative;
  text-align: center;
  margin-top: 23px;
}
body main #akcni_nabidka .zarovnani .wrap #jimi_akcni_nabidka_pagin span {
  transition: 200ms;
  background-color: rgb(118, 118, 118);
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0px 8px;
}
body main #akcni_nabidka .zarovnani .wrap #jimi_akcni_nabidka_pagin span.active {
  background-color: rgb(255, 255, 255);
  transform: scale(2);
}
body main #usp {
  padding-top: 135px;
  padding-bottom: 106px;
}
@media (max-width: 780px) {
  body main #usp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body main #usp .zarovnani {
  max-width: 1440px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
@media (max-width: 780px) {
  body main #usp .zarovnani {
    display: block;
  }
}
body main #usp .zarovnani .item {
  text-align: center;
}
body main #usp .zarovnani .item .icona {
  display: block;
  width: 63px;
  height: 63px;
  margin: 0px auto;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main #usp .zarovnani .item h2 {
  margin-top: 23px;
}
body main #usp .zarovnani .item h2 a {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #4B5C78;
  text-align: center;
  text-decoration: none;
}
body main #usp .zarovnani .item h2 a:hover {
  text-decoration: underline;
}
body main #usp .zarovnani .item p {
  padding-top: 8px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #767676;
}
@media (max-width: 780px) {
  body main #usp .zarovnani .item {
    margin-bottom: 25px;
  }
}
body footer {
  width: 100%;
  background-color: #2D323A;
}
body footer .top {
  padding-top: 108px;
  padding-bottom: 74px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
@media (max-width: 980px) {
  body footer .top {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
body footer .top .zarovnani {
  max-width: 1409px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 284px repeat(3, 1fr) 304px;
  grid-column-gap: 76px;
}
@media (max-width: 1390px) {
  body footer .top .zarovnani {
    grid-column-gap: 20px;
  }
}
@media (max-width: 1120px) {
  body footer .top .zarovnani {
    grid-template-columns: 180px repeat(3, 1fr) 250px;
  }
}
@media (max-width: 980px) {
  body footer .top .zarovnani {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 580px) {
  body footer .top .zarovnani {
    display: block;
  }
}
body footer .top .zarovnani .sloupec1 #logo_footer {
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  width: 100%;
  height: 19px;
  display: block;
  padding-left: 0px;
}
@media (max-width: 580px) {
  body footer .top .zarovnani .sloupec1 #logo_footer {
    margin: 0px auto;
    background-position-x: center;
  }
}
body footer .top .zarovnani .sloupec1 p {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFF;
  margin-bottom: 24px;
}
body footer .top .zarovnani .sloupec1 p.gray {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #787878;
  width: 100%;
  max-width: 180px;
  margin-top: 17px;
  margin-bottom: 20px;
}
@media (max-width: 580px) {
  body footer .top .zarovnani .sloupec1 p.gray {
    margin: 20px auto;
  }
}
body footer .top .zarovnani .sloupec1 a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #FFF;
  display: block;
  cursor: pointer;
  text-decoration: none;
  padding-left: 30px;
}
body footer .top .zarovnani .sloupec1 a.mail {
  background-image: url("../img/mail.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body footer .top .zarovnani .sloupec1 a.tel {
  background-image: url("../img/telefon.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body footer .top .zarovnani .sloupec1 a.mobil {
  background-image: url("../img/mobil.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body footer .top .zarovnani .sloupec1 a:hover {
  text-decoration: underline;
}
@media (max-width: 580px) {
  body footer .top .zarovnani .sloupec1 a {
    max-width: 170px;
    margin: 10px auto;
  }
}
@media (max-width: 980px) {
  body footer .top .zarovnani .sloupec1 {
    grid-area: 1/1;
    margin-bottom: 20px;
    grid-column: span 2;
  }
}
@media (max-width: 580px) {
  body footer .top .zarovnani .sloupec1 {
    max-width: 284px;
    width: 100%;
    margin: 10px auto;
    margin-bottom: 30px;
    text-align: center;
  }
}
body footer .top .zarovnani .sloupec2 h2 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #FFF;
  text-transform: uppercase;
}
body footer .top .zarovnani .sloupec2 ul {
  list-style: none;
  padding-top: 27px;
}
body footer .top .zarovnani .sloupec2 ul li a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
body footer .top .zarovnani .sloupec2 ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 980px) {
  body footer .top .zarovnani .sloupec2 {
    grid-area: 2/1;
  }
}
@media (max-width: 580px) {
  body footer .top .zarovnani .sloupec2 {
    text-align: center;
    margin-bottom: 30px;
  }
}
body footer .top .zarovnani .sloupec3 h2 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #FFF;
  text-transform: uppercase;
}
body footer .top .zarovnani .sloupec3 ul {
  list-style: none;
  padding-top: 27px;
}
body footer .top .zarovnani .sloupec3 ul li a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
body footer .top .zarovnani .sloupec3 ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 980px) {
  body footer .top .zarovnani .sloupec3 {
    grid-area: 2/2;
    text-align: center;
  }
}
@media (max-width: 580px) {
  body footer .top .zarovnani .sloupec3 {
    text-align: center;
    margin-bottom: 30px;
  }
}
body footer .top .zarovnani .sloupec4 h2 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
}
body footer .top .zarovnani .sloupec4 p {
  padding-top: 27px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: rgb(228, 228, 228);
}
@media (max-width: 980px) {
  body footer .top .zarovnani .sloupec4 {
    grid-area: 2/3;
    text-align: right;
  }
}
@media (max-width: 580px) {
  body footer .top .zarovnani .sloupec4 {
    text-align: center;
    margin-bottom: 10px;
  }
}
body footer .top .zarovnani .sloupec5 h2 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
}
body footer .top .zarovnani .sloupec5 h3 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 42px;
}
body footer .top .zarovnani .sloupec5 p {
  padding-top: 27px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFF;
  width: 100%;
  max-width: 255px;
}
body footer .top .zarovnani .sloupec5 form {
  display: grid;
  grid-template-columns: 1fr 107px;
  margin-top: 15px;
}
body footer .top .zarovnani .sloupec5 form input[type=text] {
  padding: 15px 0px 15px 20px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  background-color: white;
  border: none;
  outline: none;
}
body footer .top .zarovnani .sloupec5 form input[type=submit] {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  background-color: #D9D9D9;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 300ms;
  text-transform: uppercase;
}
body footer .top .zarovnani .sloupec5 form input[type=submit]:hover {
  background-color: #E31E25;
  color: white;
}
body footer .top .zarovnani .sloupec5 a {
  display: inline-block;
  margin-top: 25px;
}
body footer .top .zarovnani .sloupec5 a.instagram {
  width: 43px;
  height: 43px;
  background-image: url("../img/instagram.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 300ms;
}
body footer .top .zarovnani .sloupec5 a.facebook {
  width: 43px;
  height: 43px;
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 300ms;
  margin-left: 20px;
}
body footer .top .zarovnani .sloupec5 a:hover {
  transform: scale(1.2);
}
@media (max-width: 980px) {
  body footer .top .zarovnani .sloupec5 {
    grid-area: 1/3;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  body footer .top .zarovnani .sloupec5 {
    max-width: 304px;
    margin: 20px auto;
    text-align: center;
  }
}
body footer .top .zarovnani .sloupec5 #newsletter_odpoved_footer {
  padding-top: 5px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: green;
}
body footer .bottom {
  padding-top: 34px;
  padding-bottom: 28px;
  position: relative;
}
@media (max-width: 430px) {
  body footer .bottom {
    padding-bottom: 50px;
  }
}
body footer .bottom .zarovnani {
  max-width: 1409px;
  width: 84%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 800px) {
  body footer .bottom .zarovnani {
    display: block;
    text-align: center;
  }
}
body footer .bottom .zarovnani p {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFF;
}
body footer .bottom .zarovnani p a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFF;
  text-decoration: none;
}
body footer .bottom .zarovnani p a:hover {
  text-decoration: underline;
}
body footer .bottom .zarovnani p.right {
  text-align: right;
}
@media (max-width: 800px) {
  body footer .bottom .zarovnani p.right {
    text-align: center;
  }
}
body footer .bottom .nahoru {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 45px;
  height: 45px;
  background-color: #E31E25;
  display: block;
  cursor: pointer;
  background-image: url("../img/nahoru.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 200ms;
}
body footer .bottom .nahoru:hover {
  background-position-y: 10px;
}
body.subpage main #kategorie_wrap {
  margin-bottom: 53px;
}
body.subpage main #kategorie_wrap #top_nav_order {
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 403px;
  grid-column-gap: 50px;
  margin-top: 42px;
}
@media (max-width: 730px) {
  body.subpage main #kategorie_wrap #top_nav_order {
    display: block;
    text-align: center;
  }
}
body.subpage main #kategorie_wrap #top_nav_order .nav p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #767676;
}
body.subpage main #kategorie_wrap #top_nav_order .nav p a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
}
body.subpage main #kategorie_wrap #top_nav_order .nav p a.noactive {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #767676;
  cursor: initial;
}
body.subpage main #kategorie_wrap #top_nav_order .nav p a.noactive:hover {
  text-decoration: none;
}
body.subpage main #kategorie_wrap #top_nav_order .nav p a:hover {
  text-decoration: underline;
}
body.subpage main #kategorie_wrap #top_nav_order .order {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 30px;
  height: 22px;
}
@media (max-width: 730px) {
  body.subpage main #kategorie_wrap #top_nav_order .order {
    width: 100%;
    max-width: 403px;
    margin: 10px auto;
  }
}
@media (max-width: 400px) {
  body.subpage main #kategorie_wrap #top_nav_order .order {
    grid-gap: 10px;
  }
}
body.subpage main #kategorie_wrap #top_nav_order .order select {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #626262;
  text-transform: uppercase;
  transition: 200ms;
  cursor: pointer;
  padding: 0px 5px;
}
body.subpage main #kategorie_wrap #top_nav_order .order select:hover {
  background-color: #f1f1f1;
}
body.subpage main #kategorie_wrap #top_nav_order .order .zobrazit {
  border-left: solid 1px rgb(228, 228, 228);
  padding-left: 30px;
}
body.subpage main #kategorie_wrap #top_nav_order .order .zobrazit p {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #626262;
  text-transform: uppercase;
}
body.subpage main #kategorie_wrap #top_nav_order .order .zobrazit p label {
  display: inline-block;
  margin: 0px 5px;
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #626262;
  text-decoration: none;
  cursor: pointer;
}
body.subpage main #kategorie_wrap #top_nav_order .order .zobrazit p label:first-child {
  margin-left: 10px;
}
body.subpage main #kategorie_wrap #top_nav_order .order .zobrazit p label:hover, body.subpage main #kategorie_wrap #top_nav_order .order .zobrazit p label.active {
  text-decoration: underline;
}
body.subpage main #kategorie_wrap #top_nav_order .order .zobrazit p label input {
  display: none;
}
@media (max-width: 400px) {
  body.subpage main #kategorie_wrap #top_nav_order .order .zobrazit {
    padding-left: 10px;
  }
  body.subpage main #kategorie_wrap #top_nav_order .order .zobrazit p {
    font-family: "Jost medium";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #626262;
  }
}
body.subpage main #kategorie_wrap .zarovnani {
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-column-gap: 63px;
}
@media (max-width: 980px) {
  body.subpage main #kategorie_wrap .zarovnani {
    display: block;
  }
}
body.subpage main #kategorie_wrap .zarovnani .zobrazit_filtr {
  display: none;
  text-align: center;
  width: 100%;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #e31e25;
  cursor: pointer;
  padding: 20px 0px;

  background: #e31e25;
  color: white;
  width: fit-content;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 5px;
}
body.subpage main #kategorie_wrap .zarovnani .zobrazit_filtr:hover {
    background-color: #000;
}
@media (max-width: 980px) {
  body.subpage main #kategorie_wrap .zarovnani .zobrazit_filtr {
    display: block;
  }
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .show_on_mobile {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: white;
  z-index: 999;
  width: 100%;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .show_on_mobile input {
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
  background: black;
  padding: 10px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  display: none;
}
@media (max-width: 980px) {
  body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .show_on_mobile input {
    display: block;
  }
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .skryt_filtr {
  position: fixed;
  top: 20px;
  right: 20px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  display: none;
  background-color: white;
}
@media (max-width: 980px) {
  body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .skryt_filtr {
    display: block;
  }
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr h1 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000;
  padding-top: 26px;
  padding-bottom: 39px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole {
  width: 100%;
  margin-top: 50px;
}

body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .hlavniKategorieActivni {
    list-style: none;
    margin-top: 13px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .hlavniKategorieActivni li a {
    font-family: "Jost medium";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #222;
    text-decoration: none;
}

body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .dalsiHlavniKategorie {
    list-style: none;
    margin-top: 6px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .dalsiHlavniKategorie li a {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #222;
    text-decoration: none;
}

body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .podkategorie {
    list-style: none;
    margin-top: 0px;
    margin-left: 20px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .podkategorie li a {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #222;
    text-decoration: none;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .podkategorie li a.active, body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .podkategorie li a:hover {
    color: #E31E25;
}

body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .podpodkategorie {
    list-style: none;
    margin-left: 18px;
    width: calc(100% - 18px);
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .podpodkategorie li a {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #5F7290;
    text-decoration: none;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .podpodkategorie li a.active, body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .podpodkategorie li a:hover {
    color: #E31E25;
}

body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .hlavicka {
  display: grid;
  grid-template-columns: 1fr 10px;
  grid-gap: 10px;
  cursor: pointer;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .hlavicka h2 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #222;
  text-transform: uppercase;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .hlavicka span {
  background-image: url("../img/filtr_sipka_nahoru.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 10px;
  height: 6px;
  transition: 300ms;
  margin-top: 6px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .hlavicka.skryte span {
  background-image: url("../img/filtr_sipka_dolu.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo .vyhledavani form {
  width: 100%;
  border: 2px solid #E4E4E4;
  height: 55px;
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 52px;
  grid-gap: 20px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo .vyhledavani form input[type=text] {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 51px;
  letter-spacing: 0px;
  color: #767676;
  padding-left: 17px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo .vyhledavani form input[type=text]::-moz-placeholder {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 51px;
  letter-spacing: 0px;
  color: #767676;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo .vyhledavani form input[type=text]::placeholder {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 51px;
  letter-spacing: 0px;
  color: #767676;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo .vyhledavani form input[type=submit] {
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("../img/lupa_tmava.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 200ms;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo .vyhledavani form input[type=submit]:hover {
  background-color: #EFEFEF;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo .disabled {
    cursor: not-allowed;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo .disabled label {
    cursor: not-allowed;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo .disabled label span {
    cursor: not-allowed;
    opacity: 0.5;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo .disabled label:hover p .left span, 
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo .disabled label.vybrano p .left span {
    background-color: transparent;
    border: 2px solid #E4E4E4;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo label {
  display: block;
  padding-top: 23px;
  cursor: pointer;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo label p {
  display: grid;
  grid-template-columns: 1fr 25px;
  grid-gap: 10px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo label p .left input {
  display: none;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo label p .left span {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 2px solid #E4E4E4;
  background-color: white;
  vertical-align: middle;
  transition: 200ms;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo label p .left span.active {
  background-color: #030202;
  border: 2px solid #E31E25;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo label p .left em {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #222;
  vertical-align: middle;
  padding-left: 10px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo label p i {
  text-align: right;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #767676;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo label:hover p .left span, body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo label.vybrano p .left span {
  background-color: #E31E25;
  border: 2px solid #E31E25;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo.barvy {
  margin-top: 24px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo.barvy label {
  width: 28px;
  height: 28px;
  display: inline-block;
  padding: 0px;
  border-radius: 50%;
  cursor: pointer;
  border: solid 2px white;
  transition: 200ms;
  margin: 0px 5px 10px 5px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo.barvy label p {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo.barvy label p input {
  display: none;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo.barvy label.disabled {
    cursor: not-allowed;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo.barvy label.disabled p span {
    opacity: 0.5;
    cursor: not-allowed;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo.barvy label p span {
  background-color: #0A2472;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  display: inline-block;
  /*vertical-align: middle;*/
  transition: 200ms;
  margin-top: 4px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo.barvy label:hover, body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo.barvy label.vybrano {
  border: 2px solid #000;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo.barvy label.disabled:hover, 
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole .telo.barvy label.vybrano.disabled {
    border: 2px solid #fff;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena {
  margin-top: 50px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .price-input {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .price-input .field {
  display: block;
  width: 100%;
  height: 56px;
  text-align: left;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .price-input .field:nth-child(2) {
  text-align: right;
  justify-self: right;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .price-input .field:nth-child(2) .border {
  margin-left: auto;
  text-align: left;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .price-input .field .border {
  width: 75px;
  height: 32px;
  border-radius: 3px;
  background: #FFF;
  margin-top: 0px;
  display: inline-block;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .price-input .field .border input {
  border: none;
  outline: none;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #222;
  width: calc(100% - 25px);
  margin-left: 0px;
  text-align: left;
  padding-left: 5px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .price-input .field span {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #767676;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .price-input .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .price-input .field input[type=number]::-webkit-outer-spin-button, body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .price-input .field input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .slider {
  height: 6px;
  position: relative;
  border-radius: 60px;
  background: #E3E7EB;
  margin-top: 19px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #222;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .range-input {
  position: relative;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: white;
  border: solid 2px #222;
  cursor: pointer;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 50%;
  background: white;
  border: solid 2px #222;
  cursor: pointer;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .container {
  margin-top: 50px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .slider-labels {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .slider-labels div {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #767676;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .slider-labels div:nth-child(2) {
  text-align: right;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .slider-labels div span {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-target, body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-target {
  position: relative;
  direction: ltr;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-handle {
  position: relative;
  z-index: 1;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-stacking .noUi-handle {
  z-index: 10;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-state-drag * {
  cursor: inherit !important;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-base, body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-handle {
  transform: translate3d(0, 0, 0);
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-horizontal {
  height: 4px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  top: -9px;
  background-color: white;
  border: solid 2px #222;
  cursor: pointer;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-background {
  background: #D6D7D9;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-connect {
  background: #222;
  transition: background 450ms;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-origin {
  border-radius: 2px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-target {
  border-radius: 2px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-draggable {
  cursor: w-resize;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-handle {
  cursor: default;
  box-sizing: content-box !important;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi .noUi-handle:active {
  border: 8px solid rgba(22, 22, 22, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi [disabled].noUi-connect, body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi [disabled] .noUi-connect {
  background: #B8B8B8;
}
body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi [disabled].noUi-origin, body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr .filtr_pole.filtr_cena .filtr_cena_jimi [disabled] .noUi-handle {
  cursor: not-allowed;
}
@media (max-width: 980px) {
  body.subpage main #kategorie_wrap .zarovnani #kategorie_filtr {
    position: fixed;
    top: 0px;
    left: 0px;
    background: white;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    padding: 50px;
    display: none;
    overflow-y: scroll;
    padding-bottom: 120px;
  }
}
body.subpage main #kategorie_wrap #kategorie_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin-top: 35px;
  height: fit-content;
}
@media (max-width: 580px) {
  body.subpage main #kategorie_wrap #kategorie_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 440px) {
  body.subpage main #kategorie_wrap #kategorie_items {
    grid-gap: 10px;
  }
}
body.subpage main #kategorie_wrap #kategorie_items .obsah {
  grid-column: span 3;
}
@media (max-width: 580px) {
  body.subpage main #kategorie_wrap #kategorie_items .obsah {
    grid-column: span 2;
  }
}
body.subpage main #kategorie_wrap #kategorie_items .obsah .zobrazit_vice_kategorie {
  text-decoration: underline;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  cursor: pointer;
}
body.subpage main #kategorie_wrap #kategorie_items .obsah .zobrazit_vice_kategorie:hover {
  text-decoration: none;
}
body.subpage main #kategorie_wrap #kategorie_items .obsah .vice_obsah_kategorie {
  display: none;
}
body.subpage main #kategorie_wrap #kategorie_items .item .obrazek {
  display: block;
  height: 400px;
  width: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
  position: relative;
  transition: 300ms;
}
@media (max-width: 1180px) {
  body.subpage main #kategorie_wrap #kategorie_items .item .obrazek {
    height: 300px;
  }
}
@media (max-width: 1080px) {
  body.subpage main #kategorie_wrap #kategorie_items .item .obrazek {
    height: 200px;
  }
}
body.subpage main #kategorie_wrap #kategorie_items .item .obrazek .badges {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}
body.subpage main #kategorie_wrap #kategorie_items .item .obrazek .badges .badge.sleva {
  background-color: #E31E25;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #kategorie_wrap #kategorie_items .item .obrazek .badges .badge.novinka {
  background-color: #E0E0E0;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 0px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #kategorie_wrap #kategorie_items .item .obrazek .badges .badge.tip {
  background-color: #000000;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #kategorie_wrap #kategorie_items .item .obrazek .badges .badge.akce {
  background-color: #ff9500;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #kategorie_wrap #kategorie_items .item .obrazek .badges .badge.vyprodej {
  background-color: #0d00ff;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #kategorie_wrap #kategorie_items .item .obrazek .badges.novinka {
  text-align: left;
  left: 10px;
}
body.subpage main #kategorie_wrap #kategorie_items .item .info .top {
  display: grid;
  grid-template-columns: 1fr 16px;
  grid-gap: 16px;
  margin-top: 14px;
}
body.subpage main #kategorie_wrap #kategorie_items .item .info .top .kategorie {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #767676;
  text-decoration: none;
}
body.subpage main #kategorie_wrap #kategorie_items .item .info .top .kategorie:hover {
  text-decoration: underline;
}
body.subpage main #kategorie_wrap #kategorie_items .item .info .top .favourite {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/oblibene_tmava.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
}
body.subpage main #kategorie_wrap #kategorie_items .item .info .top .favourite:hover, body.subpage main #kategorie_wrap #kategorie_items .item .info .top .favourite.active {
  background-image: url("../img/oblibene_red.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main #kategorie_wrap #kategorie_items .item .info h2 a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #222;
  text-decoration: none;
}
body.subpage main #kategorie_wrap #kategorie_items .item .info h2 a:hover {
  text-decoration: underline;
}
body.subpage main #kategorie_wrap #kategorie_items .item .info .cena {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #kategorie_wrap #kategorie_items .item .info .cena .skrt {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #767676;
  text-decoration: line-through;
}
body.subpage main #kategorie_wrap #kategorie_items .item .info .cena .aktual {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #E31E25;
  margin-left: 10px;
  display: inline-block;
}
@media (max-width: 440px) {
  body.subpage main #kategorie_wrap #kategorie_items .item .info .cena {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #222;
  }
  body.subpage main #kategorie_wrap #kategorie_items .item .info .cena .skrt {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #767676;
    text-decoration: line-through;
  }
  body.subpage main #kategorie_wrap #kategorie_items .item .info .cena .aktual {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #E31E25;
  }
}
body.subpage main #kategorie_wrap #kategorie_items .item:hover {
  border-bottom: solid 2px #e31e25;
}
body.subpage main #kategorie_wrap #kategorie_items .item:hover .obrazek {
  /*background-size: 101%;
  background-position-y: 55%;*/
  background-size: 145%;
  background-position-y: 55%;
  background-position-x: 100%;
}
body.subpage main #kategorie_wrap #kategorie_items .strankovani {
  grid-column: span 3;
  margin-top: 160px;
}
@media (max-width: 580px) {
  body.subpage main #kategorie_wrap #kategorie_items .strankovani {
    grid-column: span 2;
    margin-top: 80px;
  }
}
body.subpage main #kategorie_wrap #kategorie_items .strankovani .wrap {
  display: grid;
  grid-template-columns: 98px 1fr 58px;
  grid-gap: 20px;
}
body.subpage main #kategorie_wrap #kategorie_items .strankovani .wrap .prev {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  padding-left: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background-image: url("../img/strankovani_sipka_vlevo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  transition: 300ms;
}
body.subpage main #kategorie_wrap #kategorie_items .strankovani .wrap .prev:hover {
  padding-left: 10px;
}
body.subpage main #kategorie_wrap #kategorie_items .strankovani .wrap .numbers {
  text-align: center;
}
body.subpage main #kategorie_wrap #kategorie_items .strankovani .wrap .numbers a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  text-decoration: none;
  transition: 300ms;
  display: inline-block;
  margin: 0px 10px;
  position: relative;
}
body.subpage main #kategorie_wrap #kategorie_items .strankovani .wrap .numbers a:hover::after, body.subpage main #kategorie_wrap #kategorie_items .strankovani .wrap .numbers a.active::after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #222;
}
body.subpage main #kategorie_wrap #kategorie_items .strankovani .wrap .next {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  padding-right: 16px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  background-image: url("../img/strankovani_sipka_vpravo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: center;
  transition: 300ms;
}
body.subpage main #kategorie_wrap #kategorie_items .strankovani .wrap .next:hover {
  padding-right: 10px;
}
body.subpage main #kategorie_wrap.znacky #top_nav_order {
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 42px;
}
@media (max-width: 730px) {
  body.subpage main #kategorie_wrap.znacky #top_nav_order {
    display: block;
    text-align: center;
  }
}
body.subpage main #kategorie_wrap.znacky #top_nav_order .nav p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #767676;
}
body.subpage main #kategorie_wrap.znacky #top_nav_order .nav p a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
}
body.subpage main #kategorie_wrap.znacky #top_nav_order .nav p a.noactive {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #767676;
  cursor: initial;
}
body.subpage main #kategorie_wrap.znacky #top_nav_order .nav p a.noactive:hover {
  text-decoration: none;
}
body.subpage main #kategorie_wrap.znacky #top_nav_order .nav p a:hover {
  text-decoration: underline;
}
body.subpage main #kategorie_wrap.znacky .zarovnani {
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 63px;
  margin-top: 60px;
}
@media (max-width: 980px) {
  body.subpage main #kategorie_wrap.znacky .zarovnani {
    display: block;
  }
}
body.subpage main #kategorie_wrap.znacky .zarovnani h1 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000;
}
body.subpage main #kategorie_wrap.znacky .zarovnani .znacky_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
@media (max-width: 980px) {
  body.subpage main #kategorie_wrap.znacky .zarovnani .znacky_wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 720px) {
  body.subpage main #kategorie_wrap.znacky .zarovnani .znacky_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 580px) {
  body.subpage main #kategorie_wrap.znacky .zarovnani .znacky_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.subpage main #kategorie_wrap.znacky .zarovnani .znacky_wrap a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  text-decoration: none;
}
body.subpage main #kategorie_wrap.znacky .zarovnani .znacky_wrap a .obrazek {
  display: block;
  aspect-ratio: 1.3;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position-x: center;
  background-position-y: center;
  transition: 400ms;
}
body.subpage main #kategorie_wrap.znacky .zarovnani .znacky_wrap a .nazev {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
}
body.subpage main #kategorie_wrap.znacky .zarovnani .znacky_wrap a:hover .obrazek {
  background-size: 100%;
}
body.subpage main #detail_produktu .zarovnani {
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main #detail_produktu .zarovnani .nav {
  margin-top: 56px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #767676;
}
body.subpage main #detail_produktu .zarovnani .nav a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #767676;
  text-decoration: none;
}
body.subpage main #detail_produktu .zarovnani .nav a.active {
  color: black;
}
body.subpage main #detail_produktu .zarovnani .nav a:hover {
  text-decoration: underline;
}
body.subpage main #detail_produktu .zarovnani #main_wrap {
  display: grid;
  grid-template-columns: 750px 1fr;
  grid-gap: 70px;
  margin-top: 26px;
}
@media (max-width: 1280px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap {
    grid-template-columns: 550px 1fr;
    grid-gap: 40px;
  }
}
@media (max-width: 1050px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap {
    grid-template-columns: 500px 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 980px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap {
    display: block;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos h1 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #000;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 53px;
}
@media (max-width: 550px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap {
    grid-gap: 20px;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_navigation {
  display: grid;
  grid-row-gap: 10px;
  align-items: center;
  align-content: center;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_navigation span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 2px white;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  transition: 300ms;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_navigation span i {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #767676;
  border-radius: 3px;
  margin-left: 10px;
  margin-top: 10px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_navigation span:hover, body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_navigation span.active {
  border: solid 2px #222222;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_navigation span:hover i, body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_navigation span.active i {
  background-color: #222222;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_obrazek a {
  position: relative;
  display: none;
  width: 100%;
  aspect-ratio: 1;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_obrazek a.active {
  display: block;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_obrazek a img {
  display: none;
}
@media (max-width: 980px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_obrazek a {
    aspect-ratio: 1.5;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_obrazek a .badges {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_obrazek a .badges .badge.sleva {
  background-color: #E31E25;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_obrazek a .badges .badge.novinka {
  background-color: #E0E0E0;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 0px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_obrazek a .badges .badge.tip {
  background-color: #000000;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_obrazek a .badges .badge.akce {
  background-color: #ff9500;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_obrazek a .badges .badge.vyprodej {
  background-color: #0d00ff;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #photos #photos_wrap #photos_obrazek a .badges.novinka {
  text-align: left;
  left: 10px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product {
  padding-top: 23px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .cena_w .cena {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .cena_w .cena_puvodni {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #767676;
  text-decoration: line-through;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .cena_w .poslednich_30_dnu {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #767676;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .uvod {
  padding-top: 25px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .uvod p {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .jak_vybrat_velikost_wrap {
  position: absolute;
  top: 65px;
  right: 0px;
  width: 600px;
  height: 600px;
  background: white;
  z-index: 999;
  overflow: scroll;
  border: solid 1px #929292;
  box-shadow: gray 5px 5px 20px 1px;
  padding: 10px;
  display: none;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .jak_vybrat_velikost_wrap .zavrit {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  text-decoration: underline;
}
@media (max-width: 660px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .jak_vybrat_velikost_wrap {
    width: 100%;
    box-shadow: none;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail {
  margin-top: 33px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap {
  display: grid;
  grid-template-columns: 1fr 145px;
  grid-gap: 20px;
}
@media (max-width: 570px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap {
    display: block;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .velikosti p, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .velikosti p {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #222;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .velikosti p, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .velikosti p {
    text-align: center;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .velikosti p label, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .velikosti p label {
  position: relative;
  width: auto;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  /*cursor: pointer;*/
  margin: 2px 6px;
  /*& input {
      width: 41px;
      height: 30px;
      position: absolute;
      top: 0px;
      left: 0px;
      opacity: 0;
      cursor: pointer;
      @media (max-width: 400px) {
          width: 100%;
          height: 60px;
      }
  }*/
  /*&:hover, &.vybrano {
      & span {
          @include pismo('Jost medium', normal, normal, 14px, 26px, 0px, #222);
          border: solid 2px #222;
      }
  }*/
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .velikosti p label:first-child, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .velikosti p label:first-child {
  margin-left: 20px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .velikosti p label span, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .velikosti p label span {
  width: auto;
  height: 30px;
  padding: 0px 7px;
  top: 0px;
  left: 0px;
  text-align: center;
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222;
  border: solid 1px #222;
}
@media (max-width: 400px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .velikosti p label span, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .velikosti p label span {
    width: 100%;
    height: 60px;
    font-family: "Jost medium";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 58px;
    letter-spacing: 0px;
    color: #222;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .velikosti p label span a, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .velikosti p label span a {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222;
  text-decoration: none;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .velikosti p label span a:hover, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .velikosti p label span a:hover {
  text-decoration: underline;
}
@media (max-width: 400px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .velikosti, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .velikosti {
    text-align: center;
  }
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .velikosti p label, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .velikosti p label {
    vertical-align: initial;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .jak_vybrat_velikost, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .jak_vybrat_velikost {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: 200ms;
  overflow: hidden;
  padding: 5px;
  height: 34px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .jak_vybrat_velikost::after, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .jak_vybrat_velikost::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #222;
  display: block;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .jak_vybrat_velikost::before, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .jak_vybrat_velikost::before {
  content: "";
  background-color: #222;
  width: 100%;
  top: 0px;
  height: 100%;
  width: 100%;
  left: -100%;
  display: block;
  position: absolute;
  transition: 200ms;
  z-index: -1;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .jak_vybrat_velikost:hover, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .jak_vybrat_velikost:hover {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .jak_vybrat_velikost:hover::before, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .jak_vybrat_velikost:hover::before {
  transform: translateX(100%);
}
@media (max-width: 570px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .jak_vybrat_velikost, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .jak_vybrat_velikost {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #velikosti .wrap .jak_vybrat_velikost, body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail .wrap .jak_vybrat_velikost {
    margin: 20px auto;
    width: 145px;
    display: block;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail {
  margin-top: 10px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail p {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #222;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail p {
    text-align: center;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail p label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 2px 6px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail p label:first-child {
  margin-left: 20px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail p label input {
  opacity: 0;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail p label span {
  height: 30px;
  padding: 0px 7px;
  top: 0px;
  left: 0px;
  text-align: center;
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222;
}
@media (max-width: 400px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail p label span {
    width: 100%;
    height: 60px;
    font-family: "Jost medium";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 58px;
    letter-spacing: 0px;
    color: #222;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail p label span a {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222;
  text-decoration: none;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail p label span a:hover {
  text-decoration: underline;
}
@media (max-width: 400px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail {
    text-align: center;
  }
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .param_detail p label {
    vertical-align: initial;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #barva {
  margin-top: 10px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #barva p {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222;
  text-transform: uppercase;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #barva p label {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  /*cursor: pointer;*/
  margin: 2px 6px;
  border-radius: 14px;
  border: solid 2px #fff;
  /*& input {
      width: 28px;
      height: 28px;
      position: absolute;
      top: 0px;
      left: 0px;
      opacity: 0;
      cursor: pointer;
  }*/
  /*&:hover, &.vybrano {
      border: solid 2px #222;
  }*/
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #barva p label:first-child {
  margin-left: 42px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #barva p label span {
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 7px;
  padding: 0px 6px;
  top: 5px;
  left: 5px;
  text-align: center;
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222;
  border: solid 1px #222;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .varianty_produktu {
  margin-top: 33px;
  width: 100%;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .varianty_produktu h3 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222;
  text-transform: uppercase;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .varianty_produktu .chyba {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #E31E25;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .varianty_produktu select {
  width: 100%;
  max-width: 423px;
  margin-top: 10px;
  padding: 15px;
  background-color: rgba(75, 92, 120, 0.2392156863);
  cursor: pointer;
  transition: 200ms;
  border-right: 15px solid transparent;
  height: 60px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product .varianty_produktu select:hover {
  background-color: rgba(55, 63, 77, 0.2392156863);
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #mnostvi_add_to_cart {
  display: grid;
  grid-template-columns: 122px 1fr;
  grid-gap: 21px;
  margin-top: 30px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #mnostvi_add_to_cart .mnozstvi {
  border: solid 2px #222;
  height: 60px;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  width: 100%;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #mnostvi_add_to_cart .mnozstvi input {
  outline: none;
  height: 56px;
  width: 100%;
  border: none;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #767676;
  text-align: center;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #mnostvi_add_to_cart .mnozstvi .minus {
  height: 56px;
  width: 100%;
  border: none;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #767676;
  text-align: center;
  cursor: pointer;
  transition: 200ms;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #mnostvi_add_to_cart .mnozstvi .minus:hover {
  background-color: #f1f1f1;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #mnostvi_add_to_cart .mnozstvi .plus {
  height: 56px;
  width: 100%;
  border: none;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #767676;
  text-align: center;
  cursor: pointer;
  transition: 200ms;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #mnostvi_add_to_cart .mnozstvi .plus:hover {
  background-color: #f1f1f1;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #mnostvi_add_to_cart input[type=submit] {
  width: 100%;
  max-width: 280px;
  height: 60px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #4B5C78;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: 200ms;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #mnostvi_add_to_cart input[type=submit]:hover {
  background-color: #E31E25;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share {
  width: 100%;
  max-width: 270px;
  display: grid;
  grid-template-columns: 95px 95px;
  grid-gap: 80px;
  margin-top: 35px;
  position: relative;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share #oblibene {
  position: relative;
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  text-transform: uppercase;
  padding-left: 26px;
  padding-bottom: 5px;
  background-image: url("../img/oblibene_tmava.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: left;
  background-position-y: top;
  cursor: pointer;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share #oblibene.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #222;
  bottom: 0px;
  left: 0px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share #share {
  position: relative;
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  text-transform: uppercase;
  padding-left: 26px;
  padding-bottom: 5px;
  background-image: url("../img/sdilet.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: left;
  background-position-y: top;
  cursor: pointer;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share #sdileni {
  position: absolute;
  top: 45px;
  right: -200px;
  width: 300px;
  height: 150px;
  background-color: white;
  z-index: 999;
  padding: 10px;
  box-shadow: 1px 1px 20px 0px #cecece;
  display: none;
}
@media (max-width: 1350px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share #sdileni {
    right: -100px;
  }
}
@media (max-width: 400px) {
  body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share #sdileni {
    right: -50px;
  }
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share #sdileni .wrap {
  border: solid 2px #222;
  height: 130px;
  width: 280px;
  position: relative;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share #sdileni .wrap .zavrit {
  position: absolute;
  top: 5px;
  right: 5px;
  text-decoration: underline;
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  cursor: pointer;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share #sdileni .wrap p {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding-top: 40px;
  max-width: 260px;
  width: 100%;
  margin: 0px auto;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share #sdileni .wrap p .twitter {
  background-image: url("../img/twitter_share.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin: 0px 5px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share #sdileni .wrap p .facebook {
  background-image: url("../img/facebook_share.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin: 0px 5px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #oblibene_share #sdileni .wrap p .mail {
  background-image: url("../img/mail_share.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin: 0px 5px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #more_info_about_product {
  margin-top: 32px;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #more_info_about_product p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #more_info_about_product p span {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #767676;
  text-transform: uppercase;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #more_info_about_product p a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  text-decoration: none;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #more_info_about_product p a:hover {
  text-decoration: underline;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #more_info_about_product p i {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_wrap #about_product #more_info_about_product p i.skladem {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3FAB52;
}
body.subpage main #detail_produktu .zarovnani #main_content_product {
  max-width: 930px;
  width: 96%;
  margin: 118px auto;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #top_navigation_product {
  text-align: center;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #top_navigation_product div {
  display: inline-block;
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #767676;
  text-transform: uppercase;
  margin: 0px 35px;
  cursor: pointer;
  transition: 200ms;
  position: relative;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #top_navigation_product div:hover, body.subpage main #detail_produktu .zarovnani #main_content_product #top_navigation_product div.active {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #top_navigation_product div:hover::before, body.subpage main #detail_produktu .zarovnani #main_content_product #top_navigation_product div.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media (max-width: 560px) {
  body.subpage main #detail_produktu .zarovnani #main_content_product #top_navigation_product div {
    margin: 0px 20px;
  }
}
@media (max-width: 460px) {
  body.subpage main #detail_produktu .zarovnani #main_content_product #top_navigation_product div {
    margin: 10px 0px;
    display: block;
  }
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze {
  display: none;
  margin-top: 20px;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis.active, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace.active, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze.active {
  display: block;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis h1, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace h1, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze h1 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222;
  padding-top: 30px;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis h2, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace h2, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze h2 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  padding-top: 30px;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis h2.center, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace h2.center, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze h2.center {
  text-align: center;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis h3, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace h3, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze h3 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  padding-top: 30px;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis h4, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace h4, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze h4 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #222;
  padding-top: 30px;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis h5, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace h5, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze h5 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #222;
  padding-top: 30px;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis p, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace p, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze p {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
  padding-top: 24px;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis p b, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis p strong, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace p b, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace p strong, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze p b, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze p strong {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis p a, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace p a, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze p a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #E31E25;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis p a:hover, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace p a:hover, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze p a:hover {
  text-decoration: none;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis p.recenze_ok, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace p.recenze_ok, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze p.recenze_ok {
  text-align: center;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0c8b2c;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis table, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace table, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze table {
  border-collapse: collapse;
  margin-top: 30px;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis table td, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis table th, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace table td, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace table th, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze table td, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze table th {
  padding: 4px 8px;
  border: solid 1px #222;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis table tr:nth-child(even) td, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis table tr:nth-child(even) th, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace table tr:nth-child(even) td, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace table tr:nth-child(even) th, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze table tr:nth-child(even) td, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze table tr:nth-child(even) th {
  background-color: #e9e7e7;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis form, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace form, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze form {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis form .inputs, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace form .inputs, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze form .inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis form .inputs input, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace form .inputs input, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze form .inputs input {
  border: solid 1px #222;
  padding: 8px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis form .inputs input::-moz-placeholder, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace form .inputs input::-moz-placeholder, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze form .inputs input::-moz-placeholder {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis form .inputs input::placeholder, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace form .inputs input::placeholder, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze form .inputs input::placeholder {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis form textarea, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace form textarea, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze form textarea {
  border: solid 1px #222;
  padding: 8px;
  width: 100%;
  height: 72px;
  margin: 20px 0px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis form textarea::-moz-placeholder, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace form textarea::-moz-placeholder, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze form textarea::-moz-placeholder {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis form textarea::placeholder, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace form textarea::placeholder, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze form textarea::placeholder {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis form textarea.mar, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace form textarea.mar, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze form textarea.mar {
  margin-top: 0px;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis form input[type=submit], body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace form input[type=submit], body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze form input[type=submit] {
  width: 200px;
  height: 48px;
  background-color: #E31E25;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: 300ms;
  cursor: pointer;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis form input[type=submit]:hover, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace form input[type=submit]:hover, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze form input[type=submit]:hover {
  background-color: #000;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis .recenze_odpoved, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace .recenze_odpoved, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze .recenze_odpoved {
  max-width: 600px;
  width: 100%;
  margin: 20px auto;
  border-bottom: solid 1px #ededed;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis .recenze_odpoved .top, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace .recenze_odpoved .top, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze .recenze_odpoved .top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  margin-bottom: 10px;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis .recenze_odpoved .top p, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace .recenze_odpoved .top p, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze .recenze_odpoved .top p {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #767676;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis .recenze_odpoved .recenze_wrap, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace .recenze_odpoved .recenze_wrap, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze .recenze_odpoved .recenze_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis .recenze_odpoved .recenze_wrap .klady, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace .recenze_odpoved .recenze_wrap .klady, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze .recenze_odpoved .recenze_wrap .klady {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0c8b2c;
}
body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .popis .recenze_odpoved .recenze_wrap .zapory, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .dalsi_informace .recenze_odpoved .recenze_wrap .zapory, body.subpage main #detail_produktu .zarovnani #main_content_product #content_product .recenze .recenze_odpoved .recenze_wrap .zapory {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #bb0909;
}
body.subpage main #detail_produktu #podobne_produkty {
  max-width: 1410px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-top: 254px;
  margin-bottom: 237px;
}
@media (max-width: 920px) {
  body.subpage main #detail_produktu #podobne_produkty {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
body.subpage main #detail_produktu #podobne_produkty h2 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #222;
  text-transform: uppercase;
}
body.subpage main #detail_produktu #podobne_produkty .wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 32px;
}
@media (max-width: 920px) {
  body.subpage main #detail_produktu #podobne_produkty .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  body.subpage main #detail_produktu #podobne_produkty .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .obrazek {
  display: block;
  height: 400px;
  width: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
  position: relative;
  transition: 300ms;
}
@media (max-width: 1180px) {
  body.subpage main #detail_produktu #podobne_produkty .wrap .item .obrazek {
    height: 300px;
  }
}
@media (max-width: 1080px) {
  body.subpage main #detail_produktu #podobne_produkty .wrap .item .obrazek {
    height: 200px;
  }
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .obrazek .badges {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .obrazek .badges .badge.sleva {
  background-color: #E31E25;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .obrazek .badges .badge.novinka {
  background-color: #E0E0E0;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 0px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .obrazek .badges .badge.tip {
  background-color: #000000;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .obrazek .badges .badge.akce {
  background-color: #ff9500;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .obrazek .badges .badge.vyprodej {
  background-color: #0d00ff;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .obrazek .badges.novinka {
  text-align: left;
  left: 10px;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .info .top {
  display: grid;
  grid-template-columns: 1fr 16px;
  grid-gap: 16px;
  margin-top: 14px;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .info .top .kategorie {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #767676;
  text-decoration: none;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .info .top .kategorie:hover {
  text-decoration: underline;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .info .top .favourite {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/oblibene_tmava.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .info .top .favourite:hover, body.subpage main #detail_produktu #podobne_produkty .wrap .item .info .top .favourite.active {
  background-image: url("../img/oblibene_red.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .info h2 a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #222;
  text-decoration: none;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .info h2 a:hover {
  text-decoration: underline;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .info .cena {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .info .cena .skrt {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #767676;
  text-decoration: line-through;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item .info .cena .aktual {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #E31E25;
}
@media (max-width: 440px) {
  body.subpage main #detail_produktu #podobne_produkty .wrap .item .info .cena {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #222;
  }
  body.subpage main #detail_produktu #podobne_produkty .wrap .item .info .cena .skrt {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #767676;
    text-decoration: line-through;
  }
  body.subpage main #detail_produktu #podobne_produkty .wrap .item .info .cena .aktual {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #E31E25;
  }
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item:hover {
  border-bottom: solid 2px #e31e25;
}
body.subpage main #detail_produktu #podobne_produkty .wrap .item:hover .obrazek {
  /*background-size: 101%;
  background-position-y: 55%;*/
  background-size: 145%;
  background-position-y: 55%;
  background-position-x: 100%;
}
body.subpage main #usp {
  background-color: #EFEFEF;
}
body.subpage main #add_to_cart_shadow {
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 998;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /*display: none;*/
}
body.subpage main #add_to_cart_around {
  background-color: white;
  z-index: 999;
  width: 400px;
  /*height: 280px;*/
  left: calc(50% - 200px);
  top: calc(50% - 140px);
  border-radius: 10px;
  position: fixed;
  /*display: none;*/
}
@media (max-width: 450px) {
  body.subpage main #add_to_cart_around {
    width: 100%;
    height: auto;
    left: 0px;
  }
}
body.subpage main #add_to_cart_around #add_to_cart_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 10px;
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .zavrit_add_to_cart {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  background-image: url("../img/zavrit_add_to_cart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .vlozeno {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 20px auto;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .vlozeno .mask {
  text-align: center;
  position: absolute;
  line-height: 80px;
  height: 80px;
  width: 80px;
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .vlozeno .mask span {
  opacity: 0;
  animation: show_text 2.5s normal forwards;
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .vlozeno svg {
  transform: rotate(-90deg);
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .vlozeno.start .circle_animation {
  stroke-dasharray: 880;
  stroke-dashoffset: 880;
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .vlozeno.start .circle_animation {
  animation: html 2.5s normal forwards;
}
body.subpage main #add_to_cart_around #add_to_cart_wrap #text_vlozeno {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  opacity: 0;
  animation: show_text 2.5s normal forwards;
}
@media (max-width: 450px) {
  body.subpage main #add_to_cart_around #add_to_cart_wrap #text_vlozeno {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #222;
  }
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .doprava_zdarma p {
  padding-top: 10px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #E31E25;
  text-align: center;
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .odkazy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}
@media (max-width: 450px) {
  body.subpage main #add_to_cart_around #add_to_cart_wrap .odkazy {
    grid-gap: 0px;
  }
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .odkazy a {
  border: solid 1px #d2d2d2;
  background-color: #ededed;
  display: block;
  height: 50px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  text-decoration: none;
  transition: 200ms;
}
@media (max-width: 450px) {
  body.subpage main #add_to_cart_around #add_to_cart_wrap .odkazy a {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #222;
  }
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .odkazy a:first-child {
  border-radius: 0px 0px 0px 10px;
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .odkazy a:last-child {
  border-radius: 0px 0px 10px 0px;
}
body.subpage main #add_to_cart_around #add_to_cart_wrap .odkazy a:hover {
  background-color: #E31E25;
  color: white;
}
@keyframes html {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show_text {
  to {
    opacity: 1;
  }
}
body.subpage main .zarovnani_obsahu {
  max-width: 860px;
  width: 94%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .formatovani_textu {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #222;
}
body.subpage main .formatovani_textu h1 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0em;
  color: #222;
  margin-bottom: 38px;
  margin-top: 38px;
}
body.subpage main .formatovani_textu h2 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #222;
  margin-bottom: 38px;
  margin-top: 31px;
}
body.subpage main .formatovani_textu h3 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #E31E25;
  margin-bottom: 28px;
  margin-top: 21px;
}
body.subpage main .formatovani_textu h4 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  margin-bottom: 28px;
  margin-top: 21px;
}
body.subpage main .formatovani_textu h4 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #222;
  margin-bottom: 18px;
  margin-top: 11px;
}
body.subpage main .formatovani_textu .zadne_zaznamy {
  background-color: #bb0909;
  text-align: center;
  padding: 8px;
}
body.subpage main .formatovani_textu .zadne_zaznamy p {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
}
body.subpage main .formatovani_textu .zadne_zaznamy a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
  color: #fff;
}
body.subpage main .formatovani_textu p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 22px;
  max-width: 900px;
}
body.subpage main .formatovani_textu p em {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main .formatovani_textu p.velky {
  font-size: 18px;
  line-height: 170%;
}
body.subpage main .formatovani_textu p.vyrazny {
  border-left: solid 32px #E31E25;
  padding: 37px 50px;
  background-color: #ededed;
  color: black;
  margin: 40px 0px;
}
body.subpage main .formatovani_textu p.vyrazny2 {
  border-left: solid 32px #ededed;
  padding: 37px 50px;
  background-color: #E31E25;
  color: white;
  margin: 40px 0px;
}
body.subpage main .formatovani_textu p.maly_1 {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 5px;
}
body.subpage main .formatovani_textu p.maly_2 {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.subpage main .formatovani_textu p.maly_3 {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.subpage main .formatovani_textu p.velky_1 {
  font-size: 17px;
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.subpage main .formatovani_textu p.velky_2 {
  font-size: 18px;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.subpage main .formatovani_textu p.velky_3 {
  font-size: 22px;
  line-height: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.subpage main .formatovani_textu p.nejvetsi {
  font-size: 26px;
  line-height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.subpage main .formatovani_textu ul {
  margin-left: 20px;
  width: calc(100% - 20px);
  margin-top: 15px;
  margin-bottom: 25px;
}
body.subpage main .formatovani_textu ul li {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000;
  padding-left: 0px;
  margin-bottom: 14px;
}
body.subpage main .formatovani_textu ul li.no_li {
  background-image: none;
  padding-left: 0px;
}
body.subpage main .formatovani_textu ul li.no_li h2 {
  margin-bottom: 8px;
}
body.subpage main .formatovani_textu a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  color: #777777;
  text-decoration: underline;
}
body.subpage main .formatovani_textu a:hover {
  text-decoration: none;
}
body.subpage main .formatovani_textu a.a_vyrazny {
  color: black;
}
body.subpage main .formatovani_textu a.a_nevyrazny {
  color: black;
}
body.subpage main .formatovani_textu a.a_cta {
  display: inline-block;
  width: 210px;
  background-color: #E31E25;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  cursor: pointer;
  font-size: 100%;
}
body.subpage main .formatovani_textu a.a_cta:hover {
  background-color: white;
  color: black;
}
body.subpage main .formatovani_textu a.a_cta2 {
  display: inline-block;
  width: 210px;
  background-color: #989898;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  cursor: pointer;
  font-size: 100%;
}
body.subpage main .formatovani_textu a.a_cta2:hover {
  background-color: black;
  color: white;
}
body.subpage main .formatovani_textu a.a_cta3 {
  display: inline-block;
  width: 210px;
  background-color: #222;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  cursor: pointer;
  font-size: 100%;
}
body.subpage main .formatovani_textu a.a_cta3:hover {
  background-color: black;
  color: white;
}
body.subpage main .formatovani_textu span {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000;
}
body.subpage main .formatovani_textu span.vyrazny {
  font-weight: bold;
}
body.subpage main .formatovani_textu strong {
  font-family: "Jost Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000;
}
body.subpage main .formatovani_textu strong.nejvetsi {
  font-size: 26px;
}
body.subpage main .formatovani_textu table {
  margin-top: 15px;
  margin-bottom: 64px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
body.subpage main .formatovani_textu table tr {
  border-bottom: 1px solid rgba(158, 158, 158, 0.4);
}
body.subpage main .formatovani_textu table tr td {
  text-align: center;
  padding: 15px 11px 8px 11px;
  margin: 3px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
}
body.subpage main .formatovani_textu table tr td img {
  width: 100%;
}
body.subpage main .formatovani_textu table tr td ul li {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
}
body.subpage main .formatovani_textu table tr td ol {
  margin-left: 20px;
  text-align: left;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
}
body.subpage main .formatovani_textu table tr td p {
  padding: 0px;
}
body.subpage main .formatovani_textu table.table_svetla {
  margin-top: 15px;
  margin-bottom: 64px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
body.subpage main .formatovani_textu table.table_svetla td {
  text-align: center;
  padding: 15px 11px 8px 11px;
  margin: 3px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: black;
}
body.subpage main .formatovani_textu table.table_tmava {
  margin-top: 15px;
  margin-bottom: 64px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
body.subpage main .formatovani_textu table.table_tmava tr {
  border-bottom: 1px solid white;
  background-color: #E31E25;
}
body.subpage main .formatovani_textu table.table_tmava tr td {
  text-align: center;
  padding: 15px 11px 8px 11px;
  margin: 3px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
}
body.subpage main .formatovani_textu table.table_tmava tr td img {
  width: 100%;
}
body.subpage main .formatovani_textu table.table_tmava tr td ul li {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
}
body.subpage main .formatovani_textu table.table_tmava tr td ol {
  margin-left: 20px;
  text-align: left;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
}
body.subpage main .formatovani_textu table.table_tmava tr td p, body.subpage main .formatovani_textu table.table_tmava tr td a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
  padding: 0px;
}
body.subpage main .formatovani_textu table.table_tmava tr td p strong, body.subpage main .formatovani_textu table.table_tmava tr td a strong {
  font-weight: 800;
  color: white;
}
body.subpage main .formatovani_textu table.table_mensi tr td {
  padding: 5px 3px 2px 3px;
  margin: 2px;
  font-size: 12px;
  line-height: 18px;
}
body.subpage main .formatovani_textu table.table_mensi tr td ul li {
  font-size: 12px;
  line-height: 18px;
}
body.subpage main .formatovani_textu table.table_mensi tr td ol {
  font-size: 12px;
  line-height: 18px;
}
body.subpage main .formatovani_textu table.table_mensi tr td p, body.subpage main .formatovani_textu table.table_mensi tr td a {
  font-size: 12px;
  line-height: 18px;
}
body.subpage main .formatovani_textu table.registrace tr {
  border-bottom: none;
}
body.subpage main .formatovani_textu table.registrace tr td {
  text-align: left;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
}
body.subpage main .formatovani_textu table.registrace tr td.podminky {
  text-align: center;
}
body.subpage main .formatovani_textu table.registrace tr td.align_right {
  text-align: right;
}
body.subpage main .formatovani_textu table.registrace tr td.align_right.mezera {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
  padding-top: 40px;
}
body.subpage main .formatovani_textu table.registrace tr td input[type=text], body.subpage main .formatovani_textu table.registrace tr td input[type=password] {
  border: solid 1px black;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
  padding: 4px;
}
body.subpage main .formatovani_textu img.img_vpravo {
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 400px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 600px) {
  body.subpage main .formatovani_textu img.img_vpravo {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 20px auto !important;
  }
}
body.subpage main .formatovani_textu img.img_vlevo {
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 400px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 600px) {
  body.subpage main .formatovani_textu img.img_vlevo {
    max-width: 100%;
    width: 100%;
    margin: 20px auto !important;
  }
}
body.subpage main .formatovani_textu img.img_100 {
  width: 100%;
  height: auto;
  display: block;
}
body.subpage main .formatovani_textu select {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: black;
}
body.subpage main .formatovani_textu input[type=submit] {
  padding: 0px;
  display: block;
  width: 200px;
  height: 40px;
  border: none;
  background-color: black;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0px;
  color: white;
  cursor: pointer;
  transition: 500ms;
}
body.subpage main .formatovani_textu input[type=submit]:hover {
  background-color: white;
  color: black;
}
body.subpage main .formatovani_textu .galerie {
  text-align: left;
}
body.subpage main .formatovani_textu .galerie h3 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0px;
  color: black;
  padding: 25px 0px 13px 0px;
}
body.subpage main .formatovani_textu .galerie a.obr {
  display: inline-block;
  width: 29%;
  margin-left: 1.4%;
  margin-right: 1.4%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/vychozi.png");
  height: 150px;
  margin-bottom: 20px;
}
body.subpage main .formatovani_textu .galerie a.obr img {
  display: none;
}
@media screen and (max-width: 580px) {
  body.subpage main .formatovani_textu .galerie a.obr {
    width: 46%;
    margin-left: 1.4%;
    margin-right: 1.4%;
  }
}
body.subpage main .formatovani_textu iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
body.subpage main .formatovani_textu .strankovani {
  text-align: center;
  margin-top: 20px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0px;
  color: white;
  margin-bottom: 50px;
}
body.subpage main .formatovani_textu .strankovani a {
  padding: 10px 14px;
  background-color: #000;
  text-decoration: none;
  color: white;
}
body.subpage main .formatovani_textu .strankovani a:hover, body.subpage main .formatovani_textu .strankovani a.active {
  background-color: #E31E25;
  color: white;
}
body.subpage main #nalezene_produkty {
  max-width: 860px;
  width: 96%;
  margin: 0px auto;
}
body.subpage main #nalezene_produkty h2 {
  font-family: "Jost medium";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #E31E25;
  margin-bottom: 28px;
  margin-top: 21px;
}
body.subpage main #nalezene_produkty .wrap_products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}
@media (max-width: 920px) {
  body.subpage main #nalezene_produkty .wrap_products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  body.subpage main #nalezene_produkty .wrap_products {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.subpage main #nalezene_produkty .wrap_products .item .obrazek {
  display: block;
  height: 250px;
  width: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
  position: relative;
  transition: 300ms;
}
@media (max-width: 1180px) {
  body.subpage main #nalezene_produkty .wrap_products .item .obrazek {
    height: 300px;
  }
}
@media (max-width: 1080px) {
  body.subpage main #nalezene_produkty .wrap_products .item .obrazek {
    height: 200px;
  }
}
body.subpage main #nalezene_produkty .wrap_products .item .obrazek .badges {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}
body.subpage main #nalezene_produkty .wrap_products .item .obrazek .badges .badge.sleva {
  background-color: #E31E25;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #nalezene_produkty .wrap_products .item .obrazek .badges .badge.novinka {
  background-color: #E0E0E0;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 0px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #nalezene_produkty .wrap_products .item .obrazek .badges .badge.tip {
  background-color: #000000;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #nalezene_produkty .wrap_products .item .obrazek .badges .badge.akce {
  background-color: #ff9500;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #nalezene_produkty .wrap_products .item .obrazek .badges .badge.vyprodej {
  background-color: #0d00ff;
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  margin: 0px 4px;
}
body.subpage main #nalezene_produkty .wrap_products .item .obrazek .badges.novinka {
  text-align: left;
  left: 10px;
}
body.subpage main #nalezene_produkty .wrap_products .item .info .top {
  display: grid;
  grid-template-columns: 1fr 16px;
  grid-gap: 16px;
  margin-top: 14px;
}
body.subpage main #nalezene_produkty .wrap_products .item .info .top .kategorie {
  font-family: "Jost light";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #767676;
  text-decoration: none;
}
body.subpage main #nalezene_produkty .wrap_products .item .info .top .kategorie:hover {
  text-decoration: underline;
}
body.subpage main #nalezene_produkty .wrap_products .item .info .top .favourite {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/oblibene_tmava.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  transition: 300ms;
}
body.subpage main #nalezene_produkty .wrap_products .item .info .top .favourite:hover, body.subpage main #nalezene_produkty .wrap_products .item .info .top .favourite.active {
  background-image: url("../img/oblibene_red.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main #nalezene_produkty .wrap_products .item .info h2 a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #222;
  text-decoration: none;
}
body.subpage main #nalezene_produkty .wrap_products .item .info h2 a:hover {
  text-decoration: underline;
}
body.subpage main #nalezene_produkty .wrap_products .item .info .cena {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #222;
}
body.subpage main #nalezene_produkty .wrap_products .item .info .cena .skrt {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #767676;
  text-decoration: line-through;
}
body.subpage main #nalezene_produkty .wrap_products .item .info .cena .aktual {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #E31E25;
}
@media (max-width: 440px) {
  body.subpage main #nalezene_produkty .wrap_products .item .info .cena {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #222;
  }
  body.subpage main #nalezene_produkty .wrap_products .item .info .cena .skrt {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #767676;
    text-decoration: line-through;
  }
  body.subpage main #nalezene_produkty .wrap_products .item .info .cena .aktual {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #E31E25;
  }
}
body.subpage main #nalezene_produkty .wrap_products .item:hover {
  border-bottom: solid 2px #e31e25;
}
body.subpage main #nalezene_produkty .wrap_products .item:hover .obrazek {
  /*background-size: 101%;
  background-position-y: 55%;*/
  background-size: 145%;
  background-position-y: 55%;
  background-position-x: 100%;
}
body.subpage main .display_none {
  display: none;
}
body.subpage main #kosik {
  padding-bottom: 20px;
  max-width: 1180px;
  width: 100%;
  margin: 0px auto;
}
body.subpage main #kosik #login {
  display: none;
}
body.subpage main #kosik .navigace {
  margin-top: 60px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
}
body.subpage main #kosik .navigace a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
  text-decoration: none;
}
body.subpage main #kosik .navigace a.non {
  color: #8A8A8A;
}
body.subpage main #kosik .navigace a:hover {
  text-decoration: underline;
}
body.subpage main #kosik .top {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 910px;
}
@media only screen and (max-width: 1100px) {
  body.subpage main #kosik .top {
    grid-template-columns: 1fr 760px;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main #kosik .top {
    grid-template-columns: 1fr;
  }
}
body.subpage main #kosik .top.mensi {
  margin-top: 36px;
}
@media only screen and (max-width: 1300px) {
  body.subpage main #kosik .top.uzsi {
    display: block;
  }
}
body.subpage main #kosik .top.fullwidht {
  display: block;
}
body.subpage main #kosik .top h1 {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
  margin-top: 11px;
}
body.subpage main #kosik .top h1.uzsi {
  margin-right: 30px;
}
@media only screen and (max-width: 1400px) {
  body.subpage main #kosik .top h1.uzsi {
    font-size: 30px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1300px) {
  body.subpage main #kosik .top h1.uzsi {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
}
body.subpage main #kosik .top .kontakt {
  background-color: #F4F4F4;
  padding: 17px 30px;
  height: 93px;
}
@media only screen and (max-width: 1100px) {
  body.subpage main #kosik .top .kontakt {
    padding: 17px 15px;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main #kosik .top .kontakt {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 780px) {
  body.subpage main #kosik .top .kontakt {
    height: auto;
  }
}
body.subpage main #kosik .top .kontakt p {
  display: inline-block;
  width: 135px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0em;
  color: #000000;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  body.subpage main #kosik .top .kontakt p {
    display: block;
  }
}
body.subpage main #kosik .top .kontakt img {
  display: inline-block;
  height: 63px;
  width: 63px;
  vertical-align: middle;
  margin-left: 49px;
}
@media only screen and (max-width: 1100px) {
  body.subpage main #kosik .top .kontakt img {
    margin-left: 29px;
  }
}
@media only screen and (max-width: 780px) {
  body.subpage main #kosik .top .kontakt img {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  body.subpage main #kosik .top .kontakt img {
    display: none;
  }
}
body.subpage main #kosik .top .kontakt a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0em;
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  body.subpage main #kosik .top .kontakt a {
    display: block;
    margin-left: 0px !important;
    background-color: #424141;
    border-radius: 5px;
    text-align: center;
    padding-left: 0px !important;
    color: white;
    background-image: none;
    padding: 5px 0px;
    margin-bottom: 5px;
  }
}
body.subpage main #kosik .top .kontakt a.mobil {
  padding-left: 26px;
  margin-left: 49px;
  background-image: url("../img/kosik_mobil.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
@media only screen and (max-width: 1100px) {
  body.subpage main #kosik .top .kontakt a.mobil {
    margin-left: 29px;
  }
}
body.subpage main #kosik .top .kontakt a.telefon {
  padding-left: 26px;
  margin-left: 49px;
  background-image: url("../img/kosik_telefon.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
@media only screen and (max-width: 1100px) {
  body.subpage main #kosik .top .kontakt a.telefon {
    margin-left: 29px;
  }
}
body.subpage main #kosik .top .kontakt a.mail {
  padding-left: 26px;
  margin-left: 49px;
  background-image: url("../img/kosik_mail.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
@media only screen and (max-width: 1100px) {
  body.subpage main #kosik .top .kontakt a.mail {
    margin-left: 29px;
  }
}
body.subpage main #kosik .top .kontakt a:hover {
  text-decoration: underline;
}
body.subpage main #kosik .prazdny_kosik h2 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
  margin-top: 11px;
}
body.subpage main #kosik .prazdny_kosik p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .prazdny_kosik p a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .prazdny_kosik p a:hover {
  text-decoration: none;
}
body.subpage main #kosik .prazdny_kosik a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .prazdny_kosik a:hover {
  text-decoration: none;
}
body.subpage main #kosik .chyba_kosik {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  color: rgb(178, 24, 24);
  padding-top: 10px;
  padding-bottom: 10px;
}
body.subpage main #kosik .epoukaz_p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  color: #000;
  display: block !important;
}
body.subpage main #kosik .kosik_dalsi_produkty {
  line-height: 0px;
  font-size: 0px;
}
body.subpage main #kosik .kosik_dalsi_produkty h3 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0em;
  color: #484848;
  margin: 10px auto !important;
}
body.subpage main #kosik .kosik_dalsi_produkty .polozka {
  display: inline-block;
  width: 50%;
  height: 100px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1450px) {
  body.subpage main #kosik .kosik_dalsi_produkty .polozka {
    width: 100%;
  }
}
body.subpage main #kosik .kosik_dalsi_produkty .polozka .obrazek {
  vertical-align: middle;
  display: inline-block;
  width: 150px;
  height: 100px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main #kosik .kosik_dalsi_produkty .polozka .obrazek img {
  display: none;
}
@media only screen and (max-width: 780px) {
  body.subpage main #kosik .kosik_dalsi_produkty .polozka .obrazek {
    display: none;
  }
}
body.subpage main #kosik .kosik_dalsi_produkty .polozka .nazev {
  vertical-align: middle;
  display: inline-block;
  width: 25%;
  margin-left: 10px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  color: #484848;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  body.subpage main #kosik .kosik_dalsi_produkty .polozka .nazev {
    width: 33%;
    margin-left: 0px;
  }
}
body.subpage main #kosik .kosik_dalsi_produkty .polozka .cena {
  vertical-align: middle;
  display: inline-block;
  width: 25%;
  margin-left: 10px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  color: #484848;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  body.subpage main #kosik .kosik_dalsi_produkty .polozka .cena {
    width: 33%;
    margin-left: 0px;
  }
}
body.subpage main #kosik .kosik_dalsi_produkty .polozka form {
  vertical-align: middle;
  display: inline-block;
  width: calc(40% - 160px);
  margin-left: 10px;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  color: #484848;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  body.subpage main #kosik .kosik_dalsi_produkty .polozka form {
    width: 33%;
    margin-left: 0px;
  }
}
body.subpage main #kosik .kosik_dalsi_produkty .polozka form input {
  display: inline-block;
  cursor: pointer;
  background-color: black;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0em;
  color: white;
  height: 50px;
  width: 100%;
}
body.subpage main #kosik .kosik_dalsi_produkty .polozka form input:hover {
  background-color: #484848;
}
body.subpage main #kosik .sphere_sekce {
  margin-top: 44px;
  width: calc(100% - 20px);
  margin-right: 20px;
}
body.subpage main #kosik .sphere_sekce h2 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
  margin-top: 11px;
}
body.subpage main #kosik .sphere_sekce p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .dodani_a_platba {
  margin-top: 44px;
  width: calc(100% - 20px);
  margin-right: 20px;
}
body.subpage main #kosik .dodani_a_platba h2 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
  margin-top: 11px;
}
body.subpage main #kosik .dodani_a_platba p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .zakaznik {
  margin-top: 29px;
  width: calc(100% - 20px);
  margin-right: 20px;
}
body.subpage main #kosik .zakaznik h2 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
  margin-top: 11px;
}
body.subpage main #kosik .zakaznik p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .zakaznik input[type=checkbox]:checked ~ label {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000000;
}
body.subpage main #kosik .zakaznik input[type=checkbox]:checked {
  accent-color: black;
}
body.subpage main #kosik .poznamka {
  margin-top: 42px;
}
body.subpage main #kosik .poznamka h2 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
  margin-top: 11px;
}
body.subpage main #kosik .poznamka textarea {
  max-width: 721px;
  height: 85px;
  width: calc(100% - 20px);
  margin-right: 20px;
  margin-top: 11px;
  margin-bottom: 13px;
  padding: 5px 10px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000000;
  background-color: #eeeeee;
  border: none;
}
body.subpage main #kosik .produkty .zaznam {
  display: grid;
  grid-template-columns: 216px 1fr 94px 173px 164px;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CFCFCF;
}
@media only screen and (max-width: 980px) {
  body.subpage main #kosik .produkty .zaznam {
    grid-template-columns: 216px 1fr 94px 103px 104px;
  }
}
@media only screen and (max-width: 800px) {
  body.subpage main #kosik .produkty .zaznam {
    grid-template-columns: 80px 1fr 94px 103px 104px;
  }
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .produkty .zaznam {
    display: block;
  }
}
body.subpage main #kosik .produkty .zaznam .obrazek {
  width: 100%;
  height: 235px;
  display: block;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 800px) {
  body.subpage main #kosik .produkty .zaznam .obrazek {
    height: 80px;
  }
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .produkty .zaznam .obrazek {
    display: inline-block;
    width: 80px;
  }
}
body.subpage main #kosik .produkty .zaznam .obrazek img {
  display: none;
}
body.subpage main #kosik .produkty .zaznam .info {
  padding-left: 50px;
  padding-right: 50px;
  align-self: center;
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .produkty .zaznam .info {
    display: inline-block;
    width: calc(100% - 90px);
    padding-right: 0px;
  }
}
body.subpage main #kosik .produkty .zaznam .info .nazev {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0em;
  color: #484848;
}
body.subpage main #kosik .produkty .zaznam .info .nazev a {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0em;
  color: #484848;
  text-decoration: none;
}
body.subpage main #kosik .produkty .zaznam .info .nazev a:hover {
  text-decoration: underline;
}
body.subpage main #kosik .produkty .zaznam .info .parametry {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0em;
  color: #484848;
}
body.subpage main #kosik .produkty .zaznam .info .parametry a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0em;
  color: #484848;
  text-decoration: none;
}
body.subpage main #kosik .produkty .zaznam .info .parametry a:hover {
  text-decoration: underline;
}
body.subpage main #kosik .produkty .zaznam .info .kod {
  margin-top: 7px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0em;
  color: #999999;
}
body.subpage main #kosik .produkty .zaznam .info .kod a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0em;
  color: #999999;
  text-decoration: none;
}
body.subpage main #kosik .produkty .zaznam .info .kod a:hover {
  text-decoration: underline;
}
body.subpage main #kosik .produkty .zaznam .info .sklad {
  margin-top: 7px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0em;
  color: #484848;
  text-transform: uppercase;
}
body.subpage main #kosik .produkty .zaznam .info .sklad.skladem {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0em;
  color: #26A769;
  text-transform: uppercase;
  padding-left: 34px;
  background-image: url("../img/kosik_skladem.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body.subpage main #kosik .produkty .zaznam .pocet {
  align-self: center;
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .produkty .zaznam .pocet {
    display: inline-block;
    width: 92px;
    margin-top: 20px;
  }
}
body.subpage main #kosik .produkty .zaznam .pocet select {
  width: 92px;
  height: 49px;
  padding: 14px 21px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0em;
  color: #484848;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/select_drop.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 68px;
  background-position-y: center;
  cursor: pointer;
  background-color: #eeeeee;
  border: none;
}
body.subpage main #kosik .produkty .zaznam .cena {
  align-self: center;
  justify-self: right;
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0em;
  color: #484848;
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .produkty .zaznam .cena {
    display: inline-block;
    width: calc(100% - 100px - 100px);
    margin-top: 20px;
    text-align: center;
  }
}
body.subpage main #kosik .produkty .zaznam .odstranit {
  align-self: center;
  justify-self: right;
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .produkty .zaznam .odstranit {
    display: inline-block;
    width: 100px;
    margin-top: 20px;
  }
}
body.subpage main #kosik .produkty .zaznam .odstranit a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0em;
  color: #9B9B9B;
  text-decoration: none;
  padding-right: 35px;
  background-image: url("../img/odstranit.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 55px;
  background-position-y: center;
}
body.subpage main #kosik .produkty .zaznam .odstranit a:hover {
  text-decoration: underline;
}
body.subpage main #kosik .sleva_a_cena {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 414px 1fr;
}
@media only screen and (max-width: 750px) {
  body.subpage main #kosik .sleva_a_cena {
    display: block;
    margin-top: 35px;
  }
}
body.subpage main #kosik .sleva_a_cena .sleva {
  line-height: 0px;
  font-size: 0px;
  align-content: center;
  align-self: center;
}
@media only screen and (max-width: 750px) {
  body.subpage main #kosik .sleva_a_cena .sleva {
    display: block;
    margin: 10px auto;
    max-width: 414px;
    width: 100%;
    text-align: center;
  }
}
body.subpage main #kosik .sleva_a_cena .sleva p {
  display: inline-block;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0em;
  color: #000000;
}
body.subpage main #kosik .sleva_a_cena .sleva input {
  display: inline-block;
  width: 202px;
  height: 49px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 49px;
  letter-spacing: 0em;
  color: #000000;
  padding: 0px 20px;
  margin-left: 9px;
  background-color: #eeeeee;
  border: none;
}
@media only screen and (max-width: 426px) {
  body.subpage main #kosik .sleva_a_cena .sleva input {
    width: 101px;
  }
}
body.subpage main #kosik .sleva_a_cena .sleva input[type=submit] {
  width: 110px;
  height: 49px;
  border: none;
  cursor: pointer;
  background-color: #939393;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 49px;
  letter-spacing: 0em;
  color: #FFF;
  text-transform: uppercase;
}
body.subpage main #kosik .sleva_a_cena .sleva input[type=submit]:hover {
  background-color: black;
}
body.subpage main #kosik .sleva_a_cena .cena {
  justify-self: right;
  align-content: center;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  body.subpage main #kosik .sleva_a_cena .cena {
    display: block;
    margin: 10px auto;
    max-width: 414px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}
body.subpage main #kosik .sleva_a_cena .cena .celkova_cena {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 32px;
}
body.subpage main #kosik .sleva_a_cena .cena input {
  background-color: black;
  transition: 500ms;
  display: inline-block;
  width: 204px;
  height: 61px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 61px;
  letter-spacing: 0em;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
}
body.subpage main #kosik .sleva_a_cena .cena input:hover {
  background-color: #939393;
}
body.subpage main #kosik .souvisejici {
  margin-top: 114px;
  margin-bottom: 235px;
}
body.subpage main #kosik .souvisejici h2 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0em;
  color: #484848;
  margin-top: 11px;
}
body.subpage main #kosik .souvisejici .produkty {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media only screen and (max-width: 1230px) {
  body.subpage main #kosik .souvisejici .produkty {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main #kosik .souvisejici .produkty {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .souvisejici .produkty {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 580px) {
  body.subpage main #kosik .souvisejici .produkty {
    grid-template-columns: 1fr;
  }
}
body.subpage main #kosik .souvisejici .produkty .produkt {
  height: 530px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
body.subpage main #kosik .souvisejici .produkty .produkt .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 129px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 39px 35px 0px 35px;
  line-height: 0px;
  font-size: 0px;
}
body.subpage main #kosik .souvisejici .produkty .produkt .shadow h3 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
body.subpage main #kosik .souvisejici .produkty .produkt .shadow .cena {
  display: inline-block;
  width: calc(100% - 165px);
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
@media only screen and (max-width: 1580px) {
  body.subpage main #kosik .souvisejici .produkty .produkt .shadow .cena {
    width: 100%;
  }
}
body.subpage main #kosik .souvisejici .produkty .produkt .shadow .prohlednout {
  display: inline-block;
  width: 165px;
  background-image: url("../img/sipka.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 146px;
  background-position-y: center;
}
body.subpage main #kosik .souvisejici .produkty .produkt .shadow .prohlednout i {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  color: #FFFFFF;
  text-decoration: underline;
}
@media only screen and (max-width: 1580px) {
  body.subpage main #kosik .souvisejici .produkty .produkt .shadow .prohlednout {
    display: none;
  }
}
body.subpage main #kosik #objednavka_prihlaseni {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  font-size: 0px;
  line-height: 0px;
}
body.subpage main #kosik #objednavka_prihlaseni .input {
  display: inline-block;
  width: 50%;
  margin-top: 24px;
}
@media only screen and (max-width: 500px) {
  body.subpage main #kosik #objednavka_prihlaseni .input {
    width: 100%;
  }
}
body.subpage main #kosik #objednavka_prihlaseni .input label {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #000;
  display: block;
}
body.subpage main #kosik #objednavka_prihlaseni .input input {
  width: calc(100% - 14px);
  margin-right: 14px;
  height: 57px;
  padding: 0px 10px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 57px;
  letter-spacing: 0em;
  color: #000;
  background-color: #eeeeee;
  border: none;
}
body.subpage main #kosik #objednavka_prihlaseni input[type=submit] {
  margin: 10px auto;
  background-color: #000;
  display: block;
  width: 200px;
  height: 40px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
body.subpage main #kosik #objednavka_prihlaseni input[type=submit]:hover {
  background-color: #484848;
}
body.subpage main #kosik .objednavka_prihlaseni_zobrazit {
  text-decoration: underline;
  cursor: pointer;
}
body.subpage main #kosik #vytvor_registraci {
  width: 19px;
  height: 19px;
  margin-right: 0px !important;
  display: inline-block;
  vertical-align: middle;
}
body.subpage main #kosik #vytvor_registraci:checked {
  accent-color: black;
}
body.subpage main #kosik .input.w_100 {
  margin-top: 20px !important;
  display: block !important;
  width: 100% !important;
}
body.subpage main #kosik .input.w_100 label {
  width: calc(100% - 25px - 15px);
  display: inline-block !important;
  margin-left: 15px;
  vertical-align: middle;
}
body.subpage main #kosik .udaje_produkty {
  display: grid;
  grid-template-columns: 1fr 600px;
  grid-gap: 20px;
}
@media only screen and (max-width: 1100px) {
  body.subpage main #kosik .udaje_produkty {
    grid-template-columns: 1fr 523px;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main #kosik .udaje_produkty {
    display: block;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main #kosik .udaje_produkty .udaje {
    display: block;
    max-width: 600px;
    margin: 20px auto;
  }
}
body.subpage main #kosik .udaje_produkty .udaje h1 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #26A769;
  margin-top: 59px;
}
body.subpage main #kosik .udaje_produkty .udaje div.info {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000;
  max-width: 630px;
}
body.subpage main #kosik .udaje_produkty .udaje p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava h2 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
  margin-top: 76px;
  margin-bottom: 24px;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava p {
  transition: 500ms;
  margin-bottom: 19px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava p input[type=radio] {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava p label {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava p input[type=radio]:checked ~ label {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000000;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava p input[type=radio]:checked {
  accent-color: black;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava p .ppl_vyber {
  border: solid 1px #000;
  padding: 10px;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 520px;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava p strong {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000000;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava .select2.select2-container.select2-container--default {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava .select2-container .select2-selection--single {
  background-color: #eeeeee;
  border: none;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava .doprava_zasilkovna_obal {
  overflow-x: hidden;
  width: 420px;
  margin-bottom: 20px;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava .doprava_zasilkovna_obal select {
  width: 100%;
  padding: 10px;
  padding: 10px;
  cursor: pointer;
  background-color: #eeeeee;
  border: none;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava .doprava_zasilkovna_obal .packetery-info-link {
  display: inline-block;
  padding: 7px 10px;
  background-color: #ba1b02;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  color: #fff;
  text-decoration: none;
  margin-top: 5px;
  border-radius: 3px;
  transition: 500ms;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava .doprava_zasilkovna_obal .packetery-info-link:hover {
  background-color: #821301;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava .doprava_popisek {
  position: absolute;
  background: white;
  border: solid 1px #d1d1d1;
  padding: 10px;
  margin-top: -15px;
  margin-left: 35px;
  box-shadow: #d9d9d9 10px 10px 10px 0px;
}
body.subpage main #kosik .udaje_produkty .udaje .doprava .doprava_popisek p {
  margin-bottom: 0px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #484848;
}
body.subpage main #kosik .udaje_produkty .udaje .sledovani {
  margin-bottom: 31px;
}
body.subpage main #kosik .udaje_produkty .udaje .sledovani h2 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
  margin-top: 36px;
  margin-bottom: 0px;
}
body.subpage main #kosik .udaje_produkty .udaje .sledovani p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .udaje_produkty .udaje .sledovani p a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .udaje_produkty .udaje .sledovani p a:hover {
  text-decoration: none;
}
body.subpage main #kosik .udaje_produkty .udaje .dodani {
  margin-bottom: 31px;
}
body.subpage main #kosik .udaje_produkty .udaje .dodani h2 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
  margin-top: 36px;
  margin-bottom: 0px;
}
body.subpage main #kosik .udaje_produkty .udaje .dodani p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .udaje_produkty .udaje .dodani p a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .udaje_produkty .udaje .dodani p a:hover {
  text-decoration: none;
}
body.subpage main #kosik .udaje_produkty .udaje .epoukazka {
  margin-bottom: 31px;
}
body.subpage main #kosik .udaje_produkty .udaje .epoukazka h2 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
  margin-top: 36px;
  margin-bottom: 0px;
}
body.subpage main #kosik .udaje_produkty .udaje .epoukazka p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .udaje_produkty .udaje .epoukazka p a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .udaje_produkty .udaje .epoukazka p a:hover {
  text-decoration: none;
}
body.subpage main #kosik .udaje_produkty .udaje .platba h2 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
  margin-top: 76px;
  margin-bottom: 24px;
}
body.subpage main #kosik .udaje_produkty .udaje .platba p {
  transition: 500ms;
  margin-bottom: 19px;
}
body.subpage main #kosik .udaje_produkty .udaje .platba p input[type=radio] {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
}
body.subpage main #kosik .udaje_produkty .udaje .platba p label {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
body.subpage main #kosik .udaje_produkty .udaje .platba p input[type=radio]:checked ~ label {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000000;
}
body.subpage main #kosik .udaje_produkty .udaje .platba p input[type=radio]:checked {
  accent-color: black;
}
body.subpage main #kosik .udaje_produkty .udaje .platba p strong {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000000;
}
body.subpage main #kosik .udaje_produkty .udaje .pokracovat {
  margin-top: 39px;
  background-color: black;
  transition: 500ms;
  display: inline-block;
  width: 204px;
  height: 61px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 61px;
  letter-spacing: 0em;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
}
body.subpage main #kosik .udaje_produkty .udaje .pokracovat:hover {
  background-color: #939393;
}
body.subpage main #kosik .udaje_produkty .udaje .pokracovat.bottom {
  margin-bottom: 171px;
}
@media only screen and (max-width: 980px) {
  body.subpage main #kosik .udaje_produkty .udaje .pokracovat.bottom {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 560px) {
  body.subpage main #kosik .udaje_produkty .udaje .pokracovat.bottom {
    margin-bottom: 30px;
  }
}
body.subpage main #kosik .udaje_produkty .udaje .pokracovat.dokoncit {
  background-color: #26A769;
  width: 221px;
}
body.subpage main #kosik .udaje_produkty .udaje .pokracovat.dokoncit:hover {
  background-color: black;
}
body.subpage main #kosik .udaje_produkty .kontaktni_udaje {
  margin-top: 36px;
}
body.subpage main #kosik .udaje_produkty .kontaktni_udaje.input_pole .input {
  margin-top: 4px;
}
body.subpage main #kosik .udaje_produkty .fakturacni_udaje {
  margin-top: 36px;
}
body.subpage main #kosik .udaje_produkty .fakturacni_udaje .input.firma_input {
  display: none;
}
body.subpage main #kosik .udaje_produkty #dodaci_udaje_formular {
  margin-top: 20px;
  display: none;
}
body.subpage main #kosik .udaje_produkty .registrace_vyber {
  line-height: 0px;
  font-size: 0px;
  max-width: 642px;
  margin-top: 11px;
}
body.subpage main #kosik .udaje_produkty .registrace_vyber .radios {
  display: inline-block;
  margin-right: 57px;
}
body.subpage main #kosik .udaje_produkty .registrace_vyber .radios label {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
body.subpage main #kosik .udaje_produkty .registrace_vyber .radios input {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
body.subpage main #kosik .udaje_produkty .registrace_vyber .radios input:checked {
  accent-color: black;
}
body.subpage main #kosik .udaje_produkty .jina_adresa {
  margin-top: 36px;
}
body.subpage main #kosik .udaje_produkty .jina_adresa input {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
body.subpage main #kosik .udaje_produkty .jina_adresa input:checked {
  accent-color: black;
}
body.subpage main #kosik .udaje_produkty .jina_adresa label {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  text-decoration: none;
}
body.subpage main #kosik .udaje_produkty .sphere {
  margin-top: 41px;
}
body.subpage main #kosik .udaje_produkty .sphere label {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000;
  display: block;
  margin-top: 21px;
}
body.subpage main #kosik .udaje_produkty .sphere input {
  width: 307px;
  margin-right: 14px;
  height: 57px;
  padding: 0px 10px;
  margin-top: 12px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 57px;
  letter-spacing: 0em;
  color: #000;
  display: inline-block;
  background-color: #eeeeee;
  border: none;
}
body.subpage main #kosik .udaje_produkty .sphere p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000;
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
  width: calc(100% - 307px - 14px);
}
@media only screen and (max-width: 560px) {
  body.subpage main #kosik .udaje_produkty .sphere p {
    width: 100%;
  }
}
body.subpage main #kosik .udaje_produkty .input_pole {
  line-height: 0px;
  font-size: 0px;
  max-width: 642px;
}
body.subpage main #kosik .udaje_produkty .input_pole h2 {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #484848;
}
body.subpage main #kosik .udaje_produkty .input_pole .input {
  display: inline-block;
  width: 50%;
  margin-top: 24px;
}
@media only screen and (max-width: 500px) {
  body.subpage main #kosik .udaje_produkty .input_pole .input {
    width: 100%;
  }
}
body.subpage main #kosik .udaje_produkty .input_pole .input label {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0em;
  color: #000;
  display: block;
}
body.subpage main #kosik .udaje_produkty .input_pole .input input {
  width: calc(100% - 14px);
  margin-right: 14px;
  height: 57px;
  padding: 0px 10px;
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 57px;
  letter-spacing: 0em;
  color: #000;
  background-color: #eeeeee;
  border: none;
}
body.subpage main #kosik .udaje_produkty .produkty {
  margin-top: 54px;
}
@media only screen and (max-width: 980px) {
  body.subpage main #kosik .udaje_produkty .produkty {
    display: block;
    max-width: 600px;
    margin: 50px auto;
  }
}
body.subpage main #kosik .udaje_produkty .produkty .zaznam {
  display: grid;
  grid-template-columns: 63px 1fr 38px 100px 52px;
  margin-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .udaje_produkty .produkty .zaznam {
    grid-template-columns: 63px 1fr 38px 100px 52px;
  }
}
body.subpage main #kosik .udaje_produkty .produkty .zaznam.kratsi {
  grid-template-columns: 63px 1fr 38px 100px;
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .udaje_produkty .produkty .zaznam.kratsi {
    grid-template-columns: 63px 1fr 38px 100px;
  }
}
body.subpage main #kosik .udaje_produkty .produkty .zaznam .obrazek {
  height: 69px;
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .udaje_produkty .produkty .zaznam .obrazek {
    width: 100%;
  }
}
body.subpage main #kosik .udaje_produkty .produkty .zaznam .info {
  padding-left: 19px;
  padding-right: 19px;
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .udaje_produkty .produkty .zaznam .info {
    width: 100%;
  }
}
body.subpage main #kosik .udaje_produkty .produkty .zaznam .pocet {
  align-self: start;
}
body.subpage main #kosik .udaje_produkty .produkty .zaznam .pocet p {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0em;
  color: #484848;
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .udaje_produkty .produkty .zaznam .pocet {
    display: initial;
    width: 100%;
    margin-top: 0px;
    margin-left: 10px;
  }
}
body.subpage main #kosik .udaje_produkty .produkty .zaznam .cena {
  align-self: start;
  line-height: 17px;
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .udaje_produkty .produkty .zaznam .cena {
    display: initial;
    width: 100%;
    margin-top: 0px;
    margin-left: 10px;
  }
}
body.subpage main #kosik .udaje_produkty .produkty .zaznam .odstranit {
  align-self: start;
  margin-left: 35px;
}
body.subpage main #kosik .udaje_produkty .produkty .zaznam .odstranit a {
  width: 17px;
  height: 17px;
  padding-right: 0px;
  display: block;
  background-image: url("../img/odstranit.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 640px) {
  body.subpage main #kosik .udaje_produkty .produkty .zaznam .odstranit {
    display: initial;
    width: 100%;
    margin-top: 0px;
    margin-left: 10px;
  }
}
body.subpage main #kosik .udaje_produkty .produkty .celkova_cena_samostatne {
  margin-top: 34px;
}
body.subpage main #kosik .souhlas {
  margin-top: 50px;
}
body.subpage main #kosik .souhlas input {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
body.subpage main #kosik .souhlas input:checked {
  accent-color: black;
}
body.subpage main #kosik .souhlas p {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  text-decoration: none;
}
body.subpage main #kosik .souhlas p a {
  font-family: "Jost light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #000;
}
body.subpage main #kosik .souhlas p a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 560px) {
  body.subpage main #kosik .souhlas p {
    width: calc(100% - 30px);
  }
}
body.subpage main #kosik .celkova_cena_samostatne {
  font-family: "Jost regular";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 107px;
  display: block;
  text-align: right;
}
@media only screen and (max-width: 980px) {
  body.subpage main #kosik .celkova_cena_samostatne {
    text-align: center;
    margin: 40px auto;
  }
}
body.subpage main #kosik .position_relative {
  position: relative;
}
body.subpage main #kosik .balikovna_obal {
  position: absolute;
  top: -250px;
  left: 0px;
  width: 1200px;
  height: 620px;
  background-color: white;
  border: solid 1px black;
  z-index: 999;
  padding: 3px;
  display: none;
}
body.subpage main #kosik .balikovna_obal.show {
  display: block;
}
body.subpage main #kosik .balikovna_obal iframe {
  width: 100%;
  height: 100%;
}
body.subpage main #kosik .balikovna_obal .zavrit_balikovnu {
  width: 40px;
  height: 40px;
  top: -30px;
  right: -30px;
  position: absolute;
  font-family: "Inter light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #000;
  background-image: url("../img/zavrit.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  display: block;
  cursor: pointer;
  background-color: white;
  border-radius: 20px;
  border: solid 1px black;
}
body.subpage main #kosik .shadow_balikovna {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
body.subpage main #kosik .shadow_balikovna.show {
  display: block;
}
@media only screen and (max-width: 1250px) {
  body.subpage main #kosik .balikovna_obal {
    width: 1000px;
  }
}
@media only screen and (max-width: 1050px) {
  body.subpage main #kosik .balikovna_obal {
    width: 800px;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main #kosik .balikovna_obal {
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  body.subpage main #kosik .balikovna_obal {
    width: 100%;
    height: 60vh;
  }
  body.subpage main #kosik .balikovna_obal .zavrit_balikovnu {
    right: 0px;
    top: -40px;
  }
}
body .shadow_background {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.1);
}
body .loading {
  display: none;
  position: fixed;
  transform: scale(5);
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  z-index: 9999;
}
body .loading div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #E31E25;
  border-radius: 50%;
  animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #E31E25 transparent transparent transparent;
}
body .loading div:nth-child(1) {
  animation-delay: -0.45s;
}
body .loading div:nth-child(2) {
  animation-delay: -0.3s;
}
body .loading div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nase_znacky {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #000;
}
.nase_znacky h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: "Jost bold";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #e31e25;
}
.nase_znacky a {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #000;
}
.nase_znacky a:hover {
    text-decoration: none;
}
#vypis_vsech_kategorii {
    margin-top: 102px;
    margin-bottom: 102px;
}
#vypis_vsech_kategorii .zarovnani {
    max-width: 1380px;
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#vypis_vsech_kategorii .zarovnani h1 {
    font-family: "Jost medium";
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 28px;
}
#vypis_vsech_kategorii .zarovnani .hlavni_kategorie_ul {
    list-style: none;
    margin-top: 28px;
}
#vypis_vsech_kategorii .zarovnani .hlavni_kategorie_ul li a {
    font-family: "Jost medium";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000;
    text-decoration: none;
}
#vypis_vsech_kategorii .zarovnani .hlavni_kategorie_ul li a:hover {
    text-decoration: underline;
}

#vypis_vsech_kategorii .zarovnani .pod_kategorie_ul {
    list-style: none;
    margin-top: 13px;
}
#vypis_vsech_kategorii .zarovnani .pod_kategorie_ul li a {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000;
    text-decoration: none;
}
#vypis_vsech_kategorii .zarovnani .pod_kategorie_ul li a:hover {
    text-decoration: underline;
}

#vypis_vsech_kategorii .zarovnani .pod_pod_kategorie_ul {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 10px;
}
#vypis_vsech_kategorii .zarovnani .pod_pod_kategorie_ul li {
    display: inline-block;
    margin-right: 35px;
}
#vypis_vsech_kategorii .zarovnani .pod_pod_kategorie_ul li a {
    font-family: "Jost regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #5F7290;
    text-decoration: none;
}
#vypis_vsech_kategorii .zarovnani .pod_pod_kategorie_ul li a:hover {
    text-decoration: underline;
}
.nedostupny_produkt {
    border-left: solid 12px #E31E25;
    padding-left: 32px;
    position: relative;
    font-family: "Jost medium";
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #222;
    text-transform: uppercase;
    max-width: 365px;
    margin-bottom: 170px;
}
@media only screen and (max-width: 980px) {
    .nedostupny_produkt {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 430px) {
    .nedostupny_produkt {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 1300px) {
    body header .top_control .zarovnani #top_navigation ul li {
        margin-left: 25px;
    }
}
@media only screen and (max-width: 1200px) {
    body header .top_control .zarovnani {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1130px) {
    body header .top_control .zarovnani {
        grid-gap: 10px;
    }
    body header .top_control .zarovnani #top_navigation ul li {
        margin-left: 10px;
    }
}
@media only screen and (max-width: 1000px){
    body header .top_control .zarovnani #top_navigation ul li a {
        font-size: 14px;
        line-height: 14px;
    }
}
.horni_lista_web {
    background-color: #e31e25;
    padding: 10px 0px;
    text-align: center;
    font-family: "arial";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #fff;
}
body.subpage main #kategorie_items .formatovani_textu h1 {
    margin: 0px;
    padding-bottom: 10px;
}
.kat_dole {
    max-width: 100%;
}
.kat_dole .vice_obsah_kategorie {
    padding-top: 60px;
}