/* normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,nav,section{display:block}a:,a:focus{outline:dotted thin}.mark,.strong,b,mark,strong{font-weight:700}.em,.mark,dfn,em,mark{font-style:italic}button,html input[type=button],input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}hr,img,legend{border:0}hr,legend,ol,ul{padding:0}[hidden],audio:not([controls]){display:none}html{;overflow-y:scroll;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{font-size:13px;line-height:1.5}img{-ms-interpolation-mode:bicubic}h1{font-size:2em}p{-webkit-hyphens:auto;-moz-hyphens:auto;-epub-hyphens:auto;hyphens:auto}.small,small,sub,sup{font-size:75%}.ins,ins{background:#ff9;color:#000;text-decoration:none}.mark,mark{background:#ff0;color:#000}hr{border-top:1px solid #ccc;margin:1em 0;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{word-wrap:break-word;white-space:pre-wrap}blockquote{margin:1.5em 40px}q:after,q:before{content:'';content:none}ol,ul{margin:1.5em 0}dd{margin:0}.commentlist,.widget ol,.widget ul,nav ol,nav ul{list-style:none;margin:0}fieldset,fieldset ol,fieldset ul,form,form ol,form ul{margin:0;border:0},button,input,textarea{margin:0;vertical-align:baseline}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz--inner,input::-moz--inner{border:0;padding:0}.clearfix:after,.clearfix:before,nav[role=navigation] .menu ul:after,nav[role=navigation] .menu ul:before{content:"";display:table}.clearfix:after,nav[role=navigation] .menu ul:after{clear:both}.clearfix,nav[role=navigation] .menu ul{zoom:1}.wp-smiley{margin:0!important;max-height:1em}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*{background:0 0!important;color:#000!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{color:#444!important;text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}body,figure{margin:0}a:active,a:hover{outline:0}h1{margin:.67em 0}abbr[title]{border-bottom:1px dotted}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}button,input,select,textarea{margin:0}button,input{line-height:normal}button,select{text-transform:none}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* normalize */
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
html {
  overflow-x: hidden;
}

body {
  font-family: 'PT Sans', sans-serif;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  line-height: 1.3 !important;
  color: red;
  font-size: 0;
}

a {
	text-decoration: none;
	outline: none !important;
}

button {
	outline: none !important;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

select {
	outline: none !important;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

ul {
  margin: 0;
	list-style: none;
}

input, select, textarea, button {
  padding: 0;
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
}

input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

.row {
  margin: 0 -15px;
}

label {
  display: block;
  text-align: left;
  cursor: pointer;
}

.container {
  width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

hr {
  display: inline-block;
  border: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #e5e5eb;
}

.spinner-master {
  display: none;
}

.spinner-master input[type=checkbox] {
  display: none;
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0.65;
  display: none;
  z-index: 10;
}

.overlay-aside {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0.65;
  display: none;
  z-index: 21;
}

.overflowhidden {
  overflow: hidden;
  padding-right: 8px;
}

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

#hits.flex {
  justify-content: flex-start;
}

.flx {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.flx-w {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.sb-c {
  justify-content: space-between;
  align-items: center;
}

/* cookies */

.cc_container {
  padding: 10px!important;
  z-index: 1000!important;
  left: 35% !important;
  right: 35% !important;
  bottom: 10px !important;
  background: #13c04a !important;
  height: 60px !important;
  font-family: 'Ubuntu', sans-serif !important;
}

.cc_container .cc_message {
  color: white !important;
  font-size: 14px !important;
  line-height: 38px !important;
  text-transform: none !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
}

.cc_container a, .cc_container a:visited {
  text-decoration: underline !important;
  color: white !important;
  font-size: 14px !important;
  line-height: 38px !important;
  text-transform: uppercase !important;
}

.cc_container a:hover {
  color: black !important;
}

.cc_container .cc_btn {
  height: 40px !important;
  background: #fff !important;
  color: #13c04a !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 38px !important;
  text-transform: uppercase !important;
  border: 1px solid #13c04a !important;
  transition: all .2s !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  width: auto !important;
  padding: 0 15px !important;
  max-width: none !important;
}

.cc_container .cc_btn:hover {
  border: 1px solid #1de15b !important;
  background: #1de15b !important;
  color: white !important;
}

.cc_container .cc_logo {
  display: none !important;
}

/* cookies */

.scrollToTop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: none;
  line-height: 20px;
  color: #13c04a;
  background: #13c04a url("/img/arrowtop.svg") no-repeat center center;
  padding-top: 40px;
  text-transform: uppercase;
  z-index: 12;
  transition: all .25s ease-in-out;
}

.scrollToTop:hover {
  background: #1de15b url("/img/arrowtop.svg") no-repeat center center;
}

/* Tlacitka */

.button {
  display: inline-block;
  padding: 0 30px;
  height: 50px;
  line-height: 48px;
  background: #316bf3;
  text-align: center;
  border: 1px solid #316bf3;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .25s ease-in-out;
}

.button:hover {
  background: #205ae2;
  border: 1px solid #205ae2;
}

.button.green {
  background: #13c04a;
  border: 1px solid #13c04a;
}

.button.green:hover {
  background: #1de15b;
  border: 1px solid #1de15b;
}

/* Tlacitka */

/* HOMEPAGE */

header {
  background: #f9f9f9;
  position: relative;
  border-bottom: 1px solid #ececec;
}

.menu-top {
  height: 50px;
  border-bottom: 1px solid #ececec;
}

.menu-top .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.menu-top p.zakaznicka-linka {
  color: #666;
  line-height: 49px;
}

.menu-top p.zakaznicka-linka a {
  color: #13c04a;
  font-weight: 700;
}

.menu-top p.zakaznicka-linka a:hover {
  text-decoration: underline;
}

.login-right {
  position: relative;
}

.login-right a.login, .login-right a.registrace  {
  display: inline-block;
  color: #666;
  font-weight: 500;
  line-height: 49px;
  transition: .2s all ease;
}

.login-right a.login:hover, .login-right a.registrace:hover {
  color: #13c04a;
}

.login-right i {
  margin: 0 10px;
  color: #666;
  font-weight: 500;
}

.login-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 30;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  left: 0;
  top: 0;
}

.login-handler {
  display: inline-block;
  position: relative;
  z-index: 22;
  text-align: center;
}

.login-content {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 60px);
  width: calc(100% - 30px);
  z-index: 22;
  background: #fff;
  max-width: 400px;
  text-align: center;
  display: inline-block;
}

.login-modal .close {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  background: #316bf3 url("/img/zrus.svg") no-repeat center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 23;
  display: block !important;
}

.login-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1b;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 20px;
}

.login-content .input-box {
  display: inline-block;
  width: 230px;
  margin-bottom: 20px;
}

.login-content .input-box label {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 20px;
}

.login-content .input-box input {
  height: 40px;
  line-height: 38px;
  display: inline-block;
  width: 100%;
  border: 1px solid #e6e6e6;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
}

.login-content .button {
  display: inline-block !important;
}

.login-content .lstpw {
  color: #13c04a;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
  display: block !important;
}

.login-content .lstpw:hover {
  text-decoration: underline;
}

.login-content .nw {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 24px;
}

.login-content .footerlogin {
  padding: 20px 30px;
  background: #316bf3;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.login-content .footerlogin p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  position: relative;
}

.login-content .footerlogin p:after {
  content: "";
  opacity: .3;
  border-bottom: 1px dashed #fdfdfd;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
}

.login-content .footerlogin p a {
  color: #fff;
  text-decoration: underline;
  display: inline-block !important;
}

.login-content .footerlogin p a:hover {
  color: black;
}

.header-content {
  padding: 20px 0;
}

.header-content .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-content .logo img {
  width: 270px;
}

.search-content {
  float: left;
  width: 400px;
  height: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.09);
}

.search-content .vyhledat {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid #dadada;
  text-align: center;
  display: none;
}

.search-content input {
  width: 350px;
  height: 50px;
  line-height: 48px;
  background: #fff;
  border-radius: 0 2px 2px 0;
  border: 1px solid #cdcdcd;
  padding-left: 20px;
  transition: .2s all ease;
}
.zadne-produkty {
  text-align: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  padding: 15px !important;
}
.zadne-produkty::before {
  display: none !important;
}

.search-content input:hover, .search-content input:focus {
  background: #f1f4f7;
}

.search-content .hledat {
  width: 50px;
  height: 50px;
  line-height: 48px;
  background: #fff url("/img/search.svg") no-repeat center;
  border-radius: 2px 0 0 2px;
  border: 1px solid #cdcdcd;
  border-left: 0;
  transition: .2s all ease;
}

.search-content .hledat:hover {
  background: #13c04a url("/img/search.svg") no-repeat center;
}

.search-content .zavrit {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  background: #e93b70 url("/img/zrus.svg") no-repeat center;
  display: none;
}

.header-content .cart {
  position: relative;
}

.header-content .cart a.cart-button {
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  transition: all .2s ease;
}

.header-content .cart a.cart-button.open {
  opacity: 0;
}

.header-content .cart a.cart-button img {
  margin-right: 20px;
}

.header-content .cart a.cart-button strong {
  color: #13c04a;
  font-size: 16px;
  font-weight: 700;
  margin-left: 20px;
}

.header-content .cart a.cart-button .polozek {
  font-size: 16px;
  color: #4a535c;
  margin-right: 10px;
}

.header-content .cart a.cart-button .polozek-devices {
  position: absolute;
  right: -5px;
  top: -5px;
  height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 50%;
  display: none;
  background: #13c04a;
  color: #fff;
  line-height: 16px;
}

.header-content .cart a.cart-button i {
  font-size: 16px;
  color: #4a535c;
}

.lost-password {
  color: #13c04a;
  font-size: 14px;
  font-weight: 700;
}

.lost-password:hover {
  text-decoration: underline;
}

.cart-content {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.09);
  border: 1px solid #e8e8e8;
  z-index: 21;
  display: none;
  border-top: 4px solid #13c04a;
  padding-top: 25px;
  width: 280px;
  padding-bottom: 70px;
}

.cartimg {
  position: absolute;
  top: -30px;
  left: -20px;
  z-index: 9;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #13c04a;
  text-align: center;
}

