@import "reset.css";
@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  src: url("../files/fonts/opensansregular.eot");
  src: local('OpenSans Normal'), url("../files/fonts/opensansregular.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans Bold';
  font-weight: bold;
  src: url("../files/fonts/opensanssemibold.eot");
  src: local('OpenSans Semibold'), url("../files/fonts/opensanssemibold.ttf") format('truetype');
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/*                                    VARIABLES|MIXINS
////////////////////////////////////////////////////////////////////////////////*/
input {
  border-radius: 0;
}
/*                                    GENERAL
////////////////////////////////////////////////////////////////////////////////*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%; /* add PX (or original value) as backup */
  font-size: 100%;
  line-height: 150%;
  color: #343434;
  width: auto;
  min-width: 320px;
  background: #fbfbfb url("./images/background.png") center top no-repeat;
}
html {
  height: 100%;
  box-sizing: border-box;
}
.con {
  min-height: 100vh;
  position: relative;
  box-sizing: inherit;
  padding-bottom: 1px;
}
h1 {
  font-family: 'Open Sans Bold', sans-serif;
  color: #2d7ed9;
  font-size: 38px; /* add PX (or original value) as backup */
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 18px;
  margin: 20px 0;
}
h2,
h3,
h4,
h5,
h6 {
  color: #2d7ed9;
  margin: 15px 0;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
h2 {
  font-size: 32px; /* add PX (or original value) as backup */
  font-size: 2rem;
  line-height: 38px;
}
h3 {
  font-size: 26px; /* add PX (or original value) as backup */
  font-size: 1.625rem;
  line-height: 30px;
}
h4 {
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  line-height: 24px;
}
a {
  color: #2d7ed9;
  text-decoration: underline;
  cursor: pointer /* because IE7 ?! :( */;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 140%;
  margin: 10px 0;
}
strong {
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
}
em {
  font-style: italic;
}
hr {
  width: 100%;
  height: 0;
  background: transparent;
  border: none;
  border-top: 1px dashed #e3e3e3;
}
h2.sign {
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  color: #2d7ed9;
  line-height: 26px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 6px;
}
h2.sign > a,
h2.sign > span {
  color: #2d7ed9;
  text-decoration: none;
}
ul.errors {
  display: block;
  color: #f00;
}
h1.productsTitle,
h1.product {
  line-height: 46px;
  font-size: 38px; /* add PX (or original value) as backup */
  font-size: 2.375rem;
  color: #2d7ed9;
  font-weight: normal;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
h1.product {
  color: #343434;
}
.cf:before,
.cf:after {
  content: " ";
  display: block;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
  clear: both;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}
.onlyMobile900 {
  display: none;
}
.notMobile900 {
  display: block;
}
.notMobile840,
.notMobile550 {
  display: table-cell;
}
.onlyMobile {
  display: none;
}
/*                                    HEADER
////////////////////////////////////////////////////////////////////////////////*/
.headerInner {
  box-sizing: border-box;
  padding: 15px 35px;
  height: 80px;
  width: 100%;
  max-width: 1170px;
  margin: auto;
  background-color: #fff;
}
#header {
  position: relative;
  z-index: 2;
  height: 80px;
  width: 100%;
  background-color: #fff;
}
#header #logo {
  float: left;
}
#header #logo h1 {
  margin: 0;
}
#header #logo img {
  display: block;
}
#header #logo img.onlyMobile {
  display: none;
}
#header .right {
  float: right;
  width: 248px;
  position: relative;
  border-left: 1px solid #e6e6e6;
}
#header .right .userImg {
  position: absolute;
  left: 22px;
  top: 9px;
/* display: none; */
  box-shadow: 0 3px 7px rgba(33,33,33,0.28);
  height: 31px;
  border-radius: 50px;
}
#header .right #userMenu {
  float: left;
  height: 50px;
  width: 190px;
  background: url("./images/header-user-1.png") 25px center no-repeat;
}
#header .right #userMenu.login {
  background: url("./images/m-header-user-2.png") 19px center/26px no-repeat, url("./images/user-sipka.png") 166px center no-repeat;
}
#header .right #userMenu.login span {
  color: #000;
  font-family: 'Myriad Pro', sans-serif;
}
#header .right #userMenu > ul > li {
  padding-left: 73px;
  width: 90px;
  padding-right: 27px;
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
#header .right #userMenu ul li {
  line-height: 18px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  color: #fff;
}
#header .right #userMenu ul li span {
  line-height: 18px;
  cursor: default;
}
#header .right #userMenu ul li a {
  color: #000;
  cursor: pointer;
}
#header .right #userMenu ul li a span {
  cursor: pointer;
}
#header .right #userMenu ul li ul {
  background-color: #fff;
  opacity: 1;
  position: absolute;
  display: none;
  padding: 0;
  top: 50px;
  left: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  width: 140px;
}
#header .right #userMenu ul li ul li {
  line-height: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#header .right #userMenu ul li ul li a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
#header .right #userMenu ul li ul li a:hover {
  text-decoration: none;
  color: #1ca4ff;
}
#header .right #userMenu ul li ul li span {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  line-height: 28px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
@media screen and (max-width: 980px) {
  #header .right #userMenu ul li ul li span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#header .right #userMenu ul li ul li span:hover {
  text-decoration: none;
  color: #1ca4ff;
}
#header .right .basket {
  float: right;
  width: 36px;
  height: 28px;
  position: relative;
  margin-top: 11px;
  margin-bottom: 11px;
}
#header .right .basket span.quantity {
  display: block;
  position: absolute;
  bottom: 13px;
  left: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #059c00;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  font-family: Arial, sans-serif;
}
#header .right .basket a.toBasket {
  display: block;
  width: 36px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: url("./images/m-cart-ico-cart.png") 0 0 no-repeat;
  background-size: contain;
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  text-decoration: none;
}
#header .informations {
  float: right;
  z-index: 3;
  margin: 9px 0;
  margin-right: 7px;
  margin-left: 16px;
  max-width: calc(100% - 461px);
}
#header .informations > ul:before,
#header .informations > ul:after {
  content: " ";
  display: block;
}
#header .informations > ul:after {
  clear: both;
}
#header .informations > ul {
  *zoom: 1;
  clear: both;
}
#header .informations > ul > li {
  position: relative;
  float: left;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  line-height: 18px;
  font-family: myriad-pro, sans-serif;
}
#header .informations > ul > li:hover > a {
  color: #1ca4ff;
}
#header .informations > ul > li.active > a {
  color: #1ca4ff;
}
#header .informations > ul > li.active > a span {
  border-bottom: solid 2px #1ca4ff;
}
#header .informations > ul > li:hover > a > span {
  border-bottom: solid 2px #1ca4ff;
}
#header .informations > ul > li > a {
  display: block;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: myriad-pro, sans-serif;
  padding: 7px 17px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
#header .informations > ul > li > ul {
  display: none;
}
#header .informations > ul > li span {
  padding-bottom: 1px;
  font-family: "Myriad Pro", sans-serif;
}
/*                                    HP
////////////////////////////////////////////////////////////////////////////////*/
#hpText {
  text-align: left;
  margin-left: 50px;
  margin-top: 50px;
}
#hpText h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 60px; /* add PX (or original value) as backup */
  font-size: 3.75rem;
  color: #000;
  line-height: 67px;
  margin: 0;
  letter-spacing: 2px;
}
#hpText p {
  font-size: 26px; /* add PX (or original value) as backup */
  font-size: 1.625rem;
  font-family: myriad-pro, sans-serif;
  color: #000;
  letter-spacing: 1px;
  margin-top: 30px;
}
#hpCategories {
  idth: calc(100% - 20px);
  margin: 0 10px;
  margin-top: 146px;
  margin-bottom: 20px;
}
#hpCategories ul:before,
#hpCategories ul:after {
  content: " ";
  display: block;
}
#hpCategories ul:after {
  clear: both;
}
#hpCategories ul {
  *zoom: 1;
  clear: both;
}
#hpCategories ul li {
  width: calc(25% - 1px);
  float: left;
  text-align: center;
  position: relative;
  background-color: #fff;
  height: 192px;
  border-left: solid 1px #e6e6e6;
}
#hpCategories ul li:hover {
  box-shadow: 0 3px 10px rgba(14,71,119,0.36);
  z-index: 1005;
  border-left: solid 1px transparent;
}
#hpCategories ul li:hover .name > span {
  color: #1ca4ff;
}
#hpCategories ul li.filtry-do-klimatizaci {
  margin-left: 0;
  border: none;
}
#hpCategories ul li.filtry-do-klimatizaci span.img {
  top: 40px;
  width: 36px;
  height: 29px;
  margin-left: -18px;
  background: url("./images/hp-menu-ico1.png") center center no-repeat;
}
#hpCategories ul li.dalkove-ovladace span.img {
  top: 36px;
  width: 23px;
  height: 38px;
  margin-left: -12px;
  background: url("./images/hp-menu-ico2.png") center center no-repeat;
}
#hpCategories ul li.wi-fi-moduly span.img,
#hpCategories ul li.wifi-moduly span.img {
  top: 42px;
  width: 35px;
  height: 27px;
  margin-left: -17px;
  background: url("./images/hp-menu-ico3.png") center center no-repeat;
}
#hpCategories ul li.mobilni-klimatizace span.img {
  top: 42px;
  width: 25px;
  height: 33px;
  margin-left: -17px;
  background: url("./images/hp-menu-ico4.png") center center no-repeat;
}
#hpCategories ul li a {
  display: block;
  color: #fff;
  height: 260px;
  width: 100%;
}
#hpCategories ul li a span.img {
  display: block;
  position: absolute;
  left: 50%;
}
#hpCategories ul li a span.name {
  display: block;
  width: 66%;
  padding-top: 100px;
  margin-left: 17%;
  margin-right: 17%;
}
#hpCategories ul li a span.name span {
  color: #0e4777;
  font-family: 'Open Sans';
  font-size: 26px; /* add PX (or original value) as backup */
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 35px;
  text-decoration: underline;
}
/*                                    PAGE
////////////////////////////////////////////////////////////////////////////////*/
#page {
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
/*                                    SIDEBAR
////////////////////////////////////////////////////////////////////////////////*/
#categories {
  width: 100%;
  position: relative;
  height: 130px;
  padding: 25px 20px;
  box-sizing: border-box;
  background-color: #2e7dd9;
  margin-bottom: 28px;
}
#categories.products {
  padding-bottom: 40px;
}
#categories > ul {
  background-color: #fff;
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  margin: auto;
  box-shadow: 0 0 18px rgba(0,1,1,0.7);
  box-sizing: border-box;
  padding: 15px 20px;
}
#categories > ul:before,
#categories > ul:after {
  content: " ";
  display: block;
}
#categories > ul:after {
  clear: both;
}
#categories > ul {
  *zoom: 1;
  clear: both;
}
#categories > ul > li {
  height: 100%;
  width: calc(25% - 1px);
  box-sizing: border-box;
  float: left;
  text-align: center;
  border-right: solid 1px rgba(230,230,230,0.3);
}
#categories > ul > li.last {
  border: none;
}
#categories > ul > li.active > ul,
#categories > ul > li.linked > ul {
  display: block;
}
#categories > ul > li.active span.title.filtry-do-klimatizaci,
#categories > ul > li.linked span.title.filtry-do-klimatizaci {
  background: url("./images/hp-menu-ico1s.png") 0 0 no-repeat;
  background-position: 0px 25px;
}
#categories > ul > li.active span.title.dalkove-ovladace,
#categories > ul > li.linked span.title.dalkove-ovladace {
  background: url("./images/hp-menu-ico2s.png") 0 0 no-repeat;
  background-position: 0 18px;
}
#categories > ul > li.active span.title.wi-fi-moduly,
#categories > ul > li.linked span.title.wi-fi-moduly,
#categories > ul > li.active span.title.wifi-moduly,
#categories > ul > li.linked span.title.wifi-moduly {
  background: url("./images/hp-menu-ico3s.png") 0 0 no-repeat;
  background-position: 0px 25px;
}
#categories > ul > li.active span.title.mobilni-klimatizace,
#categories > ul > li.linked span.title.mobilni-klimatizace {
  background: url("./images/hp-menu-ico4s.png") 0 0 no-repeat;
  background-position: 0px 25px;
}
#categories > ul > li > a {
  display: block;
  color: #0e4777;
  text-decoration: none;
  width: 100%;
  height: 80px;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: -15px;
  font-weight: 400;
}
#categories > ul > li > a:hover {
  text-decoration: underline;
}
#categories > ul > li > a:hover > span.title {
  text-decoration: underline;
}
#categories > ul > li > a.active,
#categories > ul > li > a.linked {
  color: #1ca4ff;
}
#categories > ul > li > a > span.title {
  display: inline-block;
  padding-left: 55px;
}
#categories > ul > li > a > span.title.filtry-do-klimatizaci {
  line-height: 80px;
  background: url("./images/hp-menu-ico1.png") 0 0 no-repeat;
  background-position: 0px 25px;
}
#categories > ul > li > a > span.title.dalkove-ovladace {
  line-height: 80px;
  padding-left: 48px;
  background: url("./images/hp-menu-ico2.png") 0 0 no-repeat;
  background-position: 0 18px;
}
#categories > ul > li > a > span.title.wi-fi-moduly,
#categories > ul > li > a > span.title.wifi-moduly {
  line-height: 80px;
  background: url("./images/hp-menu-ico3.png") 0 0 no-repeat;
  background-position: 0 25px;
}
#categories > ul > li > a > span.title.mobilni-klimatizace {
  line-height: 80px;
  background: url("./images/hp-menu-ico4.png") 0 0 no-repeat;
  background-position: 0 25px;
}
#categories > ul > li ul {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
#categories > ul > li ul:before,
#categories > ul > li ul:after {
  content: " ";
  display: block;
}
#categories > ul > li ul:after {
  clear: both;
}
#categories > ul > li ul {
  *zoom: 1;
  clear: both;
}
#categories > ul > li > ul > li {
  list-style-type: none;
  float: left;
}
#categories > ul > li > ul > li a {
  color: #000;
  text-decoration: none;
  line-height: 40px;
  display: block;
  height: 40px;
  background: #ebece6;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  padding: 0 30px;
}
#categories > ul > li > ul > li a.active {
  color: #ffdf01;
  background: #2e7dd9;
}
#categories > ul > li > ul > li a:hover {
  text-decoration: underline;
}
/*                                    CONTENT
////////////////////////////////////////////////////////////////////////////////*/
#content.notIndex {
  width: calc(100% - 60px);
  background: url("./images/podstranka-opacity.png");
  padding: 20px 30px 32px 30px;
  margin-bottom: 122px;
  padding-bottom: 50px;
}
#content.notIndex.products {
  width: calc(100% - 50px);
  padding-right: 20px;
}
/*                                    NAVIGATION
////////////////////////////////////////////////////////////////////////////////*/
#navigation {
  display: none;
}
/*                                    FILTER AND CONTROL
////////////////////////////////////////////////////////////////////////////////*/
.sortContainer {
  height: 30px;
}
.paginate {
  height: 15px;
  position: relative;
  overflow: hidden;
  float: right;
  margin: 8px 10px 7px 0;
}
.paginate .paging {
  height: 15px;
  line-height: 15px;
  position: relative;
}
.paginate .paging > p {
  margin: 0;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  padding: 0;
}
.paginate .paging > p:before,
.paginate .paging > p:after {
  content: " ";
  display: block;
}
.paginate .paging > p:after {
  clear: both;
}
.paginate .paging > p {
  *zoom: 1;
  clear: both;
}
.paginate .paging > p span,
.paginate .paging > p a {
  display: block;
  float: left;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
  color: #70706e;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  line-height: 15px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  margin: 0 2px;
}
.paginate .paging > p a:hover {
  text-decoration: underline;
}
.paginate .paging > p a.pg-prev,
.paginate .paging > p span.pg-prev {
  display: none;
  background-position: 0 0;
  width: 11px;
  height: 15px;
  margin-right: 8px;
  margin-top: 0;
  padding: 0;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
}
.paginate .paging > p a.pg-prev:hover,
.paginate .paging > p span.pg-prev:hover {
  background-position: 0 -15px;
}
.paginate .paging > p a.pg-prev.disabled,
.paginate .paging > p span.pg-prev.disabled {
  background-position: 0 -30px;
}
.paginate .paging > p a.pg-next,
.paginate .paging > p span.pg-next {
  display: none;
  background-position: 0 0;
  width: 11px;
  height: 15px;
  margin-left: 8px;
  margin-top: 0;
  padding: 0;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
}
.paginate .paging > p a.pg-next:hover,
.paginate .paging > p span.pg-next:hover {
  background-position: 0 -15px;
}
.paginate .paging > p a.pg-next.disabled,
.paginate .paging > p span.pg-next.disabled {
  background-position: 0 -30px;
}
.paginate .paging > p a.pg-first,
.paginate .paging > p a.pg-last {
  display: none;
}
.paginate .paging > p span {
  color: #2d7ed9;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
}
.paginate .paging > p span.paging_dots {
  color: #70706e;
  text-decoration: none;
}
/*                                    PRODUCTS
////////////////////////////////////////////////////////////////////////////////*/
.products {
  width: 100%;
  position: relative;
}
.products:before,
.products:after {
  content: " ";
  display: block;
}
.products:after {
  clear: both;
}
.products {
  *zoom: 1;
  clear: both;
}
.products .product {
  float: left;
  width: calc(33.333% - 10px);
  height: 480px;
  border: 1px solid #e0e1dc;
  position: relative;
  z-index: 1;
  margin: 0 8px 8px 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.products .product:hover {
  border: 1px solid #2d7ed9;
  -webkit-box-shadow: 0 0 10px rgba(0,1,1,0.15);
  box-shadow: 0 0 10px rgba(0,1,1,0.15);
}
.products .product:hover .title a {
  color: #2d7ed9;
}
.products .product .title {
  padding: 4px 30px 5px 30px;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  line-height: 24px;
  height: 72px;
  max-width: 280px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.products .product .title > div {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
  height: 72px;
}
.products .product .title a {
  color: #343434;
  text-decoration: none;
}
.products .product .title a:hover {
  text-decoration: underline;
  color: #2d7ed9;
}
.products .product .img {
  padding: 5px 30px 0px 30px;
  height: 220px;
  line-height: 200px;
  text-align: center;
  font-size: 100%; /* add PX (or original value) as backup */
  font-size: 100%;
  position: relative;
}
.products .product .img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.products .product .img span.sign {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 83px;
  width: 83px;
}
.products .product .img span.sign.sign-doporucujeme {
  background: url("./images/priznak-doporucujeme.png") center center no-repeat;
}
.products .product .img span.sign.sign-doprava-zdarma {
  background: url("./images/priznak-doprava-zdarma.png") center center no-repeat;
}
.products .product p.perex {
  margin: 8px 35px 25px 35px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  line-height: 17px;
  height: 68px;
  overflow: hidden;
  position: relative;
}
.products .product .bottom {
  margin: 0 30px;
}
.products .product .bottom:before,
.products .product .bottom:after {
  content: " ";
  display: block;
}
.products .product .bottom:after {
  clear: both;
}
.products .product .bottom {
  *zoom: 1;
  clear: both;
}
.products .product .bottom .prices {
  float: left;
  margin-top: 3px;
}
.products .product .bottom .prices span.priceVat {
  display: block;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  font-weight: bold;
  color: #2d7ed9;
  font-family: 'Open Sans Bold', sans-serif;
  line-height: 26px;
}
.products .product .bottom .prices span.priceVatNot {
  display: block;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  line-height: 18px;
  color: #000;
}
.products .product .bottom .buyBox {
  float: right;
  height: 50px;
}
.products .product .bottom .buyBox .button {
  width: 135px;
  height: 50px;
}
.products .product .bottom .buyBox .button a {
  display: block;
  width: 82px;
  padding-left: 53px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  background: #059a00 url("./images/btn-cart.png") 20px center no-repeat;
}
.products .product .bottom .buyBox .button a:hover {
  background-color: #0db508;
}
/*                                    PRODUCT HEADER
////////////////////////////////////////////////////////////////////////////////*/
#productHeader {
  position: relative;
  margin-top: 33px;
  margin-bottom: 10px;
}
#productHeader .left {
  float: left;
  width: calc(42% - 34px);
  margin-right: 34px;
}
#productHeader .left .topImg {
  text-align: center;
  position: relative;
  width: 100%;
  height: 283px;
  line-height: 375px;
  font-size: 100%; /* add PX (or original value) as backup */
  font-size: 100%;
}
#productHeader .left .topImg img {
  max-width: 100%;
  max-height: 100%;
}
#productHeader .left .topImg .signs {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
#productHeader .left .topImg .signs span.sign {
  display: block;
  width: 83px;
  height: 83px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
}
#productHeader .left .topImg .signs span.sign.sign-doporucujeme {
  background-image: url("./images/priznak-doporucujeme.png");
}
#productHeader .left .topImg .signs span.sign.sign-doprava-zdarma {
  background-image: url("./images/priznak-doprava-zdarma.png");
}
#productHeader .left #smallImages {
  margin-top: 5px;
  position: relative;
  padding-right: 70px;
}
#productHeader .left #smallImages .image {
  width: 60px;
  height: 60px;
  margin: 0 5px 5px 0;
  float: left;
}
#productHeader .left #smallImages .image a {
  display: block;
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 55px;
  font-size: 100%; /* add PX (or original value) as backup */
  font-size: 100%;
  background: #fff;
  border: 1px solid #cbcbcb;
}
#productHeader .left #smallImages .image a img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
#productHeader .right {
  float: right;
  width: 58%;
  position: relative;
}
#productHeader .right p.perex {
  color: #343434;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  line-height: 20px;
  margin: 0;
  margin-bottom: 35px;
}
#productHeader .right .tableContainer {
  margin-top: 40px;
}
#productHeader .right .tableContainer > table {
  width: 50%;
}
#productHeader .right .tableContainer > table td {
  padding: 1px 0;
  width: 50%;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
