@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600");

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
img {
  border: 0;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

.content > div.textbox.col5:first-child .span12.img-left .middle-text div {
  max-width: 500px;
  padding: 25px;
}

/* border-box */
html,
* {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
select {
  cursor: pointer;
}
/* clearfix */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}

.clear {
  clear: both;
}

body {
  color: #000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.oh {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
ul li {
  font-size: 12px;
}
header li {
  display: inline-block;
}
p {
  color: rgba(0, 0, 0, 1);
  color: #000;
  line-height: 1.5em;
  margin-top: 0;
}
select {
  border: 1px solid #ededed;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-user-select: none;
  background: url("/img/ico/i-select.png") center right no-repeat;
  background-size: auto 7px;
}

select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.hide_js {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.w-oh {
  overflow: hidden;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b7b7b7;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b7b7b7;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b7b7b7;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b7b7b7;
  opacity: 1;
}

.container {
  max-width: 1560px;
  padding: 0 30px;
  margin: 0 auto;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.ico {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  color: #fff;
  background: #191919;
  height: 75px;
  border-bottom: 1px solid #252525;
}
header .left {
  margin-left: calc(50% - 750px);
}
header .group > div > div {
  display: inline-block;
  line-height: 75px;
  border-left: 1px solid #252525;
}
header .group > div > div:last-child {
  border-right: 1px solid #252525;
}
header .group > div > div a {
  display: inline-block;
  padding: 0 30px 0 38px;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
header .group > div.right > div a {
  padding: 0;
}
header .left div a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("/img/i-hsip.png") right center no-repeat;
  background-size: 12px auto;
}

header .left .dropdown-content a {
  text-align: center;
  padding: 0 30px;
}

header .left .dropdown-content a:after {
  content: none;
}
header .left div a.active {
  box-shadow: inset 0 -4px 0 #f5ad26;
}
header .left > div:last-of-type {
  border-right: 1px solid #252525;
}
.ico.pers {
  width: 75px;
  height: 75px;
  background: url("/img/i-pers.png") center center no-repeat;
  background-size: 20px auto;
  vertical-align: top;
}
.ico.kosik {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px;
  background: url("/img/i-kos.png") center center no-repeat;
  background-size: 18px auto;
  vertical-align: top;
}
.ico.kosik span {
  color: #fff;
  background: #373737;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s ease;
}

.h-top .left-wrap {
  width: calc(100% / 3 + 38px);
  float: left;
  z-index: 102;
  position: relative;
}
.search-wrap {
  position: relative;
  width: calc(100% / 3 * 2 - 38px);
  float: right;
}
.search-wrap input {
  width: 100%;
  background: #282828;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  padding: 0 35px;
  padding-right: 70px;
  border: 1px solid #242424;
  border-radius: 50px;
  height: 50px;
  line-height: 48px;
}
.search-wrap button {
  display: inline-block;
  border: 0;
  outline: 0;
  width: 30px;
  height: 30px;
  background: url("/img/i-search.png") center center no-repeat;
  background-size: 18px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.logo {
  display: inline-block;
}
.soc {
  display: inline-block;
}
.h-top .soc {
  padding-left: 8px;
}

#nav-menu {
  display: none;
}

/* CMS */

.cms-id-2 td {
  vertical-align: top;
  padding-right: 20px;
}
.cms-id-2 td:last-of-type {
  padding-right: 0;
}
.cms-id-2 > table {
  margin-bottom: 20px
}

.cms-id-2 .row::before, .cms-id-2 .row::after {
  content: "";
  display: table;
  clear: both;
}

.cms-id-2 .row {
  margin: 0 -15px;
}

.cms-id-2 .span6 {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.h-top {
  padding-top: 75px;
  color: #fff;
  background: #191919;
  position: relative;
  margin-bottom: 45px;
  position: relative;
  z-index: 3;
}
.h-top:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 45px;
  background: url("/img/top-pre-bg2.png") center center repeat;
  background-size: 1332px 45px;
  position: absolute;
  bottom: -45px;
  left: 0;
}
.h-top .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
del {
  display: inline-block;
  font-size: 11px;
  color: #787878;
}

.link {
  color: #f9c212;
}
.link.blue {
  color: cadetblue;
}
.link:hover {
  text-decoration: underline;
}
.sec h2 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f9c212;
  text-align: center;
  margin-bottom: 40px;
}
.sec h2 + .row {
  text-align: center;
  margin-top: -38px;
  margin-bottom: 22px;
}
.sec h2 + .row a {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.sec h2 + .row a:after,
a.link.viac:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/img/i-viac.png") center right no-repeat;
  background-size: 4px auto;
}
a.link.viac {
  text-transform: uppercase;
}
a.link.viac:after {
  position: relative;
  top: 1px;
}
.span2 {
  width: calc(100% / 6);
  float: left;
}
.posun .span2 {
  position: relative;
  width: calc(100% / 6 + 1px);
  /*padding: 55px 20px 50px 63px;*/
  padding: 55px 20px;
  border-right: 1px solid #f2f1ef;
  border-left: 1px solid #f2f1ef;
  margin-left: -1px;
}
.posun .span2.owl-item {
  display: inline-block;
  float: none;
}
.posun .span2 div span {
  display: inline-block;
}
.posun .span2 .img-wrap img {
  /*	width: 100%;*/
  max-width: 125px;
  max-height: 186px;
}
.posun {
  position: relative;
}

.posun .img-wrap {
  text-align: center;
}

.oth-wrap.knih-forma {
  padding-left: 45px;
}

.slick-arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.slick-arrow.slick-prev {
  background: #f5f5f5 url("/img/i-pos-l.png") center center no-repeat;
  background-size: auto 11px;
  left: -16px;
}
.slick-arrow.slick-next {
  background: #f5f5f5 url("/img/i-pos-r.png") center center no-repeat;
  background-size: auto 11px;
  right: -16px;
}
.multiple-items1,
.multiple-items2 {
  width: 100%;
}
.slick-list {
  padding-left: 1px;
  margin-right: -1px;
  overflow: hidden;
}
.slick-track {
  display: flex;
  flex-wrap: nowrap;
}

.knih-forma h4,
.posun h4 {
  font-family: "Poppins", sans-serif;
  margin: 22px 0 1px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.knih-forma p {
  color: #191919;
  margin-bottom: 4px;
}
.knih-forma .cena {
  font-size: 18px;
  font-weight: 600;
  color: #8c6645;
}
.wrap-kup .cena {
  color: #000;
  font-size: 32px;
  margin-top: 6px;
}
.knih-forma .vydav {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #2452b9;
}
.knih-forma .sklad:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 6px;
}
.knih-forma .sklad.ano {
  color: #919c48;
}
.knih-forma .sklad.ano:before {
  background: #c8e02c;
}
.knih-forma .sklad.nie {
  color: #cd412d;
}
.knih-forma .sklad.nie:before {
  background: #cc3c28;
}
.knih-forma .sklad.priprav {
  color: #00bff3;
}
.knih-forma .sklad.priprav:before {
  background: #00bff3;
}
.static-page {
  padding: 30px 50px;
}
.static-page a {
  color: #0000EE;
}
.static-page a.button {
  color: #fff;
}
.sec {
  padding: 30px 0;
}
.bebg,
.afbg {
  background: #fbfbfb;
  position: relative;
}
.bebg {
  margin-bottom: -50px;
  margin-top: 80px;
  padding-bottom: 100px;
}
.afbg {
  margin-top: -50px;
  margin-bottom: 80px;
  padding-top: 100px;
}
.bebg.afbg {
  padding: 50px 0;
  margin: 80px 0;
}
.bebg:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  background: url("/img/sec-top-bg.jpg") bottom center no-repeat;
  background-size: cover;
  position: absolute;
  top: -80px;
  left: 0;
}
.afbg:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  background: url("/img/sec-bot-bg.jpg") top center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -80px;
  left: 0;
}

.span4 {
  width: calc(100% / 3);
  float: left;
}
.posun .span4 {
  width: calc(100% / 3 + 1px);
  padding: 0 75px;
  border-right: 1px solid #f2f1ef;
  border-left: 1px solid #f2f1ef;
  margin-left: -1px;
}
.posun .span4 h4 {
  margin: 5px 0 10px;
}
.bico.kal {
  display: inline-block;
  color: #bbbbbb;
  margin-top: 10px;
}
.bico.kal:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("/img/i-kal.png") left center no-repeat;
  background-size: 12px auto;
}
.autori .span2 {
  text-align: center;
  width: calc(100% / 6 + 1px);
  padding: 20px 15px 45px;
  border-right: 1px solid #f2f1ef;
  border-left: 1px solid #f2f1ef;
  margin-left: -1px;
}
.soc li,
.fsoc li {
  display: inline-block;
}
.soc li a,
.fsoc li a {
  display: inline-block;
  width: 40px;
  height: 20px;
}
.fsoc {
  padding-bottom: 30px;
  /* padding-left: 15px; */
}
li.fk {
  background: url("/img/i-fk.png") center center no-repeat;
  background-size: 8px auto;
}
li.tr {
  background: url("/img/i-tr.png") center center no-repeat;
  background-size: 14px 11px;
}
li.gp {
  background: url("/img/i-ig.png") center center no-repeat;
  background-size: 19.5px auto;
}
.soc li.fk {
  background: url("/img/i-fko.png") center center no-repeat;
  background-size: 8px auto;
}
.soc li.tr {
  background: url("/img/i-tro.png") center center no-repeat;
  background-size: 14px 11px;
}
.soc li.gp {
  background: url("/img/i-igo.png") center center no-repeat;
  background-size: 19.5px auto;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.detail .row > .span3 {
  width: calc(100% / 12 * 3 - 40px);
  float: left;
  padding-right: 80px;
}
.detail .row > .span7 {
  width: calc(100% / 12 * 7 + 40px);
  float: left;
  padding-right: 80px;
}
.detail .row > .span2 {
  width: calc(100% / 12 * 2);
  float: left;
  padding-left: 45px;
}
.detail__product-price {
  position: static;
}
.detail__product-price del {
  margin-bottom: 14px;
  display: block;
}
.knih-forma .cena {
  display: block;
}
/* .detail__product-price button {
  margin-left: -14px;
} */
.navmenu.afbg {
  padding-top: 90px;
  padding-bottom: 10px;
}
.navmenu li {
  display: inline-block;
}
.navmenu li:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url("/img/i-viac.png") center center no-repeat;
  background-size: 4px auto;
}
.navmenu li:last-child:after {
  display: none;
}
.navmenu li a {
  color: rgba(0, 0, 0, 0.68);
}
.navmenu li a:hover {
  text-decoration: underline;
}
.detail h1 {
  font-family: "Oswald", sans-serif;
  font-size: 33px;
  margin: 0 10px 4px 0;
}
.detail .span7 .text-wrap {
  padding-bottom: 70px;
  border-bottom: 1px solid #f2f1ef;
}
.detail .span7 .text-wrap > span {
  display: inline-block;
  width: 100%;
}
.detail .span7 .text-wrap > p {
  color: #000;
  margin-top: 12px;
  margin-bottom: 14px;
}
h3 {
  font-size: 18px;
}
h4 a {
  transition: all 0.3s ease;
}
h4 a:hover {
  opacity: 0.8;
}