.cartimg:after {
  content: "";
  background: url("/img/cartwhite.svg") no-repeat center center;
  width: 33px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

.cart-content .close {
  position: absolute;
  right: -20px;
  top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  background: #13c04a url("/img/zrus.svg") no-repeat center;
  background-size: 40%;
}

.cart-content-body {
  overflow-y: auto;
  max-height: 280px;
  padding: 0 20px;
}

.cart-content-body > p:first-child {
  margin: 10px auto;
  text-align: center;
}

.cart-content .product-in-cart {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cart-content .product-in-cart .product-head {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.cart-content .product-in-cart .product-head .image-holder {
  width: 70px;
  min-width: 70px;
  line-height: 70px;
  height: 70px;
  float: left;
}

.cart-content .product-in-cart .product-head .image-holder img {
  max-width: 90%;
  max-height: 60px;
}

.cart-content .product-in-cart .product-head a {
  color: #131313;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.cart-content .product-in-cart .product-head a:hover {
  color: #13c04a;
}

.cart-content .product-in-cart .product-body {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-content .product-in-cart .product-body .w33 {
  text-align: center;
  height: 30px;
  text-align: left;
}

.cart-content .product-in-cart .product-body .w33 p {
  color: #316bf3;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}

.cart-content .product-in-cart .product-body .w33 .styled-quantity, .cart-content .product-in-cart .product-body .w33 .styled-quantity input {
  height: 30px !important;
  line-height: 28px !important;
}

.cart-content .product-in-cart .product-body .w33 .styled-quantity .qtyminus, .cart-content .product-in-cart .product-body .w33 .styled-quantity .qtyplus {
  height: 28px !important;
}

.cart-content .product-in-cart .product-body .w33 button {
  width: 17px;
  height: 17px;
  background: url("/img/zrusit.svg") no-repeat center center;
  cursor: pointer;
  display: inline-block;
}

.inf-for-users {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 20px;
  padding-top: 0;
}

.inf-for-users img {
  position: absolute;
  left: 20px;
  top: 3px;
  width: 25px;
  height: 25px;
}

.inf-for-users p {
  color: #131313;
  font-size: 12px;
  font-weight: 400;
  padding-left: 40px;
  line-height: 14px;
}

#nova-filtrace form {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.obdobi {
  align-items: center;
  margin-bottom: 20px;
}

.obdobi h2 {
  margin-right: 20px;
}

.obdobi label {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
}

.obdobi label span {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
}

.obdobi label:hover span {
  border: 1px solid #13c04a;
}

.obdobi label input {
  position: absolute;
  opacity: 0;
}

.obdobi input:checked ~ span {
  border: 1px solid #13c04a;
  background: url("../../../img/checked.svg") no-repeat center center;
  background-size: 13px 13px;
}

.cart-content .celkova-cena {
  text-align: left;
  color: #131313;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-content .celkova-cena strong {
  color: #13c04a;
}

.cart-content .button-fixed {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 70px;
}

main.bg {
  background: #f1f4f7;
  padding: 20px 0;
}

main.bg .container.flx-w {
  flex-direction: row-reverse;
}

.main-content {
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  border-left: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  width: 75%;
}

.main-content.w100p {
  width: 100%;
}

.aside-button {
  display: none;
}

aside {
  border: 1px solid #e8e8e8;
  height: 100%;
  width: 25%;
}

aside ul {
  background: #17c14f;
}

aside ul li {
  border-bottom: 1px solid #40cb72;
  position: relative;
  transition: .2s all ease;
}

aside ul li.has-sub:after {
  content: "";
  background: url("/img/arrowmenu.svg") right center no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 6px;
  height: 11px;
}

aside ul li.has-sub.open:after {
  background: url("/img/arrowmenuactive.svg") right center no-repeat;
  width: 11px;
  height: 6px;
}

aside ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 48px;
  display: inline-block;
  padding-left: 20px;
  width: 100%;
  transition: .2s all ease;
}

aside ul > li:hover {
  background: #fff;
}

aside ul li.has-sub.open {
  background: #fff;
}

aside ul li.has-sub.open a {
  color: #11a440;
}

aside ul li:hover a {
  color: #17c14f;
}

aside ul li .submenu {
  background: #11a440;
  padding: 10px 0;
  display: none;
}

aside ul li .submenu li {
  border-bottom: 0;
  padding-left: 0;
}

aside ul li .submenu li:hover {
  background: #11a440;
}

aside ul li .submenu li:after {
  display: none;
}

aside ul li .submenu li a {
  font-size: 13px;
  line-height: 33px;
  color: #fff !important;
}

aside ul li .submenu li.has-sub.open a {
  color: #17c14f !important;
}

aside ul li .submenu li a:before {
  content: "";
  display: inline-block;
  z-index: 10;
  border-left: 4px solid #0c7d2f;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  margin-right: 10px;
}

aside ul li.has-sub a:hover {
  text-decoration: underline;
}

.carousel {
  width: calc(100% - -1px);
  position: relative;
  overflow: hidden;
  left: -1px;
}

/* Slider */
.carousel .slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.carousel .slider {
  width: 100%;
  margin: 0 auto;
}

.carousel .slick-slide {
  margin: 0;
}

.carousel .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-loading .slick-list {
  background: #fff url('..//img/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.carousel .slick-prev, .carousel .slick-next {
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 9;
}

.carousel .slick-prev:hover, .carousel .slick-next:hover {
  background-image: linear-gradient(to top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0.5) 100%);
}

.carousel .slick-prev {
  left: 20px;
}

.carousel .slick-prev:before {
  content: '';
  background: url("/img/arrow-left.svg") no-repeat center;
  width: 10px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.carousel .slick-next {
  right: 20px;
}

.carousel .slick-next:before {
  content: '';
  background: url("/img/arrow-right.svg") no-repeat center;
  width: 10px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

/* Dots */

.carousel .slick-dots {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  font-size: 0;
  list-style-type: none;
}

.carousel .slick-dots li {
  position: relative;
  float: left;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
  cursor: pointer;
  margin: 0 3px;
}

.carousel .slick-dots li button {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  opacity: 0;
}

.carousel .slick-dots li:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 7px;
  height: 7px;
  background: #13c04a;
  border-radius: 50%;
  float: left;
  transition: all .25s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.carousel .slick-dots li:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.carousel .slick-dots li.slick-active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pd-l-15 {
  padding-left: 30px;
  background: #fff;
}

.advantages {
  padding-right: 30px;
}

.advantages .flex {
  flex-wrap: nowrap;
}

.advantages .advantage {
  text-align: center;
}

.advantages .advantage .advantage-content {
  padding: 40px 0;
}

.advantages .advantage .advantage-content .box-img {
  width: 55px;
  height: 40px;
}

.advantages .advantage .advantage-content p {
  color: #626262;
  font-size: 13px;
  line-height: 20px;
  padding-left: 20px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.advantages .advantage .advantage-content p strong {
  color: #316bf3;
  font-size: 16px;
  display: block;
}

.advantages .advantage .advantage-content p span {
  font-weight: 700;
}

.filtr {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.filtr li {
  margin-right: -1px;
}

.filtr li a {
  color: #aaa;
  font-size: 15px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  height: 60px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  display: inline-block;
  padding: 0 40px;
  position: relative;
}

.filtr li a:hover {
  background-image: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0.5) 100%);
}

.filtr li.active a {
  background: #fff;
  color: #316bf3;
  background-image: linear-gradient(to top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0.5) 100%);
  transition: all .25s ease-in-out;
}

.filtr li.active a:after {
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  position: absolute;
  height: 1px;
  background: #fff;
}

.products, #hits .ais-infinite-hits {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - -1px);
  padding-bottom: 35px;
  margin-top: 15px;
}

#hits .ais-infinite-hits__empty {
  display: block;
  margin: 15px auto;
  text-align: center;
  width: auto;
  padding: 0;
  font-size: 16px;
}

.product {
  width: calc(33.3333% - -1px);
  border: 1px solid #e8e8e8;
  margin-right: -1px;
  margin-bottom: -1px;
  text-align: center;
  position: relative;
  transition: .2s all ease;
}

.product a {
  display: inline-block;
  padding: 20px 30px;
}

.product:hover {
  border: 1px solid #13c04a;
  z-index: 2;
}

.product h3 {
  height: 66px;
  color: #131313;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  transition: .2s all ease;
  overflow: hidden;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  text-overflow: ellipsis;
}

.product:hover h3 {
  color: #13c04a;
}

.product .box-height {
  height: 150px;
  line-height: 150px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.product .box-height img {
  max-height: 140px;
}

.product .description {
  text-align: left;
  margin: 15px 0;
  color: #626262;
  font-size: 14px;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  text-overflow: ellipsis;
}

.product .avai-price {
  margin-top: 15px;
}

.product .sklad {
  float: left;
  color: #13c04a;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  vertical-align: bottom;
}

.product .price {
  float: right;
  color: #316bf3;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  margin-bottom: 0;
}

.product .price .sleva {
  position: absolute;
  top: -40px;
  right: 0;
  color: #626262;
  font-size: 12px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: line-through;
}

.stitky {
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.stitky .stitek {
  display: block;
  margin-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
  width: auto;
  height: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 12px;
}

.button-separ {
  margin-top: 30px;
  width: 100%;
}

.button-separ p a {
  color: black;
  text-decoration: underline;
}

.button-separ p a:hover {
  color: #205ae2;
}

.kamenne-prodejny {
  text-align: center;
  padding: 30px 40px;
  font-family: 'PT Sans', sans-serif;
  line-height: 20px;
}

.kamenne-prodejny h2 {
  color: #131313;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.kamenne-prodejny .prodejna {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: left;
  margin-bottom: 35px;
}

.kamenne-prodejny .prodejna img {
  position: absolute;
  left: 20px;
  top: 5px;
}

.kamenne-prodejny .prodejna h3 {
  color: #316bf3;
  font-size: 16px;
  font-weight: 700;
  padding-left: 80px;
}

.kamenne-prodejny .prodejna p {
  color: #626262;
  padding-left: 80px;
}

.kamenne-prodejny .prodejna p strong {
  color: #626262;
}

.kamenne-prodejny .odbery {
  color: #626262;
  margin-top: 20px;
  margin-bottom: 30px;
}

.kamenne-prodejny .platebni-karty img {
  margin: 5px;
  display: inline-block;
  max-height: 30px;
}

.newsletter {
  background: #205ae2;
  padding: 30px 0;
}

.newsletter .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsletter .fl-left, .newsletter .fl-right {
  position: relative;
  width: 50%;
}

.newsletter .fl-left img {
  position: absolute;
  left: 0;
  top: 0;
}

.newsletter .fl-left h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-left: 80px;
}

.newsletter .fl-left p {
  color: #f4ecec;
  padding-left: 80px;
}

.newsletter .fl-right input {
  width: 340px;
  height: 50px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  margin-right: 20px;
  padding-left: 20px;
  color: black;
  font-family: 'PT Sans', sans-serif;
}

.newsletter .fl-right .button {
 border-radius: 2px;
}

.newsletter .fl-right label {
  color: #fff;
  margin-top: 10px;
}

.newsletter .fl-right label a {
  color: #fff;
  text-decoration: underline;
}

.newsletter .fl-right label a:hover {
  color: black;
}

footer {
  background: #316bf3;
  border-radius: 0 0 2px 2px;
  padding-top: 40px;
}

footer .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

footer .w33 {
  width: 30%;
}

footer .w33 h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

footer .w33 h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 188px;
  height: 1px;
  background: #5183f2;
}

footer .w33 ul li a {
  color: #fff;
  line-height: 24px;
  display: inline-block;
  position: relative;
}

footer .w33 ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background: #fff;
  transition: .2s all ease;
}

footer .w33 ul li a:hover:after {
  width: 100%;
  height: 1px;
}

footer .w33.bigger {
  width: 40%;
}

footer .w33.bigger ul li a {
  font-weight: 700;
  line-height: 32px;
  margin: 5px 0;
}

footer .w33.bigger ul li a:after {
  display: none;
}

footer .w33.bigger ul li a:hover {
  text-decoration: underline;
}

footer .w33.bigger ul li a img {
  margin-right: 20px;
}

footer .copyright {
  width: 100%;
  text-align: right;
  padding: 20px 0;
  border-top: 1px solid #5183f2;
  margin-top: 30px;
}

footer .copyright p {
  float: left;
  color: #fff;
  font-size: 12px;
}

footer .copyright span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}

footer .copyright a {
  display: inline-block;
}

/* HOMEPAGE */

/* CATEGORY */

.bread-bg {
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.breadcrumb li a:hover {
  color: #13c04a;
}

.breadcrumb > li + li::before {
  margin: 0 10px;
  content: "";
  display: inline-block;
  background: url("/img/arrowbread.svg");
  width: 6px;
  height: 11px;
  position: relative;
  top: 2px;
}

.breadcrumb li:last-child a {
  color: #ababab;
	pointer-events: none;
	cursor: default;
  text-decoration: none;
}

.category-content {
  padding-right: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.category-content h1 {
  color: #131313;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 25px;
  margin-top: 20px;
}

.category-content p.category-description {
  font-size: 13px;
  line-height: 16px;
  color: #626262;
}

.category-content .flx-w {
  margin-top: 25px;
}

.category-handle {
  width: 33.3333%;
  margin-left: -1px;
  margin-bottom: -1px;
}

.category-handle a {
  border: 1px solid #e6e6e6;
  height: 65px;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.category-handle a:hover {
  border: 1px solid #40cb72;
  z-index: 2;
}

.category-handle a img {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  max-width: 58px;
  max-height: 58px;
}

.category-handle p {
  padding-left: 70px;
  color: #131313;
  line-height: 18px;
  font-weight: 500;
}

.product-filtration {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.pos-abs {
  position: absolute;
}

#hits .flex {
  padding-right: 30px;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.checkbox-st {
  position: relative;
  margin-left: 40px;
}

.checkbox-st label {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.checkbox-st label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  position: relative;
  left: 0;
  bottom: -3px;
  margin-right: 15px;
}

.checkbox-st label:hover:before {
  border: 1px solid #13c04a;
}

.checkbox-st input {
  position: absolute;
  opacity: 0;
}

.checkbox-st input:checked ~ label:before {
  background: url("img/checked.svg") no-repeat center center;
  background-size: 13px 13px;
}

.slider-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% - 210px);
  padding-right: 115px;
}

#price {
  width: calc(100% - 210px);
}

.ais-range-input--separator {
  display: none;
}

#price .ais-range-slider .rheostat {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

#price .ais-range-slider--handle {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  border-radius: 50%;
  margin-top: 1px;
}