#productHeader .right .tableContainer > table td.key {
  text-align: left;
  color: #343434;
}
#productHeader .right .tableContainer > table td.value {
  text-align: left;
  color: #343434;
}
#productHeader .right .tableContainer > table td.value span.green {
  color: #009a00;
}
#productHeader .right .tableContainer > table td.value span.red {
  color: #e70103;
}
#productHeader .right .priceBuyContainer:before,
#productHeader .right .priceBuyContainer:after {
  content: " ";
  display: block;
}
#productHeader .right .priceBuyContainer:after {
  clear: both;
}
#productHeader .right .priceBuyContainer {
  *zoom: 1;
  clear: both;
}
#productHeader .right .priceBuyContainer .price {
  float: left;
}
#productHeader .right .priceBuyContainer .price span.priceVat {
  color: #2d7ed9;
  font-size: 26px; /* add PX (or original value) as backup */
  font-size: 1.625rem;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  line-height: 34px;
  display: block;
}
#productHeader .right .priceBuyContainer .price span.priceVatNot {
  color: #000;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  line-height: 16px;
  display: block;
}
#productHeader .right .priceBuyContainer .quantity {
  float: left;
  width: 75px;
  height: 50px;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 75px;
}
#productHeader .right .priceBuyContainer .quantity input[type='text'] {
  text-align: center;
  width: 50px;
  line-height: 50px;
  height: 50px;
  padding: 0;
  border: none;
  outline: none;
  background: #fff;
  text-align: center;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
}
#productHeader .right .priceBuyContainer .quantity span.control {
  display: block;
  width: 25px;
  height: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("./images/mnozstvi-plus.png");
  position: absolute;
  right: 0;
  cursor: pointer;
}
#productHeader .right .priceBuyContainer .quantity span.control.disabled,
#productHeader .right .priceBuyContainer .quantity span.control:hover {
  background-position: 0 -25px;
}
#productHeader .right .priceBuyContainer .quantity span.control.disabled {
  cursor: default;
}
#productHeader .right .priceBuyContainer .quantity span.minus {
  background-image: url("./images/mnozstvi-minus.png");
  bottom: 0;
}
#productHeader .right .priceBuyContainer .quantity span.plus {
  background-image: url("./images/mnozstvi-plus.png");
  top: 0;
}
#productHeader .right .priceBuyContainer a.productBuy {
  float: left;
  display: block;
  width: 86px;
  height: 50px;
  line-height: 50px;
  padding-left: 54px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  text-transform: uppercase;
  background: #0db508 url("./images/btn-cart.png") no-repeat 20px center;
}
#productHeader .right .priceBuyContainer a.productBuy:hover {
  background-color: #059a00;
}
#description {
  margin: 25px 10px 8px 0;
  padding: 0;
}
#description .textPage {
  padding: 0;
}
#files {
  display: none;
  margin: 25px 0 0 0;
  padding: 0;
}
#files h2 {
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  color: #343434;
  line-height: 20px;
}
#files ul {
  margin-top: 4px;
}
#files ul li {
  padding: 3px 0 3px 0;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  text-align: left;
}
#files ul li a {
  display: inline-block;
  padding-left: 30px;
  color: #343434;
  background: url("./images/file.png") no-repeat left center;
}
h2.lower {
  padding: 0 0 0 0px;
  margin: 0 0 10px 0;
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  line-height: 26px;
  color: #343434;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
}
h2.lower a,
h2.lower span {
  color: #343434;
  text-decoration: none;
}
.lowerProducts {
  display: none;
  margin-top: 30px;
}
.lowerProducts h2.sign {
  padding-left: 0;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  margin: 0 0 10px 0;
  text-align: left;
  color: #7ec82d;
  text-transform: none;
  left: 0;
  background: none;
  height: auto;
  line-height: 18px;
  padding: 0;
}
.lowerProducts h2.sign span {
  padding-left: 0;
  color: #7ec82d;
  background: none;
}
.lowerProducts table {
  width: 100%;
  padding-top: 2px;
}
.lowerProducts table td {
  vertical-align: middle;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  padding-top: 6px;
  padding-bottom: 6px;
}
.lowerProducts table td.img {
  width: 70px;
  padding: 3px;
}
.lowerProducts table td.img a,
.lowerProducts table td.img span.notAhref {
  display: block;
  width: 62px;
  height: 62px;
  line-height: 59px;
  padding: 3px;
  text-align: center;
  border: 1px solid #cbcbcb;
  font-size: 100%; /* add PX (or original value) as backup */
  font-size: 100%;
}
.lowerProducts table td.img a img,
.lowerProducts table td.img span.notAhref img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.lowerProducts table td.name {
  padding-right: 16px;
  padding-left: 16px;
}
.lowerProducts table td.name a {
  color: #343434;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  text-decoration: none;
}
.lowerProducts table td.name a:hover {
  text-decoration: underline;
}
.lowerProducts table td.name p {
  margin: 0;
}
.lowerProducts table td.param {
  padding-right: 15px;
}
.lowerProducts table td.price {
  padding-right: 20px;
  text-align: center;
}
.lowerProducts table td.price span.priceVat {
  color: #7ec82d;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
}
.lowerProducts table td.price span.availability.green {
  color: #009a00;
}
.lowerProducts table td.price span.availability.red {
  color: #e70103;
}
.lowerProducts table td.quantityBuy {
  width: 190px;
}
.lowerProducts table td.quantityBuy span.cf {
  display: block;
  width: 190px;
}
.lowerProducts table td.quantityBuy span.cf span.quantity {
  float: left;
  width: 48px;
  height: 48px;
  border: 1px solid #cecece;
  position: relative;
  overflow: hidden;
}
.lowerProducts table td.quantityBuy span.cf span.quantity input[type='text'] {
  text-align: center;
  width: 38px;
  line-height: 16px;
  height: 16px;
  padding: 16px 5px;
  border: none;
  outline: none;
}
.lowerProducts table td.quantityBuy span.cf span.button {
  display: block;
  float: left;
  width: 140px;
  height: 50px;
}
.lowerProducts table td.quantityBuy span.cf span.button a {
  display: block;
  width: 81px;
  height: 50px;
  line-height: 50px;
  background: #32b414 url("./images/item-cart-ico.png") no-repeat 14px center;
  color: #fff;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  padding-left: 59px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #2aac01;
  text-decoration: underline;
}
.lowerProducts table td.quantityBuy span.cf span.button a:hover {
  background-color: #2da212;
  text-decoration: none;
}
.hint {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
/*                                    BASKET
////////////////////////////////////////////////////////////////////////////////*/
div#basket {
  margin-bottom: 122px;
/* BASKET TABLE */
/* BASKET BUTTONS */
/* BASKET STEP 1 */
/* BASKET STEP 2 */
/* BASKET STEP 3 */
/* ONE STEP BASKET */
}
div#basket input,
div#basket textarea {
  border: 1px solid #e6e6e6;
!important
}
!important
div#basket h2.title {
  padding-left: 55px;
  background: url("./images/cart-headline-ico.png") 3px center no-repeat;
  font-size: 38px; /* add PX (or original value) as backup */
  font-size: 2.375rem;
  line-height: 42px;
}
div#basket h2.basket {
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  color: #2d7ed9;
  margin-bottom: 16px;
  margin-top: 0;
  display: inline-block;
}
@media screen and (max-width: 450px) {
  div#basket h2.basket {
    margin-bottom: 0px;
  }
}
div#basket h2.basket.main {
  margin: 0;
  padding: 0;
}
div#basket h2.basket.udaje {
  margin-bottom: 0;
}
div#basket .fieldset {
  padding: 0 30px;
  background: url("./images/podstranka-opacity.png");
  padding-bottom: 20px;
  padding-top: 20px;
}
div#basket .fieldset.first {
  padding-top: 10px;
  padding-bottom: 0;
}
div#basket .fieldset.second {
  padding-top: 0;
}
div#basket .fieldset.customer {
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  div#basket .fieldset.customer {
    padding-left: 20px;
  }
}
div#basket .fieldset.last {
  margin-top: 20px;
  background: none;
  background-color: #ecf7ff;
  height: 182px;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  div#basket .fieldset.last {
    height: 180px !important;
    padding-top: 3px;
    width: 95%;
    margin: auto;
  }
}
div#basket .fieldset.last h2 {
  color: #000;
}
@media screen and (max-width: 980px) {
  div#basket .fieldset.last h2 {
    display: inline-block;
  }
}
div#basket .fieldset.last #f-op {
  display: none;
  vertical-align: middle;
}
div#basket .fieldset .label-f-op {
  display: inline-block;
  width: 90%;
  line-height: 40px;
  padding-left: 5px;
}
div#basket .fieldset.finish {
  text-align: center;
}
div#basket .fieldset + .fieldset {
  margin-top: 20px;
}
div#basket .tableContainer {
  padding: 0;
}
div#basket table {
  width: 100%;
  text-align: left;
  margin-top: 0;
  border-collapse: collapse;
}
div#basket table tr.hide {
  display: none;
}
div#basket table tr.hide td {
  line-height: 70px;
}
div#basket table tr.hide td.price {
  line-height: 24px;
}
div#basket table tr.sales td {
  line-height: 70px;
}
div#basket table tr.sales td.price {
  line-height: 24px;
}
div#basket table tr.space td {
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
div#basket table tr th {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #343434;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  font-weight: normal;
}
div#basket table tr td {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  background: #fbfbfb;
}
div#basket table tr td.image a {
  display: block;
  width: 90px;
  height: 60px;
  text-align: center;
  line-height: 67px;
  padding-top: 5px;
  padding-bottom: 5px;
}
div#basket table tr td.image a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
div#basket table tr td.name {
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  padding-left: 20px;
  color: #2d7ed9;
}
div#basket table tr td.name a {
  color: #2d7ed9;
  text-decoration: none;
}
div#basket table tr td.name a:hover {
  text-decoration: underline;
}
div#basket table tr td.availability span.green {
  color: #009a00;
}
div#basket table tr td.availability span.red {
  color: #e70103;
}
div#basket table tr td.quantity:before,
div#basket table tr td.quantity:after {
  content: " ";
  display: block;
}
div#basket table tr td.quantity:after {
  clear: both;
}
div#basket table tr td.quantity {
  *zoom: 1;
  clear: both;
}
div#basket table tr td.quantity div.unit {
  float: left;
  line-height: 50px;
}
div#basket table tr td.quantity div.quantity {
  width: 75px;
  height: 50px;
  position: relative;
  float: left;
  margin-right: 5px;
}
div#basket table tr td.quantity div.quantity input[type='text'] {
  text-align: center;
  width: 48px;
  line-height: 50px;
  height: 48px;
  padding: 0;
  border: none;
  outline: none;
  background: #fff;
  text-align: center;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  border: 1px solid #d8d8d8;
  border-right: none;
}
div#basket table tr td.quantity div.quantity span.control {
  display: block;
  width: 25px;
  height: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("./images/mnozstvi-plus.png");
  position: absolute;
  right: 0;
  cursor: pointer;
}
div#basket table tr td.quantity div.quantity span.control.disabled,
div#basket table tr td.quantity div.quantity span.control:hover {
  background-position: 0 -25px;
}
div#basket table tr td.quantity div.quantity span.control.disabled {
  cursor: default;
}
div#basket table tr td.quantity div.quantity span.minus {
  background-image: url("./images/mnozstvi-minus.png");
  bottom: 0;
}
div#basket table tr td.quantity div.quantity span.plus {
  background-image: url("./images/mnozstvi-plus.png");
  top: 0;
}
div#basket table tr td.price span {
  display: block;
}
div#basket table tr td.price span.pricevat {
  font-weight: bold;
  color: #2d7ed9;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  font-family: 'Open Sans Bold', sans-serif;
}
div#basket table tr td.price span.pricevatnot {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  color: #343434;
}
div#basket table tr td.del {
  padding-right: 20px;
}
div#basket table tr td.del a.del {
  display: block;
  width: 28px;
  height: 28px;
  background: url("./images/delete.png") 0 0 no-repeat;
}
div#basket table tr td.del a.del:hover {
  background-position: 0 -28px;
}
div#basket table tr th.first {
  padding-left: 0;
}
div#basket table tr th.last {
  padding-right: 0;
  text-align: right;
}
div#basket table tr.info td {
  padding-top: 15px;
  padding-bottom: 15px;
}
div#basket .basket-button p {
  margin: 0;
}
div#basket .basket-button input[type='submit'] {
  -webkit-appereance: none;
  height: 50px;
  line-height: 50px;
  width: 182px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  background-color: #049a00;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  div#basket .basket-button input[type='submit'] {
    top: 30px;
    left: 15px;
    position: relative;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  div#basket .basket-button input[type='submit'] {
    width: 152px;
  }
}
div#basket .basket-button input[type='submit']:hover {
  background-color: #33b421;
}
div#basket .basket-button input[type='submit']:active {
  background-color: #2ea11e;
}
div#basket .finishHref {
  text-align: center;
  margin-top: 20px;
}
div#basket .finishHref a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 150px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  background: #36bd23;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
}
div#basket .finishHref a:hover {
  background-color: #33b421;
}
div#basket .finishHref a:active {
  background-color: #2ea11e;
}
div#basket .basketPrices {
  float: right;
  background-color: #ecf7ff;
  padding-left: 22px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 16px;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  position: relative;
}
div#basket .basketPrices .avail {
  position: absolute;
  top: 33px;
  left: 60px;
}
div#basket .basketPrices .avail span {
  color: #222;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 450px) {
  div#basket .basketPrices .avail span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