.pozreli {
  border-bottom: 1px solid #f2f1ef;
}
.pozreli h3 {
  margin: 30px 0 35px;
}
.pozreli > .group {
  margin-right: -40px;
}

.pozreli .span3 {
  width: calc(100% / 4 - 40px);
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}
.pozreli .img-w {
  width: 80px;
  padding-right: 20px;
  float: left;
}
.pozreli .text-w {
  width: calc(100% - 80px);
  float: left;
}
.pozreli h4 {
  margin-top: 0;
}
.wrap-kup > span,
.wrap-kup > del {
  display: inline-block;
  width: 100%;
}
.wrap-kup > del {
  font-size: 12px;
  margin-bottom: 14px;
}
.wrap-kup > span.sklad {
  margin-top: 10px;
}
.kn-row h4 a {
  color: black;
}
.kn-row span a {
  color: cadetblue;
}
.button {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #e9b714;
  padding: 10px 55px 8px;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.button:hover {
  opacity: 0.8;
}
.button.disabled {
  background: #ccc;
  cursor: help;
}
.tag {
  display: inline-block;
  width: auto !important;
  font-size: 11px;
  line-height: 11px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  background: #ccc;
  padding: 4px 8px;
  border-radius: 2px;
  font-weight: 400;
  margin: 1px 1px 1px 0;
}
.tag.zlava {
  background: #cc3c28;
}
.tag.usetri {
  background: #919c48;
  vertical-align: text-bottom;
}
.tag.novinka {
  background: #919c48;
}
.tag.tjazyk {
  background: #f5ad26;
}
.span2 .tag-wrap {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 29px;
}
.span2 .tag-wrap div {
  text-align: right;
}

.sp-wrap {
  max-width: 195px;
  margin: 0 -3px 17px;
}
.sp-wrap .span6 {
  width: 50%;
  float: left;
  padding: 3px;
}
.kup-spolu .cena {
  font-size: 17px;
  font-weight: 600;
  color: #8c6645;
  margin-right: 8px;
}
.kup-spolu .button {
  margin-top: 18px;
}
.detail > .container > .row:nth-child(2) {
  padding-top: 45px;
}
.table {
  display: table;
  width: 100%;
}
.t-row {
  display: table-row;
}
.t-row > div {
  display: table-cell;
  padding: 15px 20px 15px 0;
}
.t-row > div:last-child {
  width: 1%;
}
.t-row > div strong {
  display: inline-block;
  width: 100%;
}
.detail .table {
  margin-top: 36px;
}

.kategorie .span3 {
  width: calc(100% / 12 * 3 - 50px);
  float: left;
  padding-right: 25px;
}
.kategorie .span9 {
  width: calc(100% / 12 * 9 + 50px);
  float: left;
}
.kategorie .span9 .img-wrap {
  width: 165px;
  padding-right: 40px;
  float: left;
}
.kategorie .span9 .text-wrap {
  width: calc(100% - 375px);
  float: left;
  padding-right: 40px;
}
.kategorie .span9 .wrap-kup {
  width: 210px;
  float: left;
}
.kn-row {
  padding: 45px 0 50px 48px;
  border-bottom: 1px solid #f2f1ef;
}
.kn-wrap .kn-row:last-of-type {
  border: 0;
}
.kn-row h4 {
  font-family: "Poppins", sans-serif;
  margin: 8px 0 1px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.kn-row h4 span {
  font-weight: 400;
  color: #8f8f8f;
}
.kategorie .span9 .text-wrap > span {
  display: inline-block;
  margin-bottom: 11px;
}
.span9 h1 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #f9c212;
}
.navmenu .span9,
.kh-wrap .left {
  padding-left: 213px;
}
.span3 .kh-wrap {
  background: url("/img/fil1-bg.jpg") left center no-repeat;
  background-size: contain;
  height: 80px;
  line-height: 80px;
  margin-left: -30px;
  padding-left: 30px;
}
.span9 .kh-wrap {
  background: url("/img/fil2-bg.jpg") center center no-repeat;
  background-size: contain;
  height: 80px;
  line-height: 80px;
}
.kh-wrap h2 {
  margin: 0;
}
.kategorie .navmenu.afbg {
  padding-top: 60px;
}
.sel-wrap {
  padding-right: 20px;
}
.sel-wrap select {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  background: url("/img/i-hsip.png") right center no-repeat;
  background-size: 12px auto;
  padding-right: 20px;
  margin-right: 20px;
}
.k-menu li {
  position: relative;
  padding-left: 12px;
}
.k-menu li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url("/img/i-viac.png") left center no-repeat;
  background-size: 4px auto;
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.2s ease;
}
.k-menu li:hover:before {
  left: -2px;
}
.k-menu li a:hover {
  text-decoration: underline;
}
.k-menu li a {
  color: #f5ad26;
}
.str-wrap {
  padding-left: 25px;
  margin-top: 26px;
}
#strankovanie {
  background: url("/img/str-bg.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  height: 80px;
  line-height: 80px;
}
#strankovanie li {
  display: inline-block;
}
#strankovanie li a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 20px;
  margin: 0 15px;
  line-height: 40px;
  transition: all 0.3s ease;
}
#strankovanie li.active a,
#strankovanie li a:hover {
  color: #f9c212;
}
#strankovanie li.prev {
  float: left;
  background: url("/img/i-pos-l.png") center center no-repeat;
  background-size: auto 11px;
}
#strankovanie li.next {
  float: right;
  background: url("/img/i-pos-r.png") center center no-repeat;
  background-size: auto 11px;
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  z-index: 5000;
  overflow: auto;
}
#lightbox #flex-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  min-height: 0;
}
#lightbox #content {
  margin: 75px auto 50px;
  align-self: center;
  position: relative;
  padding: 20px;
  min-height: 0;
}
#lightbox p {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #e9b714 url("/img/i-x-biele.png") center center no-repeat;
  background-size: 11px;
  position: absolute;
  top: -40px;
  right: 20px;
  cursor: pointer;
}
#lightbox img {
  max-width: 1024px;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.search-cont {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1500px;
  z-index: 101;
}
.vyhl-wrap {
  display: none;
  float: right;
  width: 64%;
  /* width: 100%; */
  /* margin-top: 70px; */
  /* position: relative; */
  z-index: 1;
}
.vyhl-wrap .kategorie {
  background: #fff;
  border: 4px solid #f2f1ef;
  padding: 25px 35px;
}
.vyhl-wrap .kategorie h2,
.vyhl-wrap .kategorie h3,
.vyhl-wrap .kategorie h4 {
  color: #000;
  margin-top: 0;
}
.vyhl-wrap .kategorie h2,
.vyhl-wrap .kategorie h3 {
  font-size: 14px;
  font-weight: 700;
}
#wall {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.96);
  z-index: 100;
}
.h-top.sact {
  /*	z-index: 100;*/
}
.search-wrap {
  transition: all 0.6s ease;
  z-index: 2;
}
.h-top.sact .search-wrap {
  /*	width: 100%;*/
  z-index: 2;
  padding-bottom: 20px;
  background: #191919;
}
.search-wrap {
  padding-bottom: 20px;
  background: #191919;
}
.search-wrap form {
  position: relative;
  z-index: 1;
}
.s-close {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/img/i-s-close.png") center center no-repeat;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 25px;
  transition: all 0.6s ease;
}
.h-top.sact .s-close {
  right: -30px;
}
.vyhl-wrap .kategorie .span9 {
  border-left: 1px solid #f2f1ef;
  padding-left: 40px;
}
.vyhl-wrap .pozreli {
  border: 0;
  margin-bottom: 30px;
}
.vyhl-wrap .pozreli + h3 + div .span3 {
  width: calc(100% / 4);
  padding-right: 0;
  margin-bottom: 20px;
}
.vyhl-wrap .pozreli + h3 + div .span3 .img-wrap {
  width: auto;
}
.navmenu.afbg .center {
  width: 100%;
}
.center {
  text-align: center;
}
.vsearch-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.vsearch-wrap form {
  display: inline-block;
  width: 100%;
  position: relative;
  max-width: 965px;
}
.vsearch-wrap input {
  width: 100%;
  background: #fef8e2;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  padding: 0 35px;
  padding-right: 70px;
  border: 1px solid #f4f0e3;
  border-radius: 50px;
  height: 50px;
  line-height: 48px;
}
.vsearch-wrap button {
  display: inline-block;
  border: 0;
  outline: 0;
  width: 30px;
  height: 30px;
  background: url("/img/i-search.png") center center no-repeat;
  background-size: 18px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.vydav h1 {
  font-size: 33px;
  margin-bottom: 0;
}
.vydav h1 + p {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.vydav .k-menu li {
  display: inline-block;
  width: calc(100% / 3);
}
.vyhla-wrap {
  margin-bottom: 30px;
}
.vydav .vyhla-wrap {
  margin-bottom: 40px;
}
.vyhla-wrap ul {
  text-align: center;
  background: url("/img/str-bg.jpg") center center no-repeat;
  height: 60px;
  line-height: 60px;
}
.vyhla-wrap ul li {
  display: inline-block;
}
.vyhla-wrap ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  width: 37px;
  height: 20px;
  text-align: center;
  color: #f5ad26;
  transition: all 0.4s ease;
}
.vyhla-wrap ul li a:hover {
  color: #000;
}
.vydav .row > .group {
  max-width: 1250px;
  margin: 0 auto;
}

footer {
  position: relative;
  background: #191919;
  color: #888888;
  margin-top: 80px;
  padding: 110px 0 50px;
}
footer:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 45px;
  background: url("/img/bot-pre-bg.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -45px;
  left: 0;
}
footer h3 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}
footer li a {
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
footer li a:hover {
  text-decoration: underline;
}

/* kosik START */

#kosik {
  width: 100%;
  height: 1000%;
  position: absolute;
  top: 0;
  z-index: 120;
  color: #374258;
  background: rgba(250, 250, 250, 0.8);
  padding: 0 15px;
}