#price .ais-range-slider--handle:hover {
  border: 1px solid #316bf3;
}

.ais-range-slider--tooltip {
  white-space: nowrap;
  width: auto !important;
  margin: 0 !important;
  left: 0 !important;
}

#price .ais-range-slider--handle-upper .ais-range-slider--tooltip {
  left: auto !important;
  right: 0 !important;
}

#price .ais-range-slider--handle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #316bf3;
  position: absolute;
  left: 5px;
  top: 5px;
}

#price .ais-range-slider .rheostat-horizontal .rheostat-background {
  height: 5px;
  background: #d2d2d2;
  border-radius: 2px;
}

#price .ais-range-slider .rheostat-horizontal .rheostat-progress {
  height: 5px;
  background: #316bf3 !important;
  border-radius: 2px;
}

#price .ais-range-slider--marker {
  display: none;
}

#price-ranges .ais-range-input--fieldset label {
  width: 80px;
  float: left;
  position: absolute;
  left: 0;
  top: 10px;
}

#price-ranges .ais-range-input--fieldset label:nth-child(3) {
  float: right;
  position: absolute;
  right: 120px;
  left: auto;
}

#price-ranges .ais-range-input--fieldset label::after {
  content: "Kč";
  position: absolute;
  right: 5px;
  top: 3px;
  color: #888;
  font-size: 13px;
}

#price-ranges .ais-range-input--fieldset label input {
  height: 25px;
  line-height: 23px;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  color: #444;
  font-size: 13px;
  width: 100%;
  min-width: auto;
  padding: 0 10px;
  -moz-appearance: textfield !important;
  -webkit-appearance: textfield !important;
}

#price-ranges .ais-range-input--fieldset button {
  width: 100px;
  text-align: center;
  background: #316bf3;
  height: 30px;
  text-align: center;
  color: #fff;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 7px;
}

.ais-infinite-hits--showmore {
  text-align: center;
}

.ais-infinite-hits--showmoreButton {
  display: inline-block;
  padding: 0 30px;
  height: 50px;
  line-height: 48px;
  background: #13c04a;
  text-align: center;
  border: 1px solid #13c04a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .25s ease-in-out;
  margin-bottom: 30px;
}

.ais-infinite-hits--showmoreButton:disabled {
  display: none;
}

.ais-infinite-hits--showmoreButton:hover {
  background: #316bf3;
  border: 1px solid #316bf3;
}

.dalsi-filtry {
  background: #fff url("/img/dalsifiltryclose.svg") right 15px center no-repeat;
  color: #316bf3;
  padding-right: 40px;
  padding-left: 20px;
  height: 43px;
  border-radius: 2px;
  border: 2px solid #316bf3;
  line-height: 39px;
  position: relative;
  margin-right: 30px;
}

.dalsi-filtry:hover {
  background: #fff url("/img/dalsifiltry.svg") right 15px center no-repeat;
  border: 2px solid #316bf3;
}

.dalsi-filtry.open {
  background: #fff url("/img/dalsifiltry.svg") right 15px center no-repeat;
}

#dalsi-filtry {
  float: left;
  width: 100%;
  background: #fdfdfd;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  display: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.button-filter {
  display: inline-block;
  color: #aaa;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  height: 37px;
  line-height: 35px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  padding: 0 30px;
  margin-right: 30px;
}

.button-filter.active {
  color: #131313;
  background: #f1f4f7;
}

.button-filter input {
  position: absolute;
  opacity: 0;
}

.container-filtr {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: none;
}

.container-filtr.open {
  display: block;
}

.container-filtr h2 {
  display: none;
}

.container-filtr ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.container-filtr ul li {
  display: inline-block;
  width: 33.333%;
}

.container-filtr ul li input {
  position: absolute;
  opacity: 0;
}

.container-filtr ul li a {
  color: #131313;
  font-size: 13px;
}

.container-filtr ul li a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  position: relative;
  left: 0;
  bottom: -5px;
  margin-right: 10px;
}

.container-filtr ul li a:hover:before {
  border: 1px solid #40cb72;
}

.container-filtr ul li input:checked ~ a::before {
  background: url("img/checked.svg") no-repeat center center;
  border: 1px solid #40cb72;
  background-size: 13px 13px;
}

.zobrazeno-nacist-pag {
  float: left;
  width: 100%;
}

.zobrazeno-nacist-pag .fl-l-w33 {
  float: left;
  width: 33.333%;
  text-align: center;
  margin-top: 30px;
}

.zobrazeno-nacist-pag .fl-l-w33 p {
  float: left;
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 400;
  margin-top: 15px;
}

.zobrazeno-nacist-pag .fl-l-w33 p span {
  color: #316bf3;
}

.zobrazeno-nacist-pag .fl-l-w33 p strong {
  color: #525252;
}

.category-pag {
  margin: 30px 0;
}

#pagination {
  float: right;
  margin-top: 15px;
}

.pagination {
  margin: 0;
  border-radius: 0;
  padding: 0;
}

.pagination li {
  display: inline-block;
  text-align: center;
}

.pagination li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 1px;
  background: #b7b7b7;
  position: relative;
  top: -1px;
}

.pagination li:first-child::before {
  display: none;
}

.pagination li a {
  color: #626262;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
  position: relative;
}

.pagination li.active a, .pagination li.active span {
  color: #316bf3;
  font-weight: 700;
  pointer-events: none;
  text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #316bf3;
  background: transparent;
}

.pagination li span {
  color: #626262;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.pagination li:hover span {
  color: #626262;
  cursor: default;
}

/* CATEGORY */

/* PRODUCT */

.product-content {
  padding-right: 50px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.product-content h1 {
  color: #131313;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 35px;
  margin-top: 30px;
}

.image-content {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.image-content .stitky {
  top: 20px;
}

#slideBox {
	width: 100%;
	max-height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	top: 0;
	background: transparent;
	border-radius: 0;
  border: 1px solid #e8e8e8;
}

#slideBox .slick-vertical .slick-slide {
	border: none;
}

#slideBox .slick-vertical .slick-slide {
	border: none;
}

.sliderMain {
	width: 100%;
  height: 280px;
  line-height: 240px;
  padding: 20px;
	position: relative;
	float: left;
  margin: 0 auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}

.sliderMain img {
  max-width: 100%;
  max-height: 240px;
}

.sliderMain .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.sliderMain .slick-list:focus {
  outline: none;
}

.sliderMain .slick-list.dragging {
  cursor: pointer;
  cursor: grab;
}

/* Arrows main */
.sliderMain .slick-prev, .sliderMain .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  color: black !important;
  opacity: 0;
}

.sliderMain:hover .slick-prev, .sliderMain:hover .slick-next {
  opacity: 1;
  z-index: 9;
  background: transparent;
  height: 100%;
  width: 20px;
}

.sliderMain .slick-prev {
  left: 0px;
}

.sliderMain .slick-prev:before, .sliderMain .slick-next:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
}

.sliderMain .slick-prev:before {
  background: url("/img/arrow-left.svg") no-repeat center center;
}

.sliderMain .slick-next {
  right: 0px;
}

.sliderMain .slick-next:after {
  background: url("/img/arrow-right.svg") no-repeat center center;
}

/* bocni menu galerie */

.sliderSidebar {
	width: calc(100% - -3px);
	height: 80px;
	float: left;
  position: relative;
  top: 1px;
}

.sliderSidebar .slick-list {
  width: calc(100% - 60px);
  margin-left: 30px;
}

.sliderSidebar .slick-slide {
  margin-right: -1px !important;
}

.sliderSidebar .slick-slide {
  height: 80px;
  line-height: 80px;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  text-align: center;
}

.sliderSidebar img {
  max-height: 60px;
}

.sliderSidebar .slick-active {
  position: relative;
}

.sliderSidebar .slick-active:after {
  content: "";
  top: 0;
  left: 0;
  border: 1px solid #e8e8e8;
  position: absolute;
  width: 100%;
  height: 100%;
}

.sliderSidebar .slick-current:after {
  border: 0;
}

.sliderSidebar .slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  border: 1px solid #e8e8e8;
  text-align: center;
  z-index: 2;
  font-size: 0;
}

.sliderSidebar .slick-arrow.slick-prev {
  left: -1px;
  background: #fff url("img/arrow-left.svg") no-repeat center;
}

.sliderSidebar .slick-arrow.slick-next {
  right: 0;
  background: #fff url("img/arrow-right.svg") no-repeat center;
}

.image-content .slick-slide {
  display: none;
  cursor: pointer;
}

.image-content .slick-slide a {
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}

.image-content .slick-slide.dragging a {
  pointer-events: none;
}

.image-content .slick-initialized .slick-slide {
  display: inline-block;
}

.image-content .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.product-page-description {
  float: left;
  width: 50%;
}

.product-page-description .desc {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}

.availability, .catalog-number, .price, #attributes {
  margin-bottom: 15px;
}

.availability p, .catalog-number p, .price p, .styled-select p {
  color: #303030;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.availability p.left-part, .catalog-number p.left-part, .price p.left-part, .styled-select p.left-part {
  width: 120px;
}

.availability p.right-part {
  color: #0d8332;
}

.availability p.right-part button {
  width: 19px;
  height: 19px;
  line-height: 16px;
  text-align: center;
  border: 2px solid #b5b5b5;
  border-radius: 50%;
  color: #b5b5b5;
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
  transition: all .2s ease;
}

.availability p.right-part button:hover {
  color: #316bf3;
  border: 2px solid #316bf3;
}

.availability p.right-part span {
  color: #959595;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.price p.right-part {
  color: #316bf3;
  font-size: 30px;
}

.price p.right-part span {
  color: #818181;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: line-through;
  margin-left: 20px;
}