div#basket .basketPrices .row {
  position: relative;
  top: -6px;
}
div#basket .basketPrices .row span.title {
  float: left;
  width: 148px;
  color: #000;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  line-height: 14px;
  text-align: right;
  font-family: 'Myriad Pro', sans-serif;
  padding-right: 40px;
}
div#basket .basketPrices .row span.title.pricevat {
  padding-top: 12px;
}
div#basket .basketPrices .row span.price {
  float: left;
  width: 200px;
  text-align: left;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  line-height: 14px;
  color: #000;
}
div#basket .basketPrices .row span.price.priceVat {
  color: #2e7dd9;
  font-size: 26px; /* add PX (or original value) as backup */
  font-size: 1.625rem;
  line-height: 26px;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
}
div#basket .basketPrices .row {
  margin-top: 4px;
  float: right;
}
div#basket .recount {
  margin-top: 5px;
  text-align: right;
}
div#basket .recount input[type='submit'] {
  -webkit-appereance: none;
  text-align: left;
  padding: 0 17px 0 52px;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  height: 40px;
  text-transform: uppercase;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
  background: #414141 url("./images/cart-recount.png") no-repeat 18px center;
}
div#basket .recount input[type='submit']:hover {
  background-color: #3a3a3a;
}
div#basket .recount input[type='submit']:active {
  background-color: #343434;
}
div#basket .shipPay {
  margin-top: 20px;
}
div#basket .shipPay ul.errors {
  margin-top: 7px;
}
div#basket .shipPay p {
  margin: 0;
}
div#basket .shipPay p:before,
div#basket .shipPay p:after {
  content: " ";
  display: block;
}
div#basket .shipPay p:after {
  clear: both;
}
div#basket .shipPay p {
  *zoom: 1;
  clear: both;
}
div#basket .shipPay p label {
  display: block;
  color: #343434;
  vertical-align: middle;
  margin-top: 5px;
}
div#basket .shipPay p label[for='id_shipping'],
div#basket .shipPay p label[for='id_payment'] {
  display: block;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  color: #70706e;
  padding-bottom: 4px;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 12px;
}
div#basket .shipPay p input[type='radio'] {
  margin: 0 3px 0 0;
  vertical-align: middle;
}
div#basket .shipPay p br {
  display: none;
}
div#basket .shipPay .notice {
  float: right;
  margin-right: 7%;
  max-width: 43%;
}
div#basket .shipPay .notice label[for='notice'] {
  display: block;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  color: #2d7ed9;
  padding-bottom: 25px;
}
div#basket .shipPay .notice p {
  margin: 0;
}
div#basket .shipPay .notice legend {
  display: none;
}
div#basket .shipPay .notice textarea {
  display: block;
  padding: 20px 25px;
  width: 90%;
  height: 50px;
  outline: none;
  resize: none;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
div#basket .shipPay .cupon {
  float: left;
  width: 40%;
  margin-right: 10%;
}
div#basket .shipPay .cupon label[for='sale_code'] {
  display: block;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  color: #2d7ed9;
  padding-bottom: 25px;
}
div#basket .shipPay .cupon p {
  margin: 0;
}
div#basket .shipPay .cupon input[type='text'] {
  display: block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  outline: none;
  margin: 0;
  border: none;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  color: #000;
  border: 1px solid #e6e6e6;
}
div#basket .shipPay .disabledButton {
  background-color: #e6e6e6 !important;
  pointer-events: none;
}
div#basket #basket_customer .login {
  display: inline-block;
  margin-left: 60px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  div#basket #basket_customer .login {
    float: right;
  }
}
div#basket #basket_customer #customer_user {
  margin-top: 17px;
}
div#basket #basket_customer #customer_user .toCompany {
  margin-top: 17px;
}
div#basket #basket_customer #customer_user .toCompany span.title {
  display: block;
  color: #343434;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  line-height: 22px;
  height: 22px;
  margin: 0 0 5px 0;
}
div#basket #basket_customer #customer_user .toCompany span.title input {
  margin-right: 12px;
  border: 1px solid #e6e6e6;
}
div#basket #basket_customer #customer_user .toCompany span.title label {
  line-height: 22px;
}
div#basket #basket_customer #customer_user .toCompany .companyContainer {
  padding: 0;
}
div#basket #basket_customer #customer_user .toCompany .companyContainer:before,
div#basket #basket_customer #customer_user .toCompany .companyContainer:after {
  content: " ";
  display: block;
}
div#basket #basket_customer #customer_user .toCompany .companyContainer:after {
  clear: both;
}
div#basket #basket_customer #customer_user .toCompany .companyContainer {
  *zoom: 1;
  clear: both;
}
div#basket #basket_customer #customer_user .cf {
  width: 100%;
}
div#basket #basket_customer #customer_user .fl {
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
}
div#basket #basket_customer #customer_user .fl.right {
  margin-left: 50px;
  width: calc(50% - 50px);
}
div#basket #basket_customer #customer_user .fl.notFloat {
  clear: both;
  float: none;
  width: auto;
}
div#basket #basket_customer #customer_user .fl p {
  margin: 0;
}
div#basket #basket_customer #customer_user .fl p.hint {
  margin-top: 10px;
  color: #70706e;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  width: 600px;
  left: -122%;
  position: relative;
}
div#basket #basket_customer #customer_user label[for="custom_delivery"] {
  line-height: 22px;
}
div#basket #basket_customer #customer_user #custom_delivery {
  float: left;
  margin-top: 6px;
  margin-right: 12px;
}
div#basket #poznamka {
  width: 50%;
  margin-top: 30px;
}
div#basket #poznamka .textPage p {
  margin-top: 7px;
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
}
div#basket #udaje {
  margin-top: 40px;
}
div#basket #udaje:before,
div#basket #udaje:after {
  content: " ";
  display: block;
}
div#basket #udaje:after {
  clear: both;
}
div#basket #udaje {
  *zoom: 1;
  clear: both;
}
div#basket #udaje #udaje_left {
  float: left;
  width: 325px;
  position: relative;
}
div#basket #udaje #udaje_right {
  float: left;
  width: 325px;
  position: relative;
  margin-left: 50px;
}
div#basket #udaje table {
  width: 100%;
  margin: 0;
  border: none;
}
div#basket #udaje table tr {
  border: none;
}
div#basket #udaje table tr th {
  padding: 0 0 10px 0;
  text-align: left;
}
div#basket #udaje table tr td {
  padding: 5px 15px 5px 0;
  font-weight: normal;
  border: none;
  color: #343434;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
div#basket #udaje table tr td.dis-label {
  color: #70706e;
  width: 140px;
}
div#basket #udaje table tr div.dis-input {
  padding: 0 10px;
  border: 1px solid #e6e6e6;
}
div#basket .login h2 {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  color: #70706e;
  padding-bottom: 4px;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 12px;
}
div#basket .login a.button {
  display: block;
  -webkit-appereance: none;
  -moz-appearance: none;
  display: block;
  height: 35px;
  line-height: 35px;
  width: 130px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  text-decoration: none;
  background: #2d7ed9;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  margin-bottom: 6px;
}
div#basket .login a.button:hover {
  background-color: #2677d3;
}
div#basket .login a.button:active {
  background-color: #226bbd;
}
div#basket .shipPay .shipping .shipPayitems .item,
div#basket .shipPay .payment .shipPayitems .item {
  float: left;
  width: 230px;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}
div#basket .shipPay .shipping .shipPayitems .item label,
div#basket .shipPay .payment .shipPayitems .item label {
  display: block;
  cursor: pointer;
}
div#basket .shipPay .shipping .shipPayitems .item label:before,
div#basket .shipPay .payment .shipPayitems .item label:before,
div#basket .shipPay .shipping .shipPayitems .item label:after,
div#basket .shipPay .payment .shipPayitems .item label:after {
  content: " ";
  display: block;
}
div#basket .shipPay .shipping .shipPayitems .item label:after,
div#basket .shipPay .payment .shipPayitems .item label:after {
  clear: both;
}
div#basket .shipPay .shipping .shipPayitems .item label,
div#basket .shipPay .payment .shipPayitems .item label {
  *zoom: 1;
  clear: both;
}
div#basket .shipPay .shipping .shipPayitems .item label.active span.img,
div#basket .shipPay .payment .shipPayitems .item label.active span.img {
  background-position: 0 0;
}
div#basket .shipPay .shipping .shipPayitems .item label.active span.name,
div#basket .shipPay .payment .shipPayitems .item label.active span.name {
  color: #2d7ed9;
}
div#basket .shipPay .shipping .shipPayitems .item label.disabled,
div#basket .shipPay .payment .shipPayitems .item label.disabled {
  cursor: not-allowed;
}
div#basket .shipPay .shipping .shipPayitems .item label.disabled span.img,
div#basket .shipPay .payment .shipPayitems .item label.disabled span.img {
  background-position: 0 -100px;
  opacity: 0.1;
}
div#basket .shipPay .shipping .shipPayitems .item label span.container,
div#basket .shipPay .payment .shipPayitems .item label span.container {
  float: left;
  padding-left: 15px;
}
div#basket .shipPay .shipping .shipPayitems .item label span.name,
div#basket .shipPay .payment .shipPayitems .item label span.name {
  display: table-cell;
  text-align: left;
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
  line-height: 20px;
  width: 115px;
  height: 100px;
  vertical-align: middle;
}
div#basket .shipPay .shipping .shipPayitems .item label span.name span,
div#basket .shipPay .payment .shipPayitems .item label span.name span {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
}
div#basket .shipPay .shipping .shipPayitems .item label span.input,
div#basket .shipPay .payment .shipPayitems .item label span.input {
  display: block;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  opacity: 0;
  border: 1px solid #e6e6e6;
}
div#basket .shipPay .shipping .shipPayitems .item label span.img,
div#basket .shipPay .payment .shipPayitems .item label span.img {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  background-position: 0 -100px;
  background-repeat: 0 0;
}
div#basket .shipPay .shipping .aligned_form0,
div#basket .shipPay .payment .aligned_form0 {
  padding-left: 20px;
  padding-bottom: 20px;
}
div#basket .shipPay .cupon input[type='submit'] {
  -webkit-appereance: none;
  -moz-appearance: none;
  display: block;
  height: 35px;
  line-height: 35px;
  width: 130px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  text-decoration: none;
  background: #2d7ed9;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  width: 170px;
  margin-top: 5px;
}
div#basket .shipPay .cupon input[type='submit']:hover {
  background-color: #2677d3;
}
div#basket .shipPay .cupon input[type='submit']:active {
  background-color: #226bbd;
}
div#basket #oneStepLogin {
  display: none;
  background: rgba(0,0,0,0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
div#basket #oneStepLogin .window {
  background: #fff;
  padding: 10px 20px 20px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  z-index: 1000;
  margin: -150px 0 0 -220px;
}
div#basket #oneStepLogin .window span.close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  background: url("./images/delete.png") no-repeat 0 0;
  cursor: pointer;
}
div#basket #oneStepLogin .window span.close:hover {
  background-position: 0 -28px;
}
div#basket #one_step_login label {
  width: 150px;
}
div#basket #one_step_login input {
  width: 200px;
  border: 1px solid #e6e6e6;
}
div#basket #priceSubmit {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 980px) {
  div#basket #priceSubmit {
    width: 27%;
  }
}
div#basket #priceSubmit .priceTotal {
  float: left;
}
div#basket #priceSubmit .priceTotal .vat {
  color: #1ca4ff;
  font-size: 26px; /* add PX (or original value) as backup */
  font-size: 1.625rem;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
}
div#basket #priceSubmit .priceTotal .vatNot {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  color: #000;
}
div#basket #priceSubmit .basket-button {
  float: left;
  margin-left: 50px;
}
div#basket p.podminky {
  margin-top: 15px;
  color: #000;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  div#basket p.podminky {
    margin-bottom: 40px;
  }
}
div#basket p.podminky a {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  color: #111a19;
}
div#basket #customer_user > p {
  margin: 0;
}
div#basket #basketTable {
  width: 100%;
  max-width: 100%;
}
div#basket #basketTable .img {
  width: 12%;
}
div#basket #basketTable .name {
  width: 40%;
}
div#basket #basketTable div.availability {
  width: 13%;
}
div#basket #basketTable div.quantity {
  width: 13%;
}
div#basket #basketTable div.price {
  width: 17%;
}
div#basket #basketTable div.del {
  width: 5%;
}
div#basket #basketTable .titles:before,
div#basket #basketTable .titles:after {
  content: " ";
  display: block;
}
div#basket #basketTable .titles:after {
  clear: both;
}
div#basket #basketTable .titles {
  *zoom: 1;
  clear: both;
}
div#basket #basketTable .titles div {
  float: left;
  height: 14px;
  line-height: 14px;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
div#basket #basketTable .productsBasket .hide {
  display: none;
}
div#basket #basketTable .productsBasket .hide div.quantity,
div#basket #basketTable .productsBasket .sales div.quantity {
  height: 1px;
}
div#basket #basketTable .productsBasket .productBasket,
div#basket #basketTable .productsBasket .sales,
div#basket #basketTable .productsBasket .hide {
  margin-bottom: 10px;
  background: #fbfbfb;
}
div#basket #basketTable .productsBasket .productBasket:before,
div#basket #basketTable .productsBasket .sales:before,
div#basket #basketTable .productsBasket .hide:before,
div#basket #basketTable .productsBasket .productBasket:after,
div#basket #basketTable .productsBasket .sales:after,
div#basket #basketTable .productsBasket .hide:after {
  content: " ";
  display: block;
}
div#basket #basketTable .productsBasket .productBasket:after,
div#basket #basketTable .productsBasket .sales:after,
div#basket #basketTable .productsBasket .hide:after {
  clear: both;
}
div#basket #basketTable .productsBasket .productBasket,
div#basket #basketTable .productsBasket .sales,
div#basket #basketTable .productsBasket .hide {
  *zoom: 1;
  clear: both;
}
div#basket #basketTable .productsBasket .productBasket .img,
div#basket #basketTable .productsBasket .sales .img,
div#basket #basketTable .productsBasket .hide .img,
div#basket #basketTable .productsBasket .productBasket .name,
div#basket #basketTable .productsBasket .sales .name,
div#basket #basketTable .productsBasket .hide .name,
div#basket #basketTable .productsBasket .productBasket .availability,
div#basket #basketTable .productsBasket .sales .availability,
div#basket #basketTable .productsBasket .hide .availability,
div#basket #basketTable .productsBasket .productBasket .quantity,
div#basket #basketTable .productsBasket .sales .quantity,
div#basket #basketTable .productsBasket .hide .quantity,
div#basket #basketTable .productsBasket .productBasket .price,
div#basket #basketTable .productsBasket .sales .price,
div#basket #basketTable .productsBasket .hide .price,
div#basket #basketTable .productsBasket .productBasket .del,
div#basket #basketTable .productsBasket .sales .del,
div#basket #basketTable .productsBasket .hide .del {
  float: left;
}
div#basket #basketTable .productsBasket .productBasket .img,
div#basket #basketTable .productsBasket .sales .img,
div#basket #basketTable .productsBasket .hide .img {
  padding: 5px 0;
  padding-left: 8px;
  padding-right: 28px;
  height: 60px;
  width: calc(12% - 36px);
  text-align: center;
}
div#basket #basketTable .productsBasket .productBasket .img img,
div#basket #basketTable .productsBasket .sales .img img,
div#basket #basketTable .productsBasket .hide .img img {
  max-width: 100%;
  max-height: 100%;
}
div#basket #basketTable .productsBasket .productBasket .name,
div#basket #basketTable .productsBasket .sales .name,
div#basket #basketTable .productsBasket .hide .name {
  padding: 5px 0;
  padding-right: 20px;
  width: calc(40% - 20px);
}
div#basket #basketTable .productsBasket .productBasket .name div,
div#basket #basketTable .productsBasket .sales .name div,
div#basket #basketTable .productsBasket .hide .name div {
  display: table-cell;
  height: 60px;
  width: 403px;
  vertical-align: middle;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
  color: #2d7ed9;
}
div#basket #basketTable .productsBasket .productBasket .name div a,
div#basket #basketTable .productsBasket .sales .name div a,
div#basket #basketTable .productsBasket .hide .name div a {
  color: #2d7ed9;
  text-decoration: none;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
}
div#basket #basketTable .productsBasket .productBasket .name div a:hover,
div#basket #basketTable .productsBasket .sales .name div a:hover,
div#basket #basketTable .productsBasket .hide .name div a:hover {
  text-decoration: underline;
}
div#basket #basketTable .productsBasket .productBasket div.availability,
div#basket #basketTable .productsBasket .sales div.availability,
div#basket #basketTable .productsBasket .hide div.availability {
  width: 103px;
  padding: 5px 0;
  padding-right: 10px;
  width: calc(13% - 10px);
}
div#basket #basketTable .productsBasket .productBasket div.availability div,
div#basket #basketTable .productsBasket .sales div.availability div,
div#basket #basketTable .productsBasket .hide div.availability div {
  display: table-cell;
  height: 60px;
  width: 103px;
  vertical-align: middle;
}
div#basket #basketTable .productsBasket .productBasket div.availability div span.green,
div#basket #basketTable .productsBasket .sales div.availability div span.green,
div#basket #basketTable .productsBasket .hide div.availability div span.green {
  color: #009a00;
}
div#basket #basketTable .productsBasket .productBasket div.availability div span.red,
div#basket #basketTable .productsBasket .sales div.availability div span.red,
div#basket #basketTable .productsBasket .hide div.availability div span.red {
  color: #e70103;
}
div#basket #basketTable .productsBasket .productBasket .quantity,
div#basket #basketTable .productsBasket .sales .quantity,
div#basket #basketTable .productsBasket .hide .quantity {
  width: 13%;
}
div#basket #basketTable .productsBasket .productBasket .quantity div.clear,
div#basket #basketTable .productsBasket .sales .quantity div.clear,
div#basket #basketTable .productsBasket .hide .quantity div.clear {
  padding: 10px 0;
  width: 120px;
  padding-right: 17px;
}
div#basket #basketTable .productsBasket .productBasket .quantity div.clear:before,
div#basket #basketTable .productsBasket .sales .quantity div.clear:before,
div#basket #basketTable .productsBasket .hide .quantity div.clear:before,
div#basket #basketTable .productsBasket .productBasket .quantity div.clear:after,
div#basket #basketTable .productsBasket .sales .quantity div.clear:after,
div#basket #basketTable .productsBasket .hide .quantity div.clear:after {
  content: " ";
  display: block;
}
div#basket #basketTable .productsBasket .productBasket .quantity div.clear:after,
div#basket #basketTable .productsBasket .sales .quantity div.clear:after,
div#basket #basketTable .productsBasket .hide .quantity div.clear:after {
  clear: both;
}
div#basket #basketTable .productsBasket .productBasket .quantity div.clear,
div#basket #basketTable .productsBasket .sales .quantity div.clear,
div#basket #basketTable .productsBasket .hide .quantity div.clear {
  *zoom: 1;
  clear: both;
}
div#basket #basketTable .productsBasket .productBasket .quantity div.unit,
div#basket #basketTable .productsBasket .sales .quantity div.unit,
div#basket #basketTable .productsBasket .hide .quantity div.unit {
  float: left;
  line-height: 50px;
}
div#basket #basketTable .productsBasket .productBasket .quantity div.quantity,
div#basket #basketTable .productsBasket .sales .quantity div.quantity,
div#basket #basketTable .productsBasket .hide .quantity div.quantity {
  width: 75px;
  height: 50px;
  position: relative;
  float: left;
  margin-right: 5px;
}
div#basket #basketTable .productsBasket .productBasket .quantity div.quantity input[type='text'],
div#basket #basketTable .productsBasket .sales .quantity div.quantity input[type='text'],
div#basket #basketTable .productsBasket .hide .quantity div.quantity input[type='text'] {
  text-align: center;
  width: 48px;
  line-height: 50px;
  height: 48px;
  padding: 0;
  border: none;
  outline: none;
  background: #fff;
  text-align: center;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  border: 1px solid #d8d8d8;
  border-right: none;
}
div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.control,
div#basket #basketTable .productsBasket .sales .quantity div.quantity span.control,
div#basket #basketTable .productsBasket .hide .quantity div.quantity span.control {
  display: block;
  width: 25px;
  height: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("./images/mnozstvi-plus.png");
  position: absolute;
  right: 0;
  cursor: pointer;
}
div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.control.disabled,
div#basket #basketTable .productsBasket .sales .quantity div.quantity span.control.disabled,
div#basket #basketTable .productsBasket .hide .quantity div.quantity span.control.disabled,
div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.control:hover,
div#basket #basketTable .productsBasket .sales .quantity div.quantity span.control:hover,
div#basket #basketTable .productsBasket .hide .quantity div.quantity span.control:hover {
  background-position: 0 -25px;
}
div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.control.disabled,
div#basket #basketTable .productsBasket .sales .quantity div.quantity span.control.disabled,
div#basket #basketTable .productsBasket .hide .quantity div.quantity span.control.disabled {
  cursor: default;
}
div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.minus,
div#basket #basketTable .productsBasket .sales .quantity div.quantity span.minus,
div#basket #basketTable .productsBasket .hide .quantity div.quantity span.minus {
  background-image: url("./images/mnozstvi-minus.png");
  bottom: 0;
}
div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.plus,
div#basket #basketTable .productsBasket .sales .quantity div.quantity span.plus,
div#basket #basketTable .productsBasket .hide .quantity div.quantity span.plus {
  background-image: url("./images/mnozstvi-plus.png");
  top: 0;
}
div#basket #basketTable .productsBasket .productBasket .price,
div#basket #basketTable .productsBasket .sales .price,
div#basket #basketTable .productsBasket .hide .price {
  padding: 11px 0;
  width: 17%;
}
div#basket #basketTable .productsBasket .productBasket .price span,
div#basket #basketTable .productsBasket .sales .price span,
div#basket #basketTable .productsBasket .hide .price span {
  display: block;
}
div#basket #basketTable .productsBasket .productBasket .price span.pricevat,
div#basket #basketTable .productsBasket .sales .price span.pricevat,
div#basket #basketTable .productsBasket .hide .price span.pricevat {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
  color: #2d7ed9;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