#kosik .cena-kosik1 td {
  vertical-align: top;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.err-bg {
  padding: 25px;
  background-color: #f9f0f1 !important;
}
#kosik p {
  line-height: 22px;
}
#kosik a.link {
  color: #f9c212;
  text-decoration: underline;
}
#kosik select {
  background: #fff url("/img/select.png") center right 15px no-repeat;
  background-size: 7.5px 14px;
}
#kosik .button,
#kosik button {
  display: inline-block;
  border: 2px solid #f9c212;
  color: #f9c212;
  background: #ffffff;
  line-height: 35px;
  padding: 0 25px;
  margin-top: 5px;
  transition: all 0.3s ease;
}
#kosik .button:hover,
#kosik button:hover,
#kosik .k2-link .button,
#kosik .k2-link button {
  background: #f9c212;
  color: #fff;
}
#kosik .k2-link .button:hover,
#kosik .k2-link button:hover {
  opacity: 0.9;
}
#kosik a.link:hover {
  text-decoration: none;
}
#kosik .wrap-label input[type="radio"] + label span,
#kosik .wrap-label input[type="checkbox"] + label span {
  margin-top: 4px;
  float: left;
  margin-bottom: 10px;
}
#kosik .t-nazov span {
  font-weight: 600;
  margin-right: 5px;
}
#kosik .t-nazov p {
  display: inline-block;
  color: #f9c212;
  font-weight: 600;
}
#kosik .wrap-kosik {
  width: 100%;
  max-width: 1230px;
  margin: 150px auto;
  background: #fafafa;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 1);
  box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 1);
}
.wrap-kosik .header h2 {
  float: left;
  font-size: 25px;
}
.wrap-kosik .header {
  padding: 22px 22px 20px 30px;
  position: relative;
}
.wrap-kosik .x .ico {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.contact.zel {
  float: right;
  margin-top: 36px;
  font-family: "Open Sans", sans-serif;
  display: none;
}
.contact.zel span {
  font-weight: 700;
}
.contact.zel i {
  font-style: normal;
  color: #f9c212;
  padding: 5px;
  padding-right: 2px;
  font-weight: 700;
}

.kontakt .contact.zel {
  float: none;
}
.kontakt .contact.zel li {
  margin-right: 30px;
}
.ico.i-kosik {
  float: left;
  margin-top: 23px;
  margin-right: 10px;
}
#kosik table {
  width: 100%;
  font-size: 13px;
}
#kosik table thead {
  background: #f2f2f2;
  height: 45px;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