.styled-select {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.styled-select p.left-part {
  line-height: 50px;
}

.styled-select p.left-part strong {
  position: relative;
  top: 15px;
}

.styled-select select {
  height: 50px;
  line-height: 48px;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  width: 270px;
  padding-left: 15px;
  background: url("/img/arrowselect.svg") right 15px center no-repeat;
  font-size: 14px;
  color: #1d1d1b;
  font-weight: 700;
}

.quant-add {
  margin-bottom: 20px;
  background: #f1f4f7;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  padding: 30px;
  display: inline-block;
  width: 100%;
}

.styled-quantity {
  width: 90px;
  height: 50px;
  position: relative;
  float: left;
}

.styled-quantity input {
  width: 90px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  color: #818181;
  font-size: 13px;
  line-height: 48px;
  text-align: center;
}

.styled-quantity .qtyminus {
  position: absolute;
  content: "";
  background: #fff;
  color: #959595;
  font-size: 14px;
  font-weight: 700;
  bottom: 1px;
  left: 1px;
  z-index: 2;
  border: none;
  border-right: 1px solid #d8d8d8;
  width: 25px;
  height: 48px;
  transition: all .2s ease;
}

.styled-quantity .qtyplus {
  position: absolute;
  content: "";
  background: #fff;
  color: #959595;
  font-size: 14px;
  font-weight: 700;
  bottom: 1px;
  right: 1px;
  z-index: 2;
  border: none;
  border-left: 1px solid #d8d8d8;
  width: 25px;
  height: 48px;
  transition: all .2s ease;
}

.styled-quantity .qtyminus:hover {
  color: #fff;
  background: #13c04a;
}

.styled-quantity .qtyplus:hover {
  color: #fff;
  background: #13c04a;
}

.quant-add .green {
  background: #13c04a url("/img/cartwhite.svg") left 15px center no-repeat;
  padding-left: 50px;
  padding-right: 15px;
  float: right;
}

.quant-add .green:hover {
  background: #1de15b url("/img/cartwhite.svg") left 15px center no-repeat;
}

.dotaz {
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
}

.dotaz p {
  color: #303030;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.dotaz a {
  color: #0d8332;
  font-weight: 700;
  margin: 0 10px;
  display: inline-block;
}

.dotaz a:hover {
  text-decoration: underline;
}

.dotaz a img {
  margin-right: 2px;
}

.detailed-description {
  margin-top: 10px;
}

.detailed-description hr {
  border-top: 1px solid #e2e2e2;
  width: calc(100% - -30px);
  margin-left: -30px;
}

.wysiwyg-content {
  padding: 30px 0;
  padding-right: 50px;
}

.wysiwyg-content p {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
}

.wysiwyg-content ul {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 15px;
}

.wysiwyg-content ul li {
  color: #131313;
  font-size: 14px;
  line-height: 24px;
}

.wysiwyg-content a {
  display: inline-block;
  color: #131313;
  text-decoration: underline;
}

.wysiwyg-content a:hover {
  color: #0d8332;
}

.wysiwyg-content h2 {
  color: #131313;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

.wysiwyg-content h3 {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.wysiwyg-content h4 {
  color: #131313;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.wysiwyg-content table {
  width: 100%;
}

.wysiwyg-content table th {
  padding: 15px 5px;
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  background: #f1f4f7;
}

.wysiwyg-content table tr {
  border-bottom: 1px solid #e2e2e2;
}

.wysiwyg-content table td {
  padding: 10px 5px;
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.detailed-description .advantages {
  background: #fafafa;
  padding-right: 50px;
  width: calc(100% - -30px);
  margin-left: -30px;
  padding-left: 30px;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}

.detailed-description .advantages .advantage .advantage-content {
  padding: 20px 10px;
}

.detailed-description .advantages .advantage .advantage-content .box-img {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.detailed-description .advantages .advantage .advantage-content p {
  font-size: 12px;
}

.detailed-description .advantages .advantage .advantage-content p strong {
  font-size: 15px;
}

.tittle {
  color: #323232;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.tittlebig {
  color: #323232;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 25px;
  margin-top: 25px;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.add-cart-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 0;
  left: 0;
  top: 0;
}

.add-cart-modal .overlay {
  display: block;
  opacity: .4;
}

.login-modal .overlay {
  display: block;
  opacity: .4;
}

.modal-handler {
  display: inline-block;
  position: relative;
  z-index: 30;
}

#cart-modal .modal-handler {
  width: calc(100% - 30px);
  max-width: 630px;
}

.modal-handler .close {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  background: #316bf3 url("/img/zrus.svg") no-repeat center;
  border-radius: 50%;
  position: absolute;
  right: -19px;
  top: -20px;
  display: block !important;
}

.modal-content {
  overflow: hidden;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
  border-radius: 2px;
  background: #fff;
  padding: 30px 50px;
}

.modal-content table {
  width: 100%;
}

.modal-content table tr {
  border-bottom: 1px solid #e5e5e5;
}

.modal-content table tr td.img {
  text-align: left;
  padding: 20px 0;
}

.modal-content table tr td.img span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
}

.modal-content table tr td.img span img {
  max-height: 100px;
}

.modal-content table tr td.desc {
  text-align: right;
  padding: 20px;
  padding-right: 0;
}

.modal-content table tr td.desc h2 {
  color: #1d1d1b;
  font-size: 26px;
  font-weight: 500;
}

.modal-content table tr td.desc p {
  line-height: 24px;
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.modal-content table tr td.desc p a {
  color: #131313;
  font-size: 16px;
  font-weight: 400;
}

.modal-content table tr td.desc p a:hover {
  text-decoration: underline;
}

.modal-content table tr td.desc p strong {
  color: #205ae2;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 20px;
}

.progress-modal {
  display: inline-block;
  width: 100%;
}

.progress-modal .info-o-doprave {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.progress-modal .info-o-doprave p {
  color: #1d1d1b;
  font-size: 14px;
  line-height: 50px;
  padding-right: 60px;
}

.progress-modal .info-o-doprave img {
  position: absolute;
  right: 0;
  top: 0;
}

.progress-modal .part-step {
  float: right;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.progress-modal .part-step i {
  display: inline-block;
  margin: 0 5px;
}

.buttons-in-modal {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  margin-top: 20px;
}

.buttons-in-modal .zpet {
  color: #13c04a;
  font-size: 14px;
  font-weight: 700;
}

.buttons-in-modal .zpet:before {
  content: "";
  background: url("/img/zpet.svg") no-repeat center;
  width: 6px;
  height: 11px;
  display: inline-block;
  margin-right: 25px;
}

#progressBar {
	width: 100%;
  height: 5px;
  background: #d2d2d2;
  border-radius: 2px;
}

#progressBar div {
	height: 100%;
	color: #fff;
	text-align: right;
	font-size: 12px;
	line-height: 22px;
  background: #316bf3;
  border-radius: 2px 0 0 2px;
	width: 0;
}

/* PRODUCT */

/* CART */

.cartheader .header-content {
  margin-bottom: 0;
}

.cartheader .header-content .logo:after {
  content: "";
  width: 1px;
  height: 35px;
  background: #cacaca;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

.tlacitkozpet {
  color: #13c04a;
  font-size: 14px;
  font-weight: 700;
  margin-left: 30px;
  margin-top: 15px;
}

.cartheader .tlacitkozpet {
  margin-top: 0;
  margin-left: 30px;
  display: block;
}

.tlacitka-v-kosiku .tlacitkozpet {
  line-height: 50px;
  margin: 0;
  display: inline-block;
}

.tlacitkozpet:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url("/img/zpetleft.svg") no-repeat center left;
  margin-right: 20px;
}

.tlacitkozpet:hover {
  text-decoration: underline;
}

.anotherheader {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  position: relative;
}

.anotherheader p {
  font-size: 14px;
  font-weight: 700;
  color: #131313;
}

.anotherheader p a {
  color: #13c04a;
}

.anotherheader p a:hover {
  text-decoration: underline;
}

.anotherheader p:after {
  content: "";
  width: 1px;
  height: 35px;
  background: #cacaca;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}

.logged {
  color: #131313;
  font-size: 14px;
  display: inline-block;
  top: 0;
  margin-top: 10px;
}

.anotherheader .logged {
  margin-top: 0;
}

.logged:hover {
  color: #13c04a;
}

.logged.open {
  color: #13c04a !important;
}

.logged img {
  margin-right: 15px;
}

.logged:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 6px;
  background: url("/img/arrowmenuactive.svg") no-repeat center right;
  margin-left: 5px;
}

.logged.open:after {
  background: url("/img/arrowmenuactivetop.svg") no-repeat center right !important;
}

.cart-menu {
  height: 90px;
  background: #316bf3;
  border-radius: 0 0 2px 2px;
}

.cart-menu ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 90px;
  display: inline-block;
  position: relative;
  transition: all .25s ease-in-out;
}

.cart-menu ul li a:hover {
  text-decoration: underline;
}

.cart-menu ul li a span {
  width: 30px;
  height: 30px;
  background: #1b51ce;
  border-radius: 2px;
  margin-right: 40px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.cart-menu ul li.active a span {
  color: #316bf3;
  background: #fff;
}

.shopping-cart {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
}

.shopping-cart-left-part {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  width: 70%;
  padding: 25px 20px;
}

.table {
  width: 100%;
}

.table th {
  height: 46px;
  background: #f1f4f7;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  padding: 0 5px;
}

.table th:first-child {
  padding-left: 40px;
  text-align: left;
}

.table td.produkt span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-right: 10px;
}

.table td.produkt span img {
  max-width: 90%;
  max-height: 90%;
}

.table td.produkt a {
  color: #131313;
  font-size: 14px;
  font-weight: 700;
}

.table td.produkt a:hover {
  color: #13c04a;
}

.table tbody tr {
  border-bottom: 1px solid #e2e2e2;
}

.table td {
  text-align: center;
  line-height: 20px;
  padding: 20px 5px;
}

.table td.produkt {
  text-align: left;
}

.table td.produkt > div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.table td.pocet {
  color: #818181;
  font-size: 13px;
  font-weight: 400;
}

.table td.pocet .styled-quantity {
  float: none;
  display: inline-block;
}

.table td.cena {
  color: #316bf3;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.table td.zrusit button {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  background: url("/img/zrusit.svg");
  top: -2px;
}

.celkova-cena-kosiku {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
  text-align: right;
}

.celkova-cena-kosiku p {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  width: 100%;
}

.celkova-cena-kosiku p strong {
  color: #316bf3;
  font-size: 24px;
  line-height: 30px;
  margin-left: 10px;
  width: 180px;
  white-space: nowrap;
  display: inline-block;
}

.celkova-cena-kosiku p.another {
  font-size: 14px;
}

.celkova-cena-kosiku p.another span {
  margin-left: 5px;
  color: #818181;
  font-weight: 400;
}

.celkova-cena-kosiku p.another strong {
  font-size: 16px;
}

.slevovy-poukaz {
  margin-top: 20px;
  margin-bottom: 30px;
}

.poukazhidden {
  display: none;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.slevovy-poukaz .checkbox-st {
  margin-left: 0;
}

.slevovy-poukaz .checkbox-st.open .poukazhidden {
  display: block;
}

.poukazhidden input {
  width: 340px;
  height: 50px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  margin-right: 20px;
  padding-left: 20px;
  color: black;
  margin-right: 20px;
}

.tlacitka-v-kosiku {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.tlacitka-v-kosiku .button {
  border-radius: 2px;
}

.shopping-cart-info {
  width: 27%;
  margin-left: 3%;
  height: 100%;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  padding: 30px 0;
}

.shopping-cart-info .flex .adw {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

.shopping-cart-info .flex .adw img {
  width: 63px;
  max-height: 50px;
  margin-bottom: 10px;
}

.shopping-cart-info .flex .adw h3 {
  color: #316bf3;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.shopping-cart-info .flex .adw p {
  color: #626262;
  font-size: 14px;
  line-height: 20px;
}

main.bg.pd30 {
  padding: 30px 0;
}

.similar-products {
  padding: 30px 0;
  background: #fff;
}

.similar-products h2 {
  color: #316bf3;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}

/**
 * Dragdealer.js 0.9.8
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu CherecheČ™
 * http://skidding.mit-license.org
 */

.dragdealer {
  position: relative;
  height: 380px;
  overflow: hidden;
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.dragdealer .red-bar {
  width: 100px;
  height: 30px;
  background: #CC0000;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.dragdealer .disabled {
  background: #898989;
}
.arows-handler {
  position: relative;
}
.arrows-slider {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #d6d6d6;
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.arrows-slider.arrow-left {
  background: #fff url("/img/arrow-left.svg") no-repeat center center;
  left: -30px;
}
.arrows-slider.arrow-left:hover {
  border: 1px solid #13c04a;
}
.arrows-slider.arrow-right {
  background: #fff url("/img/arrow-right.svg") no-repeat center center;
  right: -30px;
}
.arrows-slider.arrow-right:hover {
  border: 1px solid #13c04a;
}

.handle .product {
  width: 275px !important;
  margin-bottom: 0;
}

.handle .product h3 {
  height: 44px !important;
}

/* CART */

/* DELIVERY */

.tittlegrey {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 30px;
  background: #f1f4f7;
}

.tittlegrey.mt35 {
  margin-top: 35px;
}

.shopping-cart-left-part .tittlegrey.mt35:first-child {
  margin-top: 10px;
}

.checkbox-styled {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}

.zpusob-dopravy .checkbox-styled:last-child {
  border-bottom: 0;
}

.checkbox-styled label {
  color: #3e3e3e;
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}

.checkbox-styled label span {
  margin-left: 5px;
  color: #818181;
  font-weight: 400;
}

.checkbox-styled label .box-img {
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.checkbox-styled label .box-img img {
  max-height: 30px;
}

.checkbox-styled p {
  position: absolute;
  right: 0;
  top: 20px;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}

.checkbox-styled p strong {
  color: #13c04a;
  font-weight: 400;
}

.checkbox-styled p span {
  color: #818181;
  text-decoration: line-through;
  margin-left: 10px;
}

.checkbox-styled label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  position: relative;
  left: 0;
  bottom: -4px;
  margin-right: 10px;
}

.checkbox-styled label:hover:before {
  border: 1px solid #13c04a;
}

.checkbox-styled input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.checkbox-styled input[type=checkbox]:checked ~ label:before {
  background: url("/img/checked.svg") no-repeat center center;
  background-size: 13px 13px;
}

.checkbox-styled input[type=radio] {
  position: absolute;
  opacity: 0;
}

.checkbox-styled input[type=radio]:checked ~ label:before {
  background: url("/img/checked.svg") no-repeat center center;
  background-size: 13px 13px;
}

.checkbox-styled select {
  display: inline-block;
  width: 280px;
  height: 35px;
  line-height: 33px;
  background: #fff url("/img/arrowselect.svg") no-repeat center right 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  color: #818181;
  font-size: 14px;
  font-weight: 400;
  margin-left: 50px;
  padding-left: 10px;
}

.checkbox-styled select:focus, .checkbox-styled select:hover {
  border: 1px solid #13c04a;
}

.checkbox-styled.gdpr {
  text-align: right;
  border-bottom: 0;
}

.checkbox-styled.gdpr label {
  text-align: right;
  padding: 0;
  padding-right: 25px;
}

.checkbox-styled.gdpr label.error {
  right: 0;
  top: 25px;
  width: auto;
  padding: 0 20px;
}

label.error::before {
  display: none !important;
}

.checkbox-styled.gdpr label::before {
  left: auto;
  right: 0;
  position: absolute;
  top: 9px;
  margin-right: 0;
}

.checkbox-styled.gdpr label a {
  color: #3e3e3e;
  text-decoration: underline;
}

.checkbox-styled.gdpr label a:hover {
  color: #13c04a;
}

.shopping-cart-info.vissible {
  padding: 20px 0;
}

.cart-aside .overflow-table {
  max-height: 460px;
  overflow-y: auto;
  padding: 0 20px;
}

.cart-aside h2 {
  color: #3e3e3e;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}

.cart-aside table {
  width: 100%;
}

.cart-aside table tr {
  border-bottom: 1px solid #e2e2e2;
}

.cart-aside table tr td {
  padding: 15px 0;
}

.cart-aside table tr td.img span {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
}

.cart-aside table tr td.img span img {
  max-width: 90%;
  max-height: 90%;
}

.cart-aside table tr td.dsc {
  padding-left: 10px;
}

.cart-aside table tr td.dsc a {
  color: #626262;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
}

.cart-aside table tr td.dsc a:hover {
  text-decoration: underline;
}

.cart-aside table tr td.dsc .table-content {
  margin-top: 10px;
}

.cart-aside table tr td.dsc .table-content .styled-quantity, .cart-aside table tr td.dsc .table-content .styled-quantity input {
  height: 30px !important;
  line-height: 28px !important;
  width: 72px;
}

.cart-aside table tr td.dsc .table-content .styled-quantity .qtyminus, .cart-aside table tr td.dsc .table-content .styled-quantity .qtyplus {
  height: 28px !important;
  width: 20px;
}

.cart-aside table tr td.prc {
  color: #13c04a;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-align: right;
  margin-left: 10px;
}

.cart-aside .doprava-platba-table {
  padding: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.cart-aside .doprava-platba-table h3 {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.cart-aside .doprava-platba-table p {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
}

.cart-aside .doprava-platba-table p strong {
  color: #13c04a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  float: right;
}

.cart-aside .celk-cena-table {
  padding: 20px 20px 0px 20px;
}

.cart-aside .celk-cena-table p {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.cart-aside .celk-cena-table p strong {
  color: #13c04a;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  float: right;
}

/* DELIVERY */

/* DELIVERY INFO */

.delivery-info-login ul {
  margin-top: -25px;
  width: calc(100% - -40px);
  margin-left: -20px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.delivery-info-login ul li {
  width: 33.333%;
  text-align: center;
}

.delivery-info-login ul li a {
  display: inline-block;
  width: 100%;
  color: #3e3e3e;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  height: 50px;
  transition: all .25s ease-in-out;
}

.delivery-info-login ul li a:hover {
  background: #d5fae1;
}

.delivery-info-login ul li.active a {
  background: #13c04a;
  color: #fff;
}

.delivery-info-login p.prihlasen {
  font-size: 18px;
  color: #9e9f9f;
  font-weight: 400;
  line-height: 24px;
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}

.delivery-info-login p.prihlasen strong {
  color: #3e3e3e;
}

.delivery-info-login p.prihlasen span {
  color: #3e3e3e;
}

.delivery-info-login a.jakojiny {
  color: #13c04a;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.delivery-info-login a.jakojiny:hover {
  text-decoration: underline;
}

.delivery-info-login a.jakojiny:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url("/img/arrowgreenright.svg") center no-repeat;
  margin-right: 10px;
}

.box-input {
  width: 50%;
  padding: 0 15px;
  margin-top: 20px;
  position: relative;
}

.box-input.w33 {
  width: 33.333%;
}

.box-input label {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

label.error {
  color: red;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  right: 15px;
  top: 19px;
  margin-bottom: 0;
  padding: 0 10px;
  background: #f1f4f7;
  border: 1px solid #cacaca;
}
label.valid {
  color: #13c04a;
}

.box-input input {
  height: 40px;
  line-height: 38px;
  display: inline-block;
  width: 100%;
  border: 1px solid #cdcdcd;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
}

.box-input input.valid {
  border: 1px solid #13c04a;
}

.box-input input:focus, .box-input input:hover, .box-input input:active {
  background: #f1f4f7;
}

.box-input select {
  height: 40px;
  line-height: 38px;
  display: inline-block;
  width: 100%;
  border: 1px solid #cdcdcd;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
}

.box-input select:focus, .box-input select:hover, .box-input select:active {
  background: #f1f4f7;
}

.box-input textarea {
  height: 80px;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  border: 1px solid #cdcdcd;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 20px;
  resize: none;
}

.box-input textarea:focus, .box-input textarea:hover, .box-input textarea:active {
  background: #f1f4f7;
}

.checkbox-st.upgrade {
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
}

.checkbox-st.upgrade label {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 30px;
  background: #f1f4f7;
}

.checkbox-st.upgrade label::before {
  background: #fff;
}

.checkbox-st.upgrade input[type="checkbox"]:checked + label::before {
  background: #fff url("/img/checked.svg") no-repeat center center;
  background-size: 13px 13px;
}

.jinaadresa-hidden, .firemniudaje-hidden {
  width: 100%;
  display: none;
}

/* DELIVERY INFO */

.shopping-cart-left-part.summarypage {
  text-align: center;
  padding: 240px 0;
  width: 100%;
}

.shopping-cart-left-part.summarypage h1 {
  color: #3e3e3e;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 45px;
}

.shopping-cart-left-part.summarypage .text {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.shopping-cart-left-part.summarypage .text a {
  color: #316bf3;
  text-decoration: underline;
}

.shopping-cart-left-part.summarypage .text a:hover {
  color: #13c04a;
}

.shopping-cart-left-part.summarypage .tlacitkozpet {
  margin-top: 45px;
  margin-left: 0;
  display: inline-block;
}

.user-modal-info {
  display: none;
  width: 160px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.09);
  border: 1px solid #e8e8e8;
  border-top: 4px solid #316bf3;
  position: absolute;
  right: 0;
  top: 50px;
  text-align: center;
  z-index: 14;
}

.user-modal-info li a {
  font-size: 14px;
  color: #1d1d1b;
  line-height: 28px;
  margin: 5px 0;
  display: inline-block;
}

.user-modal-info li a:hover {
  color: #13c04a;
  font-weight: 700;
}

/* DELIVERY INFO */

/* ACCOUNT */

.pd-l-15.account {
  padding-bottom: 50px;
  padding-right: 30px;
}

.account .row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.account .row .box-input {
  float: none;
  display: inline-block;
}

.account .box-input label {
  font-weight: 400;
}

/* ACCOUNT */

/* 404 */

.chybova-stranka {
  text-align: center;
  padding: 80px 0;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 50px;
}

.chybova-stranka img {
  margin-bottom: 40px;
}

.chybova-stranka h1 {
  color: #101010;
  font-size: 200px;
  font-weight: 700;
  line-height: 220px;
  margin-bottom: 30px;
}

.chybova-stranka p {
  color: #808080;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 80px;
}

/* 404 */

.my-orders-page {
  background: #fff;
  padding: 40px;
}

.my-orders-page .table td.status {
  color: #d20000;
  text-transform: uppercase;
}

.my-orders-page .table td.status.zaplaceno {
  color: #13c04a;
}

.my-orders-page .table td.status.odeslano {
  color: #316bf3;
}

.my-orders-page .table td.cenatable {
  font-weight: 700;
  white-space: nowrap;
}

.my-orders-page th:first-child {
  padding-left: 20px;
}

.my-orders-page .table td.cislo-objednavky {
  text-align: left;
  padding-left: 20px;
}

.my-orders-page .table td.produkt {
  display: inline-block;
  margin: 0;
}

.my-orders-page .table td.cena {
  text-align: right;
}

.my-orders-page .table td.showbutton {
  text-align: right;
}

.my-orders-page .table td.showbutton button {
  display: inline-block;
  background: url("/img/zavreno.svg") no-repeat center right;
  width: 32px;
  height: 32px;
}

.my-orders-page .table td.showbutton button.open {
  background: url("/img/otevreno.svg") no-repeat center right;
}

.table-hidden {
  display: none;
  width: 100%;
}

.my-orders-page hr.oddel {
  margin: 30px 0;
  width: calc(100% - -80px);
  margin-left: -40px;
}

.box-input .button {
  border-radius: 2px;
  margin-top: 25px;
  float: right;
}

.pd-l-15.account p.txt {
  color: #131313;
  max-width: 700px;
}

.footer-panel {
  display: none;
}

#notifikace{
  display:-webkit-flex;
  display:-ms-flex;
  display:flex;
  opacity:1;
  width:auto;
  height:auto;
  left:50%;
  top:50%;
  margin-left:-200px;
  margin-top:-100px;
  overflow:visible
}
#notifikace .modal-content{
  width:400px;
  background:#fff;
  -webkit-box-shadow:0 0 30px 2px rgba(0,0,0,.3);
  -moz-box-shadow:0 0 30px 2px rgba(0,0,0,.3);
  box-shadow:0 0 30px 2px rgba(0,0,0,.3);
  padding:45px 30px;
  text-align:center
}
#notifikace .close{
  position:absolute;
  right:15px;
  top:15px;
  background:url(/img/close.svg) no-repeat center;
  width:11px;
  height:11px
}
.alert-box{
  padding:0 15px
}
.alert-box .alert{
  margin-top:20px;
  position:relative;
  padding:15px;
  border:1px solid #dadada;
  background:#fff
}
#notifikace .alert-box .alert{
  margin-top:0;
  padding-right:20px
}
.alert-box .alert a,.alert-box .alert button{
  position:absolute;
  right:0;
  top:0;
  background:url(/img/close.svg) no-repeat center;
  width:30px;
  height:30px
}
#notifikace .alert-box .alert a,#notifikace .alert-box .alert button{
  display:none
}
.alert {
  text-align: center;
  padding: 15px;
  margin: 15px 0;
  font-size: 16px;
}
.alert.alert-danger{
  color:#b34848
}
.alert.alert-success{
  color:#00a651
}

/* TEXTOVE PODSTRANKY */

.textove-podstranky {
  margin-bottom: 30px;
  padding: 30px;
}

.textove-podstranky table {
  margin-bottom: 20px;
}

.textove-podstranky table th, .textove-podstranky table td {
  text-align: left;
  border: 1px solid #dadada;
  padding: 10px;
}

.textove-podstranky .row.flx-w {
  margin-bottom: 30px;
}

.textove-podstranky .mb0 {
  margin-bottom: 0px;
}

.textove-podstranky h1 {
  color: #131313;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}

.textove-podstranky p {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.textove-podstranky h2 {
  color: #131313;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.textove-podstranky h4 {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.textove-podstranky p a {
  color: #3068ed;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.textove-podstranky ul {
  margin-bottom: 15px;
}

.textove-podstranky ul li {
  position: relative;
  padding-left: 20px;
}

.textove-podstranky ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3068ed;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.textove-podstranky .pdf {
  color: #13c04a;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
}

.textove-podstranky a:hover {
  color: #17c14f;
}

.textove-podstranky .pdf:hover {
  color: #3068ed;
}

.reklamacni-rad h1 {
  margin-bottom: 30px;
}

.reklamacni-rad h2 {
  margin: 20px 0;
}

.odstoupeni h1 {
  margin-bottom: 30px;
}

.odstoupeni .box-input label {
  font-weight: 400;
}

.odstoupeni .button-separ {
  margin-bottom: 40px;
}

.sodexo-poukazky {
  margin-bottom: 40px;
  padding: 5px 30px 45px 30px;
}

.sodexo-poukazky h2 {
  font-size: 30px;
  line-height: 40px;
  color: #131313;
  margin: 40px 0;
}

.sodexo-poukazky p {
  font-size: 14px;
  line-height: 22px;
  color: #131313;
}

/* TEXTOVE PODSTRANKY */

/* TEXTOVE PODSTRANKY KONTAKT */

.kontakt-page .email-phone {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin-top: 40px;
}

.kontakt-page .lft-part, .kontakt-page .rhgt-part {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  position: relative;
}

.kontakt-page hr {
  margin: 15px 0;
}

.kontakt-page .email-phone .lft-part img {
  position: absolute;
  left: 0;
  top: 15px;
}

.kontakt-page .lft-part img, .kontakt-page .rhgt-part img {
  position: absolute;
  left: 0;
  top: 10px;
  width: 48px;
}

.kontakt-page .lft-part p, .kontakt-page .rhgt-part p {
  padding-left: 60px;
}

.kontakt-page .lft-part p a, .kontakt-page .rhgt-part p a {
  color: #13c04a;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.kontakt-page .handletxt {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.lft-txt {
  width: 25%;
  padding-right: 30px;
  border-right: 1px solid #dadada;
}

.textove-podstranky p.tricky {
  width: 75%;
  padding-left: 30px;
}

.mapa {
  display: inline-block;
  width: 100%;
  position: relative;
}

.mapa #map {
  width: 100%;
  height: 400px;
}

.mapa #map img {
  max-width: none;
  max-height: none;
}

/* TEXTOVE PODSTRANKY KONTAKT */

.zadneprodukt {
  color: #131313;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 15px auto;
  text-align: center;
  display: block;
}

/* STATUS */

.detail-objednavky {
  text-align: center;
  padding: 40px 0;
  float: left;
  width: 100%;
}

.detail-objednavky h1 {
  color: #13c04a;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 30px;
}

.detail-objednavky .flx-inf {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

.detail-objednavky .flx-inf .flx-go {
  width: 100%;
  max-width: 50%;
}

.detail-objednavky .inf-o-objednavce {
  margin-bottom: 30px;
}

.detail-objednavky h2 {
  color: #131313;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 20px;
}

.detail-objednavky p {
  color: #626262;
  font-size: 16px;
  line-height: 24px;
}

.detail-objednavky p strong {
  color: #131313;
}

.detail-objednavky .uzivatel-info {
  margin-bottom: 30px;
}

.detail-objednavky .table td.produkt.pladd a {
  margin-left: 40px;
}

.detail-objednavky .doprava-platba-kosik {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 40px;
}

.detail-objednavky .doprava-platba-kosik > div {
  margin-right: 30px;
}

.detail-objednavky .uzivatel-info p span, .detail-objednavky .uzivatel-info p strong {
  margin: 0 10px;
}

.detail-objednavky .container-small {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}

.new-container {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}

.zadne-vysledky {
  margin: auto;
  margin-bottom: 30px;
  font-size: 20px;
}

.searching-page .category-content {
  margin-bottom: 0;
}

.searching-page .vyhledavani.flex {
  justify-content: flex-start;
}

/* BASIC CSS CUSTOM COKIE BY HDEV start */

.cookies-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fafafa;
  color: #333;
  z-index: 9999;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.cookies-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.cookies-title {
  font-size: 26px;
  line-height: 36px;
}

.cookies-panel .cookies-info {
  font-size: 14px;
  line-height: 24px;
}

.cookies-panel .cookies-info a {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

.cookies-panel .cookies-info a:hover {
  color: black;
}

.cookies-btn {
  display: inline-block;
  padding: 0 50px 0 20px;
  text-align: center;
  height: 50px;
  line-height: 46px;
  border: 2px solid #232323;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  margin-left: 15px;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
}

.btn-mandatory, .btn-change, .btn-refuse {
  background: #fff;
  color: #333;
}

.btn-accept {
  background: #232323;
  color: #fff;
}

.btn-mandatory::after, .btn-change::after, .btn-accept::after, .btn-refuse::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  height: 20px;
}

.btn-change {
  color: #666;
  border: 2px solid #ddd;
}

.btn-refuse {
  color: #666;
  border: 2px solid #ddd;
}

.btn-change::after {
  opacity: 0.2;
}

.btn-refuse::after {
  opacity: 0.2;
}

.btn-mandatory::after {
  background-image: url(/img/cokiecheckblack.png);
}

.btn-change::after {
  background-image: url(/img/cokiearrow.png);
}

.btn-accept::after {
  background-image: url(/img/cokiecheck.png);
}

.btn-refuse::after {
  background-image: url(/img/cokieclose.png);
}

.cookies-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999;
  align-items: center;
  justify-content: center;
}

.cookies-modal.open {
  display: flex;
}

.cookies-modal:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(43,45,51,0.5);
  z-index: 20;
}

.cookies-modal-content {
  max-width: 800px;
  background: #fdfdfd;
  border-radius: 9px;
  position: relative;
  z-index: 30;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100% - 30px);
}

.cookies-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.cookies-modal-header-close {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/img/cokieclose.png) no-repeat center;
  background-size: 20px;
  border: 0;
  cursor: pointer;
}

.checkbox-cookies {
  border-top: 1px solid #dadada;
}

.checkbox-cookies input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.checkbox-cookies label {
  padding: 15px 50px 15px 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: block;
  cursor: pointer;
}

.checkbox-cookies input:disabled ~ label {
  pointer-events: none;
}

.checkbox-cookies label:hover {
  background: #f6f6f6;
}

.checkbox-cookies label::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  border: 1px solid #232323;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  background-position: 4px 4px;
  background-repeat: no-repeat;
  background-size: 14px;
}

.checkbox-cookies input:checked ~ label::after {
  background-color: #232323;
  background-image: url(/img/cokiecheck.png);
}

.checkbox-cookies label strong {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.cookies-modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dadada;
}

.cookies-modal-footer .cookies-btn {
  margin: 20px 0 0 0;
}

@media (max-width: 1400px) {
  .cookies-container {
    flex-direction: column;
    text-align: center;
  }
  .cookies-container .cookies-btn {
    margin: 20px 10px 0 10px;
  }
}

@media (max-width: 800px) {
  .cookies-panel {
    position: relative;
    top: 0;
    bottom: auto;
    display: inline-block;
  }
  .cookies-container {
    padding: 10px 10px 10px 10px;
    text-align: left;
  }
  .cookies-title {
    font-size: 20px;
    line-height: 28px;
  }
  .cookies-container .cookies-title {
    margin-bottom: 10px;
  }
  .cookies-btn {
    height: 40px;
    line-height: 38px;
    border: 1px solid #232323;
    font-size: 14px;
    padding: 0 40px 0 15px;
  }
  .cookies-btn::after {
    right: 10px;
    top: 9px;
  }
  .cookies-modal-content {
    padding: 20px;
  }
  .checkbox-cookies label {
    padding: 15px 40px 15px 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .checkbox-cookies label strong {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .checkbox-cookies label::after {
    right: 10px;
  }
}

@media (max-width: 580px) {
  .cookies-container-right .cookies-btn.btn-mandatory.cookiesSubmit {
    display: none;
  }
  .cookies-title {
    font-size: 17px;
    line-height: 23px;
  }
  .cookies-panel .cookies-info {
    font-size: 13px;
    line-height: 17px;
  }
  .cookies-container-right, .cookies-modal-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .cookies-btn, .btn-accept {
    font-size: 13px;
    width: auto;
    margin: 10px 0 0 0 !important;
  }
  .cookies-modal-footer .btn-accept {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cookies-modal-footer .cookies-btn {
    width: 100%;
  }
  .cookies-panel .cookies-info {
    font-size: 12px;
  }
}

/* BASIC CSS CUSTOM COKIE BY HDEV end */

@media (max-width: 1200px)  {

  .container {
    width: 100%;
  }

  .cc_container {
    left: 30% !important;
    right: 30% !important;
  }

  .advantages .advantage .advantage-content {
    text-align: center;
    padding: 20px 0;
  }

  .advantages .advantage .advantage-content .box-img {
    display: inline-block;
    margin-bottom: 15px;
  }

  .detailed-description .advantages .advantage .advantage-content .box-img {
    margin-bottom: 5px;
  }

  .advantages .advantage .advantage-content p {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .kamenne-prodejny {
    padding: 25px;
  }

  .kamenne-prodejny .prodejna img {
    left: 0px;
  }

  .kamenne-prodejny .prodejna h3, .kamenne-prodejny .prodejna p {
    padding-left: 60px;
  }

  footer .copyright a {
    margin-right: 30px;
  }

  .dalsi-filtry {
    float: none;
    top: 0;
    display: block;
    margin-left: 40px;
    margin-top: 20px;
  }

  .product-content {
    padding-right: 30px;
  }

  .quant-add {
    padding: 20px;
  }

  .wysiwyg-content {
    padding-right: 30px;
  }

  .detailed-description .advantages {
    padding-right: 30px;
  }

  .cart-content {
    right: 15px;
  }

  .arrows-slider.arrow-left {
    left: -10px;
  }

  .arrows-slider.arrow-right {
    right: -10px;
  }

  .checkbox-styled select {
    margin-left: 0;
  }

}

@media (max-width: 1024px)  {

  .cc_container {
    left: 25% !important;
    right: 25% !important;
  }

  .cartheader .catch-login {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
  }

  .cartheader .catch-login .login-right a.login {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/user.svg") no-repeat center;
    float: right;
    font-size: 0;
  }

  .header-content .right-part.flx {
    align-items: center;
  }

  .button-separ {
    text-align: center;
  }

  .user-modal-info li a {
    display: block !important;
  }

  .header-content .cart {
    white-space: unset;
    height: 40px;
  }

  .header-content .cart a.cart-button {
    position: relative;
  }

  .header-content .cart a.cart-button img {
    position: absolute;
    left: 0;
  }

  .header-content .cart a.cart-button .polozek {
    display: block;
    padding-left: 50px;
    margin: 0 auto;
    line-height: 20px;
  }

  .header-content .cart a.cart-button strong {
    padding-left: 50px;
    margin: 0 auto;
    line-height: 20px;
    float: left;
  }

  .header-content .cart a.cart-button i {
    display: none;
  }

  .search-content {
    width: auto;
    height: auto;
    margin-right: 20px;
    box-shadow: none;
  }

  .search-content .zavrit, .search-content .hledat {
    display: inline-block;
    margin-left: 20px;
  }

  .search-content .hledat {
    border-left: 1px solid #cdcdcd;
  }

  .search {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    background: #fff;
    z-index: 21;
  }

  .search form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }

  .search-content input {
    width: calc(100% - 140px);
  }

  .main-content {
    width: 100%;
  }

  .carousel .slick-slide a {
    text-align: center;
  }

  .pd-l-15 {
    padding-left: 0;
  }

  aside {
    width: 300px;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    overflow-y: auto;
    z-index: 22;
    background: #11a440;
    max-height: 100vh;
    overflow-y: auto;
  }

  aside .advantages, aside .kamenne-prodejny {
    display: none;
  }

  aside ul li a {
    padding-left: 15px;
  }

  aside ul li .submenu {
    position: static;
    width: 100%;
    border-radius: 0;
    height: auto;
  }

  .kamenne-prodejny .prodejna {
    width: 50%;
    float: left;
    text-align: center;
  }

  .kamenne-prodejny .prodejna img {
    position: static;
    margin-bottom: 15px;
  }

  .kamenne-prodejny .prodejna h3, .kamenne-prodejny .prodejna p {
    padding-left: 0;
  }

  .kamenne-prodejny .odbery {
    display: inline-block;
    margin-bottom: 20px;
  }

  .carousel {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .newsletter .fl-right input {
    width: 70%;
    float: left;
    margin-right: 0;
  }

  .newsletter .fl-right button {
    width: 30%;
    padding: 0;
  }

  .overflowYhidden {
    overflow: hidden;
  }

  .category-content {
    padding: 0 15px;
  }

  .pagination {
    padding-right: 20px;
  }

  .zobrazeno-nacist-pag .fl-l-w33 p {
    padding-left: 20px;
  }

  .wysiwyg-content {
    padding: 30px 15px;
  }

  .product-content h1 {
    padding-left: 15px;
  }

  .product-content {
    padding-right: 15px;
  }

  .detailed-description hr {
    margin-left: 0;
    width: 100%;
  }

  .tittle {
    text-align: center;
    margin-top: 0;
  }

  .tittlebig {
    text-align: center;
    margin-top: 0;
  }

  .detailed-description .advantages {
    display: none;
  }

  .sliderMain .slick-prev, .sliderMain .slick-next {
    opacity: .5;
  }

  .cart-menu {
    height: 60px;
  }

  .cart-menu ul li a {
    line-height: 60px;
  }

  .cart-menu ul li a span {
    margin-right: 20px;
  }

  .table th:first-child {
    padding-left: 20px;
  }

  .table td.produkt a {
    display: table-footer-group;
  }

  .shopping-cart-info {
    padding: 15px 0;
    width: 33%;
  }

  .shopping-cart-info .flex .adw h3 {
    font-size: 16px;
  }

  .cartheader .anotherheader {
    display: none;
  }

  .checkbox-styled select {
    display: block;
    margin-top: 10px;
  }

  .shopping-cart-left-part {
    padding: 15px 10px;
    width: 65%;
  }

  .cart-aside .overflow-table {
    padding: 0 10px;
  }

  .cart-aside .doprava-platba-table {
    padding: 20px 10px;
  }

  .cart-aside .celk-cena-table {
    padding: 20px 10px;
    padding-bottom: 0;
  }

  .delivery-info-login ul {
    margin-top: -15px;
    width: calc(100% - -20px);
    margin-left: -10px;
  }

  .delivery-info-login ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .delivery-info-login p.prihlasen {
    font-size: 16px;
  }

  .pd-l-15.account {
    padding: 30px 15px;
  }

  .chybova-stranka {
    padding: 30px 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .chybova-stranka img {
    margin-bottom: 20px;
  }

  .chybova-stranka p {
    margin-bottom: 30px;
  }

  .chybova-stranka h1 {
    font-size: 160px;
    line-height: 170px;
  }

  .overflowhidden {
    padding-right: 0px;
  }

  .product-filtration {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .slider-content {
    width: 100%;
  }

  .dalsi-filtry {
    margin-left: 0;
  }

  .cart-content .close {
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
  }

  .cartimg {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .cartimg::after {
    width: 26px;
    height: 24px;
  }

  .advantages {
    padding-right: 0;
  }

  .search-content .vyhledat {
    display: inline-block;
  }

  .obdobi {
    padding: 0 15px 0 0;
  }

  .anotherheader {
    display: none;
  }

  .go-center .row {
    justify-content: center;
  }

  .table td.cena {
    font-size: 16px;
  }

  .box-input input {
    padding: 0 10px;
  }

  .box-input textarea {
    padding: 5px 10px;
  }

  .checkbox-st.upgrade {
    margin-top: 20px;
  }

  .checkbox-styled.gdpr label {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }

  .checkbox-styled.gdpr label::before {
    top: 11px;
  }

  aside ul > li:hover {
    background: none;
  }

  aside ul > li:hover a {
    color: #fff;
  }

  .kontakt-page .email-phone {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .kontakt-page .lft-part, .kontakt-page .rhgt-part {
    width: 100%;
    margin-bottom: 20px;
  }

  .kontakt-page .lft-part p, .kontakt-page .rhgt-part p {
    padding-left: 0;
    margin-bottom: 0;
  }

  .kontakt-page .lft-part img, .kontakt-page .rhgt-part img, .kontakt-page .email-phone .lft-part img {
    position: static;
    margin-right: 15px;
  }

  .catch-search {
    position: absolute;
    right: 130px;
  }

  input, select, textarea {
    font-size: 16px !important;
    font-weight: 400 !important;
    transform-origin: top left !important;
    box-shadow: unset !important;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  input:focus, textarea:focus {
    font-size: 16px !important;
  }

  /* disable auto-zoom on iphone input field focus */
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus, textarea:focus, input:focus {
      font-size: 16px !important;
    }
  }

}
@media (max-width: 768px) {
  .login-modal .close {
    top: -1px;
  }
  .cc_container {
    left: 15% !important;
    right: 15% !important;
  }

  .spinner-master * {
    transition: all 0.3s;
    box-sizing: border-box;
  }

  .spinner-master {
    position: relative;
    top: 10px;
    height: 40px;
    width: 32px;
    display: inline-block !important;
    z-index: 20;
  }

  .spinner-master.open {
    z-index: 25;
  }

  .cartheader .spinner-master {
    display: none !important;
  }

  .spinner-master label {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
  }

  .spinner-master .spinner {
    position: absolute;
    height: 4px;
    width: 100%;
    padding: 0;
    background: #13c04a;
  }

  .spinner-master .diagonal.part-1 {
    position: relative;
    float: left;
  }

  .spinner-master .horizontal {
    position: relative;
    float: left;
    margin-top: 5px;
  }

  .spinner-master .diagonal.part-2 {
    position: relative;
    float: left;
    margin-top: 5px;
  }

  .spinner-master.open .spinner-spin > .horizontal { opacity: 0; }

  .spinner-master.open .spinner-spin > .diagonal.part-1 {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: #fff;
  }

  .spinner-master.open .spinner-spin > .diagonal.part-2 {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -13px;
    background: #fff;
  }

  .bread-bg {
    padding: 10px 0;
  }

  .header-content .cart a.cart-button {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #dadada;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
  }

  .header-content .cart a.cart-button img {
    position: relative;
    margin-right: 0;
    vertical-align: baseline;
    top: 5px;
    width: 23px;
  }

  .header-content .cart a.cart-button .polozek-devices {
    display: block;
  }

  .header-content .cart a.cart-button .polozek {
    display: none;
  }

  .header-content .cart a.cart-button strong {
    display: none;
  }

  nav {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -300px;
    top: 0;
    max-width: 300px;
    z-index: 19;
    padding-top: 50px;
  }

  nav ul.flex {
    display: inline-block;
    width: 100%;
  }

  nav ul.flex li {
    border-bottom: 1px solid #fff;
  }

  nav ul.flex li:last-child {
    border-bottom: 0;
  }

  .filtr li a {
    font-size: 13px;
    padding: 0 20px;
    font-weight: 500;
  }

  .header-content .logo {
    margin-right: 0;
  }

  .header-content .logo img {
    width: 250px;
  }

  .products {
    width: calc(100% - 0px);
  }

  .product {
    width: calc(50% - -1px);
  }

  .newsletter .container {
    flex-wrap: wrap;
  }

  .newsletter .fl-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .newsletter .fl-right {
    width: 100%;
  }

  footer .w33 {
    width: 50%;
    text-align: center;
  }

  footer .w33 h4::after {
    left: -60px;
  }

  footer .w33.bigger {
    width: 100%;
    margin-top: 30px;
  }

  .advantages .advantage .advantage-content p strong {
    font-size: 15px;
  }

  .category-handle a img {
    height: 42px;
  }

  .category-handle a {
    height: 44px;
  }

  .category-handle p {
    padding-left: 70px;
    font-size: 13px;
  }

  .category-handle {
    width: 50%;
  }

  .slider-content {
    width: 100%;
    margin-top: 20px;
    margin-left: 5px;
  }

  .checkbox-st {
    margin-left: 15px;
  }

  .dalsi-filtry {
    margin-left: 15px;
  }

  #dalsi-filtry {
    padding-left: 15px;
  }

  .zobrazeno-nacist-pag .fl-l-w33:first-child {
    display: none;
  }

  .zobrazeno-nacist-pag .fl-l-w33 {
    width: 50%;
  }

  .zobrazeno-nacist-pag .fl-l-w33 .button.green {
    float: left;
    margin-left: 20px;
  }

  header {
    position: static;
  }

  .header-content {
    margin-bottom: 0;
  }

  .product-content {
    padding-right: 0;
    margin-bottom: 0;
  }

  .product-content h1 {
    padding-right: 15px;
  }

  .image-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .product-page-description {
    width: 100%;
    padding: 0 15px;
  }

  .sliderMain {
    height: 220px;
    line-height: 200px;
    padding: 10px;
  }

  .dotaz {
    display: none;
  }

  .quant-add {
    margin-bottom: 0;
  }

  .wysiwyg-content {
    padding: 20px 15px;
  }

  .shopping-cart-info.vissible {
    display: inline-block;
    position: static;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .cart-aside table tr td {
    padding: 10px 0;
  }

  .shopping-cart-left-part {
    width: 100%;
  }

  .tlacitkozpet {
    margin-top: 12px;
  }

  .cart-menu ul li a {
    font-size: 13px;
  }

  .cart-menu ul li a span {
    margin-right: 5px;
  }

  .cartheader .header-content .logo::after {
    margin-left: 15px;
  }

  .cartheader .tlacitkozpet {
    margin-left: 15px;
  }

  .shopping-cart-left-part.summarypage {
    padding: 30px 0;
  }

  .shopping-cart-left-part.summarypage h1 {
    margin-bottom: 30px;
  }

  .shopping-cart-left-part.summarypage .tlacitkozpet {
    margin-top: 30px;
  }

  .chybova-stranka h1 {
    font-size: 100px;
    line-height: 110px;
    margin-bottom: 10px;
  }

  .chybova-stranka img {
    max-width: 70px;
    margin-bottom: 10px;
  }

  .chybova-stranka p {
    padding: 0 15px;
  }

  .my-orders-page {
    padding: 20px 15px;
  }

  main.bg.pd30 {
    padding: 15px 0;
  }

  .my-orders-page hr.oddel {
    margin: 30px 0;
    width: calc(100% - -30px);
    margin-left: -15px;
  }

  .my-orders-page .table td.status {
    text-transform: lowercase;
  }

  .my-orders-page .table td.produkt {
    display: table;
    margin: 10px;
  }

  .login-content h2 {
    margin-bottom: 15px;
  }

  .login-content .footerlogin {
    padding: 10px;
  }

  .box-input.w33 {
    width: 50%;
  }

  .menu-top {
    display: none;
  }

  footer {
    padding-top: 30px;
  }

  footer .w33 h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .modal-content {
    padding: 0 15px 30px 15px;
  }

  .modal-handler .close {
    right: 5px;
  }

  .table thead {
    display: none;
  }
  .table tbody tr {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: -1px;
  }
  .table tbody tr:nth-child(even) {background: #f0f0f0}
  .table td {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #e2e2e2;
    padding: 10px 5px;
  }
  .table td:before {
    content: attr(data-th)": ";
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    flex: auto;
  }
  .table td.produkt > div {
    display: inline-block;
  }
  .table td.produkt {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    text-align: right;
  }
  .table td.produkt span {
    width: 100px;
    height: auto;
    line-height: normal;
    margin-right: 10px;
  }
  .table td.produkt a {
    display: inline-block;
    width: 100%;
  }
  .table td.zrusit {
    order: -1;
  }

  .login-right i {
    display: none;
  }
  .login-right a.login {
    background: url("img/user.svg") no-repeat center;
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  .login-right a.registrace {
    display: none;
  }

  .shopping-cart {
    flex-wrap: wrap;
  }

  .shopping-cart-info {
    display: none;
  }

  .login-right, .search-content {
    margin-right: 15px;
  }

  .breadcrumb.devsmaller li.special {
    display: none;
  }

  .buttons-in-modal {
    padding-top: 20px;
  }

  .modal-content table tr td.img {
    padding: 10px 0;
  }

  .modal-content table tr td.img span {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .modal-content table tr td.img span img {
    max-height: 80px;
  }

  .modal-content table tr td.desc {
    padding: 10px;
    padding-right: 0;
  }

  .product-page-description .desc {
    margin-bottom: 15px;
  }

  .cart-aside .overflow-table {
    max-height: unset;
  }
  .logged {
    margin-top: 0;
  }
  .logged img {
    margin-right: 0;
  }
  .logged strong {
    display: none;
  }
  .logged::after {
    display: none;
  }

  .tittlebig {
    margin-bottom: 20px;
  }

  .login-content .input-box input {
    padding-left: 10px;
  }

  .product-page-description .styled-select {
    justify-content: flex-start;
  }

  .wysiwyg-content {
    border-bottom: 1px solid #e2e2e2;
  }

  .wysiwyg-content p, .wysiwyg-content h2 {
    margin-bottom: 15px;
  }

  .login-right.nomr  {
    margin-right: 0;
  }

  aside {
    max-height: calc(100vh - 60px);
  }

  .carousel .slick-slide a {
    text-align: center;
    position: relative;
    padding-bottom: 46%;
    display: inline-block;
    width: 100%;
  }

  .carousel .slick-slide a img {
    min-height: auto;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
  }

  .carousel .slick-dots {
    right: 5px;
    bottom: 10px;
  }

  .textove-podstranky, .sodexo-poukazky {
    padding: 20px 15px;
  }

  .lft-txt {
    border-right: 0;
    margin-bottom: 20px;
  }

  .lft-txt, .textove-podstranky p.tricky {
    width: 100%;
    padding: 0;
  }

  .sodexo-poukazky {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .catch-search {
    right: 160px;
  }

}

@media (max-width: 540px) {
  .category-content h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .sodexo-poukazky {
    margin-bottom: 5px;
  }
  .sodexo-poukazky h2 {
    margin: 20px 0;
  }
  .odstoupeni .button-separ {
    margin-bottom: 10px;
  }
  .textove-podstranky .row.flx-w {
    justify-content: center;
  }
  .textove-podstranky.kontakt-page {
    text-align: center;
  }

  .kontakt-page .lft-part img, .kontakt-page .rhgt-part img, .kontakt-page .email-phone .lft-part img {
    width: 30px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .kontakt-page .lft-part p a, .kontakt-page .rhgt-part p a {
    font-weight: 400;
  }

  .kontakt-page .lft-part, .kontakt-page .rhgt-part {
    flex-direction: column;
  }

  .checkbox-styled label .box-img img {
    max-height: 20px;
  }

  .product-page-description .styled-select {
    flex-direction: column;
  }

  .styled-select p.left-part {
    line-height: normal;
  } 

  .styled-select select {
    width: 100%;
    margin-top: 5px;
  }

  aside ul li .submenu li a::before {
    margin: 5px;
  }

  .table tbody tr {
    border-bottom: 0;
    padding-bottom: 20px;
    background: #f1f4f7;
    margin-bottom: 0;
  }

  .table tbody td {
    background: #fff;
  }

  .table tbody td:nth-child(3) {
    border-bottom: 1px solid #e2e2e2;
  }

  .tittlebig {
    font-size: 26px;
    line-height: 30px;
  }

  .account .button, .checkbox-st.upgrade {
    width: 100%;
  }

  .box-input input {
    padding-left: 10px;
  }

  .cc_container {
    left: 5% !important;
    right: 5% !important;
  }

  .cc_container .cc_message {
    font-size: 12px !important;
  }

  .cc_container a {
    font-size: 12px !important;
  }

  .cc_container .cc_btn {
    padding: 0 10px !important;
    font-size: 13px !important;
  }

  .advantages .advantage {
    width: 100%;
  }

  .advantages .advantage .advantage-content {
    padding-top: 0;
  }

  .advantages .advantage:first-child .advantage-content {
    padding-top: 20px;
  }

  .cart-content .product-in-cart {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .cartimg {
    left: 0;
    top: 0;
  }

  .cart-content .close {
    right: 0;
    top: 0;
  }

  .product {
    height: 370px;
  }

  .product a {
    padding: 20px 10px;
    padding-bottom: 10px;
  }

  .product h3 {
    font-size: 16px;
  }

 .product .price {
    font-size: 18px;
  }

 .product .sklad {
    font-weight: 500;
  }

 .product .description {
    margin-bottom: 20px;
  }

  .header-content {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .header-content .logo img {
    width: 130px;
  }

  .header-content .logo {
    margin-top: 10px;
  }

  .header-content .cart a.cart-button, .login-right, .search-content {
    margin-right: 10px;
  }

  .header-content .cart {
    position: static;
  }

  .arrow {
    right: 72px;
  }

  .filtr li a {
    font-size: 12px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
  }

  .carousel .slick-slide a img {
    min-height: 160px;
  }

  .carousel .slick-next {
    right: 0;
  }

  .carousel .slick-prev {
    left: 0;
  }

  .carousel .slick-prev, .carousel .slick-next {
    background: transparent;
  }

  .search {
    padding: 50px 15px 15px 15px;
    height: 100vh;
  }

  .search-content a {
    right: 15px;
  }

  .category-handle {
    width: 100%;
  }

  .ui-widget-content {
    display: none;
  }

  .slider-content p {
    float: left;
    width: 48%;
    margin: 0 1%;
  }

  .slider-content {
    margin-left: 0;
  }

  .amount {
    width: 70% !important;
    margin: 0 2%;
    height: 40px;
    font-size: 16px;
  }

  .checkbox-st {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }

  .product-filtration {
    padding-top: 20px;
    text-align: center;
  }

  .dalsi-filtry {
    float: none;
    display: inline-block;
    margin: 0;
    margin-top: 20px;
  }

  .zobrazeno-nacist-pag .fl-l-w33 {
    width: 100%;
  }

  .zobrazeno-nacist-pag .fl-l-w33 .button.green {
    float: none;
    margin-left: 0px;
  }

  .pagination {
    float: none;
    display: inline-block;
    padding-right: 0;
    margin-top: 0;
  }

  .devsmaller li.special:last-child {
    display: none;
  }

  .wysiwyg-content table td {
    font-size: 12px;
    padding: 5px;
  }

  .product-content h1 {
    font-size: 26px;
    line-height: 30px;
    padding: 0 10px;
    margin: 20px 0;
  }

  .bread-bg {
    padding: 10px 0;
  }

  .table th:first-child {
    padding-left: 5px;
  }

  .shopping-cart-left-part {
    padding: 25px 0;
  }

  .cart-menu ul li a {
    font-size: 0;
  }

   .cart-menu ul li.active a {
     font-size: 13px;
   }

  .cart-menu ul li a span {
    font-size: 16px;
    vertical-align: middle;
  }

  .cart-menu ul li.active a span {
    vertical-align: baseline;
  }

  .celkova-cena-kosiku {
    padding: 15px;
  }

  .celkova-cena-kosiku p strong {
    margin-left: 20px;
    width: auto;
  }

  .checkbox-st label {
    text-align: center;
  }

  .tlacitka-v-kosiku {
    text-align: center;
    flex-direction: column-reverse;
    margin-top: 20px;
    padding: 0 15px;
  }

  .tlacitka-v-kosiku .tlacitkozpet {
    margin-left: 0;
    float: none;
    display: inline-block;
    width: 100%;
  }

  .tlacitka-v-kosiku .tlacitkozpet {
    margin-top: 20px;
  }

  .poukazhidden input {
    width: 60%;
    margin-right: 0;
    float: left;
  }

  .poukazhidden .button {
    float: left;
    width: 40%;
    padding: 0;
    margin-top: 0;
    font-size: 12px;
  }

  .slevovy-poukaz {
    margin-bottom: 15px;
    padding: 0 15px;
  }

  .slevovy-poukaz .checkbox-st {
    margin: 0;
  }

  .checkbox-styled label {
    padding: 10px;
    font-size: 12px;
  }

  .checkbox-styled label .box-img {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .checkbox-styled p {
    top: 12px;
    right: 10px;
    font-size: 12px;
  }

  .zpusob-dopravy h3, .zpusob-platby h3 {
    text-align: center;
  }

  .checkbox-styled label span {
    margin-left: 0;
  }

  .checkbox-styled label::before {
    margin-right: 10px;
  }

  .box-input {
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 90%;
    margin-top: 15px;
  }

  .box-input label {
    margin-bottom: 5px;
  }

  .shopping-cart-left-part.tcenter {
    text-align: center;
  }

  .delivery-info-login ul {
    margin-left: 0;
    width: 100%;
    margin-top: -25px;
  }

  .delivery-info-login ul li {
    width: 100%;
  }

  .checkbox-st.upgrade label {
    padding: 10px;
    font-size: 13px;
  }

  .checkbox-st label::before {
    bottom: -5px;
    margin-right: 10px;
  }

  .pd-l-15.account {
    text-align: center;
  }

  .pd-l-15.account .box-input {
    max-width: 100%;
  }

  .my-orders-page .table td.cislo-objednavky {
    padding-left: 5px;
  }

  .my-orders-page th:first-child {
    line-height: 20px;
    height: auto;
    padding: 10px 5px;
  }

  .my-orders-page {
    padding: 20px 0;
  }

  .my-orders-page hr.oddel {
    display: none;
  }

  .box-input .button {
    margin-top: 20px;
  }

  footer .w33 h4::after {
    left: 0;
    width: 100%;
  }

  .box-input.w33 {
    width: 100%;
  }

  .newsletter .fl-left {
    margin-bottom: 20px;
  }

  .spinner-master {
    top: 8px;
  }

  .buttons-in-modal {
    flex-direction: column-reverse;
  }

  .buttons-in-modal .button.green {
    margin-bottom: 20px;
  }

  .cart-content {
    right: 0;
    width: 100%;
  }

  .anotherheader .user-modal-info {
    top: 37px;
  }

  .shopping-cart .row.flx-w {
    justify-content: center;
  }

  aside {
    width: 270px;
  }

  .modal-content table tr td.img span {
    width: 60px;
    height: 60px;
  }

  .modal-content table tr td.img span img {
    max-height: 60px;
  }

  .modal-content table tr td.desc h2 {
    font-size: 22px;
  }

  .catch-search {
    right: 140px;
  }

  .styled-select p.left-part strong {
    top: 0;
  }

}

@media (max-width: 420px) {
  .search-content input {
    width: calc(100% - 70px);
    padding-left: 15px;
  }

  .search-content .zavrit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }

  footer .w33 {
    width: 100%;
  }

  .newsletter .fl-left h3, .newsletter .fl-left p {
    padding-left: 0;
  }

  .newsletter .fl-left h3 {
    font-size: 18px;
  }

  .newsletter .fl-left img {
    display: none;
  }

  .carousel .slick-slide a {
    padding-bottom: 50%;
  }

  .product {
    width: calc(100% - -1px);
    height: auto;
  }

  .product h3 {
    height: auto;
  }

  .product .description {
    height: auto;
    max-height: 54px;
  }

  .product .box-height {
    height: auto;
    line-height: normal;
  }

  .header-content .logo img {
    width: 115px;
  }

  footer .copyright p {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  footer .copyright {
    text-align: center;
    margin-top: 20px;
  }

  footer .copyright a {
    margin-right: 0;
  }

  .pd-l-15 {
    border-right: 0;
  }

  .filtr li {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .filtr li a {
    width: 100%;
  }

  .main-content {
    border-right: 0;
  }

  .cart-content .buttons-in-cart .button {
    padding: 0 10px;
  }

  .availability p.left-part {
    font-size: 13px;
    width: 90px;
  }

  .availability p.right-part strong {
    font-size: 13px;
  }

  .availability p.right-part span {
    font-size: 12px;
  }

  .price p.left-part {
    font-size: 13px;
    width: 90px;
  }

  .price p.right-part strong {
    font-size: 24px;
  }

  .price p.right-part span {
    margin-left: 10px;
  }

  .product-page-description {
    padding: 0 10px;
  }

  .wysiwyg-content {
    padding: 15px 10px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quant-add .green {
    background: #13c04a;
    padding: 0 10px;
  }

  .quant-add .green:hover {
    background: #1de15b;
  }

  .quant-add {
    padding: 10px;
  }

  .celkova-cena-kosiku p strong {
    margin-left: 0;
    display: block;
    width: auto;
  }

  .table td.cena {
    font-size: 15px;
  }

  .table td.produkt a {
    font-size: 13px;
  }

  .cartheader .header-content .logo::after {
    display: none;
  }

  .tlacitkozpet {
    margin-top: 5px;
    font-size: 12px;
    margin-left: 10px;
  }

  .tlacitkozpet::before {
    margin-right: 10px;
  }

  .dragdealer {
    width: 100%;
    margin-left: 0;
  }

  .handle .product {
    width: 275px !important;
    height: 370px;
  }

  .handle .product .box-height {
    height: 150px;
    line-height: 150px;
  }

  .dragdealer {
    height: 370px;
  }

  .similar-products h2 {
    font-size: 22px;
  }

  .checkbox-styled select {
    width: 100%;
  }

  .cart-aside table tr td.dsc .table-content .styled-quantity .qtyminus, .cart-aside table tr td.dsc .table-content .styled-quantity .qtyplus {
    height: 29px !important;
    width: 20px;
  }

  .my-orders-page th {
    font-size: 12px;
  }

  .my-orders-page td {
    font-size: 12px;
  }

  .my-orders-page .table td.showbutton button {
    width: 25px;
    height: 25px;
    background-size: contain !important;
  }

  .breadcrumb li a {
    font-size: 11px;
  }

  .breadcrumb > li + li::before {
    margin: 0 5px;
  }

}