div#basket #basketTable .productsBasket .productBasket .price span.pricevatnot,
div#basket #basketTable .productsBasket .sales .price span.pricevatnot,
div#basket #basketTable .productsBasket .hide .price span.pricevatnot {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  color: #343434;
}
div#basket #basketTable .productsBasket .productBasket .price span.pricevatnot span,
div#basket #basketTable .productsBasket .sales .price span.pricevatnot span,
div#basket #basketTable .productsBasket .hide .price span.pricevatnot span {
  display: inline;
}
div#basket #basketTable .productsBasket .productBasket div.del,
div#basket #basketTable .productsBasket .sales div.del,
div#basket #basketTable .productsBasket .hide div.del {
  width: calc(5% - 20px);
  padding: 21px 0;
  padding-right: 20px;
}
div#basket #basketTable .productsBasket .productBasket div.del a.del,
div#basket #basketTable .productsBasket .sales div.del a.del,
div#basket #basketTable .productsBasket .hide div.del a.del {
  display: block;
  width: 28px;
  height: 28px;
  background: url("./images/delete.png") 0 0 no-repeat;
}
div#basket #basketTable .productsBasket .productBasket div.del a.del:hover,
div#basket #basketTable .productsBasket .sales div.del a.del:hover,
div#basket #basketTable .productsBasket .hide div.del a.del:hover {
  background-position: 0 -28px;
}
a.card-payment {
  display: block;
  margin: 25px 0;
  width: 211px;
  height: 60px;
  line-height: 60px;
  text-align: left;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  color: #fff;
  padding: 0 0 0 80px;
  background: #2d7ed9 url("./images/ico-kartou.png") no-repeat 20px center;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
}
a.card-payment:hover {
  background-color: #428bdd;
}
a.card-payment:active {
  background-color: #2677d3;
}
a.card-payment.center {
  margin: 25px auto;
}
/*                                    STYLED FORM
////////////////////////////////////////////////////////////////////////////////*/
.styled_form input[type='text'],
.styled_form input[type='password'] {
  border: none;
  outline: none;
  width: 148px;
  padding: 7px 5px;
  line-height: 16px;
  height: 16px;
  display: block;
  background: #fff;
  border: 1px solid #ebebeb;
}
.styled_form select {
  border: 1px solid #ebebeb;
  width: 148px;
  padding: 0 5px;
  line-height: 22px;
  height: 22px;
  display: block;
}
.styled_form textarea {
  padding: 5px;
  border: 1px solid #ebebeb;
  display: block;
  background: #fff;
}
.styled_form input[type='checkbox'] {
  vertical-align: middle;
}
.styled_form label {
  line-height: 32px;
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
  color: #343434;
}
.styled_form label[for='custom_delivery'],
.styled_form label[for='f-op'] {
  width: auto;
  margin: 0;
}
.styled_form br {
  display: none;
}
.styled_form legend {
  display: none;
}
.styled_form input[type='submit'] {
  -webkit-appereance: none;
  -moz-appearance: none;
  display: block;
  height: 35px;
  line-height: 35px;
  width: 130px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  text-decoration: none;
  background: #2d7ed9;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}
.styled_form input[type='submit']:hover {
  background-color: #2677d3;
}
.styled_form input[type='submit']:active {
  background-color: #226bbd;
}
.styled_form.inline label {
  display: inline-block;
  width: 96px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
.styled_form.inline input[type='text'],
.styled_form.inline input[type='password'] {
  display: inline-block;
  width: 290px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ebebeb;
}
.styled_form.inline label[for='custom_delivery'],
.styled_form.inline label[for='f-op'],
.styled_form.inline label[for='send_mail'],
.styled_form.inline label[for='newsletter'] {
  width: auto;
  color: #343434;
}
.styled_form.inline label[for="to_company"] {
  width: auto;
}
.styled_form.inline label[for='custom_delivery'] {
  display: inline;
  vertical-align: middle;
}
.styled_form.inline #fieldset-trade_terms_verify p {
  float: left;
}
.styled_form.inline #fieldset-trade_terms_verify p + p {
  margin-left: 10px;
}
.styled_form.inline #fieldset-login_group label {
  width: 150px;
}
.styled_form.inline #fieldset-renew_group label {
  width: 150px;
}
.styled_form.inline #fieldset-email_group label {
  width: auto;
}
#regForm label {
  width: 150px;
}
#regForm label[for="trade_terms"] {
  width: 0px;
  line-height: 22px;
}
#regForm label[for="newsletter"] {
  width: 120px;
  line-height: 22px;
}
#regForm #fieldset-trade_terms_verify {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  line-height: 22px;
}
#regForm #fieldset-trade_terms_verify p {
  line-height: 22px;
}
#regForm #fieldset-trade_terms_verify span {
  text-transform: lowercase;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
#regForm #fieldset-trade_terms_verify span a {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
#regForm #fieldset-trade_terms_verify span p {
  margin-left: 0px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  padding: 0;
}
#regForm #fieldset-trade_terms_verify span p input {
  margin-left: 10px;
}
#regForm .gdpr-n,
#regForm .label-f-op {
  width: 350px !important;
  display: block !important;
  margin-left: 27px !important;
}
@media only screen and (max-width: 500px) {
  #regForm .gdpr-n,
  #regForm .label-f-op {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 500px) {
  .gdpr-n,
  .label-f-op,
  gdpr-n a,
  label-f-op a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/*                                    USER ORDERS
////////////////////////////////////////////////////////////////////////////////*/
table.orders th,
table.orders td {
  padding: 3px 15px 3px 0;
}
table.orders th {
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
}
table.orders th.right {
  text-align: left;
}
table.orders td {
  text-align: left;
}
table.orders.style2 {
  margin-top: 10px;
}
/*                                    USER ORDERS
////////////////////////////////////////////////////////////////////////////////*/
#customer_orders {
  display: block;
}
#customer_orders .modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 450px) {
  #customer_orders .modal {
    width: 100%;
    margin-left: -31px;
    left: unset;
    height: 100%;
    top: -1px;
  }
}
#customer_orders .modal.hide {
  display: none;
}
#customer_orders .modal .label {
  padding: 2px 8px;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
#customer_orders .modal .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#customer_orders .modal .modal-header .close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  margin-top: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appereance: none;
}
#customer_orders .modal .modal-header h3 {
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0;
  line-height: 30px;
  color: #2d7ed9;
}
#customer_orders .modal .modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  -ms-overflow-y: auto;
  overflow-y: auto;
}
@media only screen and (max-width: 450px) {
  #customer_orders .modal .modal-body {
    max-height: calc(100% - 149px);
  }
}
#customer_orders .modal .modal-body dl.dl-horizontal {
  margin-bottom: 20px;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
#customer_orders .modal .modal-body dl.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  line-height: 20px;
}
#customer_orders .modal .modal-body dl.dl-horizontal dd {
  line-height: 20px;
  margin-left: 180px;
}
#customer_orders .modal .modal-body dl.dl-horizontal .cena {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  color: #2d7ed9;
}
#customer_orders .modal .modal-body dl.dl-horizontal .btn-success {
  text-decoration: none;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  display: inline-block;
  margin: 0;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #bbb;
  padding: 0 6px;
  font-size: 10.5px; /* add PX (or original value) as backup */
  font-size: 0.65625rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #216460;
  background: -moz-linear-gradient(top, #367a76, #216460);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #367a76), color-stop(100%, #216460));
  background: -webkit-linear-gradient(top, #367a76 0%, #216460, );
  background: -o-linear-gradient(top, #367a76 0%, #216460 100%);
  background: -ms-linear-gradient(top, #367a76 0%, #216460 100%);
  background: linear-gradient(to bottom, #367a76 0%, #216460 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#367a76, endColorstr=#216460,GradientType=0 );
}
#customer_orders .modal .modal-body dl.dl-horizontal .btn-success:hover {
  background-color: #216460;
}
#customer_orders .modal .modal-body table tr th {
  padding: 8px;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  line-height: 20px;
  text-align: left;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
  vertical-align: bottom;
  background: #e1e3e6;
}
#customer_orders .modal .modal-body table tr th.cena {
  text-align: right;
}
#customer_orders .modal .modal-body table tr td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #c4c7ce;
}
#customer_orders .modal .modal-body table tr td.cena {
  text-align: right;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
}
#customer_orders .modal .modal-body table tbody tr th {
  padding: 8px;
  line-height: 20px;
  background: #fff;
}
#customer_orders .modal .modal-body table .sum {
  color: #fff;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  background: #8a5971;
}
#customer_orders .modal .modal-body table .sum th,
#customer_orders .modal .modal-body table .sum td {
  background: #2d7ed9;
}
#customer_orders .modal .modal-body table .sum th.cena,
#customer_orders .modal .modal-body table .sum td.cena {
  color: #fff;
}
#customer_orders .modal .modal-body table .sum th.cena-bez-dph,
#customer_orders .modal .modal-body table .sum td.cena-bez-dph {
  text-align: right;
}
#customer_orders .modal .modal-body table tr.sum-bez-dph th,
#customer_orders .modal .modal-body table tr.sum-bez-dph td {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  background: #fff;
  color: #333;
}
#customer_orders .modal .modal-body #basket-recap-user .pull-left {
  float: left;
}
#customer_orders .modal .modal-body #basket-recap-user .pull-right {
  float: right;
}
#customer_orders .modal .modal-body #basket-recap-user .pull-left,
#customer_orders .modal .modal-body #basket-recap-user .pull-right {
  width: 48%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
#customer_orders .modal .modal-body #basket-recap-user .pull-left table.recapitulation td,
#customer_orders .modal .modal-body #basket-recap-user .pull-right table.recapitulation td,
#customer_orders .modal .modal-body #basket-recap-user .pull-left table.recapitulation th,
#customer_orders .modal .modal-body #basket-recap-user .pull-right table.recapitulation th {
  padding: 3px 10px 3px 0 !important;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  border: none;
  line-height: normal;
}
#customer_orders .modal .modal-body #basket-recap-user .pull-left table.recapitulation td h2,
#customer_orders .modal .modal-body #basket-recap-user .pull-right table.recapitulation td h2,
#customer_orders .modal .modal-body #basket-recap-user .pull-left table.recapitulation th h2,
#customer_orders .modal .modal-body #basket-recap-user .pull-right table.recapitulation th h2 {
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0;
}
#customer_orders .modal .modal-body #basket-recap-user .pull-left table.recapitulation td.dis-label,
#customer_orders .modal .modal-body #basket-recap-user .pull-right table.recapitulation td.dis-label {
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
}
#customer_orders .modal .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}
#customer_orders .modal .modal-footer .btn-inverse {
  display: inline-block;
  padding: 4px 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border-color: #2d7ed9;
  background-color: #2d7ed9;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