#kosik table thead tr {
  height: 45px;
}
#kosik table thead th {
  padding-right: 30px;
  text-align: right;
  font-family: "Open Sans", sans-serif;
}
#kosik table thead .th-nazov {
  padding-left: 30px;
  text-align: left;
}
#kosik .row {
  border-bottom: 1px solid #e7e7e7;
  height: 50px;
}
#kosik .row.vypredany * {
  text-decoration: line-through;
}
#kosik .row.vypredany {
  background: #f9f0f1;
}
#kosik .row.vypredany .t-mnozstvo input {
  display: none;
}

#kosik .row.vypredany .t-mnozstvo:before {
  content: "Produkt je vypredan�";
  color: #e84f66;
  display: inline-block;
  background: #f9f0f1;
  padding-right: 5px;
  margin-right: -5px;
  position: absolute;
  right: 60px;
  z-index: 1;
}
.t-mnozstvo {
  position: relative;
}
.t-mnozstvo input {
  line-height: 30px;
  min-height: 30px;
  border-radius: 20px;
  max-width: 70px;
  border: 1px solid #ededed;
  padding-right: 0;
  text-align: center;
}

#kosik .x {
  position: absolute;
  right: 0;
  top: -78px;
}
#kosik .x .ico {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
#kosik .t-img {
  width: 6%;
  text-align: center;
  border-right: 1px solid #e7e7e7;
}
#kosik .t-nazov {
  width: 40%;
  padding-left: 30px;
  padding-right: 15px;
}
#kosik .t-nazov h3 {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

#kosik .t-typ,
#kosik .t-mnozstvo,
#kosik .t-kus,
#kosik .t-celkom {
  width: 12.25%;
  text-align: right;
  /* padding-right: 30px; */
  padding-right: 20px;
  padding-left: 20px;
}
#kosik .t-mnozstvo {
  width: 16.25%;
}
#kosik .t-celkom {
  font-weight: 700;
}
#kosik .span6 {
  padding: 10px 30px;
  width: 50%;
  float: left;
}
#kosik .span6.zlav-kod {
  padding-right: 0;
}
#kosik .span6.spos-dodania {
  width: 100%;
  background: #fff;
}
/*.spos-dodania .wrap-label label:first-of-type {
    padding-top: 6px;
}*/
#kosik .span6 .ico {
  float: left;
  margin: 10px 20px 0 0;
}
.spos {
  border-bottom: 1px solid #e7e7e7;
}
.spos .span6 > p {
  margin-top: -4px;
  padding-left: 40px;
}
.spos-dodania label .dod-cena {
  /* float: right; */
  font-weight: 700;
  padding-left: 15px;
  font-style: normal;
  position: absolute;
  top: 20px;
  right: 0;
}
.wrap-label {
  padding-left: 40px;
}
.kosik2 .wrap-label {
  padding-left: 0;
}
.wrap-label label {
  display: block;
  margin-bottom: 13px;
}
.spos-dodania .wrap-label label {
  border-bottom: 1px solid #ededef;
  padding-bottom: 15px;
  padding-top: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  float: left;
  width: 100%;
  position: relative;
}
.spos-dodania .wrap-label label:last-child {
  border: none;
  margin-bottom: 6px;
}
.spos-platby {
  position: relative;
}
.spos-platby:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 15px;
}

.wrap-label input[type="radio"],
.wrap-label input[type="checkbox"] {
  display: none;
}
.wrap-label input[type="radio"] + label span,
.wrap-label input[type="checkbox"] + label span {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: -3px 7px 0 0;
  vertical-align: middle;
  border: 1px solid #979695;
  border-radius: 2px;
  cursor: pointer;
}
.wrap-label input[type="radio"] + label span {
  border-radius: 50%;
}
.wrap-label input[type="radio"]:checked + label span,
.wrap-label input[type="checkbox"]:checked + label span {
  border-color: #f9c212;
}
.wrap-label input[type="checkbox"]:checked + label span {
  background: url("/img/i-checked.png") center center no-repeat;
  background-size: 10px;
}
.wrap-label input[type="radio"]:checked + label span:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f9c212;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.spos-dodania .wrap-label input[type="radio"] + label span {
  margin-right: 10px;
}

.zlav-kod {
  padding-right: 0;
}
.zlav-kod input {
  line-height: 38px;
  min-height: 38px;
  width: calc(100% - 155px);
  max-width: 280px;
  border: 1px solid #ededed;
  padding: 0 20px;
  margin: 5px 10px 30px 35px;
  float: left;
}

.cena-kosik1 p {
  float: left;
  margin-top: 0;
}
.cena-kosik1 table {
  text-align: right;
  font-size: 15px;
  margin-top: 20px;
}
.cena-kosik1 table tr {
  height: 29px;
}
.cena-kosik1 table tr.celk-cena {
  height: 54px;
  font-size: 18px;
  font-weight: 600;
}
.cena-kosik1 table tr.celk-cena .td-cena {
  color: #f9c212;
}
.cena-kosik1 table .td-cena {
  width: 55px;
  padding-left: 20px;
  font-weight: 600;
}
.cena-kosik1 .button {
  float: right;
  margin: 30px 0 20px;
}
.k2-link {
  width: 100%;
  float: left;
  padding: 0 30px 30px;
  text-align: center;
}
.kosik3 .button,
.k2-link .button,
.row-k2.l button {
  float: right;
  background: #f9c212;
  color: #fff;
}
.kosik3 .button:hover,
.k2-link .button:hover,
.row-k2.l button:hover {
  background: #c59a1d;
  border-color: #c59a1d;
}
#kosik-pokracovat-v-nakupe {
  float: left;
}

/* kosik krok2 */

/* .wrap-label.agreement input[type="checkbox"] {
  display: block;
  margin-top: 2px;
  float: left;
  margin-right: 10px;
} */

#kosik h3 {
  margin: 16px 0;
}