/*background -moz-linear-gradient(top, #7D7D7D 0%, #434343 100%)
				background -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7D7D7D), color-stop(100%,#434343))
				background -webkit-linear-gradient(top, #7D7D7D 0%, #434343 100%)
				background -o-linear-gradient(top, #7D7D7D 0%, #434343 100%)
				background -ms-linear-gradient(top, #7D7D7D 0%, #434343 100%)
				background linear-gradient(to bottom, #7D7D7D 0%, #434343 100%)
				-ms-filter 'progid:DXImageTransform.Microsoft.gradient( startColorstr=%s, endColorstr=%s,GradientType=0 )' % (#7D7D7D #434343)*/
}
#customer_orders .modal .modal-footer .btn-inverse:hover {
  background: #276dbc;
}
#customer_orders .label {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  line-height: 16px;
  color: #fff;
}
#customer_orders .label.label-objednano-v-systemu {
  background-color: #367a76;
}
#customer_orders .label.label-v-rizeni {
  background-color: #3a87ad;
}
#customer_orders .label.label-odeslano {
  background-color: #f89406;
}
#customer_orders .label.label-zruseno {
  background-color: #b94a48;
}
#customer_orders .label.label-vyrizeno {
  background-color: #333;
}
#customer_orders .label.label-vyzvednuto-osobne {
  background-color: #2ddc5e;
}
#customer_orders .label.label-important {
  background-color: #b94a48;
  color: #fff;
}
#customer_orders .table th,
#customer_orders .table td {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
#customer_orders .table .cena {
  text-align: right;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  font-weight: bold;
  font-family: 'Open Sans Bold', sans-serif;
  color: #2d7ed9;
}
#customer_orders .btn-link {
  border: none;
  color: #000;
}
#customer_orders .modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0,0,0,0.1);
  -webkit-transition: opacity 0.15 linear;
  -moz-transition: opacity 0.15 linear;
  -ms-transition: opacity 0.15 linear;
  -o-transition: opacity 0.15 linear;
  transition: opacity 0.15 linear;
}
/*                                    MESSAGES
////////////////////////////////////////////////////////////////////////////////*/
.info_message,
.message,
#message {
  background: #7ec82d;
  color: #343434;
  text-align: center;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  margin: 20px 0 20px 0;
  height: 45px;
  line-height: 45px;
}
.info_message.big,
.message.big,
#message.big {
  max-width: 1100px;
  margin: 0 auto;
  margin: 10px auto;
}
.info_message p,
.message p,
#message p {
  margin: 0;
  line-height: 45px;
}
.hlaska-warn,
.hlaska-err {
  background-color: #d40709;
  color: #fff;
}
/*                                    TEXT PAGE
////////////////////////////////////////////////////////////////////////////////*/
.textPage {
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
}
.textPage h1,
.textPage h2,
.textPage h3,
.textPage h4,
.textPage h5 {
  margin: 20px 0 10px 0;
}
.textPage h1.title,
.textPage h2.title {
  margin: 25px 0 15px 0;
  position: relative;
  font-size: 38px; /* add PX (or original value) as backup */
  font-size: 2.375rem;
  line-height: 46px;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
  color: #2d7ed9;
}
.textPage h1,
.textPage h2 {
  color: #2d7ed9;
  font-family: 'Open Sans Extrabold', sans-serif;
  font-weight: 700;
}
.textPage h1 {
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
.textPage h2 {
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
.textPage h3 {
  color: #343434;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
}
.textPage h4,
.textPage h5,
.textPage h6 {
  font-weight: normal;
  color: #343434;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
}
.textPage p {
  color: #343434;
  padding-left: 27px;
}
.textPage ul {
  padding-left: 15px;
  margin: 10px 0;
}
.textPage ul ul {
  margin: 0;
}
.textPage ul li {
  list-style-type: square;
  padding-top: 6px;
}
.textPage ul li li {
  list-style-type: circle;
}
.textPage ul li li li {
  list-style-type: square;
}
.textPage ul.errors {
  padding: 0;
  margin: 0;
}
.textPage ul.errors li {
  padding-top: 0;
  list-style: none;
}
.textPage ol {
  padding-left: 15px;
  margin: 10px 0;
}
.textPage ol ol {
  margin: 0;
}
.textPage ol li {
  list-style-type: decimal;
  padding-top: 6px;
}
.textPage ol li li {
  list-style-type: upper-alpha;
}
.textPage ol li li li {
  list-style-type: upper-roman;
}
.textPage table {
  width: 100%;
}
.textPage table th,
.textPage table td {
  padding: 6px 15px;
  max-width: 300px;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
}
.textPage a.btn {
  display: inline-block;
  min-width: 68px;
  line-height: 35px;
  padding: 0 10px;
  color: #2d7ed9;
  border: 1px solid #2d7ed9;
  text-align: center;
  border-radius: 4px;
  margin: 10px 0;
}
.textPage .usr p {
  padding-left: 0px;
}
.gallery {
  margin-top: 30px;
}
.gallery:before,
.gallery:after {
  content: " ";
  display: block;
}
.gallery:after {
  clear: both;
}
.gallery {
  *zoom: 1;
  clear: both;
}
.gallery a {
  display: block;
  float: left;
  width: 182px;
  height: 121px;
  font-size: 100%; /* add PX (or original value) as backup */
  font-size: 100%;
  text-align: center;
  line-height: 118px;
  position: relative;
  overflow: hidden;
  margin: 0 3px 3px 0;
}
.gallery a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#news-page .new,
#articles-page .new {
  margin-top: 15px;
}
#news-page .new h2,
#articles-page .new h2 {
  margin: 0;
}
#news-page .new p,
#articles-page .new p {
  margin: 0;
}
#news-page .new p.date,
#articles-page .new p.date {
  font-size: 11px; /* add PX (or original value) as backup */
  font-size: 0.6875rem;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: bold;
  color: #777;
}
@media screen and (max-width: 980px) {
  .basket-button {
    float: right !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #hpCategories {
    margin: 120px 0;
    width: 100%;
    margin-bottom: 120px;
    margin-top: 120px;
  }
  #hpCategories .container ul li {
    float: left;
    text-align: center;
    width: 25%;
    margin-bottom: 4px;
    margin-left: 0;
    box-sizing: border-box;
    padding: 9px 12px;
    height: 170px;
    border: none;
    margin: 0;
    box-shadow: none;
    border-right: solid 1px #f3f3f3;
  }
  #hpCategories .container ul li a {
    height: 160px;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  #hpCategories .container ul li a.dalkove-ovladace span.img {
    top: 33px;
  }
  #hpCategories .container ul li a .span.name {
    display: none;
  }
  #hpCategories .container ul li a span.img {
    display: block;
    top: 37px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  #hpCategories .container ul li a span.name {
    display: inline;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 0;
    height: 160px;
  }
  #hpCategories .container ul li a span.name span {
    height: 219px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 451px) and (max-width: 980px) {
  .basketPrices .price {
    width: 115px !important;
  }
  #customer_orders .modal {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-left: 0;
    left: 0;
    height: 100%;
    top: 0;
  }
  #customer_orders .modal .modal-body {
    height: calc(100% - 131px);
    max-height: 100%;
  }
  #customer_orders .modal .modal-footer {
    padding: 5px 15px;
  }
  .styled_form.inline label {
    width: 100px;
  }
  .hint {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  #regForm label {
    width: 150px;
  }
  #regForm label[for="trade_terms"] {
    width: 90px;
    line-height: 22px;
  }
  #regForm label[for="newsletter"] {
    width: 140px;
    line-height: 22px;
  }
  #regForm #fieldset-trade_terms_verify {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    line-height: 22px;
  }
  #regForm #fieldset-trade_terms_verify p {
    line-height: 22px;
  }
  #regForm #fieldset-trade_terms_verify span {
    text-transform: lowercase;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  #regForm #fieldset-trade_terms_verify span a {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  #regForm #fieldset-trade_terms_verify span p {
    margin-left: 5px;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  #regForm #fieldset-main p,
  #regForm #fieldset-contact p {
    width: 100%;
    float: none;
  }
  #regForm label {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  #regForm p.hint {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  #fieldset-login_group input {
    max-width: calc(100% - 60px);
  }
  #fieldset-login_group label {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  .wrong_pass {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  .notMobile {
    display: none;
  }
  .onlyMobile {
    display: block;
  }
  body {
    margin: 0;
  }
  #header {
    padding-top: 0;
    margin-bottom: 50px;
  }
  #header #logo {
    margin-bottom: 45px;
    margin-left: 28px;
  }
  #header #logo img.onlyMobile {
    display: none;
  }
  #header #logo img.notMobile {
    display: block;
  }
  #header .right {
    width: 351px;
    margin-left: 25px;
    border: none;
  }
  #header .right .userImg {
    left: 22px;
    top: 9px;
/* display: none; */
    height: 29px;
  }
  #header .right #userMenu {
    margin-top: -6px;
    height: 58px;
  }
  #header .right #userMenu > ul > li {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    padding-right: 7px;
    width: 118px;
    height: 58px;
    line-height: 29px;
    padding-left: 65px;
  }
  #header .right #userMenu > ul > li > ul {
    top: 52px;
    padding: 10px 0 5px 0;
    width: 190px;
  }
  #header .right #userMenu > ul > li > ul > li a {
    padding: 5px 25px;
    display: block;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    line-height: 28px;
  }
  #header .right #ajax-basket {
    margin-top: 5px;
    height: 41px;
    width: 41px;
  }
  #header .right #ajax-basket a.toBasket {
    background: url("./images/cart-headline-ico.png") center center no-repeat;
    width: 28px;
    height: 28px;
    position: relative;
    top: 4px;
  }
  #header .right #ajax-basket span.quantity {
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    left: 18px;
    bottom: 26px;
    z-index: 2;
  }
  #header .right .mobileInformations {
    float: right;
    display: block;
    width: 103px;
    height: 60px;
    position: relative;
    top: -6px;
    cursor: pointer;
    background: url("./images/m-header-menu.png") center center no-repeat;
  }
  #header .right .mobileInformations.active {
    background: url("./images/m-header-menu.png") center center no-repeat;
  }
  #header .right .mobileInformations.active ul {
    display: block;
    width: 100vw;
    text-align: center;
    -webkit-box-shadow: 0px 5px 13px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 13px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 13px -7px rgba(0,0,0,0.75);
  }
  #header .right .mobileInformations ul {
    display: none;
    top: 70px;
    right: -21px;
    position: absolute;
    background-color: #fff;
    text-align: left;
    padding: 20px 0;
    width: 250px;
  }
  #header .right .mobileInformations ul li {
    user-select: none;
  }
  #header .right .mobileInformations ul li a {
    display: block;
    padding: 8px 30px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px; /* add PX (or original value) as backup */
    font-size: 1.0625rem;
    line-height: 28px;
    user-select: none;
  }
  #header .right .mobileInformations ul li a:hover {
    color: #1ca4ff;
  }
  #header .right .mobileInformations ul li a.active {
    color: #1ca4ff;
  }
  #hpText {
    margin-top: 0;
  }
  #hpText p {
    display: none;
  }
  #navigation {
    display: block;
    background: url("./images/podstranka-opacity.png");
    margin-bottom: 5px;
    padding: 10px 30px;
  }
  #navigation a {
    display: block;
    float: left;
    color: #414141;
    text-decoration: underline;
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
    transition: 0.2s;
    line-height: 30px;
    margin-left: 15px;
    background: url("./images/m-breadcrumb-sipka.png") left center no-repeat;
  }
  #navigation a.first {
    background: none;
    padding-left: 0;
  }
  #navigation a.hp {
    background: url("./images/m-breadcrumb-home.png") center center no-repeat;
    width: 29px;
    height: 30px;
    margin-left: 0;
  }
  #navigation a.active {
    color: #2d7ed9;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
    text-decoration: none;
  }
  #navigation a:hover {
    text-decoration: none;
  }
  #content {
    margin-bottom: 0;
  }
  #content.notIndex {
    margin-bottom: 0;
  }
  h1.productsTitle {
    line-height: 60px;
    font-size: 50px; /* add PX (or original value) as backup */
    font-size: 3.125rem;
  }
  .products .product {
    width: calc(50% - 10px);
  }
  #productHeader .left {
    width: 40%;
    margin-right: 0;
  }
  #productHeader .left .topImg {
    width: 100%;
    height: 283px;
    line-height: 275px;
  }
  #productHeader .left .topImg .signs span.sign {
    width: 153px;
    height: 153px;
  }
  #productHeader .left .topImg .signs span.sign.sign-doporucujeme {
    background-image: url("./images/m-priznak-doporucujeme.png");
  }
  #productHeader .left .topImg .signs span.sign.sign-doprava-zdarma {
    background-image: url("./images/m-priznak-doprava-zdarma.png");
  }
  #productHeader .right {
    width: calc(60% - 10px);
    margin-left: 10px;
  }
  #productHeader .right p.perex {
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
    line-height: 24px;
  }
  #productHeader .right .tableContainer {
    margin-top: 40px;
  }
  #productHeader .right .tableContainer > table {
    width: 100%;
  }
  #productHeader .right .tableContainer > table td {
    padding: 2px 0;
    width: 50%;
    font-size: 20px; /* add PX (or original value) as backup */
    font-size: 1.25rem;
  }
  #productHeader .right .tableContainer > table td.key {
    text-align: left;
    color: #343434;
  }
  #productHeader .right .tableContainer > table td.value {
    text-align: left;
    color: #343434;
  }
  #productHeader .right .tableContainer > table td.value span.green {
    color: #009a00;
  }
  #productHeader .right .tableContainer > table td.value span.red {
    color: #e70103;
  }
  #productHeader .right .priceBuyContainer .price span.priceVat {
    font-size: 36px; /* add PX (or original value) as backup */
    font-size: 2.25rem;
    line-height: 44px;
  }
  #productHeader .right .priceBuyContainer .price span.priceVatNot {
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
    line-height: 24px;
  }
  #productHeader .right .priceBuyContainer .quantity {
    width: 128px;
    height: 85px;
    text-align: left;
  }
  #productHeader .right .priceBuyContainer .quantity input[type='text'] {
    text-align: center;
    width: 86px;
    line-height: 85px;
    height: 85px;
    font-size: 24px; /* add PX (or original value) as backup */
    font-size: 1.5rem;
  }
  #productHeader .right .priceBuyContainer .quantity span.control {
    width: 42px;
    height: 42px;
  }
  #productHeader .right .priceBuyContainer .quantity span.control.disabled,
  #productHeader .right .priceBuyContainer .quantity span.control:hover {
    background-position: 0 -42px;
  }
  #productHeader .right .priceBuyContainer .quantity span.control.disabled {
    cursor: default;
  }
  #productHeader .right .priceBuyContainer .quantity span.minus {
    background-image: url("./images/m-mnozstvi-minus.png");
    bottom: 0;
  }
  #productHeader .right .priceBuyContainer .quantity span.plus {
    background-image: url("./images/m-mnozstvi-plus.png");
    top: 0;
  }
  #productHeader .right .priceBuyContainer a.productBuy {
    width: 190px;
    height: 86px;
    line-height: 86px;
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
    padding-left: 0;
    background-image: url("./images/m-btn-cart.png");
  }
  #productHeader .right .priceBuyContainer a.productBuy span {
    margin-left: 55px;
  }
  #description .textPage {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
  }
  #description .textPage p {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
  }
  div#basket h2.basket {
    font-size: 26px; /* add PX (or original value) as backup */
    font-size: 1.625rem;
    line-height: 32px;
  }
  div#basket table tr.space td {
    padding-top: 10px;
  }
  div#basket table tr td.image {
    padding-left: 0;
  }
  div#basket table tr td.quantity {
    min-width: 122px;
  }
  div#basket #customer_user #fieldset-mainform .cf label,
  div#basket #customer_user #fieldset-mainform .cf input {
    display: block;
  }
  div#basket #customer_user #fieldset-contactform label,
  div#basket #customer_user #fieldset-contactform input {
    display: block;
  }
  div#basket .shipPay .shipping .shipPayitems .item,
  div#basket .shipPay .payment .shipPayitems .item {
    width: 240px;
  }
  div#basket .shipPay .shipping .shipPayitems .item label span.name,
  div#basket .shipPay .payment .shipPayitems .item label span.name {
    font-size: 21px; /* add PX (or original value) as backup */
    font-size: 1.3125rem;
    line-height: 26px;
  }
  div#basket .shipPay .notice label[for='notice'] {
    font-size: 26px; /* add PX (or original value) as backup */
    font-size: 1.625rem;
    padding-bottom: 20px;
  }
  div#basket .shipPay .notice textarea {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket .shipPay .cupon label[for='sale_code'] {
    font-size: 26px; /* add PX (or original value) as backup */
    font-size: 1.625rem;
    padding-bottom: 20px;
  }
  div#basket .shipPay .cupon input[type="text"] {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket p.podminky {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket p.podminky a {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  .info_message,
  .message,
  #message {
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
    line-height: 45px;
  }
  .info_message p,
  .message p,
  #message p {
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
    line-height: 45px;
  }
  .textPage {
    font-size: 24px; /* add PX (or original value) as backup */
    font-size: 1.5rem;
  }
  .textPage h1,
  .textPage h2,
  .textPage h3,
  .textPage h4,
  .textPage h5 {
    margin: 15px 0 15px 0;
  }
  .textPage h1.title,
  .textPage h2.title {
    margin: 25px 0 20px 0;
    font-size: 40px; /* add PX (or original value) as backup */
    font-size: 2.5rem;
    line-height: 46px;
    font-weight: normal;
  }
  .textPage h1,
  .textPage h2 {
    font-size: 32px; /* add PX (or original value) as backup */
    font-size: 2rem;
  }
  .textPage h3 {
    font-size: 28px; /* add PX (or original value) as backup */
    font-size: 1.75rem;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
  }
  .textPage h4,
  .textPage h5,
  .textPage h6 {
    font-size: 24px; /* add PX (or original value) as backup */
    font-size: 1.5rem;
  }
  .textPage p {
    line-height: 130%;
  }
}
@media screen and (max-width: 900px) {
  .onlyMobile900 {
    display: block;
  }
  .notMobile900 {
    display: none;
  }
  h1.product {
    text-align: center;
  }
  #productHeader {
    text-align: center;
  }
  #productHeader .left {
    float: none;
    width: 100%;
  }
  #productHeader .left .topImg {
    height: 407px;
    line-height: 390px;
  }
  #productHeader .left .topImg a img {
    display: inline;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
  }
  #productHeader .left #smallImages {
    margin-bottom: 20px;
    margin-top: 25px;
  }
  #productHeader .right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #productHeader .right .priceBuyContainer .price {
    float: none;
    margin-bottom: 35px;
  }
  #productHeader .right .priceBuyContainer .price span.priceVat {
    font-size: 44px; /* add PX (or original value) as backup */
    font-size: 2.75rem;
    line-height: 50px;
  }
  #productHeader .right .priceBuyContainer .price span.priceVatNot {
    font-size: 28px; /* add PX (or original value) as backup */
    font-size: 1.75rem;
    line-height: 30px;
  }
  #productHeader .right .priceBuyContainer .quantity {
    margin-left: calc(50% - 112px);
  }
  #productHeader .right .tableContainer {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  #productHeader .right .tableContainer table tr td {
    padding: 8px 0;
  }
  #productHeader .right .tableContainer table tr td.key {
    text-align: right;
    padding-right: 30px;
    font-size: 26px; /* add PX (or original value) as backup */
    font-size: 1.625rem;
  }
  #productHeader .right .tableContainer table tr td.value {
    text-align: left;
    padding-left: 30px;
    font-size: 26px; /* add PX (or original value) as backup */
    font-size: 1.625rem;
  }
  #productHeader .right p.perex {
    margin-top: 25px;
    font-size: 24px; /* add PX (or original value) as backup */
    font-size: 1.5rem;
    margin-bottom: 55px;
    line-height: 120%;
  }
  h2.lower {
    text-align: center;
  }
  #description {
    text-align: center;
  }
  div#basket .fieldset {
    padding-left: 15px;
    padding-right: 15px;
  }
  div#basket #basketTable {
    padding-top: 15px;
    width: 100%;
    max-width: 100%;
  }
  div#basket #basketTable .img,
  div#basket #basketTable .name,
  div#basket #basketTable div.availability,
  div#basket #basketTable div.quantity,
  div#basket #basketTable div.price,
  div#basket #basketTable div.del {
    width: auto;
  }
  div#basket #basketTable .titles {
    display: none;
  }
  div#basket #basketTable .productsBasket .hide {
    display: none;
  }
  div#basket #basketTable .productsBasket .hide div.quantity,
  div#basket #basketTable .productsBasket .sales div.quantity {
    height: 1px;
  }
  div#basket #basketTable .productsBasket .hide .img,
  div#basket #basketTable .productsBasket .sales .img {
    background: none !important;
  }
  div#basket #basketTable .productsBasket .productBasket,
  div#basket #basketTable .productsBasket .sales,
  div#basket #basketTable .productsBasket .hide {
    margin-bottom: 10px;
    background: #fbfbfb;
  }
  div#basket #basketTable .productsBasket .productBasket:before,
  div#basket #basketTable .productsBasket .sales:before,
  div#basket #basketTable .productsBasket .hide:before,
  div#basket #basketTable .productsBasket .productBasket:after,
  div#basket #basketTable .productsBasket .sales:after,
  div#basket #basketTable .productsBasket .hide:after {
    content: " ";
    display: block;
  }
  div#basket #basketTable .productsBasket .productBasket:after,
  div#basket #basketTable .productsBasket .sales:after,
  div#basket #basketTable .productsBasket .hide:after {
    clear: both;
  }
  div#basket #basketTable .productsBasket .productBasket,
  div#basket #basketTable .productsBasket .sales,
  div#basket #basketTable .productsBasket .hide {
    *zoom: 1;
    clear: both;
  }
  div#basket #basketTable .productsBasket .productBasket .img,
  div#basket #basketTable .productsBasket .sales .img,
  div#basket #basketTable .productsBasket .hide .img,
  div#basket #basketTable .productsBasket .productBasket .name,
  div#basket #basketTable .productsBasket .sales .name,
  div#basket #basketTable .productsBasket .hide .name,
  div#basket #basketTable .productsBasket .productBasket .availability,
  div#basket #basketTable .productsBasket .sales .availability,
  div#basket #basketTable .productsBasket .hide .availability,
  div#basket #basketTable .productsBasket .productBasket .quantity,
  div#basket #basketTable .productsBasket .sales .quantity,
  div#basket #basketTable .productsBasket .hide .quantity,
  div#basket #basketTable .productsBasket .productBasket .price,
  div#basket #basketTable .productsBasket .sales .price,
  div#basket #basketTable .productsBasket .hide .price,
  div#basket #basketTable .productsBasket .productBasket .del,
  div#basket #basketTable .productsBasket .sales .del,
  div#basket #basketTable .productsBasket .hide .del {
    float: none;
    padding: 0;
  }
  div#basket #basketTable .productsBasket .productBasket .img,
  div#basket #basketTable .productsBasket .sales .img,
  div#basket #basketTable .productsBasket .hide .img {
    float: left;
    width: 31%;
    height: auto;
    background: #fff;
    padding-top: 18px;
    padding-bottom: 29px;
    text-align: center;
    height: 150px;
  }
  div#basket #basketTable .productsBasket .productBasket .img img,
  div#basket #basketTable .productsBasket .sales .img img,
  div#basket #basketTable .productsBasket .hide .img img {
    max-width: 100%;
    max-height: 100%;
  }
  div#basket #basketTable .productsBasket .productBasket .right,
  div#basket #basketTable .productsBasket .sales .right,
  div#basket #basketTable .productsBasket .hide .right {
    float: left;
    margin-left: 4%;
    margin-right: 1%;
    width: 64%;
    padding-bottom: 10px;
  }
  div#basket #basketTable .productsBasket .productBasket .name,
  div#basket #basketTable .productsBasket .sales .name,
  div#basket #basketTable .productsBasket .hide .name {
    width: 100%;
  }
  div#basket #basketTable .productsBasket .productBasket .name div,
  div#basket #basketTable .productsBasket .sales .name div,
  div#basket #basketTable .productsBasket .hide .name div {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
    color: #2d7ed9;
    width: auto;
    font-size: 24px; /* add PX (or original value) as backup */
    font-size: 1.5rem;
    line-height: 30px;
  }
  div#basket #basketTable .productsBasket .productBasket .name div a,
  div#basket #basketTable .productsBasket .sales .name div a,
  div#basket #basketTable .productsBasket .hide .name div a {
    color: #2d7ed9;
    text-decoration: none;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
    font-size: 24px; /* add PX (or original value) as backup */
    font-size: 1.5rem;
    line-height: 30px;
  }
  div#basket #basketTable .productsBasket .productBasket .name div a:hover,
  div#basket #basketTable .productsBasket .sales .name div a:hover,
  div#basket #basketTable .productsBasket .hide .name div a:hover {
    text-decoration: underline;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity,
  div#basket #basketTable .productsBasket .sales .quantity,
  div#basket #basketTable .productsBasket .hide .quantity {
    width: 45%;
    float: left;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear,
  div#basket #basketTable .productsBasket .sales .quantity div.clear,
  div#basket #basketTable .productsBasket .hide .quantity div.clear {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear:before,
  div#basket #basketTable .productsBasket .sales .quantity div.clear:before,
  div#basket #basketTable .productsBasket .hide .quantity div.clear:before,
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear:after,
  div#basket #basketTable .productsBasket .sales .quantity div.clear:after,
  div#basket #basketTable .productsBasket .hide .quantity div.clear:after {
    content: " ";
    display: block;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear:after,
  div#basket #basketTable .productsBasket .sales .quantity div.clear:after,
  div#basket #basketTable .productsBasket .hide .quantity div.clear:after {
    clear: both;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear,
  div#basket #basketTable .productsBasket .sales .quantity div.clear,
  div#basket #basketTable .productsBasket .hide .quantity div.clear {
    *zoom: 1;
    clear: both;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.unit,
  div#basket #basketTable .productsBasket .sales .quantity div.unit,
  div#basket #basketTable .productsBasket .hide .quantity div.unit {
    float: left;
    line-height: 86px;
    font-size: 24px; /* add PX (or original value) as backup */
    font-size: 1.5rem;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity {
    width: 128px;
    height: 86px;
    position: relative;
    float: left;
    margin-right: 5px;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity input[type='text'],
  div#basket #basketTable .productsBasket .sales .quantity div.quantity input[type='text'],
  div#basket #basketTable .productsBasket .hide .quantity div.quantity input[type='text'] {
    text-align: center;
    width: 84px;
    line-height: 84px;
    height: 84px;
    padding: 0;
    border: none;
    outline: none;
    background: #fff;
    text-align: center;
    font-size: 24px; /* add PX (or original value) as backup */
    font-size: 1.5rem;
    border: 1px solid #d8d8d8;
    border-right: none;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.control,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.control,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.control {
    display: block;
    width: 42px;
    height: 42px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("./images/m-mnozstvi-plus.png");
    position: absolute;
    right: 0;
    cursor: pointer;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.control.disabled,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.control.disabled,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.control.disabled,
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.control:hover,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.control:hover,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.control:hover {
    background-position: 0 -42px;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.control.disabled,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.control.disabled,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.control.disabled {
    cursor: default;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.minus,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.minus,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.minus {
    background-image: url("./images/m-mnozstvi-minus.png");
    bottom: 0;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.plus,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.plus,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.plus {
    background-image: url("./images/m-mnozstvi-plus.png");
    top: 0;
  }
  div#basket #basketTable .productsBasket .productBasket .price,
  div#basket #basketTable .productsBasket .sales .price,
  div#basket #basketTable .productsBasket .hide .price {
    float: left;
    width: 46%;
    padding-left: 1%;
  }
  div#basket #basketTable .productsBasket .productBasket .price span,
  div#basket #basketTable .productsBasket .sales .price span,
  div#basket #basketTable .productsBasket .hide .price span {
    display: block;
  }
  div#basket #basketTable .productsBasket .productBasket .price span.pricevat,
  div#basket #basketTable .productsBasket .sales .price span.pricevat,
  div#basket #basketTable .productsBasket .hide .price span.pricevat {
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
    color: #2d7ed9;
    font-size: 24px; /* add PX (or original value) as backup */
    font-size: 1.5rem;
    line-height: 28px;
  }
  div#basket #basketTable .productsBasket .productBasket .price span.pricevatnot,
  div#basket #basketTable .productsBasket .sales .price span.pricevatnot,
  div#basket #basketTable .productsBasket .hide .price span.pricevatnot {
    font-size: 20px; /* add PX (or original value) as backup */
    font-size: 1.25rem;
    color: #343434;
    line-height: 28px;
  }
  div#basket #basketTable .productsBasket .productBasket .price span.pricevatnot span,
  div#basket #basketTable .productsBasket .sales .price span.pricevatnot span,
  div#basket #basketTable .productsBasket .hide .price span.pricevatnot span {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    display: inline;
  }
  div#basket #basketTable .productsBasket .productBasket .price div.availability,
  div#basket #basketTable .productsBasket .sales .price div.availability,
  div#basket #basketTable .productsBasket .hide .price div.availability {
    width: 100%;
    font-size: 24px; /* add PX (or original value) as backup */
    font-size: 1.5rem;
    line-height: 28px;
    padding: 0;
  }
  div#basket #basketTable .productsBasket .productBasket .price div.availability div,
  div#basket #basketTable .productsBasket .sales .price div.availability div,
  div#basket #basketTable .productsBasket .hide .price div.availability div {
    height: auto;
    width: auto;
    display: block;
  }
  div#basket #basketTable .productsBasket .productBasket div.del,
  div#basket #basketTable .productsBasket .sales div.del,
  div#basket #basketTable .productsBasket .hide div.del {
    float: left;
    width: 8%;
    padding: 0;
    padding: 28px 0;
  }
  div#basket #basketTable .productsBasket .productBasket div.del a.del,
  div#basket #basketTable .productsBasket .sales div.del a.del,
  div#basket #basketTable .productsBasket .hide div.del a.del {
    display: block;
    width: 28px;
    height: 28px;
    background: url("./images/delete.png") 0 0 no-repeat;
  }
  div#basket #basketTable .productsBasket .productBasket div.del a.del:hover,
  div#basket #basketTable .productsBasket .sales div.del a.del:hover,
  div#basket #basketTable .productsBasket .hide div.del a.del:hover {
    background-position: 0 -28px;
  }
}
@media screen and (max-width: 840px) {
  .notMobile840 {
    display: none;
  }
  div#basket h2.title {
    margin-bottom: 35px;
  }
  div#basket .shipPay .shipping .shipPayitems,
  div#basket .shipPay .payment .shipPayitems {
    margin-top: 30px;
  }
  div#basket .shipPay .shipping .shipPayitems .item,
  div#basket .shipPay .payment .shipPayitems .item {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 770px) {
  .notMobile {
    display: none;
  }
  h1.productsTitle {
    line-height: 35px;
    font-size: 32px; /* add PX (or original value) as backup */
    font-size: 2rem;
  }
  #content.notIndex.products {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
  }
  div#basket {
    margin-bottom: 0;
  }
  div#basket h2.basket {
    font-size: 26px; /* add PX (or original value) as backup */
    font-size: 1.625rem;
    line-height: 32px;
  }
  div#basket .shipPay .notice {
    float: none;
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }
  div#basket .shipPay .notice label[for='notice'] {
    font-size: 26px; /* add PX (or original value) as backup */
    font-size: 1.625rem;
    padding-bottom: 20px;
  }
  div#basket .shipPay .notice textarea {
    padding: 20px 25px;
    width: calc(100% - 50px);
    height: 50px;
  }
  div#basket .shipPay .cupon {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  div#basket .shipPay .cupon label[for='sale_code'] {
    font-size: 26px; /* add PX (or original value) as backup */
    font-size: 1.625rem;
    padding-bottom: 20px;
  }
  div#basket .shipPay .cupon input[type='text'] {
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  div#basket #basket_customer #customer_user .fl {
    float: none;
    width: 100%;
  }
  div#basket #basket_customer #customer_user .fl.right {
    margin-left: 0;
    width: 100%;
  }
  div#basket #basket_customer #customer_user .fl p.hint {
    left: 0;
    width: 100%;
  }
  div#basket #basket_customer #fieldset-mainform .cf label {
    width: 130px;
    display: inline-block;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket #basket_customer #fieldset-mainform .cf input[type="text"] {
    width: calc(100% - 11px);
    display: inline-block;
  }
  div#basket #basket_customer #fieldset-contactform {
    margin-top: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  div#basket #basket_customer #fieldset-contactform label {
    width: 130px;
    display: inline-block;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket #basket_customer #fieldset-contactform input[type="text"] {
    width: calc(100% - 145px);
    display: inline-block;
  }
  div#basket #basket_customer label[for="to_company"],
  div#basket #basket_customer label[for="custom_delivery"] {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
}
@media screen and (max-width: 690px) {
  input[type='submit'],
  button {
    -webkit-appearance: none;
  }
  body {
    background: #fbfbfb url("./images/background.png") center top no-repeat;
  }
  #hpText p {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  #header {
    padding-top: 0;
    margin-bottom: 20px;
  }
  #header .headerInner {
    padding: 15px;
  }
  #header #logo {
    margin: 0;
    margin-top: 9px;
  }
  #header #logo img {
    max-width: 84px;
    top: 4px;
    position: relative;
  }
  #header #logo img.notMobile {
    display: block;
  }
  #header .right {
    width: auto;
    margin-left: 0;
    height: 50px;
    position: relative;
    left: -15px;
    box-sizing: border-box;
    padding-left: calc(50% - 137px); /* 2% */
  }
  #header .right .userImg {
    left: 4px;
    top: 12px;
    height: 24px;
/* display: none; */
  }
  #header .right #userMenu {
    height: 24px;
    position: relative;
    top: -10px;
    margin: 10px 0;
    height: 49px;
    background-size: 21px 21px;
    width: auto;
    background-position: 9px center;
    padding-right: 10px;
  }
  #header .right #userMenu.login {
    background-size: 21px 21px, 8px 5px, 1px 1px;
    background-position: 9px center, 90px center, 0 0;
  }
  #header .right #userMenu > ul > li {
    padding-left: 36px;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    padding-right: 0;
    width: 65px;
    height: 49px;
    line-height: 14px;
  }
  #header .right #userMenu > ul > li > ul {
    top: 48px;
    padding: 10px 0 5px 0;
    width: 111px;
    text-align: center;
  }
  #header .right #userMenu > ul > li > ul > li a {
    padding: 2px;
    display: block;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    line-height: 14px;
  }
  #header .right #ajax-basket {
    margin-top: 10px;
    margin-bottom: 24px;
    height: 21px;
    width: 36px;
    margin-left: 0px;
  }
  #header .right #ajax-basket a.toBasket {
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    padding-left: 15px;
    background-position: 15px center;
    position: relative;
    left: -12px;
    top: 3px;
  }
  #header .right #ajax-basket span.quantity {
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 11px; /* add PX (or original value) as backup */
    font-size: 0.6875rem;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    left: 16px;
    bottom: 10px;
    z-index: 2;
  }
  #header .right .mobileInformations {
    float: right;
    display: block;
    width: 23px;
    height: 60px;
    position: relative;
    top: -6px;
    left: 8px;
    cursor: pointer;
    background: url("./images/m-header-menu.png") center center no-repeat;
  }
  #header .right .mobileInformations.active {
    background: url("./images/m-header-menu.png") center center no-repeat;
  }
  #header .right .mobileInformations.active ul {
    display: block;
    width: 100vw;
    text-align: center;
    -webkit-box-shadow: 0px 5px 13px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 13px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 13px -7px rgba(0,0,0,0.75);
  }
  #header .right .mobileInformations ul {
    display: none;
    top: 70px;
    right: -21px;
    position: absolute;
    background-color: #fff;
    text-align: left;
    padding: 20px 0;
    width: 250px;
  }
  #header .right .mobileInformations ul li {
    user-select: none;
  }
  #header .right .mobileInformations ul li a {
    display: block;
    padding: 8px 30px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    line-height: 28px;
    user-select: none;
  }
  #header .right .mobileInformations ul li a:hover {
    color: #1ca4ff;
  }
  #header .right .mobileInformations ul li a.active {
    color: #1ca4ff;
  }
  #navigation {
    margin-bottom: 3px;
    padding: 5px 15px;
  }
  #navigation a {
    padding: 0 0 0 14px;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    line-height: 25px;
    margin-left: 7px;
    -webkit-background-size: 8px 8px;
    -o-background-size: 8px 8px;
    background-size: 8px 8px;
  }
  #navigation a.hp {
    width: 15px;
    height: 25px;
    margin-left: 0;
    -webkit-background-size: 15px 16px;
    -o-background-size: 15px 16px;
    background-size: 15px 16px;
  }
}
@media screen and (max-width: 600px) {
  div#basket #basketTable {
    padding-top: 15px;
    width: 100%;
    max-width: 100%;
  }
  div#basket #basketTable .productsBasket .productBasket,
  div#basket #basketTable .productsBasket .sales,
  div#basket #basketTable .productsBasket .hide {
    margin-bottom: 5px;
  }
  div#basket #basketTable .productsBasket .productBasket .img,
  div#basket #basketTable .productsBasket .sales .img,
  div#basket #basketTable .productsBasket .hide .img {
    height: 80px;
    float: left;
    width: 31%;
    height: auto;
    background: #fff;
    padding-top: 16px;
    padding-bottom: 17px;
    text-align: center;
  }
  div#basket #basketTable .productsBasket .productBasket .img img,
  div#basket #basketTable .productsBasket .sales .img img,
  div#basket #basketTable .productsBasket .hide .img img {
    max-width: 100%;
    max-height: 100%;
  }
  div#basket #basketTable .productsBasket .productBasket .right,
  div#basket #basketTable .productsBasket .sales .right,
  div#basket #basketTable .productsBasket .hide .right {
    float: left;
    margin-left: 4%;
    margin-right: 1%;
    width: 64%;
    padding-bottom: 10px;
  }
  div#basket #basketTable .productsBasket .productBasket .name,
  div#basket #basketTable .productsBasket .sales .name,
  div#basket #basketTable .productsBasket .hide .name {
    width: 100%;
  }
  div#basket #basketTable .productsBasket .productBasket .name div,
  div#basket #basketTable .productsBasket .sales .name div,
  div#basket #basketTable .productsBasket .hide .name div {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
    color: #2d7ed9;
    width: auto;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    line-height: 20px;
  }
  div#basket #basketTable .productsBasket .productBasket .name div a,
  div#basket #basketTable .productsBasket .sales .name div a,
  div#basket #basketTable .productsBasket .hide .name div a {
    color: #2d7ed9;
    text-decoration: none;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    line-height: 20px;
  }
  div#basket #basketTable .productsBasket .productBasket .name div a:hover,
  div#basket #basketTable .productsBasket .sales .name div a:hover,
  div#basket #basketTable .productsBasket .hide .name div a:hover {
    text-decoration: underline;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity,
  div#basket #basketTable .productsBasket .sales .quantity,
  div#basket #basketTable .productsBasket .hide .quantity {
    width: 45%;
    float: left;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear,
  div#basket #basketTable .productsBasket .sales .quantity div.clear,
  div#basket #basketTable .productsBasket .hide .quantity div.clear {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear:before,
  div#basket #basketTable .productsBasket .sales .quantity div.clear:before,
  div#basket #basketTable .productsBasket .hide .quantity div.clear:before,
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear:after,
  div#basket #basketTable .productsBasket .sales .quantity div.clear:after,
  div#basket #basketTable .productsBasket .hide .quantity div.clear:after {
    content: " ";
    display: block;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear:after,
  div#basket #basketTable .productsBasket .sales .quantity div.clear:after,
  div#basket #basketTable .productsBasket .hide .quantity div.clear:after {
    clear: both;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear,
  div#basket #basketTable .productsBasket .sales .quantity div.clear,
  div#basket #basketTable .productsBasket .hide .quantity div.clear {
    *zoom: 1;
    clear: both;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.unit,
  div#basket #basketTable .productsBasket .sales .quantity div.unit,
  div#basket #basketTable .productsBasket .hide .quantity div.unit {
    float: left;
    line-height: 60px;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity {
    width: 89px;
    height: 60px;
    position: relative;
    float: left;
    margin-right: 5px;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity input[type='text'],
  div#basket #basketTable .productsBasket .sales .quantity div.quantity input[type='text'],
  div#basket #basketTable .productsBasket .hide .quantity div.quantity input[type='text'] {
    text-align: center;
    width: 58px;
    line-height: 58px;
    height: 58px;
    padding: 0;
    border: none;
    outline: none;
    background: #fff;
    text-align: center;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    border: 1px solid #d8d8d8;
    border-right: none;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.control,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.control,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.control {
    display: block;
    width: 29px;
    height: 29px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    cursor: pointer;
    -webkit-background-size: 29px 29px;
    -o-background-size: 29px 29px;
    background-size: 29px 29px;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.control.disabled,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.control.disabled,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.control.disabled {
    cursor: default;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.minus,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.minus,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.minus {
    background-image: url("./images/m-mnozstvi-minus2.png");
    bottom: 0;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.minus.disabled,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.minus.disabled,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.minus.disabled,
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.minus:hover,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.minus:hover,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.minus:hover {
    background-position: 0 0;
    background-image: url("./images/m-mnozstvi-minus3.png");
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.plus,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.plus,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.plus {
    background-image: url("./images/m-mnozstvi-plus2.png");
    top: 0;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.plus.disabled,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.plus.disabled,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.plus.disabled,
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.plus:hover,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.plus:hover,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.plus:hover {
    background-position: 0 0;
    background-image: url("./images/m-mnozstvi-plus3.png");
  }
  div#basket #basketTable .productsBasket .productBasket .price,
  div#basket #basketTable .productsBasket .sales .price,
  div#basket #basketTable .productsBasket .hide .price {
    float: left;
    width: 46%;
    padding-left: 1%;
  }
  div#basket #basketTable .productsBasket .productBasket .price span,
  div#basket #basketTable .productsBasket .sales .price span,
  div#basket #basketTable .productsBasket .hide .price span {
    display: block;
  }
  div#basket #basketTable .productsBasket .productBasket .price span.pricevat,
  div#basket #basketTable .productsBasket .sales .price span.pricevat,
  div#basket #basketTable .productsBasket .hide .price span.pricevat {
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
    color: #2d7ed9;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    line-height: 20px;
  }
  div#basket #basketTable .productsBasket .productBasket .price span.pricevatnot,
  div#basket #basketTable .productsBasket .sales .price span.pricevatnot,
  div#basket #basketTable .productsBasket .hide .price span.pricevatnot {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    color: #343434;
    line-height: 20px;
  }
  div#basket #basketTable .productsBasket .productBasket .price span.pricevatnot span,
  div#basket #basketTable .productsBasket .sales .price span.pricevatnot span,
  div#basket #basketTable .productsBasket .hide .price span.pricevatnot span {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    display: inline;
  }
  div#basket #basketTable .productsBasket .productBasket .price div.availability,
  div#basket #basketTable .productsBasket .sales .price div.availability,
  div#basket #basketTable .productsBasket .hide .price div.availability {
    width: 100%;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    line-height: 20px;
    padding: 0;
  }
  div#basket #basketTable .productsBasket .productBasket .price div.availability div,
  div#basket #basketTable .productsBasket .sales .price div.availability div,
  div#basket #basketTable .productsBasket .hide .price div.availability div {
    height: auto;
    width: auto;
    display: block;
  }
  div#basket #basketTable .productsBasket .productBasket div.del,
  div#basket #basketTable .productsBasket .sales div.del,
  div#basket #basketTable .productsBasket .hide div.del {
    float: left;
    width: 8%;
    padding: 0;
    padding: 23px 0;
  }
  div#basket #basketTable .productsBasket .productBasket div.del a.del,
  div#basket #basketTable .productsBasket .sales div.del a.del,
  div#basket #basketTable .productsBasket .hide div.del a.del {
    display: block;
    width: 23px;
    height: 23px;
    background: url("./images/delete.png") 0 0 no-repeat;
    -webkit-background-size: 23px 46px;
    -o-background-size: 23px 46px;
    background-size: 23px 46px;
  }
}
@media screen and (max-width: 550px) {
  .notMobile550 {
    display: none;
  }
  .styled_form.inline input[type="text"],
  .styled_form.inline input[type="password"] {
    width: calc(100% - 60px);
  }
  #notice {
    width: calc(100% - 30px);
  }
  #regForm #notice {
    width: calc(100% - 30px);
  }
  #regForm input[type="text"],
  #regForm input[type="password"] {
    width: calc(100% - 30px);
  }
  #regForm label {
    width: 150px;
  }
  #regForm #fieldset-trade_terms_verify {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  #regForm #fieldset-trade_terms_verify span {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  #regForm #fieldset-trade_terms_verify span a {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  #regForm #fieldset-trade_terms_verify span p {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  #regForm #fieldset-main p,
  #regForm #fieldset-contact p {
    width: 100%;
    float: none;
  }
  #regForm label {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  #regForm p.hint {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  .products .product a {
    display: table-cell;
  }
  div#basket .shipPay .shipping .shipPayitems .item,
  div#basket .shipPay .payment .shipPayitems .item {
    width: 240px;
    margin: unset;
    float: none;
  }
  div#basket .shipPay .shipping .shipPayitems .item label span.name,
  div#basket .shipPay .payment .shipPayitems .item label span.name {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  #hpCategories {
    margin: 0 30px;
    width: calc(100% - 60px);
    margin-bottom: 120px;
    margin-top: 50px;
  }
  #hpCategories .container ul li {
    float: none;
    width: 100%;
    margin-bottom: 4px;
    height: 111px;
    border: none;
  }
  #hpCategories .container ul li a {
    height: 80px;
    width: 100%;
    padding-right: 0;
  }
  #hpCategories .container ul li a.filtry-do-klimatizaci span.name,
  #hpCategories .container ul li a.dalkove-ovladace span.name,
  #hpCategories .container ul li a.wi-fi-moduly span.name,
  #hpCategories .container ul li a.wifi-moduly span.name {
    background-position: 35px center;
  }
  #hpCategories .container ul li a span.name {
    padding-left: 105px;
    width: calc(100% - 100px);
    height: 80px;
    padding-top: 14px;
    margin: 0;
  }
  #hpCategories .container ul li a span.name span {
    height: 80px;
    line-height: 28px;
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  #hpCategories .container ul li a span.img {
    top: 39px;
    left: 53px;
  }
  #hpCategories .container ul li a.dalkove-ovladace span.img {
    top: 33px;
  }
}
@media screen and (max-width: 500px) {
  #hpText {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 0;
  }
  #hpText h2 {
    letter-spacing: 0;
    font-size: 32px; /* add PX (or original value) as backup */
    font-size: 2rem;
    line-height: 38px;
  }
  h1.product {
    text-align: center;
    line-height: 26px;
    font-size: 24px; /* add PX (or original value) as backup */
    font-size: 1.5rem;
  }
  #productHeader {
    text-align: center;
    margin-top: 20px;
  }
  #productHeader .left {
    float: none;
    width: 100%;
  }
  #productHeader .left .topImg {
    min-height: 205px;
    line-height: 200px;
    max-width: 100%;
    height: auto;
    width: auto;
  }
  #productHeader .left .topImg a img {
    display: block;
  }
  #productHeader .left .topImg .signs span.sign {
    width: 77px;
    height: 77px;
  }
  #productHeader .left .topImg .signs span.sign.sign-doporucujeme,
  #productHeader .left .topImg .signs span.sign.sign-doprava-zdarma {
    -webkit-background-size: 77px 77px;
    -o-background-size: 77px 77px;
    background-size: 77px 77px;
  }
  #productHeader .right .priceBuyContainer .price {
    margin-bottom: 18px;
  }
  #productHeader .right .priceBuyContainer .price span.priceVat {
    font-size: 26px; /* add PX (or original value) as backup */
    font-size: 1.625rem;
    line-height: 34px;
  }
  #productHeader .right .priceBuyContainer .price span.priceVatNot {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    line-height: 16px;
  }
  #productHeader .right .priceBuyContainer .quantity {
    margin-left: calc(50% - 60px);
    width: 66px;
    height: 44px;
    text-align: left;
    margin-right: 5px;
  }
  #productHeader .right .priceBuyContainer .quantity input[type='text'] {
    text-align: center;
    width: 44px;
    line-height: 44px;
    height: 44px;
    font-size: 20px; /* add PX (or original value) as backup */
    font-size: 1.25rem;
  }
  #productHeader .right .priceBuyContainer .quantity span.control {
    width: 22px;
    height: 22px;
    background-position: center center;
    -webkit-background-size: 22px 22px;
    -o-background-size: 22px 22px;
    background-size: 22px 22px;
  }
  #productHeader .right .priceBuyContainer .quantity span.minus {
    background-image: url("./images/m-mnozstvi-minus2.png");
    bottom: 0;
  }
  #productHeader .right .priceBuyContainer .quantity span.minus.disabled,
  #productHeader .right .priceBuyContainer .quantity span.minus:hover {
    background-image: url("./images/m-mnozstvi-minus3.png");
    background-position: center center;
  }
  #productHeader .right .priceBuyContainer .quantity span.plus {
    background-image: url("./images/m-mnozstvi-plus2.png");
    top: 0;
  }
  #productHeader .right .priceBuyContainer .quantity span.plus.disabled,
  #productHeader .right .priceBuyContainer .quantity span.plus:hover {
    background-image: url("./images/m-mnozstvi-plus3.png");
    background-position: center center;
  }
  #productHeader .right .priceBuyContainer a.productBuy {
    width: 112px;
    height: 44px;
    line-height: 44px;
    padding-left: 2px;
    -webkit-background-size: 21px 21px;
    -o-background-size: 21px 21px;
    background-size: 21px 21px;
    background-position: 11px center;
  }
  #productHeader .right .tableContainer {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #productHeader .right .tableContainer table tr td {
    padding: 0;
  }
  #productHeader .right .tableContainer table tr td.key {
    text-align: right;
    padding-right: 15px;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  #productHeader .right .tableContainer table tr td.value {
    text-align: left;
    padding-left: 15px;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  #productHeader .right p.perex {
    margin-top: 20px;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    margin-bottom: 25px;
    line-height: 16px;
  }
  div#basket #basket_customer .login {
    margin-top: 10px;
  }
  div#basket #basket_customer .login a.button {
    font-size: 10px; /* add PX (or original value) as backup */
    font-size: 0.625rem;
    height: 25px;
    line-height: 25px;
    width: 100px;
  }
  div#basket #oneStepLogin .window {
    width: 200px;
    margin: -200px 0 0 -120px;
  }
  div#basket #oneStepLogin .window span.close {
    top: 10px;
    right: 10px;
  }
  div#basket #oneStepLogin .window #one_step_login input {
    width: 188px;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  div#basket #oneStepLogin .window #one_step_login label {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  div#basket #oneStepLogin .window input[type="submit"] {
    font-size: 10px; /* add PX (or original value) as backup */
    font-size: 0.625rem;
  }
  div#basket #oneStepLogin .window .basket_registrace a {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  .cupon input[type="submit"] {
    fon-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .products .product {
    width: 100%;
    height: 444px;
    margin-bottom: 10px;
    margin-right: 0;
    float: none;
  }
  .products .product .title {
    max-width: calc(100% - 40px);
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
    line-height: 25px;
    height: 75px;
    padding: 7px 20px;
  }
  .products .product .title div {
    width: auto;
    height: 75px;
  }
  .products .product .img {
    width: calc(100% - 40px);
    height: 190px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .products .product .img a {
    display: inline;
  }
  .products .product .img span.sign {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 77px;
    width: 77px;
  }
  .products .product .img span.sign.sign-doporucujeme {
    background: url("./images/m-priznak-doporucujeme.png") center center no-repeat;
    -webkit-background-size: 77px 77px;
    -o-background-size: 77px 77px;
    background-size: 77px 77px;
  }
  .products .product .img span.sign.sign-doprava-zdarma {
    background: url("./images/m-priznak-doprava-zdarma.png") center center no-repeat;
    -webkit-background-size: 77px 77px;
    -o-background-size: 77px 77px;
    background-size: 77px 77px;
  }
  .products .product p.perex {
    margin-top: 15px;
    margin-bottom: 3px;
    margin-left: 20px;
    margin-right: 20px;
    height: 80px;
    line-height: 16px;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  .products .product .bottom {
    margin: 0 20px;
  }
  .products .product .bottom:before,
  .products .product .bottom:after {
    content: " ";
    display: block;
  }
  .products .product .bottom:after {
    clear: both;
  }
  .products .product .bottom {
    *zoom: 1;
    clear: both;
  }
  .products .product .bottom .prices {
    margin-top: 3px;
  }
  .products .product .bottom .prices span.priceVat {
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
    line-height: 26px;
  }
  .products .product .bottom .prices span.priceVatNot {
    font-size: 13px; /* add PX (or original value) as backup */
    font-size: 0.8125rem;
    line-height: 16px;
    margin-top: 0;
  }
  .products .product .bottom .buyBox {
    height: 43px;
    width: 110px;
    margin: 0 auto;
  }
  .products .product .bottom .buyBox .button {
    width: 100%;
    height: 46px;
  }
  .products .product .bottom .buyBox .button a {
    display: block;
    width: 112px;
    padding-left: 0;
    height: 46px;
    line-height: 46px;
    background: #059a00 url("./images/m-btn-cart.png") 11px center no-repeat;
    -webkit-background-size: 21px 21px;
    -o-background-size: 21px 21px;
    background-size: 21px 21px;
  }
}
@media screen and (max-width: 450px) {
  .price table.table th,
  #customer_orders table.table th,
  .price table.table td,
  #customer_orders table.table td {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  .price .modal .modal-body dl.dl-horizontal dt,
  #customer_orders .modal .modal-body dl.dl-horizontal dt {
    width: 110px;
  }
  .price .modal .modal-body dl.dl-horizontal dd,
  #customer_orders .modal .modal-body dl.dl-horizontal dd {
    margin-left: 120px;
  }
  .price .modal .modal-body #basket-recap-user .pull-right,
  #customer_orders .modal .modal-body #basket-recap-user .pull-right,
  .price .modal .modal-body #basket-recap-user .pull-left,
  #customer_orders .modal .modal-body #basket-recap-user .pull-left {
    float: none;
    width: 100%;
  }
  .price .modal .modal-body #basket-recap-user .pull-right table tr td,
  #customer_orders .modal .modal-body #basket-recap-user .pull-right table tr td,
  .price .modal .modal-body #basket-recap-user .pull-left table tr td,
  #customer_orders .modal .modal-body #basket-recap-user .pull-left table tr td {
    width: 50%;
  }
  h2.lower {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  #description .textPage {
    font-size: 13px; /* add PX (or original value) as backup */
    font-size: 0.8125rem;
  }
  #regForm label[for="newsletter"] {
    width: 100px;
  }
  #regForm label[for="trade_terms"] {
    width: 65px;
  }
  #regForm #fieldset-trade_terms_verify {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  #regForm #fieldset-trade_terms_verify span {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  #regForm #fieldset-trade_terms_verify span a {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  #regForm #fieldset-trade_terms_verify span p {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  #regForm label {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  #regForm p.hint {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  #fieldset-login_group label {
    width: 150px;
  }
  #fieldset-login_group input,
  #fieldset-log input {
    width: calc(100% - 60px);
  }
  #fieldset-login_group label,
  #fieldset-log label {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  .wrong_pass {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  .info_message,
  .message,
  #message {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    line-height: 45px;
  }
  .info_message p,
  .message p,
  #message p {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    line-height: 45px;
  }
  #content.notIndex.products {
    padding-left: 14px;
    padding-right: 14px;
    width: calc(100% - 28px);
  }
  h1.productsTitle {
    line-height: 25px;
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
  }
  div#basket #basketTable {
    padding-top: 15px;
    width: 100%;
    max-width: 100%;
  }
  div#basket #basketTable .productsBasket .productBasket,
  div#basket #basketTable .productsBasket .sales,
  div#basket #basketTable .productsBasket .hide {
    margin-bottom: 5px;
  }
  div#basket #basketTable .productsBasket .productBasket .img,
  div#basket #basketTable .productsBasket .sales .img,
  div#basket #basketTable .productsBasket .hide .img {
    height: 70px;
    float: left;
    width: 31%;
    height: auto;
    background: #fff;
    padding-top: 16px;
    padding-bottom: 17px;
    text-align: center;
  }
  div#basket #basketTable .productsBasket .productBasket .img img,
  div#basket #basketTable .productsBasket .sales .img img,
  div#basket #basketTable .productsBasket .hide .img img {
    max-width: 100%;
    max-height: 100%;
  }
  div#basket #basketTable .productsBasket .productBasket .right,
  div#basket #basketTable .productsBasket .sales .right,
  div#basket #basketTable .productsBasket .hide .right {
    float: left;
    margin-left: 4%;
    margin-right: 1%;
    width: 64%;
    padding-bottom: 10px;
  }
  div#basket #basketTable .productsBasket .productBasket .name,
  div#basket #basketTable .productsBasket .sales .name,
  div#basket #basketTable .productsBasket .hide .name {
    width: 100%;
  }
  div#basket #basketTable .productsBasket .productBasket .name div,
  div#basket #basketTable .productsBasket .sales .name div,
  div#basket #basketTable .productsBasket .hide .name div {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
    color: #2d7ed9;
    width: auto;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    line-height: 15px;
  }
  div#basket #basketTable .productsBasket .productBasket .name div a,
  div#basket #basketTable .productsBasket .sales .name div a,
  div#basket #basketTable .productsBasket .hide .name div a {
    color: #2d7ed9;
    text-decoration: none;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    line-height: 15px;
  }
  div#basket #basketTable .productsBasket .productBasket .name div a:hover,
  div#basket #basketTable .productsBasket .sales .name div a:hover,
  div#basket #basketTable .productsBasket .hide .name div a:hover {
    text-decoration: underline;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity,
  div#basket #basketTable .productsBasket .sales .quantity,
  div#basket #basketTable .productsBasket .hide .quantity {
    width: 45%;
    float: left;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear,
  div#basket #basketTable .productsBasket .sales .quantity div.clear,
  div#basket #basketTable .productsBasket .hide .quantity div.clear {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear:before,
  div#basket #basketTable .productsBasket .sales .quantity div.clear:before,
  div#basket #basketTable .productsBasket .hide .quantity div.clear:before,
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear:after,
  div#basket #basketTable .productsBasket .sales .quantity div.clear:after,
  div#basket #basketTable .productsBasket .hide .quantity div.clear:after {
    content: " ";
    display: block;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear:after,
  div#basket #basketTable .productsBasket .sales .quantity div.clear:after,
  div#basket #basketTable .productsBasket .hide .quantity div.clear:after {
    clear: both;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.clear,
  div#basket #basketTable .productsBasket .sales .quantity div.clear,
  div#basket #basketTable .productsBasket .hide .quantity div.clear {
    *zoom: 1;
    clear: both;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.unit,
  div#basket #basketTable .productsBasket .sales .quantity div.unit,
  div#basket #basketTable .productsBasket .hide .quantity div.unit {
    float: left;
    line-height: 44px;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity {
    width: 63px;
    height: 44px;
    position: relative;
    float: left;
    margin-right: 5px;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity input[type='text'],
  div#basket #basketTable .productsBasket .sales .quantity div.quantity input[type='text'],
  div#basket #basketTable .productsBasket .hide .quantity div.quantity input[type='text'] {
    text-align: center;
    width: 42px;
    line-height: 42px;
    height: 42px;
    padding: 0;
    border: none;
    outline: none;
    background: #fff;
    text-align: center;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    border: 1px solid #d8d8d8;
    border-right: none;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.control,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.control,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.control {
    display: block;
    width: 22px;
    height: 22px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    cursor: pointer;
    -webkit-background-size: 22px 22px;
    -o-background-size: 22px 22px;
    background-size: 22px 22px;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.control.disabled,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.control.disabled,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.control.disabled {
    cursor: default;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.minus,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.minus,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.minus {
    background-image: url("./images/m-mnozstvi-minus2.png");
    bottom: 0;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.minus.disabled,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.minus.disabled,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.minus.disabled,
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.minus:hover,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.minus:hover,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.minus:hover {
    background-position: 0 0;
    background-image: url("./images/m-mnozstvi-minus3.png");
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.plus,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.plus,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.plus {
    background-image: url("./images/m-mnozstvi-plus2.png");
    top: 0;
  }
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.plus.disabled,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.plus.disabled,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.plus.disabled,
  div#basket #basketTable .productsBasket .productBasket .quantity div.quantity span.plus:hover,
  div#basket #basketTable .productsBasket .sales .quantity div.quantity span.plus:hover,
  div#basket #basketTable .productsBasket .hide .quantity div.quantity span.plus:hover {
    background-position: 0 0;
    background-image: url("./images/m-mnozstvi-plus3.png");
  }
  div#basket #basketTable .productsBasket .productBasket .price,
  div#basket #basketTable .productsBasket .sales .price,
  div#basket #basketTable .productsBasket .hide .price {
    float: left;
    width: 46%;
    padding-left: 1%;
  }
  div#basket #basketTable .productsBasket .productBasket .price span,
  div#basket #basketTable .productsBasket .sales .price span,
  div#basket #basketTable .productsBasket .hide .price span {
    display: block;
  }
  div#basket #basketTable .productsBasket .productBasket .price span.pricevat,
  div#basket #basketTable .productsBasket .sales .price span.pricevat,
  div#basket #basketTable .productsBasket .hide .price span.pricevat {
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
    color: #2d7ed9;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    line-height: 14px;
  }
  div#basket #basketTable .productsBasket .productBasket .price span.pricevatnot,
  div#basket #basketTable .productsBasket .sales .price span.pricevatnot,
  div#basket #basketTable .productsBasket .hide .price span.pricevatnot {
    font-size: 10px; /* add PX (or original value) as backup */
    font-size: 0.625rem;
    color: #343434;
    line-height: 14px;
  }
  div#basket #basketTable .productsBasket .productBasket .price span.pricevatnot span,
  div#basket #basketTable .productsBasket .sales .price span.pricevatnot span,
  div#basket #basketTable .productsBasket .hide .price span.pricevatnot span {
    font-size: 10px; /* add PX (or original value) as backup */
    font-size: 0.625rem;
    display: inline;
  }
  div#basket #basketTable .productsBasket .productBasket .price div.availability,
  div#basket #basketTable .productsBasket .sales .price div.availability,
  div#basket #basketTable .productsBasket .hide .price div.availability {
    width: 100%;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    line-height: 14px;
    padding: 0;
  }
  div#basket #basketTable .productsBasket .productBasket .price div.availability div,
  div#basket #basketTable .productsBasket .sales .price div.availability div,
  div#basket #basketTable .productsBasket .hide .price div.availability div {
    height: auto;
    width: auto;
    display: block;
  }
  div#basket #basketTable .productsBasket .productBasket div.del,
  div#basket #basketTable .productsBasket .sales div.del,
  div#basket #basketTable .productsBasket .hide div.del {
    float: left;
    width: 8%;
    padding: 0;
    padding: 14px 0;
  }
  div#basket #basketTable .productsBasket .productBasket div.del a.del,
  div#basket #basketTable .productsBasket .sales div.del a.del,
  div#basket #basketTable .productsBasket .hide div.del a.del {
    display: block;
    width: 14px;
    height: 14px;
    background: url("./images/delete.png") 0 0 no-repeat;
    -webkit-background-size: 14px 28px;
    -o-background-size: 14px 28px;
    background-size: 14px 28px;
  }
  div#basket .fieldset {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  div#basket .fieldset.last {
    padding-top: 0px;
  }
  div#basket h2.title {
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
    line-height: 32px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  div#basket h2.basket {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    line-height: 16px;
  }
  div#basket .basketPrices .row span.title {
    font-size: 10px; /* add PX (or original value) as backup */
    font-size: 0.625rem;
    width: 130px;
  }
  div#basket .basketPrices .row span.title.pricevat {
    padding-top: 2px;
  }
  div#basket .basketPrices .row span.price {
    width: auto;
    font-size: 10px; /* add PX (or original value) as backup */
    font-size: 0.625rem;
    line-height: 11px;
  }
  div#basket .basketPrices .row span.price.priceVat {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    line-height: 18px;
  }
  div#basket .basketPrices .row + .row {
    margin-top: 0;
  }
  div#basket .recount input[type="submit"] {
    padding: 0 8px 0 23px;
    font-size: 10px; /* add PX (or original value) as backup */
    font-size: 0.625rem;
    height: 25px;
    line-height: 25px;
    background-position: 8px center;
    -webkit-background-size: 11px 11px;
    -o-background-size: 11px 11px;
    background-size: 11px 11px;
  }
  div#basket .shipPay .notice label[for='notice'] {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    padding-bottom: 5px;
  }
  div#basket .shipPay .notice textarea {
    padding: 10px 10px;
    width: calc(100% - 20px);
    height: 50px;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  div#basket .shipPay .cupon {
    margin-bottom: 5px;
  }
  div#basket .shipPay .cupon label[for='sale_code'] {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    padding-bottom: 5px;
  }
  div#basket .shipPay .cupon input[type='text'] {
    width: calc(100% - 20px);
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  div#basket .shipPay .cupon input[type="submit"] {
    height: 25px;
    line-height: 25px;
    width: 130px;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  div#basket #basket_customer #customer_user .fl {
    margin-bottom: 3px;
  }
  div#basket #basket_customer #customer_user .fl p.hint {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  div#basket #basket_customer #fieldset-mainform .cf label {
    width: 70px;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    height: 22px;
    line-height: 22px;
  }
  div#basket #basket_customer #fieldset-mainform .cf input[type="text"] {
    width: calc(100% - 85px);
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 14px;
    line-height: 14px;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  div#basket #basket_customer #fieldset-contactform {
    margin-top: 5px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  div#basket #basket_customer #fieldset-contactform label {
    width: 70px;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    height: 22px;
    line-height: 22px;
  }
  div#basket #basket_customer #fieldset-contactform input[type="text"] {
    width: calc(100% - 85px);
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 14px;
    line-height: 14px;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  div#basket #basket_customer label[for="to_company"],
  div#basket #basket_customer label[for="custom_delivery"] {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  div#basket #priceSubmit {
    margin-top: 10px;
  }
  div#basket #priceSubmit .priceTotal .vat {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    line-height: 16px;
  }
  div#basket #priceSubmit .priceTotal .vatNot {
    font-size: 10px; /* add PX (or original value) as backup */
    font-size: 0.625rem;
    line-height: 11px;
  }
  div#basket p.podminky {
    margin-top: 10px;
    margin-bottom: 70px;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  div#basket p.podminky a {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  div#basket .basket-button {
    margin-top: 15px;
  }
  div#basket .basket-button input[type="submit"] {
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  div#basket .shipPay .shipping .shipPayitems,
  div#basket .shipPay .payment .shipPayitems {
    margin-top: 0;
  }
  div#basket .shipPay .shipping .shipPayitems .item label span.name,
  div#basket .shipPay .payment .shipPayitems .item label span.name {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    line-height: 18px;
  }
  .textPage {
    font-size: 13px; /* add PX (or original value) as backup */
    font-size: 0.8125rem;
  }
  .textPage h1,
  .textPage h2,
  .textPage h3,
  .textPage h4,
  .textPage h5 {
    margin: 8px 0 8px 0;
  }
  .textPage h1.title,
  .textPage h2.title {
    margin: 12px 0 10px 0;
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
    line-height: 26px;
    font-weight: normal;
  }
  .textPage h1,
  .textPage h2 {
    font-size: 20px; /* add PX (or original value) as backup */
    font-size: 1.25rem;
  }
  .textPage h3 {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
  }
  .textPage h4,
  .textPage h5,
  .textPage h6 {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  .textPage p {
    line-height: 140%;
  }
}
@media screen and (max-width: 450px) and (max-width: 980px) {
  #priceSubmit {
    width: 100% !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 980px) {
  #hpCategories {
    width: 100%;
  }
  #hpCategories li {
    padding-top: 12px;
  }
  #hpText h2 {
    width: 91%;
  }
  .productBuy span {
    position: relative;
    top: 1px;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 500px) {
  #hpCategories li {
    padding-right: 33px;
    box-sizing: border-box;
  }
  .productBuy span {
    position: relative;
    top: 1px;
    margin-left: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 980px) {
  .headerInner {
    padding: 15px;
  }
  #hpCategories li {
    box-shadow: 0 3px 10px rgba(14,71,119,0.36);
  }
  #userMenu ul li ul {
    text-align: left !important;
    padding: 10px !important;
  }
  #userMenu ul li ul li span {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    text-align: left;
  }
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  #navigation {
    display: block;
    background: url("./images/podstranka-opacity.png");
    margin-bottom: 3px;
    padding: 5px 15px;
  }
  #navigation a {
    display: block;
    float: left;
    color: #414141;
    text-decoration: underline;
    padding: 0 0 0 14px;
    position: relative;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    line-height: 25px;
    transition: 0.2s;
    margin-left: 7px;
    background: url("./images/m-breadcrumb-sipka.png") left center no-repeat;
    -webkit-background-size: 8px 8px;
    -o-background-size: 8px 8px;
    background-size: 8px 8px;
  }
  #navigation a.first {
    background: none;
    padding-left: 0;
  }
  #navigation a.hp {
    background: url("./images/m-breadcrumb-home.png") center center no-repeat;
    width: 15px;
    height: 25px;
    margin-left: 0;
    -webkit-background-size: 15px 16px;
    -o-background-size: 15px 16px;
    background-size: 15px 16px;
  }
  #navigation a.active {
    color: #2d7ed9;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: bold;
    text-decoration: none;
  }
  #navigation a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 800px) {
  .basketPrices {
    height: 135px !important;
    padding-left: 14px !important;
    padding-right: 20px !important;
    float: none !important;
  }
  .basketPrices .avail {
    left: 43px !important;
  }
  .basketPrices img {
    position: relative !important;
  }
  .basketPrices .row {
    width: 100% !important;
    top: -39px !important;
  }
  .basketPrices .title {
    float: left !important;
    text-align: left !important;
  }
  .basketPrices .price {
    float: right !important;
    text-align: right !important;
  }
}
@media screen and (min-width: 451px) and (max-width: 800px) {
  .basketPrices .avail {
    top: 76px !important;
    left: 43px !important;
  }
  .basketPrices img {
    top: 57px !important;
  }
}
@media screen and (max-width: 450px) {
  .basketPrices .avail {
    top: 60px !important;
    line-height: 18px;
  }
  .basketPrices img {
    top: 43px !important;
  }
}
#mobileMenu span {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
#mobileMenu a {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
.last #f-op {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .last .label-f-op {
    line-height: 20px !important;
    margin-top: 30px !important;
  }
  div#basket .basketPrices .row span.price {
    line-height: 14px;
  }
  div#basket .basketPrices .row + .row {
    margin-top: 2px;
  }
}
@media screen and (max-width: 500px) {
  .basket-button {
    width: 100%;
  }
  .basket-button input {
    width: 100%;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .shipPay .notice {
    float: none;
    width: 100%;
    clear: both;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
  .shipPay .notice label[for='notice'] {
    font-size: 26px; /* add PX (or original value) as backup */
    font-size: 1.625rem;
    padding-bottom: 20px;
  }
  .shipPay .notice textarea {
    padding: 20px 25px;
    width: calc(100% - 50px);
    height: 50px;
  }
  .shipPay .cupon {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .shipPay .cupon label[for='sale_code'] {
    font-size: 26px; /* add PX (or original value) as backup */
    font-size: 1.625rem;
    padding-bottom: 20px;
  }
  .shipPay .cupon input[type='text'] {
    width: calc(100% - 50px) !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 25px !important;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  div#basket .shipPay .cupon input[type='submit'] {
    float: right;
  }
  #fieldset-mainform label,
  .cf label {
    width: auto;
    display: inline-block;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  #fieldset-mainform input[type="text"],
  .cf input[type="text"] {
    width: calc(100% - 11px);
    display: inline-block;
  }
  #fieldset-mainform .gdpr-n,
  .cf .gdpr-n {
    width: 95% !important;
  }
  #customer_user .fl {
    width: 100% !important;
    float: none;
  }
  #customer_user .fl.right {
    margin-left: 0px !important;
  }
  div#basket .shipPay .notice textarea {
    width: calc(100% - 50px);
  }
  div#basket .shipPay .shipping .shipPayitems .item,
  div#basket .shipPay .payment .shipPayitems .item {
    width: 33%;
  }
  body {
    background: #fbfbfb url("./images/background.png") -860px top no-repeat;
  }
  #hpText h2 {
    font-size: 40px; /* add PX (or original value) as backup */
    font-size: 2.5rem;
  }
  #hpText {
    margin-left: 5px;
  }
  #header #logo {
    margin-left: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 980px) {
  div#basket .shipPay .cupon input[type='submit'] {
    float: right;
  }
  .shipPay .notice {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  div#basket #basket_customer .login {
    float: right;
  }
  div#basket #priceSubmit {
    float: none;
  }
  div#basket .fieldset.last {
    height: auto !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 980px) {
  #page {
    width: 95%;
  }
}
@media screen and (min-width: 451px) and (max-width: 980px) {
  .textPage h1,
  .textPage h2 {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
  }
  .textPage .usr p {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  .textPage .usr {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  div#basket .fieldset.last {
    width: 100%;
    height: auto;
  }
  div#basket p.podminky {
    margin-bottom: 40px;
  }
  div#basket .fieldset .label-f-op {
    margin-bottom: 10px;
  }
  div#basket #basket_customer #fieldset-mainform .cf input[type="text"] {
    width: calc(100% - 11px);
    height: 30px;
  }
  .productBuy span {
    margin-left: 37px;
  }
  .pSpan {
    margin-left: 27px !important;
  }
  div#basket #basketTable .productsBasket .productBasket .name div a {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  div#basket #basketTable .productsBasket .productBasket .price span.pricevat {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  div#basket #basketTable .productsBasket .productBasket .price span.pricevatnot {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  div#basket #basketTable .productsBasket .productBasket .price div.availability {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 980px) {
  div#basket .fieldset.last h2 {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket #priceSubmit .priceTotal .vat {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
    line-height: 26px !important;
  }
  div#basket #priceSubmit .priceTotal .vatNot {
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  div#basket #basket_customer #fieldset-mainform .cf label {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    width: 90px;
  }
  div#basket #basket_customer label[for="to_company"],
  div#basket #basket_customer label[for="custom_delivery"] {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  div#basket #basket_customer label[for="to_company"],
  div#basket #basket_customer label[for="custom_delivery"] {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  div#basket h2.basket {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket .shipPay .notice label[for='notice'] {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket .shipPay .cupon label[for='sale_code'] {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket #basket_customer .login {
    margin-left: 0px;
  }
  div#basket .basketPrices .avail span {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  div#basket .basketPrices .row span.title {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    width: 151px;
  }
  div#basket .basketPrices .row span.price.priceVat {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket .basketPrices .row span.price {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  #productHeader .left .topImg a img {
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  div#basket .fieldset.last h2 {
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
  }
  div#basket h2.basket {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
  }
  div#basket .shipPay .notice label[for='notice'] {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
  }
  div#basket .shipPay .cupon label[for='sale_code'] {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
  }
  div#basket #priceSubmit .priceTotal .vat {
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
  }
  div#basket #priceSubmit .priceTotal .vatNot {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket .basketPrices .row span.price.priceVat {
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
  }
  div#basket .basketPrices .row span.price {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  div#basket #priceSubmit .priceTotal {
    float: right;
    margin-right: 15px;
  }
  div#basket .basketPrices .avail {
    line-height: 1.2;
  }
}
.basketPrices img {
  position: relative;
  top: 16px;
}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
  box-sizing: inherit;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