#kosik .span4 {
  width: calc(100% / 3);
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
}
.row-h3 {
  line-height: 46px;
  background: #f2f2f2;
  width: 230%;
  margin-top: 5px;
  margin-left: -30px;
}
.row-h3 h3 {
  margin: 0;
  padding-left: 30px;
}
.row-k2 h3 {
  margin: 12px 0;
}
.wrap-k-udaje {
  padding-left: 25px;
  overflow-x: hidden;
}
.wrap-k-udaje .span4:first-child {
  margin-bottom: 30px;
}
.wrap-k-udaje input,
.wrap-k-udaje textarea,
.wrap-k-udaje select {
  width: 100%;
  border: 1px solid #ededed;
  padding: 0 20px;
  font-size: 13px;
}
.wrap-k-udaje input {
  line-height: 38px;
  min-height: 38px;
}
.wrap-k-udaje select {
  line-height: 40px;
  min-height: 40px;
  padding-right: 25px;
}
.wrap-k-udaje textarea {
  padding: 15px 20px;
  margin-bottom: 17px;
  /* max-width: 370px; */
  min-height: 100px;
}
.wrap-k-udaje select option {
  min-height: 36px;
}
.wrap-k-udaje .span4 > label,
.wrap-k-udaje .wrap-adr label,
.wrap-k-udaje > label,
#zobrazit-poznamku label,
#nakup-na-firmu label,
#adresa-dorucenia label {
  display: inline-block;
  padding: 17px 0 7px;
  font-weight: 500;
}
.wrap-k-udaje .req {
  color: #e98330;
  padding-left: 3px;
}
.wrap-k-udaje .o-udaje,
.wrap-k-udaje .o-noviniek {
  display: block !important;
  padding: 30px;
  /* padding-right: 0px; */
}
.wrap-k-udaje .o-udaje {
  padding-bottom: 46px;
}
.wrap-k-udaje .o-udaje .wrap-label label,
.wrap-k-udaje .o-noviniek .wrap-label label {
  position: relative;
  padding-left: 20px;
}
.wrap-k-udaje .o-udaje .wrap-label label.obch-podm {
  padding: 5px 10px;
  padding-left: 30px;
  margin: -5px -10px 10px;
}
.wrap-k-udaje .o-udaje .wrap-label label.obch-podm span {
  top: 5px;
  left: 10px;
}
.wrap-k-udaje .o-udaje .wrap-label label span,
.wrap-k-udaje .o-noviniek .wrap-label label span {
  position: absolute;
  top: 0;
  left: 0;
}
.wrap-k-udaje .o-udaje h3,
.wrap-k-udaje .o-noviniek h3 {
  margin: 0;
  margin-bottom: -5px;
}
.wrap-k-udaje .o-noviniek {
  margin: 47px 0 0;
  padding-bottom: 15px;
}
.wrap-k-udaje .wrap-adr {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 20px;
}
.wrap-k-udaje .wrap-adr.mr {
  margin-right: 30px;
}
.row-k2.l {
  padding: 30px;
  padding-right: 0;
  margin-top: 25px;
  padding-top: 20px;
  background: none;
  border-top: 1px solid #e7e7e7;
}
.row-k2.l > a {
  float: left;
  line-height: 38px;
}
.row-k2.l button,
#kosik .row-k2.l span {
  float: right;
  line-height: 38px;
  margin: 0;
  margin-right: 30px;
}
#kosik .row-k2.l span {
  margin-top: 5px;
}
#kosik .row-k2.l span a {
  text-decoration: underline;
}
#kosik .row-k2.l span a:hover {
  text-decoration: none;
}
#vybrana-posta strong {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
}
#vybrana-posta small {
  font-size: 100%;
}

/* kosik krok3 */

#kosik .wrap-kosik.dok {
  max-width: 700px;
}
.kosik3 h2,
.kosik3 p {
  padding: 0 20px;
}
.kosik3 {
  position: relative;
  text-align: center;
  padding: 53px 0 9px;
}
.kosik3 .ico {
  width: 39px;
  height: 30px;
}
.kosik3 h2 {
  margin: 8px 0 -8px;
}
#kosik h3 {
  font-size: 16px;
  font-weight: 600;
}
.kosik3 .button {
  margin: 10px 0;
  float: none;
  min-width: 205px;
}
.kosik3 p {
  max-width: 335px;
  margin: 20px auto 15px;
}
.k3-spos-plat {
  max-width: 545px;
  margin: 20px auto 35px;
  border-top: 1px solid #eaeaeb;
  border-bottom: 1px solid #eaeaeb;
  text-align: left;
}
.k3-spos-plat .k3-ucet {
  width: 60%;
  float: left;
  background: #f6f6f6;
  padding: 30px;
  padding-top: 10px;
  min-height: 174px;
}
.k3-spos-plat .paypal {
  width: 40%;
  float: right;
  background: #f9f0e7;
  padding: 30px;
  padding-top: 10px;
  min-height: 174px;
}
.k3-spos-plat p {
  margin-top: -8px;
}
.k3-ucet p span {
  font-weight: 700;
}
.k3-wrap {
  border-top: 1px solid #e7e7e7;
  padding-top: 5px;
  margin-top: 48px;
}
.k3-wrap p {
  max-width: 100%;
  margin: 14px 0;
  padding: 0 15px;
}

#kosik .ico {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 35px;
  /* position: relative; */
  /* bottom: -3px; */
}

.ico.i-kosik {
  background: url("/img/i-kos.svg") center center no-repeat;
  background-size: 21px;
  margin-top: 22px;
  margin-right: 20px;
}
#kosik .ico.i-spos-p {
  width: 21px;
  background: url("/img/i-spos-plat.png") center center no-repeat;
  background-size: 21px 20px;
}
#kosik .ico.i-dopr {
  width: 30px;
  background: url("/img/i-dopr.png") center center no-repeat;
  background-size: 25px auto;
  margin-right: 11px;
}
#kosik .ico.i-zlav-kod {
  margin-right: 15px !important;
  height: 28px;
  background: url("/img/i-zlav-kod.png") center center no-repeat;
  background-size: 24px;
}
#kosik .ico.i-t-x {
  width: 11px;
  height: 16px;
  background: url("/img/i-x-far.png") center center no-repeat;
  margin-left: 15px;
  background-size: 11px;
}
.x .ico.i-x {
  background: #f9c212 url("/img/i-x-biele.png") center center no-repeat;
  background-size: 11px;
}
#kosik .ico.i-k3-succ {
  width: 50px;
  height: 50px;
  background: url("/img/succ.png") center center no-repeat;
  background-size: 49px;
}
/* kosik END */

@media only screen and (max-width: 1560px) {
  .search-wrap {
    padding-right: 30px;
    padding-left: 15px;
  }
  .h-top.sact .search-wrap {
    padding-right: 50px;
  }
  .h-top.sact .s-close {
    right: 15px;
  }
  .vyhl-wrap {
    padding: 0 20px;
  }

  /* .knih-forma.wrap-kup {
    width: 100%;
  } */
}
@media only screen and (max-width: 1500px) {
  /*.posun .span2 .img-wrap,*/
  /*.posun .span2 .oth-wrap {*/
  /*	!*max-width: 150px;*!*/
  /*	!*margin-left: auto;*!*/
  /*	!*margin-right: auto;*!*/
  /*}*/
  /*.posun .span2 .oth-wrap {*/
  /*	!*padding-right: 15px;*!*/
  /*}*/
  /*.posun .span2 .img-wrap {*/
  /*	!*padding-right: 35px;*!*/
  /*}*/
  /*.posun .span2 {*/
  /*	!*padding-right: 0;*!*/
  /*	!*padding-left: 35px;*!*/
  /*}*/

  footer .span2 {
    width: calc(100% / 5);
    padding-bottom: 30px;
  }

  .oth-wrap.knih-forma {
    padding: 0 18%;
  }

  header .left {
    margin-left: 0;
  }
  .posun .span4 {
    padding: 0 35px;
  }
  .autori .span2 {
    width: calc(100% / 5 + 1px);
  }
  .vyhl-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1299px) {
  .posun .span2 {
    width: calc(100% / 5 + 1px);
  }
  .h-top .soc.novid {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .oth-wrap.knih-forma {
    padding: 0 15%;
  }

  .detail .row > .span2,
  .detail .row > .span3 {
    width: 200px;
  }
  .detail .row > .span3,
  .detail .row > .span7 {
    padding-right: 30px;
  }
  .detail .row > .span2 {
    padding-left: 30px;
  }
  .detail .navmenu .row > .span2,
  .detail .navmenu .row > .span3 {
    width: 0;
  }
  .detail .navmenu .row > .span7 {
    width: 100%;
  }
  .detail .row > .span7 {
    width: calc(100% - 400px);
  }
  .detail .pozreli {
    margin-right: -185px;
  }
}
@media only screen and (max-width: 1024px) {
  .posun .span2 {
    width: calc(100% / 4 + 1px);
  }
}
@media only screen and (max-width: 1023px) {
  footer .span2 {
    width: calc(100% / 4);
    /* padding-bottom: 30px; */
  }
  .posun .span4 {
    padding: 0 35px;
  }
  .autori .span2 {
    width: calc(100% / 4 + 1px);
  }
  .vyhl-wrap .kategorie .span9 {
    border: none;
    margin-top: 30px;
  }

  .vyhl-wrap .kategorie .span9,
  .vyhl-wrap .kategorie .span3 {
    padding: 0;
  }

  .kategorie .span9,
  .kategorie .span3 {
    width: 100%;
    float: none;
  }
  .span3 .kh-wrap {
    background: url("/img/fil2-bg.jpg") center center no-repeat;
    margin-right: -50px;
  }
  .detail .pozreli {
    display: none;
  }
  .detail .row > .kup-spolu + .span7 {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 900px) {
  .cms-id-2 .span6 {
    width: 100%;
}

  .oth-wrap.knih-forma {
    padding: 0 12%;
  }

  .detail__product-price {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .span2.knih-forma {
    width: 100%;
    margin-top: 63px;
    position: relative;
  }

  .detail .row > .span7 {
    width: calc(100% - 200px);
  }

  .detail > .container > .row:nth-child(2) .span3 {
    display: none;
  }

  .detail > .container > .row:nth-child(2) .span7 {
    width: 100%;
  }

  .detail .row > .span7 {
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  .stacktable.large-only {
    display: table;
  }
  .small-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .small-only {
    display: table !important;
  }

  .small-only tr:nth-of-type(4n) {
    border-bottom: 1px solid #ededef;
  }

  .large-only {
    display: none;
  }

  .st-key {
    /* padding: 8px 18px 8px 30px; */
    padding: 0 30px 0 20px;
    text-align: left;
  }

  #kosik .t-nazov {
    width: 200%;
    position: relative;
    text-align: center;
    padding: 10px;
  }

  .st-key,
  .st-val {
    width: 30%;
  }

  #kosik .span6 {
    width: 100%;
  }

  #kosik .span4 {
    width: 100%;
  }

  #kosik .span4:first-of-type .row-h3 {
    margin-top: 0;
  }
  #kosik .span4:first-of-type h3 {
    margin-top: 0;
  }

  .wrap-k-udaje .o-udaje, .wrap-k-udaje .o-noviniek{
    padding: 0;
  }

  #kosik-objednavka .wrap-label {
    padding-left: 0;
  }

  /* #kosik-objednavka .wrap-label.agreement {
    padding-left: 30px;
  } */

  #kosik-objednavka .wrap-label label {
    padding-right: 50px;
    padding-left: 20px;
    position: relative;
  }

  .spos-dodania label .dod-cena {
    position: absolute;
    right: 0;
    top: 20px;
    margin: auto;
    height: 30px;
  }

  #kosik .wrap-label input[type="radio"] + label span {
    margin-top: 3px;
    position: absolute;
    top: 20px;
    left: 0;
  }

  #kosik .ico.i-t-x {
    margin-left: 7px;
  }

  .t-mnozstvo input {
    /* width: calc(100% - 30px); */
    max-width: 75px;
  }

  #kosik .t-mnozstvo {
    width: 35%;
  }

  .wrap-kosik .header {
    padding: 0 30px;
    border-bottom: 1px solid #e7e7e7;
  }
}

@media only screen and (max-width: 767px) {
  footer .span2 {
    text-align: center;
    width: calc(100% / 2);
  }
  .autori .span2 {
    width: calc(100% / 3 + 1px);
  }
  .oth-wrap.knih-forma {
    padding: 0;
    text-align: center;
  }
  header .group .left div {
    display: none;
  }
  header .left div:first-child {
    display: inline-block;
    border-right: 1px solid #252525;
  }
  .h-top .left-wrap,
  .search-wrap {
    width: 100%;
    float: none;
  }
  .search-wrap {
    margin-top: 15px;
  }
  .navmenu .span9,
  .kh-wrap .left {
    padding-left: 0;
  }
  .kn-row {
    padding-left: 0;
  }
  .kategorie .span9 .text-wrap {
    width: calc(100% - 165px);
  }
  .kategorie .span9 .wrap-kup {
    margin-left: 165px;
    margin-top: 25px;
  }
  .sel-wrap {
    padding-right: 0;
  }
  .posun .span2 {
    width: calc(100% / 3 + 1px);
  }
  .detail .span2 {
    width: 100%;
  }
  .detail .row > .span3,
  .detail .row > .span7,
  .detail .row > .kup-spolu + .span7 {
    width: 100%;
  }
  .detail .row > .kup-spolu {
    max-width: 250px;
    padding-bottom: 20px;
  }
  .detail .row > .span2 {
    padding-left: 0;
  }
  .detail .span7 .text-wrap {
    padding-top: 35px;
    padding-bottom: 0;
    border: 0;
  }
  .detail .row > .span3 {
    padding-right: 0;
  }
  .search-cont {
    position: relative;
    top: auto;
  }
  .vyhl-wrap {
    margin-top: 0;
  }
  .search-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .vyhl-wrap {
    padding: 0;
  }
  .h-top.sact .s-close {
    right: 0;
  }
  .h-top.sact .search-wrap {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 620px) {
  .span4 {
    width: calc(100% / 2);
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 550px) {
  footer .span2 {
    width: calc(100% / 1);
  }
  .span9 .kh-wrap {
    height: auto;
    line-height: inherit;
    margin-top: 25px;
  }
  .span9 .kh-wrap .left {
    padding-bottom: 15px;
  }
  .t-row {
    display: inline;
  }
  .t-row > div,
  .t-row > div:last-child {
    display: block;
    width: calc(100% / 3);
    float: left;
  }
  .h-top .soc {
    padding-left: 0;
  }
  .logo {
    max-width: 295px;
  }

  .vyhl-wrap .pozreli + h3 + div .span3 {
    width: calc(100% / 2);
  }

  .kategorie .span9 .img-wrap {
    /*width: 165px;*/
    padding-right: 0;
    float: none;
    display: flex;
    justify-content: center;
  }

  .k2-link {
    text-align: center;
  }

  .k2-link .link {
    display: block;
    text-align: center;
    margin-top: 10px;
    position: static;
    margin-bottom: 15px;
  }

  /* .row-k2.l a.kosik-pokracovat-v-nakupe {
    float: none;
    display: block;
    text-align: center;
  } */

  .row-k2.l {
    padding-left: 0;
  }

  .row-k2.l button {
    float: none;
    margin: 20px auto 0 !important;
    display: block !important;
  }

  #kosik-pokracovat-v-nakupe {
    float: none;
    display: block;
    text-align: center;
  }

  #kosik .k2-link button {
    float: none;
  }

  .cena-kosik1 table tr.celk-cena {
    font-size: 14px;
  }
  .wrap-k-udaje .o-udaje, .wrap-k-udaje .o-noviniek {
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .t-mnozstvo input {
    max-width: 44px;
    line-height: 20px;
    min-height: 20px;
  }

  #kosik .ico.i-t-x {
    height: 23px;
  }
  #kosik .t-nazov {
    padding: 6px 15px 4px; 
  }

  #kosik .t-nazov h3 {
    margin: 0;
    text-align: left;
  }
  #kosik .t-typ, #kosik .t-mnozstvo, #kosik .t-kus, #kosik .t-celkom {
    padding-right: 15px;
    /* column-width: 100px; */
    /* min-width: 100px; */
  }

  .st-key {
    padding: 4px 15px;
  }

  .small-only tr:nth-of-type(4n) td {
    padding-bottom: 6px;
  }

  /* #kosik .row {
    height: 35px;
  } */
  .logo {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .container {
    padding: 0 20px;
  }
  header .container {
    padding: 0;
  }
  .autori .span2 {
    width: calc(100% / 2 + 1px);
  }
  .posun .span2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .bebg.afbg {
    margin: 50px 0;
  }
  /* footer .span2 {
    width: calc(100% / 2);
  } */
  /* footer .span2:nth-child(2),
  footer .span2:nth-child(4) {
    padding-left: 25px;
  } */
  .soc {
    display: block;
    text-align: center;
  }
  .kategorie .span9 .text-wrap {
    width: 100%;
    margin-top: 25px;
  }
  .kategorie .span9 .wrap-kup {
    margin-left: 0;
  }
  .span3 .kh-wrap {
    margin-right: -45px;
  }

  .wrap-kosik .header h2 {
    font-size: 17px;
  }

  .ico.i-kosik {
    margin-top: 8px;
    margin-right: 8px;
  }

  .detail__product-price {
    position: static;
    transform: none;
  }

  .span2.knih-forma {
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  .posun .span2 {
    width: calc(100% / 2 + 1px);
  }
  .t-row > div,
  .t-row > div:last-child {
    width: calc(100% / 2);
  }

  .span4 {
    width: 100%;
  }

  .wrap-k-udaje .wrap-adr {
    width: 100%;
    margin-bottom: 0;
  }

  .wrap-k-udaje .wrap-adr select {
    margin-bottom: 20px;
  }

  .cms-id-2 a {
    word-break: break-all;
    /* display: block; */
  }
}

.h-top .container {
  padding-top: 50px;
}
.h-top .container {
  padding-top: 50px;
}

/* Dropdown Button */
.dropbtn {
  /*background-color: #4CAF50;*/
  /*color: white;*/
  /*padding: 16px;*/
  /*font-size: 16px;*/
  /*border: none;*/
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #191919;
  /*min-width: 160px;*/
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  box-shadow: inset 0 -4px 0 #919c48;
  /*background-color: #ddd;*/
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
