/* CSS Document */ 
@import "../normalize.css"; /* pro sjednoceni stylu */
/* Import fontu */
@import "../../fonts/lora.css";
@import "../../fonts/barlowsemicondensed.css";
/* HTML */

html {
  overflow-y: scroll;
}

button, input, optgroup, select, textarea
{
  outline: none;
}


  
/* BODY */
body {
  margin: 0;;
	padding: 0; 	
	background-color: #FFFFFF;
  /* background-image: url('images/pozadi.png');*/
  font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #626262;	
	text-align: left; 
  border: none;
  line-height: 1.6;
}


/* H1 */
h1, h2, h3 {
  margin: 0;;  
  margin-bottom: 25px;
  padding: 0;
  color: #626262;
  font-weight: normal; 
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  font-size: 3em;
  font-weight: 300;
  letter-spacing: -0.025em;
}


h1.druh {
  display: inline-block;
}
h1.nahled {
  font-weight: 300;
  letter-spacing: -0.025em;
  padding-right: 300px;
}
h1.kosik {
  display: inline-block;
  float: left;
  white-space: pre;
}
h2, h3 {
  font-size: 2.3em;
  margin-top: 20px;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
}
h2.zbozi-seznam {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #868686;
  text-transform: uppercase;
}
h2.zbozi-seznam span span {
  display: block;
  margin-top: 8px; 
  font-weight: normal;  
  font-size: 0.9em;
} 
h2.druh-prirazeno_ltd {
  display: inline-block;
  float: right;
}
h2.nbox-title {
  display: inline-block;
  width: 100%;
  margin: 0;;
  padding: 8px 0px 8px 0px;
  text-align: center;
  color: black;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  bottom: 12%;
  background-color: #EDEDED;
  opacity: 0.95; 
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  vertical-align: middle;
}

/* DIV */
div {
  margin: 0;;	
	padding: 0;
  border: 0;
  text-align: left;
}
div.f-pole-box {
  clear: both;
  width: 100%;    
}
div.f-pole, div.f-pole2, div.f-pole3, div.f-pole4  {
  /* float: left; */
  padding: 0.5em;
  white-space: nowrap;
  display: inline-block; 
}
div.f-pole2 {
  clear: both;
  float: none;
  display: block;
}
div.f-pole3 {
  white-space: normal;
}
div.f-pole4 {
  padding-top: 0;
  padding-bottom: 0;
}
div.f-pole.info-text {
  white-space: normal;
}
div.hlavni-box {
  margin: 0 auto;
  position: relative;
  /*padding: 0 15px 0 15px;*/ 
  overflow: hidden; 
}
header.box-hlavicka-fix {
  background: #1B2C39;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
div.box-hlavicka {
  height: 156px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
div.box-hlavicka.home {
  height: 120px;
  max-width: 1024px;
}
div.box-home {
  max-width: 1024px;
}
div.hlavicka-logo {
  flex-basis: auto;
  flex-grow: 1;
}
div.hlavicka-logo.home {
  padding-left: 30px;
}
div.hlavicka-hledat-box {
  flex-shrink: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 50px;
}
div.hlavicka-nav-button {
  width: 60px;
  height: 60px;
  background: #62affc;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-block;
}
div.hlavicka-hledat-button {
  width: 60px;
  height: 60px;
  background: #404040 url(images/ico_search.svg) center center no-repeat;
  background-size: 24px 24px;
  display: inline-block;
}
div.hlavicka-uzivatel-button {
  width: 60px;
  height: 60px;
  background: #333 url(images/ico_uzivatel.svg) center center no-repeat;
  background-size: 24px;
  display: none;
}
div.hlavicka-nav-button:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(images/ico_nav.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
div.hlavicka-mobile {
  display: none;
}
div.hledat-text {
  margin: 47px 0 10px 0;
  font-weight: bold;
}
div.hledat-formular {
  display: none;
  width: 100%;
  z-index: 9999;
  transition: top 0.2s ease-in-out;
  text-align: right;
  border: unset;
  background: #171e26;
  padding: 17px 0;
}
div.hlavicka-uzivatel {
  width: auto;
  position: absolute;
  right: 6px;
  top: 40px;  
  color: #868686;
  text-align: right;  
}
div.uzivatel-odkaz {
  display: inline-block;
  text-align: right;
  white-space: nowrap;
  font-size: 1.2em;
  color: #62affc;
}
div.uzivatel-prihlasen {
  display: inline-block;
  text-align: right;
}
div.uzivatel-kosik {
  display: inline-block;
  position: relative;
  background-image: url(images/kosik-koscom.svg);
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: left center;
  white-space: nowrap;
  padding-left: 30px;
  text-align: right;
  font-size: 1.2em;
  color: #62affc;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
div.uzivatel-kosik span {
  white-space: nowrap;
  margin-left: 30px;
}
nav.box-menu {
    display: block;
    background: transparent;
    margin: 22px;
    
}
nav.box-menu.home {
  margin-right: 30px;
  margin-left: 0;
}
div.box-menu-mobilni {
  margin-right: 30px;
}
div.box-menu-mobilni img {
  height: 30px;
  cursor: pointer;
}
div.banner {
  display: flex;
  margin-top: 59px;
  position: relative;
}
div.banner img.dr-presentation-img {

}
div.banner-bottom-stripe {
  display: block;
  background: rgba(0, 159, 218, 0.8);
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: background 0.2s ease-in-out;
}
div.banner-bottom-stripe div.container {
  display: flex;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}
div.banner-bottom-stripe div.l-content,
div.banner-bottom-stripe div.r-content {
  font-weight: 300;
  letter-spacing: -0.050em;
  line-height: 1em;
  flex-basis: 30%;
  color: #fff;
}
div.banner-bottom-stripe div.l-content {
  font-size: 40px;
}
div.banner-bottom-stripe div.r-content {
  font-size: 18px;
  letter-spacing: -0.025em;
  flex-basis: 60%;
  font-weight: 300;
  line-height: 1.6;
}

div.box-telo {
  display: flex;
  margin-top: 160px;
  margin-bottom: 30px; 
  margin-left: 15px;
  margin-right: 15px;   
}

div.box-telo.uvod
  {
    margin-bottom: 0px;
  }

  div.baner-produkty div.oblibene-holder
  {
    margin-bottom: 0px;
  }


div.box-telo-home {
  display: flex;
  margin-top: 120px;
  margin-bottom: 30px; 
}
div.telo-panel-filtr-box {
  width: 280px;
  flex-shrink: 0;
  margin-right: 30px;
  color: #585858;
}
div.telo-panel-filtr {
  display: inline-block;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  background: #ececec;  
}
div.telo-panel-filtr-tab {
  display: grid;
}
div.telo-panel-filtr-tab a {
  color: #585858;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 8px 0 8px 0;
}
div.telo-panel-filtr-tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.telo-panel-filtr-tab ul li {
  display: block;
  width: 140px;
  text-align: center;
  float: left;
  border: 1px solid #b1b1b1;
  border-width: 0 0 1px 0;
  text-transform: uppercase;
  font-size: 0.9em; 
  cursor: pointer;
  background: #dcdcdc;
}
div.telo-panel-filtr-tab ul li.vyber {
  background: #ececec;
  border-width: 1px 1px 0 1px;
  width: 138px;
}
div.telo-parametry,
div.telo-panel {
  border: 1px solid #b1b1b1;
  border-width: 0px 1px 1px 1px;  
}
div.telo-panel {

}
div.panel-box {
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
div.panel-menu-box {
  position: relative;
  display: block;
  line-height: 1.9;
}
div.panel-menu {
  position: relative;
  display: block;
}
div.panel-menu:hover {
  color: #62affc;  
}
div.panel-menu-a,
div.panel-menu-a:hover {
  font-weight: bold; 
  color: #62affc;  
}
div.panel-menu-a a {
  color: #62affc;  
}
div.panel-menu-vyprodej-a,
div.panel-menu-vyprodej-a:hover {
  color: #62affc;
  font-weight: bold;  
}
div.panel-menu-akce {
   
}
div.panel-menu-akce:hover {
   
}
div.panel-menu-2 {
  position: relative;
  display: block;
}
div.panel-menu-2:hover {
  
}
div.panel-menu-color-2 {
    
}
div.panel-menu-color-3 {  
  padding-left: 11px;
}
div.panel-menu-color-3 img.panel-menu {
  left: 31px;
}
div.panel-menu-color-4 {
  padding-left: 21px;
}
div.panel-menu-color-4 img.panel-menu {
  left: 41px;
}
div.panel-menu-color-a,
div.panel-menu-color-a:hover {
  color: white;  
}
div.panel-menu-color-a {
  font-weight: bold;      
}
div.panel-menu-color-3 a.panel-menu-color-a {
  font-weight: bold;  
}
div.panel-menu-color-4 a.panel-menu-color-a {
  font-weight: bold;   
}
div.panel-menu-color-4.panel-menu-color-a a.panel-menu-2 {
  color: #585858;  
}
div.panel-menu-zvyraznit {
  font-weight: bold;
}

div.podmenu {
  padding-bottom: 10px;
  position: fixed;
  top: 180px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
div.podmenu-box {
  display: none;
  text-transform: uppercase;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  text-align: left;
  color: #000;
  transition: height .3s ease-in-out;
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.57);   
}
div.podmenu-box-b {
  display: table;
  background: #fff; 
  width: 100%;
  position: relative;   
}
div.podmenu-box-b > div {
  min-width: 100px;
  height: 100%;
  display: table-cell;
  float: left;
  padding: 20px 25px 25px 20px;
}
div.podmenu-box-b div.podmenu-box-f {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 159, 218, 0.1);
  padding-bottom: 0;
  padding-top: 0; 
  pointer-events: none;
}
div.podmenu-box-b div.podmenu-box-l {
  display: inline-block;
  width: 300px;
  overflow: hidden;
  float: right;
  padding-bottom: 0;
  padding-left: 0;
  text-transform: none;
}
div.podmenu-box-b div.podmenu-box-l > span {
  display: block;
  color: #6a6a6a;
  font-size: 140%;
  text-align: center;
  font-weight: 300;
  margin-bottom: 1em;
}
div.podmenu-box-slide {
  display: flex;
  margin: 0;;
  height: 300px;
  position: relative;
  left: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
div.podmenu-box-b div strong {
  display: block;
  margin-bottom: 1em;
  color: #62affc;
  font-weight: 400;
  font-size: 13px;
}
div.podmenu-box-b div a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 3px;
  color: #333;
  font-size: 12px;
}
div.podmenu-box-b div a:hover {
  text-decoration: underline;
}

div.filtr-zbozi {
  padding: 0 5px 0 20px;
  color: #585858;
  text-transform: uppercase;
  overflow: hidden;
}
div.filtr-zbozi:nth-child(even) {
  background: #f6f6f6;
}
div.filtr-zbozi-box {
  overflow: auto;
  margin-bottom: 20px;  
}
div.filtr-zbozi h3  {
  margin: 0;;
  padding: 20px 0;
  font-size: 0.9em;
  color: #585858;
  font-weight: normal;
  cursor: pointer;
  background: url(images/sipka-nahoru.png) right 25px no-repeat;
}
div.filtr-zbozi h3.skryt {
  background: url(images/sipka-dolu.png) right 25px no-repeat;  
}
div.filtr-zbozi h3.zobrazit {
  background: url(images/sipka-nahoru.png) right 25px no-repeat;  
}
div.filtr-zbozi-hledat-box input {
  width: 200px;  
}
div.filtr-zbozi input[type="checkbox"], div.filtr-zbozi input[type="radio"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
div.filtr-zbozi label {
  display: block;
  white-space: normal;
  position: relative;  
}
div.filtr-zbozi label.cena_od_do {
  display: inline-block;
}
div.filtr-zbozi label.cena_od_do input {
  width: 65px;
}
div.filtr-zbozi input[type="checkbox"] + label, div.filtr-zbozi input[type="radio"] + label {
  cursor: pointer;
  position: relative;
  padding-left: 23px;
}
div.filtr-zbozi input[type="checkbox"]:checked + label:before, 
div.filtr-zbozi input[type="radio"]:checked + label:before {
    border-color: #62affc;
}
div.filtr-zbozi input[type="checkbox"] + label:before, 
div.filtr-zbozi input[type="radio"] + label:before {
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #818181;
}
div.filtr-zbozi input[type="checkbox"] + label:before, 
div.filtr-zbozi input[type="checkbox"] + label:after, 
div.filtr-zbozi input[type="radio"] + label:before, 
div.filtr-zbozi input[type="radio"] + label:after {
    content: '';
    position: absolute;
}
div.filtr-zbozi input[type="checkbox"]:checked + label:after, 
div.filtr-zbozi input[type="radio"]:checked + label:after {
  opacity: 1;
}
div.filtr-zbozi input[type="checkbox"] + label:after, 
div.filtr-zbozi input[type="radio"]    + label:after {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  opacity: 0;
  background: #62affc;
}
div.filtr-zbozi input[type="checkbox"] + label:before, 
div.filtr-zbozi input[type="checkbox"] + label:after, 
div.filtr-zbozi input[type="radio"] + label:before, 
div.filtr-zbozi input[type="radio"] + label:after {
  content: '';
  position: absolute;
}
div.filtr-zbozi input[type="checkbox"]:disabled + label, 
div.filtr-zbozi input[type="radio"]:disabled + label {
  cursor: not-allowed;
}
div.filtr-zbozi input[type="checkbox"]:disabled + label:before, 
div.filtr-zbozi input[type="radio"]:disabled + label:before {
  background: #c0c0c0;
}
div.filtr-zbozi input[type="checkbox"] + label:before, 
div.filtr-zbozi input[type="radio"] + label:before {
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #818181;
}
div.filtr-zbozi input[type="checkbox"] + label:before, 
div.filtr-zbozi input[type="checkbox"] + label:after, 
div.filtr-zbozi input[type="radio"] + label:before, 
div.filtr-zbozi input[type="radio"] + label:after {
  content: '';
  position: absolute;
}
div.filtr-zbozi input[type=text] {
  padding: 5px !important;
  margin-bottom: 5px;
}
div.filtr-zbozi input[type="text"], div.filtr-zbozi input[type="password"], div.filtr-zbozi select, div.filtr-zbozi textarea {
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 14px 10px;
}

div.filtr-zbozi-podmnky {
  margin-bottom: 4rem;
}
div.filtr-zbozi-nastaven {
  float: left;
  margin-right: 2rem;
  margin-bottom: .3rem;
}
div.filtr-zbozi-nastaven span.popis {
  font-weight: bold;
}
div.filtr-zbozi-nastaven span {
  margin-right: 5px;
}
div.filtr-zbozi-nastaven em{
  margin-left: 3px;
  cursor: pointer;
  position: relative;
  top: -1px;
  display: inline-block;
  transition: transform 0.1s ease-in-out;
  background: url(images/ico_cart-close.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  text-indent: -9999px;
}
div.filtr-zbozi span.label {
  display: none;
}
div.filtr-zbozi div.barevnik {
  display: inline-block;
}
div.filtr-zbozi span.barevnik {
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 15px;
  z-index: 888;
  box-sizing: border-box;
  opacity: .8;
  cursor: pointer;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.4);
}
div.filtr-zbozi span.barevnik:hover {
  opacity: 1;
  border: 1px solid #62affc;
}
div.filtr-zbozi span.barevnik.vyber {
  border: 4px solid #62affc;
}
div.filtr-zbozi span.barevnik.disabled {
  opacity: .2;
  cursor: not-allowed;  
}
div.filtr-zbozi span.ruzova {
  background: pink;
}
div.filtr-zbozi span.hneda {
  background: brown;
}
div.filtr-zbozi span.stribrna {
  background: silver;
}
div.filtr-zbozi span.oranzova {
  background: orange;
}
div.filtr-zbozi span.modra {
  background: blue;
}
div.filtr-zbozi span.cerna {
  background: black;
}
div.filtr-zbozi span.zlata {
  background: gold;
}
div.filtr-zbozi span.seda {
  background: gray;
}
div.filtr-zbozi span.perlet {
  background: #f3edc8;
}
div.filtr-zbozi span.antracitova {
  background: #2b292e;
}
div.filtr-zbozi span.bezova {
  background: #2b292e;
}       
div.filtr-zbozi span.bicolor {
  background: #FFF url(images/bicolor.png) center center no-repeat;
}  

div.telo-obsah-min {
  width: 100%;
  /*max-width: 1400px;*/
}
div.telo-obsah {   
  margin: 0 auto;
  flex-grow: 1;
  flex-shrink: 1;  
}
div.box-obsah {
  position: relative;  
}
div.box-obsah ul {
  margin: 0 0 1.3em 0;
  padding: 0;
  list-style-type: none;
}
div.box-obsah ul li {
  position: relative;
  padding: 15px 0 15px 50px;
}
div.box-obsah ul li:before {
  display: inline-block;
  content: '';
  width: 40px;
  height: 40px;
  background: url(images/ico_check.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
div.navigator {
  display: none;
  position: fixed;
  bottom: 2%;
  left: 42%;
  right: 42%;
  text-align: center;
  z-index: 1000;
  white-space: nowrap;
}
div.druh-cesta {
  margin: 0 0 15px 0;
  color: #999;
  font-size: 0.9em;
  text-transform: uppercase;
}
div.druh-cesta a {
  color: #999;
}
div.druh-popis {
  width: 100%;
  clear: both;
  display: inline-block;
  margin: 0 0 15px 0;
}
div.druh-seznam-box {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
}
div.druh-seznam {
  float: left;
  margin: 0 5px 5px 0;  
  width: 236px;
  height: 50px;
  background: #EDEDED;
  border: 1px solid #E0E0E0;
  border-radius: 0px;
  overflow: hidden;
}
div.druh-seznam:hover {
  background: #D0D0D0;  
}
div.zbozi-seznam-radit,
div.kosik-menu {
  padding: 0 5px 0 0;
  margin: 0 0 3px 0;
  position: relative;
  /* text-align: center; */
  clear: both; 
}
div.kosik-menu {
  text-align: right;   
}
div.kosik-menu {
  margin: 0 0 10px 0;   
}
div.zbozi-seznam-box {
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
  justify-content: start;
  overflow-x: auto;
  overflow-y: hidden;
}
div.zbozi-seznam-lay, 
div.zbozi-seznam-lay-2 {
  padding: 10px;
  display: inline-block;
  position: relative; 
  flex-basis: 190px;
  margin-top: 10px;
  margin-bottom: 30px;  
}
div.zbozi-seznam-lay-2 {
  flex-basis: 310px;
}
div.zbozi-seznam-lay:hover,
div.zbozi-seznam-lay-2:hover {
  background-color: #F6F6F6;
}
div.zbozi-seznam {
  position: relative;
  width: auto;
  height: auto;  
  overflow: hidden;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #585858;
}
div.zbozi-seznam:hover {
  border-color: #62affc;
}
div.zbozi-seznam-lay-2 div.zbozi-seznam {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
div.zbozi-seznam-foto, div.zbozi-seznam-info {
  text-align: center;
}
div.zbozi-seznam-lay-2 div.zbozi-seznam-foto {
  padding-bottom: 0px;
  flex-basis: 50%;
}
div.zbozi-seznam-lay-2 div.zbozi-seznam-info {
  flex-basis: 50%;
  text-align: left;
  padding-left: 20px;
}
div.zbozi-seznam-stitek-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
div.zbozi-seznam-stitek {
  position: absolute;
  background-color: orangered;
  padding: 5px 10px 5px 10px;
  top: 0px;
  right: 0;
  color: white;
  font-size: 0.9em;
  text-align: right;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  overflow: hidden;    
}
div.zbozi-seznam-stitek-sleva,
div.zbozi-seznam-stitek-sleva2,
div.zbozi-seznam-stitek-akce,
div.zbozi-seznam-stitek-plocha {
  
}
div.zbozi-seznam-archivni {
  background-color: #626262;
}
div.zbozi-seznam-stitek-sleva,
div.zbozi-seznam-stitek-sleva2 {
  background-color: #66CC33;
}
div.zbozi-seznam-stitek-sleva2 {
  top: 30px;
}
div.zbozi-seznam-stitek-novinka {
  right: auto;
  left: 0;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  text-align: left;
  background-color: #99c160;
  color: white;  
}
div.zbozi-seznam-stitek-plocha {
  top: 190px;
  background-color: gray;
}
div.zbozi-seznam-stitek-cena,
div.zbozi-seznam-stitek-cena-np {
  display: inline-block;
  padding: 5px 0 5px 0;
  width: 100%;
  height: 97px;  
  top: auto;
  bottom: 0; 
  background-color: #F0F0F0;
  color: black;  
  text-align: left;
  -moz-border-top-left-radius: none;
  border-top-left-radius: none;
  font-size: 1.5em;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2),0px 0px 5px rgba(0,0,0,0.1);  
}
div.zbozi-seznam-stitek-cena-np {
    
}
div.zbozi-seznam-stitek-cena2 {   
  margin: 0 5px 7px 10px;  
  display: inline-block;
  float: left; 
}
div.zbozi-seznam-stitek-cena3 {   
  padding: 3px 0 3px 0;  
  font-size: 0.7em;
  font-weight: bold;
  text-align: center; 
}
div.zbozi-seznam-stitek-koupit {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  display: inline-block;
  float: right;
  text-align: right;   
}
div.zbozi-seznam-stitek-rozmer {
  margin-top: 10px;
  padding: 3px 0 3px 0;
  text-align: center;   
}
div.zbozi-seznam-stitek-info {
  width: 100%;
  padding: 0 0 5px 0px;   
  clear: both;
  font-size: 0.5em;
  text-align: left;
  position: absolute;
  bottom: 0;  
}
div.zbozi-seznam-stitek-podobnost {
  top: 150px;
  background-color: cornflowerblue;
  max-width: 80%;
  font-size: 0.8em;
}
div.zbozi-seznam-paticka {
  position: relative;
  text-align: center;  
}
div.zbozi-seznam-lay-2 div.zbozi-seznam-stitek-akce,
div.zbozi-seznam-lay-2 div.zbozi-seznam-stitek-novinka {
  top: 0px;
}


div.zbozi-rozmer-box,
div.zbozi-rozmer-box2 {
  min-height: 26px;
  padding: 10px;
  padding-top: 5px;
}
div.zbozi-rozmer-box2 {
  padding-top: 20px;
  padding-bottom: 0;
}
div.nahled {
  position: relative;
}
div.nahled-detail-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.nahled-detail-table1 {
  order: 2;
  margin-top: 3rem;
  margin-bottom: 3rem;
  flex-basis: 25%;
  min-width: 260px;
}
div.nahled-detail-foto, div.nahled-detail-foto2 {
  order: 1;
  margin-bottom: 3rem;
  margin-left: 20%;
  flex-basis: 35%;
  position: relative;
}
div.nahled-detail-foto2 {
  margin-left: 0;
}
div.nahled-logo-znacka {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 25%;
}
div.nahled-detail-foto-galerie {
  order: 1;
  margin-bottom: 3rem;
  flex-basis: 30%;
  position: relative;  
}
div.foto-galerie-box {
  position: relative;
  overflow: auto;
  height: 500px;
  width: 330px;
  text-align: center;
}
div.nahled-detail-tools-panel {
  /*flex-basis: 30%;*/
  /*margin-bottom: 3rem; */
  /*order: 3;*/
}
div.nahled-detail-tool {
  padding-left: 40px;
  /*text-transform: uppercase; */
  height: 44px;
  line-height: 48px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(images/ico_favourite.png);
  color: #62affc;
}
div.nahled-detail-tool:first-letter {
  text-transform: uppercase;
}
div.nahled-detail-tool.nelze-objednat {
  background-image: none;
  background-size: 34px;
  color: red;
  line-height: normal;
}
div.nahled-detail-tool.skladem {
  background-image: url(images/skladem.svg);
  background-size: 34px;
  color: #68ce63;
}
div.nahled-detail-tool.na_dotaz {
  background-image: url(images/na_objednavku.svg);
  background-size: 34px;
}
div.nahled-detail-tool.predobjednavka {
  background-image: url(images/predobjednavka.svg);
  background-size: 34px;
}
div.nahled-detail-tool.externi_sklad {
  background-image: url(images/externi_sklad.svg);
  background-size: 34px;   
}
div.nahled-detail-tool.darek {
  background-image: url(images/ico_sendgift.png);
}
div.nahled-detail-tool.porovnani {
  background-image: url(images/ico_compare.png);
}
div.nahled-detail-tool.oblibene {
  background-image: url(images/ico_favourite.png);
}
div.nahled-detail-tool.dotaz {
  background-image: url(images/dotaz.svg);
  background-size: 34px; 
  cursor: pointer;
}
div.nahled-detail-tool.vzkaz {
  background-image: url(images/poslat_znamemu.svg);
  background-size: 34px; 
  cursor: pointer;
}
div.nahled-detail-tool.pes {
  background-image: url(images/pes.svg);
  background-size: 34px; 
  cursor: pointer;
}
div.nahled-detail-tool.baterie {
  background-image: url(images/ico_battery.png);
  color: #626262;
}
div.nahled-detail-tool.zaruka5let {
  background-image: url(images/zaruka5let.svg);
  color: red;
  background-size: 34px; 
}
div.nahled-detail-tool.doprava_zdarma {
  background-image: url(images/doprava_zdarma.svg);
  background-size: 34px;   
}
div.nahled-detail-watch-box {
  background: #000;
  height: 560px;
  margin: 0px -300%;
  margin-bottom: 3rem;  
}
div.nahled-detail-watch {
  display: block;
  height: 560px;
  margin: 0px -300%;
  background: #000 url(images/product-watch.png) center top no-repeat;
  background-size: contain; 
}
div.nahled-detail-watch-in {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
div.nahled-detail-watch-in span {
  color: #fff;
  position: absolute;
  display: block;
  width: 150px;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}
div.nahled-detail-watch-in span em {
  display: block;
  color: #62affc;
  font-style: normal;
  font-weight: 700;
}
div.nahled-detail-watch-in span.pdw-d1 {
  left: -355px;
  bottom: 490px;
}
div.nahled-detail-watch-in span.pdw-d2 {
  left: -410px;
  bottom: 350px;
}
div.nahled-detail-watch-in span.pdw-d3 {
  left: -180px;
  top: 115px;
  width: 350px;
}
div.nahled-detail-watch-in span.pdw-d4 {
  left: -410px;
  top: 497px;
}
div.nahled-detail-watch-in span.pdw-d5 {
  left: -72px;
  top: 490px;
}
div.nahled-detail-watch-in span.pdw-d6 {
  left: 227px;
  top: 280px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-align: left;
}
div.nahled-detail-formular {
  margin-bottom: 3rem;
  display: none;  
}
div.nahled-detail-formular dotaz {
  display: none;  
}
div.nahled-detail-text-info {
  margin-bottom: 3rem; 
  text-align: center;
}
div.nahled-detail-akce {
  text-align: right;
  margin-bottom: 3rem;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
   filter: grayscale(100%);
}
div.nahled-detail-akce div.nahled-detail-tool {
  display: inline-block;
  margin-left: 15px; 
  color: #626262; 
}
div.nahled-detail-akce div.nahled-detail-tool.oblibene {
  display: none;
}
div.nahled-detail-akce div.nahled-detail-tool.porovnani {
  display: none;
}
div.nahled-detail-akce a {
  color: #626262; 
}
div.nahled-detail-desc-and-params {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.nahled-detail-desc-and-params div {
  flex-basis: 48%;
  margin-bottom: 3rem;
}
div.nahled-detail-desc-and-params h3,
div.nahled-souv h3  {
  font-size: 1.911rem;
  font-weight: 300;
  letter-spacing: -0.025em;
}
div.nahled-detail-desc {
  overflow: hidden;
}
div.nahled-detail-params-table-wrapper {
  margin-bottom: 3rem;
  flex-basis: 48%;
}
div.nahled-detail-params-table-wrapper table {
  width: 100%;
}
div.nahled-detail-params-table-wrapper table tr th {
  width: 30%;
  font-weight: normal;
}
div.nahled-detail-params-table-wrapper table tr td {
  color: #62affc; 
}
div.nahled-souv {
  overflow: hidden;
  position: relative;  
}
div.nahled-souv-zbozi-box {
  position: relative;
  margin-right: 40px;
  margin-left: 40px;
  overflow: hidden;
}
div.nahled-souv-zbozi {
  display: flex;
  position: relative;
  left: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
div.slide-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  top: 47%;  
}
div.slide-buttons div {
  text-align: center;
  font-size: 12px;
  max-width: 140px;
  margin: 0 2px;
  position: relative;
  cursor: pointer;
  font-size: 4em;
}
div.slide-buttons div.slide-prew:after {
  content: '';
  display: inline-block;
  background: url(images/ico_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  position: relative;
}
div.slide-buttons div.slide-next:after {
  content: '';
  display: inline-block;
  background: url(images/ico_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  transform: rotate(180deg);  
}

div.slide-buttons div:hover {
  opacity: 0.7;
}

div.galerie {
  display: flex;
  align-items: center;
  flex-wrap: wrap;  
}
div.galerie img {
  margin: 0 15px 15px 0;  
}
div.galerie-znacky {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;  
}
div.galerie-znacky img {
  height: auto;
  flex-basis: 20%;
  max-width: 175px;
  margin: 30px;
  text-align: center;
}
div.nahled-box, 
div.nahled-box-galerie {
  width: 360px;
  height: 433px;
  margin: 0 0 15px 0;
  display: inline-block;
  position: relative;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  border-radius: 0px;
  float: left;  
}
div.nahled-box-galerie {
  height: 520px;    
}
div.nahled-parametry,
div.nahled-parametry-galerie {
  width: 100%;
  height: 110px;  
  display: inline-block;
  position: absolute;
  float: right;
  bottom: 0;
  right: 0;
  background-color: #F0F0F0;  
}
div.nahled-parametry-galerie {
  height: 195px;
}
div.nahled-galerie {
  background-color: white;
  text-align: center;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
      height: 100px;
}
div.nahled-parametry-stitek {
  position: absolute;  
  padding: 5px 10px 5px 10px;
  top: 0px;
  right: 10%;
  color: #626262;
  font-size: 0.9em;
  text-align: right;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  overflow: hidden;
  font-size: 1.05em;     
}
div.nahled-parametry-akce {
  top: 0;
  background-color: orangered;
  color: white;   
}
div.nahled-parametry-archivni {
  top: 0;
  background-color: #626262;
  color: white;   
}
div.nahled-parametry-sleva,
div.nahled-parametry-sleva2 {
  top: 27px;
  background-color: #66CC33;
  color: white;    
}
div.nahled-parametry-sleva2 {
  top: 60px;   
}
div.nahled-parametry-novinka {
  top: 0;
  right: auto;
  left: 10%;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  text-align: left;
  background-color: #99c160;
  color: white;  
}
div.nahled-parametry-plocha {
  top: 275px;
  background-color: gray;
  color: white;  
}
div.nahled-parametry-cena {
  display: inline-block;
  padding: 5px 0 5px 0;
  width: 100%; 
  top: auto;
  bottom: 0; 
  background-color: #F0F0F0;
  color: black;  
  text-align: left;
  -moz-border-top-left-radius: none;
  border-top-left-radius: none;
  font-size: 1.5em;   
}
div.nahled-parametry-cena2 {   
  margin: 0 5px 7px 10px;  
  display: inline-block;
  float: left; 
}
div.nahled-parametry-koupit {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  display: inline-block;
  float: right;
  text-align: right;   
}
div.nahled-parametry-info {
  width: 100%;
  padding: 0; 
  clear: both;
  font-size: 0.6em;
  text-align: left;
  display: inline-block; 
}
div.nahled-parametry-upozorneni,
div.nahled-parametry-upozorneni2 {
  width: 180px;
  top: auto;
  bottom: 130px;
  font-size: 0.9em;
  background-color: #FFFF99;
  text-align: left;
  box-shadow: none;
  border-radius: none;
}
div.nahled-parametry-upozorneni2 {
  bottom: 170px;
}
div.nahled-parametry-podobnost {
  top: 230px;
  background-color: cornflowerblue;
  max-width: 80%;
  color: #FFFFFF;
  font-size: 0.9em;
}
div.nahled-popis {
  width: 100%;
  margin: 0 0 15px 0;
  display: inline-block;
  position: relative;  
}
div.nahled-parametry2-box {
  display: inline-block;
  width: 580px;
  height: 433px;
  float: right;
}
div.nahled-parametry2-box-galerie {
  height: 520px;
}
div.nahled-parametry-box div.dr-tabs, 
div.nahled-parametry2-box div.dr-tabs,
div.idpage-box-zbozi div.dr-tabs {
  padding-left: 0;
  padding-right: 0;
}
div.nahled-parametry2-box div.dr-tabs {
  padding-top: 10px;
  overflow: auto;
  height: 90%;
  line-height: 1.5em;
}
div.box-paticka {
  background: #1b2c39;
}
div.paticka-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
div.paticka-menu a {
  color: #969696;
  display: block;
}
div.paticka-menu a.paticka-url {
  color: white;
}
div.paticka-menu fieldset {
  border: none;
}
div.paticka-menu input {
  border: none;
  background: #FFFFFF;
  width: 170px;
  color: #b3b3b3;
  font-style: italic; 
}
div.paticka-menu button {
  border: none;
  background-color: transparent;
}
button.paticka-menu-news {
  border: none;
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url(images/ico_envelope.png) center center no-repeat;
  margin-left: 15px;
  cursor: pointer;
}
button.paticka-menu-news:hover {
  background-color: transparent;
  opacity: 0.7;  
}
div.paticka-menu-f {
  line-height: 1.7em;
  flex-basis: 20%;
  text-align: center;
  min-width: 240px;
  padding-top: 30px;
}
div.paticka-menu-f4 {
  margin-right: 0;
}
div.paticka-menu-f p.h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-top: 50px;
  margin-bottom: 20px;
}
div.paticka-menu-f1 {
  display: none;
}
div.paticka-menu-f1 p.h3 {
  background: url(images/ico_newsletter.png) center top no-repeat;
  background-size: 40px;
}
div.paticka-menu-f2 p.h3 {
  background: url(images/ico_gift.png) center top no-repeat;
  background-size: 40px;
}
div.paticka-menu-f3 p.h3 {
  background: url(images/ico_howtobuy.png) center top no-repeat;
  background-size: 40px;
}
div.paticka-menu-f4 p.h3 {
 background: url(images/ico_koscom.png) center top no-repeat;
 background-size: 40px 40px;
}
div.paticka-menu-f p {
  margin-bottom: 1.3rem;
  text-align: center;
}
div.paticka-social {
  margin-left: 500px;
  margin-top: -60px;
}
div.paticka-info {
  margin-bottom: 20px;
  text-align: center; 
  color: #bababa;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
div.paticka-text {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: center; 
}
div.progressbar:before {
  content: '';
  background-image: url(images/loading.svg);
  background-position: 50% 50%;
  background-size: 64px;
}    
div.progressbar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; 
  z-index: 1000000;
  background-repeat: no-repeat;
  background-image: url(images/loading.svg);
  background-position: 50% 50%;
  background-size: 40px;
}
div.progressbar2, div.progressbar3 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(images/loading2.svg);
  background-position: 50% 50%;
  background-size: 40px;
  -webkit-animation:spin 3s linear infinite;
          animation:spin 3s linear infinite;
}
div.progressbar3 {
  background-image: url(images/loading3.svg);
  -webkit-animation:spin 1s linear infinite;
          animation:spin 1s linear infinite;
}
@-webkit-keyframes spin{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}	
}
@keyframes spin{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}	
}
div.prihlaseni {
  margin: 0 auto;
  position: relative;
}
div.koupit-efekt {
  border: 3px solid #62affc;
}
div.kosik-nastaveni,
div.zbozi-nastaveni {
  display: inline-block;
  float: right;
}
div.kosik-kod,
div.kosik-rabat {
  position: absolute;
  left: 0;
  top: 0;
}
div.kosik-kod form {
  display: none;
}
div.kosik-seznam,
div.kosik-seznam-vysledek {
  margin-bottom: 20px; 
  overflow: auto;  
}
div.kosik-seznam-vysledek {
  padding: 5px;
  background-color: #EDEDED;    
}
div.kosik-seznam h2 {
  font-size: 1.4em;  
}
div.kosik-objednavka {
  margin-top: 100px;
}
div.naseptavac {
  display: inline-block;
  background-color: white;
  border-radius: 1px;
  border: 1px solid #cdcdc9;
  z-index: 999999;
  box-shadow: #A0A0A0 2px 5px 8px;
}
div.nbox, div.nbox2 {
  width: 285px;
  height: 240px;
  margin: 0px 30px 30px 0px;
  display: inline-block;
  position: relative;
  border: 1px solid #E0E0E0;
  background-color: #EDEDED;
  border-radius: 0px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 1px 1px 5px 0 rgba(109,109,109,.3);
}
div.nbox2 {
  width: 460px;
  height: 182px;
  margin: 0px 20px 20px 0px;
}
div.nbox:hover {
  background-color: #62affc;
  border: 1px solid #62affc;
}
div.nbox:hover H2.nbox-title {
  color: white;
  background-color: #62affc;
}
div.nbox-body {
  height: 100%;
  background-color: #FFFFFF;
  text-align: center;  
}
div.presentation-uvod {
  border: 0;
  margin: 0;;
}
div.presentation-uvod-menu {
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: auto;
}
div.kal-komp-box {
  margin-bottom: 15px;
}
div.kal-komp-obrazek-box {
  margin-top: 15px;
  max-width: 700px;
}
div.kal-komp-obrazek {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 3px;
  text-align: center;
}
div.kal-komp-obrazek-popis {
  width: 80px;
  font-size: 0.9em;
  margin-bottom: 3px;
}
div.kal-komp-pole2 {
  display: inline-block;
}
div.kal-komp-cena,
div.kal-komp-chyba {
  font-size: 1.3em;
  font-weight: bold;
  color: #006600;
  margin-top: 30px;
  margin-bottom: 10px;
}
div.kal-komp-chyba {
  color: #CC0000;
}
div.captcha {
  border: 1px solid #cdcdc9;
  width: 355px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
}
div.formular-napoveda {
  width: 350px;
  margin-top: 20px;
  margin-left: 6px;
  font-size: 0.85em;
}
div.nakres-box {
  width: 700px;
  height: 350px;
  display: inline-block;
  position: relative;
}
div.nakres-box2 {
  width: 150px;
  height: 300px;
  display: inline-block;
  position: relative;
}
div.nakres-lamino, div.nakres-lamino2, div.nakres-lamino3 {
  width: 400px;
  height: 200px;
  display: inline-block;
  position: absolute;
  top: 80px;
  left: 120px;
  border: 1px solid black;
  border-radius: 0px;
  background-image: url(images/lamino-leta.jpg);
  background-repeat: repeat;
}
div.nakres-lamino2 {
  background-image: url(images/lamino-leta2.jpg);
  background-position: center;
}
div.nakres-lamino3 {
  background-image: none;
}
div.nakres-rozmer-x {
  width: 110px;
  display: inline-block;
  position: absolute;
  left: 120px;
  top: 18px;
}
div.nakres-rozmer-y {
  width: 110px;
  display: inline-block;
  position: absolute;
  left: 528px;
  top: 82px;
}
div.nakres-olep-x1 {
  width: 400px;
  display: inline-block;
  position: absolute;
  left: 280px;
  top: 18px;
}
div.nakres-olep-x1 span {
  width: 250px;
  margin-left: 3px;
  display: inline-block;
}
div.nakres-olep-x1 label {
  width: 110px;
  text-align: center;
}
div.nakres-olep-x2 {
  width: 400px;
  display: inline-block;
  position: absolute;
  left: 280px;
  top: 288px;
}
div.nakres-olep-x2 span {
  width: 250px;
  margin-left: 3px;
  display: inline-block;
}
div.nakres-olep-x2 label {
  width: 110px;
  text-align: center;
}
div.nakres-olep-y1 {
  width: 110px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 145px;
  text-align: center;
}
div.nakres-olep-y1 span {
  margin-top: 3px;
}
div.nakres-olep-y1 label {
  text-align: center;
}
div.nakres-olep-y2 {
  width: 110px;
  display: inline-block;
  position: absolute;
  left: 528px;
  top: 145px;
  text-align: center;
}
div.nakres-olep-y2 span {
  margin-top: 3px;
}
div.nakres-olep-y2 label {
  text-align: center;
}
div.table-box {
  overflow: auto;
}
div.cookies {
  width: 100%;
  display: block;
  position: fixed;
  bottom:0;
  left:0;
  font-size: 0.9em;
  background: rgba(0, 159, 218, 1);
  box-shadow: 0px -3px 5px 0 rgba(109,109,109,.3);
  z-index: 99999;
  color: #FFFFFF;
  text-align: center;
}
div.cookies a {
  color: #FFFFFF;
}
div.cookies a.button {
  display: inline-block;
  margin-top: 10px;
}

div.dr-tabs .max {
  width: 94%;
}
div.img-nahled {
  max-height: 30%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  background-color: white;
  border: 5px;
  border-color: rgba(0, 159, 218, 0.1);
  box-shadow: 0px -3px 5px 0 rgba(109,109,109,.3);
}
div.kontakt-box {
  background: #fafafa;
  margin: 30px 0 50px 0;
  padding: 5px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
div.kontakt-box h3 {
  flex-basis: 100%;
  font-weight: 300;
  letter-spacing: -0.025em;
  font-size: 1.911rem;  
}
div.kontakt-box div.box {
  flex-basis: 33%;
  margin: 30px 0;
}
div.kontakt-box td {
  padding: 2px 4px 2px 0px;
}
div.kontakt-box div.o-icon {
  padding: 10px 0;
  padding-left: 46px;
  display: block;
  position: relative;
  display: block;
}                                
div.kontakt-box div.o-icon:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/ico_phone.svg);  
}
div.kontakt-box div.o-mail:before {
  background-image: url(images/ico_envelope.svg);
  background-size: 30px 30px;
}
div.kontakt-box div.o-mapa:before {
  background-image: url(images/ico_map.svg);
  background-size: 36px 36px;
}
div.kontakt-box div.o-parking:before {
  background-image: url(images/ico_parking.svg);
  background-size: 34px 34px;
}
div.kontakt-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
div.kontakt-info div {
  flex-basis: 25%;
  margin: 30px 0;
  text-align: center;
}
div.kontakt-info span.icon {
  display: inline-block;
  height: 110px;
  position: relative;
  width: 100%;
}
div.kontakt-info p {
  text-align: center;
}
div.kontakt-mapa {
  margin-bottom: 60px;
  margin-top: 40px; 
  opacity: 0.7;
  filter: grayscale(100%); 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%); 
}
div.kontakt-mapa:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none; 
  -o-filter: none; 
}
div.kontakt-parking {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px 0;
}
div.kontakt-parking img {
  max-width: 100%;
}
div.kontakt-parking div.box {
  flex-basis: 50%;  
}
div.kontakt-parking div.box2 {
  flex-basis: 38%;  
}
div.kontakt-parking-boxes {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 15px 0;
}
div.kontakt-parking-boxes div {
  flex-basis: 28.5%;
  margin: 10px 0;
  padding: 2%;
  background: #fafafa;
}
div.kontakt-parking-boxes div p {
  margin: 0;;
}
div.kontakt-parking-boxes div strong {
  font-size: 160%;
  font-weight: 600;
  letter-spacing: -0.05em;
}
div.dlazdice-hlavni {
  margin: 0;;  
}
div.dlazdice-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;  
}
div.dlazdice-item {
  margin: 0;;
  flex-basis: 256px;
  height: 155px;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  cursor: pointer;  
}
div.dlazdice-item.box {
  margin: 0;;
  flex-basis: 512px;
  height: auto; 
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: transparent;     
}
div.dlazdice-item a {
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  height: 100%;  
}
div.dlazdice-item a span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;  
}
div.dlazdice-item.item1,
div.dlazdice-item.item2,
div.dlazdice-item.item3,
div.dlazdice-item.item4,
div.dlazdice-item.item5,
div.dlazdice-item.item6,
div.dlazdice-item.item7,
div.dlazdice-item.item8,
div.dlazdice-item.item9,
div.dlazdice-item.item10,
div.dlazdice-item.item11,
div.dlazdice-item.item12 {
  opacity: 0.9;
}
div.dlazdice-item.item1:hover,
div.dlazdice-item.item2:hover,
div.dlazdice-item.item3:hover,
div.dlazdice-item.item4:hover,
div.dlazdice-item.item5:hover,
div.dlazdice-item.item6:hover,
div.dlazdice-item.item7:hover,
div.dlazdice-item.item8:hover,
div.dlazdice-item.item9:hover,
div.dlazdice-item.item10:hover,
div.dlazdice-item.item11:hover,
div.dlazdice-item.item12:hover {
  opacity: 1;
}
div.dlazdice-item.item1 {
  background-image: url(../../images/dlazdice/panske-hodinky.jpg);
}
div.dlazdice-item.item2 {
  background-image: url(../../images/dlazdice/damske-hodinky.jpg);
}
div.dlazdice-item.item3 {
  background-image: url(../../images/dlazdice/akce-slevy.jpg);
}
div.dlazdice-item.item4 {
  background-image: url(../../images/dlazdice/znacky.jpg);
}
div.dlazdice-item.item5 {
  background-image: url(../../images/dlazdice/servis3.jpg);
  height: 420px;
  flex-basis: 512px; 
}
div.dlazdice-item.item6 {
  background-image: url(../../images/dlazdice/magazin.jpg);
  height: 210px;
  flex-basis: 512px;
  background-position: right;
}
div.dlazdice-item.item7 {
  background-image: url(../../images/dlazdice/gravirovani3.jpg);
  height: 210px;
  flex-basis: 512px;
  background-position: right;
}
div.dlazdice-item.item8 {
  background-image: url(../../images/dlazdice/pouzdra.jpg);
  height: 210px;
}
div.dlazdice-item.item9 {
  background-image: url(../../images/dlazdice/reminky.jpg);
  height: 210px;
}
div.dlazdice-item.item10 {
  background-image: url(../../images/dlazdice/prodejna.jpg);
  height: 210px;
  flex-basis: 512px;
  background-position: left;
}
div.dlazdice-item.item11 {
  background-image: url(../../images/dlazdice/sperky.jpg);
  height: 210px;
  flex-basis: 512px;
  background-position: right;
}
div.dlazdice-item.item12 {
  background-image: url(../../images/dlazdice/hodiny.jpg);
  height: 210px;
  flex-basis: 512px;
  background-position: right;
}
div.media-seznam {
  width: 100%;
  overflow: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background-color: white;
  text-align: center;
}
div.media-seznam img {
  height: 80px;
  width: auto;
  cursor: pointer;
}
div.znacky-seznam {
  display: flex;
  flex-flow: row wrap;
  margin: 77px -10px;
  margin-top: 10px;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
}
div.znacka-item {
  width: 220px;
  height: 130px;
  border-radius: 4px;
  background: #eae9ef;
  margin: 10px;
}
div.znacka-item a
{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  align-content: center;
}
div.znacka-item img
{
  
  /*max-width: 140px;
  max-height: 90px;*/
  max-width: 60%;
  max-height: 60%;
  align-self: center;
}



div.znacka-info {
  text-align: center;
}
div.znacka-info h2 a {
  color: #626262;
  text-decoration: none;
  font-size: 14px;  
}
div.znacka-foto {
  height: 70px;
  text-align: center;
  position: relative;
}
div.znacka-foto a {
  margin: 0;;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
div.znacka-foto img {
  width: 100%;
}

/* iframe */
iframe.youtube-play {
  display: inline-block;
  height: -webkit-fill-available;
  width: 100%;
}

/* table */
table {
  margin: 0;;	
	padding: 0;
  border: 0;
  border-collapse: collapse;
}
table.kosik-seznam,
table.kosik-seznam-vysledek,
table.zbozi-seznam-box,
table.zbozi-rozmer-box,
table.nahled-dokumenty {
  width: 100%;
}
table.kosik-seznam-vysledek {
  font-size: 1.2em;
  font-weight: bold;
}
table.formular {
  width: 735px;
}
table.nahled-table1 {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 2px;
}
table.nahled-table1 tr {
  background-color: transparent;
  border-bottom: 1px solid #626262;  
}
table.nahled-table1 td {
  text-align: right;
}
table.nahled-table1 td.nahled-cena-puvodni {
  text-decoration: line-through; 
}
table.nahled-table1 td, table.nahled-table1 th {
  padding-bottom: 15px;
  padding-top: 15px;
}
table.nahled-table1 td {
  white-space: nowrap;
}
table.kosik-seznam-celk {
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
  border: 1px solid #EDEDED;
}
/* thead */
thead, tfoot {
  font-weight: bold;
}
tfoot {
  white-space: nowrap;
}
thead.kosik-seznam,
thead.zbozi-seznam-box,
thead.zbozi-rozmer-box {  
  background-color: #EDEDED;
  text-align: center;  
}
thead td {
  position: relative;
}
thead td.kosik-seznam,
thead td.kosik-seznam,
thead td.kosik-seznam-p,
thead td.zbozi-seznam-box,
thead td.zbozi-rozmer-box {
  border-right-color: #FCFCFC;
  background-color: #EDEDED;
}

tfoot {
  border-top: 3px solid #EDEDED;
}

/* tr */
tr:nth-child(odd) {
  background: #f8f8f8;
}


tbody td.mark2 {
  background-color: darkseagreen;
  border-color: #FFFFFF;  
}
tr.zbozi-nanos-box {
  display: none;
  background: rgba(0, 159, 218, 0.1);
}
tr.zbozi-nanos-box div.border-b {
  border-bottom: 1px solid white;
}
tr.zbozi-nanos-box-s1 {
  border: 2px solid gray;
  border-bottom: 0px;
}
tr.zbozi-nanos-box-s2 {
  border: 2px solid gray;
  border-top: 0px;
}
tr.zbozi-nanos-box-s3 {
  border-left: 2px solid gray;
  border-right: 2px solid gray;
  border-top: 0px;
}
table.formular tbody tr {
  background-color: #FCFCFC; 
}
table.border2 thead td {
  padding:  0.7em;
}
table.border2 tbody td {
  padding:  0.9em;
}
tr.formular-line {
  border-top: 1px solid gray;
}
tr.nahled-table1-button {
  background: transparent;
}
tr.nahled-table1-button td {
  padding: 5px 0 0 0;
}
tr.nahled-table1.serie td {
  font-weight: bold;
}
tr.nahled-table1.cena td {
  color: #62affc;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 34px;
}
tr.nahled-table1.logo {
  border: 0;
}
tr.nahled-table1.logo td {
  height: 80px;
  text-align: center;
  vertical-align: top;
}

/* td */
th, td {
  padding: 10px 5px;
}
td.kosik-seznam,
td.kosik-seznam-p,
td.kosik-seznam-celk,
td.zbozi-seznam-box,
td.zbozi-seznam-celk,
td.zbozi-rozmer-box,
td.nahled-dokumenty {
  padding: 10px;
  border: 1px solid #EDEDED;
  font-size: 0.9em;
  vertical-align: middle;
  background-color: #FFFFFF;
}
td.zbozi-seznam-obrazek {
  width: 40px;
  padding: 2px;
}
td.kosik-seznam,
td.kosik-seznam-celk {
  padding-left: 10px;
  padding-right: 10px;
}
td.kosik-seznam-p {
  padding: 3px 5px 3px 5px;
}
td.kosik-celkem-sleva {
  background-color: white;
  font-size: 0.8em;
}
tbody td.zbozi-seznam-box {
  cursor: pointer;
}
td.kosik-seznam-celk,
td.zbozi-seznam-celk {
  font-weight: bold;
  border: none;    
}
td.kosik-seznam-obrazek {
  width: 40px;
  padding: 2px;  
}
td.zbozi-rozmer-box {
  position: relative;
  font-size: 1em;
}
td.zbozi-rozmer-box span.small {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
}
tr.zbozi-nanos-box td {
  border-color: #FFFFFF;
}
td.olep-x {
  width: 1%;
  background-color: palegreen;
  vertical-align: middle;  
}
td.olep-y {
  width: 1%;
  background-color: powderblue;
  vertical-align: middle;
}
td.formular-line-upravit {
  background-color: #CCFFFF;
}
table.formular-narez td {
  font-size: 0.9em;
  border: 1px solid #E0E0E0;  
}
th.kosik-seznam-celk {
  background: white;
}
th.kosik-seznam-celk, td.kosik-seznam-celk {
  padding-left: 15px;
  padding-right: 15px;
}
td.kosik-seznam-celk-big {
  font-size: 1.1em;
}


/* p */
p {
  margin: 0;;	
	padding: 0;
  border: 0px;
  text-align: left;
  line-height: 1.5em;  
}
p.tip, div.tip,
p.tip2, div.tip2 {
  background: rgba(0, 159, 218, 0.1);
  padding: 10px;
}
p.tip2, div.tip2 {
  background-color: #fddb6d;
}
p.kosik-seznam-upozorneni,
p.kosik-seznam-info {
  display: inline-block;
  margin-bottom: 20px;
  font-style: italic;  
}
p.kosik-seznam-info {
  display: block;
}
p.cookies {
  padding: 15px;
  text-align: center;
}
div.box-obsah p {
  margin-bottom: 1.3em;  
}
p.uvod-telefon {
  text-align: center;
  display: none;
}
p.uvod-koronavirus {
  display: none;
  /*text-align: center;
  display: block;*/
}
p.uvod-mameopetotevreno {
  text-align: center;
  display: block;
}

/* aside */

aside.italic
{
    font-style: italic;
}

aside.odstavec
{
    margin-bottom: 1em;
    line-height: 1;
}

/* span */
span {
  line-height: 100%
}
span.logo-telefon {
  display: none;   
  color: white;
  margin-top: 12px;
  line-height: 1.5em;
  margin-left: 20px;
}
span.logo-telefon a {
  color: white; 
}
span.logo-koronavirus {
  display: inline-block;  
  color: white;
  margin-top: 12px;
  line-height: 1.5em;
  margin-left: 20px;
  font-size: 1.3em;
}
span.logo-mameopetotevreno {
  display: none;   
  color: white;
  margin-top: 12px;
  line-height: 1.5em;
  margin-left: 20px;
  font-size: 1.3em;
}
span.fomrular-popis, span.fomrular-popis2 {
  font-size: 0.8em;
  margin-bottom: 10px;
  display: block;
}
span.fomrular-popis2 {
  margin-bottom: 0;
}
span.uzivatel-kredit {
  padding: 5px 5px 5px 5px;
  font-size: 0.9em;  
}
span.kosik-stav {
  display: block;
  text-align: center;
  margin-left: 15px;
  font-size: 0.9em;
}

span.zbozi-seznam-stitek-cena,
span.zbozi-seznam-stitek-koupit,
span.zbozi-seznam-stitek-koupit-nelze,
span.zbozi-seznam-stitek-kosik,
span.zbozi-seznam-stitek-info-typ,
span.nahled-parametry-cena,
span.nahled-parametry-kosik,
span.nahled-parametry-cena,
span.nahled-parametry-kosik,
span.zbozi-seznam-stitek-prirazeno_ltd {
  margin-bottom: 8px;
  font-weight: bold;
  display: block;
}
span.zbozi-seznam-stitek-cena {
  font-size: 1.3em;
}
span.zbozi-seznam-stitek-info-typ {
  font-weight: normal;  
  font-style: italic;
  font-size: 0.9em;
}
span.zbozi-seznam-stitek-cena-baleni,
span.nahled-parametry-cena-baleni {
  margin-top: 5px;
  font-weight: bold;
  font-size: 0.64em;
}
span.zbozi-seznam-stitek-kosik,
span.nahled-parametry-kosik {
  display: none;
  margin-right: 3px; 
}
span.zbozi-seznam-stitek-info-kod,
span.nahled-parametry-info-kod {
  display: block;
  margin-bottom: 5px;
}
span.zbozi-seznam-stitek-info-kod {
  font-size: 1.1em;
}
span.zbozi-seznam-stitek-akce, 
span.zbozi-seznam-stitek-novinka {
  display: inline-block;
  width: 60px;
  background-color: orangered;
  padding: 1px 3px 1px 3px;
  border-radius: 0px;
  margin-right: 3px;
  color: #FFFFFF;
  text-align: center;    
}
span.zbozi-seznam-stitek-novinka {
  background-color: #99c160;
}
span.zbozi-rozmer-box-z {
  display: block;
  font-weight: bold;  
}
span.zbozi-seznam-stitek-prirazeno_ltd {
  cursor: help;   
}
span.zbozi-nanos {
  margin-top: 10px;
  display: block;
}
span.naseptavac {
  margin-top: 5px;
  display: block;
  font-size: 0.8em;
  font-style: italic;
}
span.hledat-pole {
  display: block;
  margin-top: 5px;
  margin-left: 12px;
  font-size: 0.8em;
  font-weight: bold;  
}
span.dostupnost-stitek {
  display: block;
  margin-bottom: 8px;
  padding: 3px 5px 3px 5px;
  background-color: gray;
  color: #FFFFFF;
  border-radius: 0px;
  white-space: nowrap;
  cursor: help;
}
span.dostupnost-stitek-2, span.dostupnost-stitek-4, span.dostupnost-stitek-4a {
  padding: 0;
  color: #68ce63;
  background-color: transparent;
  font-weight: bold;
  display: inline-block;  
}
span.dostupnost-stitek-4, span.dostupnost-stitek-4a { 
  color: #62affc;  
}
span.dostupnost-stitek-3 {
  color: dodgerblue;
  background-color: transparent;
  font-weight: bold; 
}
span.dostupnost-stitek-5,
span.dostupnost-stitek-6 {
  margin-left: 2px;
  background-color: dodgerblue;
  left: 130px;
  width: auto;
}
span.dostupnost-stitek-6 {
  background-color: tomato;
}
span.dostupnost-stitek-7 {
  background-color: tomato;
}
span.kosik-seznam-upozorneni {
  display: block;
  margin-top: 3px;
  font-size: 0.85em;
  color: orangered;
  font-weight: bold;
}
span.kosik-seznam-sklady {
  display: block;
  margin-top: 5px;
  font-size: 0.9em;
}
td.zbozi-seznam-box span.dostupnost-stitek,
td.kosik-seznam span.dostupnost-stitek  {
  min-width: 70px; 
}
div.nahled-parametry-info span.dostupnost-stitek {
  font-size: 0.9em;
}
td.zbozi-rozmer-box span.dostupnost-stitek {
  min-width: 130px;
  font-size: 0.9em;
}
td.zbozi-seznam-box span.dostupnost-stitek-5,
td.zbozi-seznam-box span.dostupnost-stitek-6,
td.kosik-seznam span.dostupnost-stitek-5,
td.kosik-seznam span.dostupnost-stitek-6,
td.zbozi-rozmer-box span.dostupnost-stitek-5,
td.zbozi-rozmer-box span.dostupnost-stitek-6,
div.nahled-parametry-info span.dostupnost-stitek-5,
div.nahled-parametry-info span.dostupnost-stitek-6 {
  min-width: 0;  
}

/* UL */
ul {
  margin: 10px 0 10px 0;
}
ul.box-menu {
  display: flex;
  justify-content: space-between;
  margin: 0;;
  padding: 0;
  list-style-type: none;
}
ul.box-menu.home {
  justify-content: flex-end;  
}
ul.naseptavac {
  margin: 0;;
  padding: 0;
  list-style: none;
}
ul.box-menu-cesta {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #002d79;
  box-shadow: #004889 2px 5px 8px;
  list-style: none;
  padding: 0;
}

/* LI */
li {
  line-height: 1.7em;
}
li.box-menu,
li.box-menu-right {
  display: inline-block;
  float: left;
  width: auto;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 30px;
  font-size: 1.3em;
}
li.box-menu.home {
  margin-left: 20px;
}
li.box-menu-right {
  float: right;
}


li.naseptavac {
  display: block;
  padding: 10px;
  font-size: 1.2em;
  border-bottom: 1px solid #cdcdc9;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1;  
}
li.box-menu-cesta {
  border-bottom: 1px dotted white;
  background-color: #002d79;
  text-align: left;  
}
li.box-menu-cesta:hover {
  background-color: #d75205;
}
li.box-menu-cesta a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  padding: 8px 12px 8px 12px;
}

/* form */
form {
  margin: 0;;	
	padding: 0;
  border: 0;
} 

/* FIELDSET */
fieldset {
  margin: 0.2em 0 1em 0;
	padding: 20px;	
  border: none;
  border: 1px solid #cdcdc9; 
  border-radius: 2px;  
}
fieldset.formular {
  margin-bottom: 40px;
}

/* LEGEND */
legend {
  margin: 0;;
  padding: 0; 
  padding-left: 0.3em;
  padding-right: 0.3em;
	text-align: left;
  vertical-align: middle;
  font-size: 1.3em;  	
}

/* label */
label {
  margin: 0;;
  margin-right: 0.5em;	
	padding: 0;
	color: #626262;	
	text-align: left;
	white-space: nowrap;
}
label.block {
  display: block;
  margin-bottom: 3px;
}
label.kal-komp-box {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
label.captcha {
  display: block;
  margin-bottom: 3px;
  font-size: 0.9em;
  text-align: center;
}

/* FORM */
form.hledat-formular {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
  height: 41px;
  width: 780px;
  background: #ffffff;
  border-radius: 2px;
  margin: 0 auto;

}

#zavrit-hledani
{
  height: 41px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  display: inline-table;
  border: unset;
  margin-left: 22px;
}
#zavrit-hledani,
#zavrit-hledani>*:hover
{
  cursor: pointer;
}

#zavrit-hledani>span
{
  vertical-align: middle;
  color: #5b5b5b;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0.08888889px;
  margin: 0;
}

#zavrit-hledani>div
{
  display: inline-block;
  vertical-align: middle;
  background-image: url(images/hledat-zavrit.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  margin: 4px;
  margin-left: 10px;
}

/* INPUT */
input, input:active { 
  background-color: #FFFFFF;   
  font-size: 1.1em;
  color: #000000;
  padding: 0.5em;
  border-radius: 2px;
  border: 1px solid #cdcdc9; 
}
input[type=checkbox], input[type=radio] {
  border: 0;
}
input:active { 
  background-color: #ffff99;  
}
input:hover { 
  border-color: #FFCC00;
}
input:focus { 
  border-color: #3399FF;  
}
input[readonly], .readonly {
  background-color: #FBFBFB;
}
input.hledat-pole {
  background: transparent;
  border: 0;
  padding: 0 8px 0 15px;
  width: calc(100% - 8px - 15px - 45px);
  height: 40px;
  margin: 0;
  outline: none;
  color: #5b5b5b;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.08888889px;
}
input.zbozi-seznam-stitek-koupit,
input.zbozi-seznam-stitek-koupit2,
input.nahled-parametry-koupit {
  padding: 3px;
  font-size: 0.7em;
  width: 48px;
  text-align: right;
  display: none;
}
input.zbozi-seznam-stitek-koupit2 {
  font-size: 1em;
}
input.zbozi-rozmer-stitek-koupit {
  width: 38px;
  text-align: right;  
}
input.nahled-parametry-koupit {
  margin-top: 5px;  
}
input.prihlaseni {
  width: 281px; 
}
input.kosik-kod {
  width: 52px;
}
input.kosik-seznam,
input.kosik-seznam-rabat,
input.kosik-seznam-rabat-cena,
input.kosik-seznam-rabat-cena-s,
input.kosik-seznam-rabat-cena-j,
input.kosik-seznam-vp-cena,
input.kosik-seznam-vp-cena-s,
input.kosik-seznam-vp-cena-j,
span.kosik-seznam-rabat-cena,
span.kosik-seznam-input {
  text-align: right;
  width: 40px;
  font-size: 1em;
}
input.kosik-seznam {
  width: 35px; 
}
input.kosik-seznam-rabat-cena,
input.kosik-seznam-rabat-cena-s,
input.kosik-seznam-rabat-cena-j,
input.kosik-seznam-vp-cena,
input.kosik-seznam-vp-cena-s,
input.kosik-seznam-vp-cena-j {
  text-align: right;
  width: 70px;
}
input.kosik-seznam-rabat-cena-j,
input.kosik-seznam-vp-cena-j {
  width: 50px;
}
input.kal-komp-pole {
  width: 50px;
}
input.captcha {
  text-align: center;
  width: 128px;
}
input.kal-komp-objednat-mnoz {
  margin-right: 3px;
  margin-left: 5px;
  padding: 5px;
  width: 45px;
  text-align: right;
}
span.kosik-seznam-input,
span.kosik-seznam-rabat-cena {
  width: 42px;
  padding: 0.5em;
  display: inline-block;
}
span.kosik-seznam-rabat-cena {
  width: 62px;
  padding: 0.5em;
  display: inline-block;
}
input.formular {
  width: 120px;
}
input.formular2 {
  width: 215px;;
}
input.formular-pole {
  width: 200px;
}
input[type=date] {
  width: 125px;
}
input.formular-cislo {
  width: 70px;
  text-align: right;
}
input.nakres-rozmer-x, input.nakres-rozmer-y, 
input.nakres-olep-x1, input.nakres-olep-x2,
input.nakres-olep-y1, input.nakres-olep-y2 {
  width: 90px;
  text-align: center;
}
input.nakres-rozmer-x, input.nakres-rozmer-y{
  background-color: khaki;
}
input.nakres-olep-x1, input.nakres-olep-x2,
input.nakres-olep-y1, input.nakres-olep-y2 {
  background-color: mintcream;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
  margin-left: 2px;
  height: 30px;
}
input[type=number] {
  padding-right: 0;
  position: relative;
}

/* select */
select {
  font-size: 1.1em;
  color: #000000;
	text-align: left;
  padding: 0.42em;
  line-height: 1.9em;
  border-radius: 2px;
  border: 1px solid #cdcdc9;   
}
select.seznam-kosiku {
  max-width: 200px;
  margin-right: 10px;
}
select.kosik-seznam-dph {
  font-size: 1em;  
}
select.kosik-stav {
  display: none;
  width: 183px;
  margin-bottom: 3px;
}
select.kal-komp-box {
  min-width: 200px;
}
select.formular2 {
  width: 233px;
}
select.formular-vyber {
  width: 50px;
}
select.formular-pole {
  width: 218px;
}
select.formular-cislo {
  width: 88px;
}

/* textarea */
textarea, 
textarea:active { 
  background-color: #FFFFFF;   
  font-size: 1em;
  color: #000000;
	text-align: left;
  padding: 0.5em;
  border-radius: 2px;
  border: 1px solid #c4def7;
  font-family: Calibri, sans-serif;
  font-size: 1.3em;
}
textarea:active { 
  background-color: #ffff99;  
}
textarea:hover { 
  border-color: #FFCC00;
}
textarea:focus { 
  border-color: #3399FF;  
}
textarea.kosik-seznam {
  width: 96%;
}
textarea.formular {
  width: 700px;
}
textarea.dotaz {
  height: 120px;
}

/* button */
button,
.button,
.button2,
input[type=button],
button[type=submit],
input[type=submit] {
  font-size: 1.1em;
  padding: 0.5em 1.1em 0.5em 1.1em;
  background-color: #EDEDED;
  border-radius: 2px;
  border: 1px solid #E0E0E0;
  cursor: pointer;
  color: #000000;
}
button[type=submit],
input[type=submit] {
  background-color: #62affc;
  border-color: #62affc;
  color: #FFFFFF;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
.button2:hover,
.button2:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  opacity: 0.7;
}
button.zbozi-seznam-stitek-koupit,
button.zbozi-seznam-stitek-koupit-nelze,
button.zbozi-seznam-stitek-koupit2 {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto 18px auto;
  background: url(images/kosik-koscom-sediva.svg) center center no-repeat;
  background-size: 30px;
  margin-top: 15px;
  border: 0;
}
button.zbozi-seznam-stitek-koupit-nelze {
  background: url(images/nelze-objednat.svg) center center no-repeat;
  background-size: 34px;
}
button.nahled-parametry-koupit,
button.nahled-table1-dostupnost,
button.nahled-table1-zaruka,
button.nahled-table1-doprava {
  display: block;
  padding: 20px 0;
  margin-top: 5px;
  color: #fff;
  border: none;
  width: 260px;
  text-transform: uppercase;
  padding-left: 45px;
  padding-right: 20px;
  background: #62affc url(images/kosik-koscom-bila.svg) 15px center no-repeat;
  background-size: 30px;
  cursor: pointer;
}
button.nahled-parametry-koupit {
  margin-top: 10px;  
}
button.nahled-table1-dostupnost {
  background: #f99800 url(images/ico_stock-btn.png) 15px center no-repeat;  
  cursor: default !important;
}
button.nahled-table1-dostupnost.skladem {
  background: #99c160 url(images/ico_stock-btn.png) 15px center no-repeat; 
}
button.nahled-table1-zaruka {
  background: #d06e64 url(images/ico_guarantee.png) 15px center no-repeat;  
  cursor: default !important;
}
button.nahled-table1-doprava {
  background: #d06e64 url(images/ico_stock-btn.png) 15px center no-repeat; 
  cursor: default !important;
}
button.nahled-parametry-koupit:hover,
button.nahled-table1-dostupnost:hover,
button.nahled-table1-zaruka:hover {
  opacity: 0.7; 
}
button.zbozi-seznam-stitek-koupit2 {
  width: 55px;
  height: 25px;
  padding: 0;
  margin: 0;;
  font-size: 1em;
}
button.zbozi-rozmer-stitek-koupit {
  width: 80px;
  background-color: #62affc;
  border-color: #62affc;
  box-shadow: none;
  color: white;
  cursor: pointer;
}
button.zbozi-seznam-stitek-rozmer {
  margin-bottom: 20px;
  font-size: 0.7em;
  background-color: #62affc;
  border-color: #62affc;
  color: white;
  cursor: pointer;  
}
button.zbozi-seznam-stitek-rozmer2 {
  width: 100px;
  height: 25px;
  padding: 0;
  margin: 0;;
  font-size: 1em;
  background-color: #62affc;
  border-color: #62affc;
  color: white;
  cursor: pointer;  
}
button.zbozi-seznam-stitek-koupit:hover,
button.zbozi-seznam-stitek-koupit2:hover,
button.nahled-parametry-koupit:hover,
button.zbozi-rozmer-stitek-koupit:hover,
button.zbozi-seznam-stitek-rozmer:hover,
button.zbozi-seznam-stitek-rozmer2:hover {
  /*background-color: #62affc; */
}
button.zbozi-seznam-limit {
  height: 40px;
  width: 200px;
  cursor: pointer;  
}
button.zbozi-seznam-nahoru {
  height: 40px;
  width: 100px;
  position: absolute;
  right: 0;
  cursor: pointer;  
}
button.zbozi-seznam-radit,
button.zbozi-seznam-tb,
button.zbozi-seznam-sk {
  padding: 0 0.3em 0 0.3em;
  height: 33px;
  cursor: pointer;
  margin-right: 1px; 
}
button.zbozi-seznam-radit:before {
  content:'Seřadit dle '; 
}
button.zbozi-seznam-tb {
  float: left;
}
button.zbozi-seznam-radit-a,
button.zbozi-seznam-tb-a,
button.zbozi-seznam-sk-a {
  background-color: #004889;
  color: #FFFFFF;
  border-color: #004889;  
}
button.zbozi-nanos {
  display: block;
  width: 130px;
  margin-top: 10px;
  padding: 0.5em;
  white-space: normal;
  font-size: 0.9em;
  font-weight: bold;
}
button.kosik-seznam-smazat {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
button.prihlaseni {
  width: 300px;  
}
button.navigator,
button.navigator-krok1,
button.navigator-krok2 {
  width: 60px;
  height: 60px;
  margin-left: 2px;
  opacity: 0.7;
  cursor: pointer;
  font-weight: bold;
  background-color: #62affc;
  border-color: #62affc;
  color: #FBFBFB;
  border-radius: 50%;
  font-weight: bold;
  padding: 0;
}
button.navigator:hover,
button.navigator-krok1:hover,
button.navigator-krok2:hover {
  background-color: #62affc;  
}
button.navigator-krok1,
button.navigator-krok2  {
  width: 70px;
  display: none;
}
button.navigator:hover {
  opacity: 1;
}
button.column-hide {
  width: 19px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1px;
  margin: 0;;
  background-color: transparent;
  font-size: 1em;  
}
button.column-hide:hover {
  background-color: #62affc;
  color: #FFFFFF;
}
button.hledat-pole, button.hledat-pole-zavrit {
 width: 40px;
  height: 40px;
 background: transparent url(images/hledat-form-button.svg) center center no-repeat;
  background-size: 25px 25px;
  cursor: pointer;
  border: 0;
  outline: none;
  right: 10px;
}
button.hledat-pole-zavrit {
  background: #333 url(images/hledat-zavrit.svg) center center no-repeat; 
  background-size: 24px 24px;
}
button.kal-novy, 
button.kal-komp-objednat {
  margin-bottom: 20px;
  background-color: #62affc;
  border-color: #62affc;
  color: white;
}
button.formular-pridat {
  margin-top: 10px;
  margin-left: 6px;
  font-size: 0.9em;
}
button.formular-smazat-polozku {
  font-size: 0.8em;
}
button.formular-smazat-narez {
  color: red;
}

#sidebar-btn {
    display: none;
    background-color: #57C36B;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    padding: 20px 15px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 12px; 
}
#sidebar-btn:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#sidebar-btn:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(images/ico_filter.svg) center center no-repeat;
    background-size: contain;
}

/* a */
a, a:visited, .url {
  text-decoration: none; 
  color: #62affc;
}
a:hover, a:active {
  text-decoration: underline; 
  color: #626262;
}
a.button, a.button:visited, a.button2, a.button2:visited {
  /* display: inline-block; */
  color: #626262;
  text-decoration: none;
  text-align: center;
}
a.button2, a.button2:visited {
  height: 50px;
}
a.uzivatel-odkaz {
  padding: 5px 5px 5px 5px;
  color: #62affc;
  text-decoration: underline;
  margin: 0 0 0 3px;
  border-radius: 0px;  
  font-weight: bold;
}
a.uzivatel-odkaz:hover {
  text-decoration: underline;
}
a.box-menu {
  display: inline-block;
  height: 19px;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px; 
}
a.box-menu:hover {
  color: #62affc;
}
a.panel-menu {
  display: inline-block;
  width: 83%;
  /*height: 100%;*/
  padding: 0 0 0 12%;  
  color: #585858;  
  text-decoration: none;
}
a.panel-menu:hover {
  color: #62affc;
}
a.panel-menu-2 {
  display: block;
  width: 68%;
  /*height: 94%;*/
  padding: 0 15% 0 15%;  
  color: #585858;
  text-decoration: none;
  font-size: 0.9em;
}
a.panel-menu-2:hover {
  color: #62affc;
}
a.panel-menu-color-a {
  color: #585858;
}
a.panel-menu-color-a:hover {
  color: #62affc;
}
a.paticka-text {
  color: #FFFFFF;  
}
a.druh-cesta {
  padding: 0 3px 0 5px;
  color: #999;
}
a.druh-seznam {
  display: inline-block;
  width: 92%;
  height: 92%;
  padding: 4%;
  color: #626262;
  text-decoration: none;
  white-space: normal;
}
a.zbozi-seznam {
  text-decoration: none;
  color: #585858;
}
a.zbozi-seznam:hover {
  text-decoration: underline;  
}
a.zbozi-seznam-detail {
  display: inline-block;
  padding: 8px 15px 8px 36px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-top: 20px;
  text-decoration: none;
  position: relative;
  background: #62affc url(images/ico_watch.svg) 10% center no-repeat;
  background-size: 22% auto;
}
a.kal-komp-nahled {
  padding: 0.3em 0 0.3em 0;
  display: inline-block;
  width: 98%;
  font-size: 0.9em;  
}
a.mobilni-menu-prava {
  height: 18px;
  display: none;  
  float: right;
  margin-right: 2px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
a.mobilni-menu-leva {
  height: 18px;
  display: none;  
  float: left;
  margin-left: 2px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
a.mobilni-menu-prava img,
a.mobilni-menu-leva img {
  height: 16px;
}
a.cookies-s {
  margin-left: 5px;
  color: #FFFFFF;
}
a.kontaktni-formular-ikona {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.38), 0px 0px 0px rgba(0,0,0,0.38);
  background-color: #62affc;
  background-image: url(images/kontakt-mail.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  border-radius: 15px;  
}
a.kontaktni-formular-ikona:hover {
  background-color: #d75205;  
}
a.paticka-social {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
}
a.paticka-social:hover { 
  opacity: 0.7; 
  -webkit-opacity: 0.7; 
}
a.paticka-facebook {
  background-image: url(images/facebook01.svg);
  background-size: 32px;  
}
a.paticka-instagram {
  background-image: url(images/instagram01.svg);  
  background-size: 38px; 
}
a.paticka-youtube {
  background-image: url(images/youtube01.svg);
  background-size: 38px;   
}

a.paticka-facebook,
a.paticka-instagram,
a.paticka-youtube {
  background-repeat: no-repeat;
  background-position: center;  
}
a.nahled-zpet {
    text-transform: uppercase;
    text-decoration: none;
    display: none;
    border: 1px solid #000;
    color: #000;
    padding: 8px 20px;
    text-align: center;
    font-size: 12px;
    position: fixed;
    top: 28%;
    z-index: 1;
    left: 2%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    opacity: 0.4;
    font-size: 2.3em;
}
a.nahled-zpet:hover {
    opacity: 0.9;
}
a.nahled-table1 {
  text-decoration: none;  
}

/* img */
img {
  margin: 0;;
  padding: 0;
  border: 0;  
}

img.svg-znacka{
  max-width: 150px; 
  max-height: 100px;
}

img.logo {
  width: 93px;
  height: 29px;
}
img.uzivatel-odkaz {
  margin-right: 10px;
  vertical-align: middle;
  display: none;
}
img.panel-menu {
  position: absolute;
  top: 4px;
  left: 11px;
  vertical-align: middle;
}
img.druh-menu {
  margin-top: 5px;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  display: none;
}
img.panel-menu-2 {
  top: 3px;
  left: 21px;
}
img.captcha {
  float: left;
  cursor: pointer;
}
img.druh-obrazek {
  width: 70%;
  margin: 0 0 20px 0;
  border: 1px solid #E0E0E0;
}
img.zbozi-seznam-ikona,
img.zbozi-seznam-obrazek,
img.kosik-seznam-obrazek {
  vertical-align: middle;
}
img.kosik-seznam-obrazek {
  width: 60px;
  margin-left: 10px;
  margin-right: 10px;
}
img.zbozi-seznam-ikona {
  margin-right: 5px;
}
img.kosik-seznam {
  vertical-align: middle;
  margin-right: 10px;
}
img.presentation {
  display: none;
}
img.zbozi-seznam-foto {
  width: 100%;
  background: transparent url('images/loader-img.gif') center no-repeat;
  background-size: auto 20%;
}
img.nahled-obrazek {
  width: 400px; 
  background: transparent url('images/loader-img.gif') center no-repeat;
  background-size: auto 20%;
  margin: 0 auto;
}
img.nahled-galerie {
  border: 1px solid #F8F8F8;
  width: 95%;
}
img.kal-komp-obrazek {
  display: block;
  height: 80px;
  cursor: pointer;
}
img.nbox2 {
  width: 100%;
  height: 100%;
}
img.statistika-ip {
  height: 30px;
}
img.img-nahled {
  max-width: 100%;
}
img.logo-znacka {
  max-height: 100px;
}
img.navigator {
  height: 20px;
}
img.fri {
  max-width: 150px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.prihlasen {
  display: none;
}
.center {
  text-align: center;
}
.center-box {
  width: 100%;
  margin: 0 auto;
  position: relative;  
}
.right {
  text-align: right;
}
.right-pos {
  position: absolute;
  right: 0;
}
.right-fl {
  float: right;
  margin: 0 0 10px 10px;
}
.left-fl {
  float: left;
  margin: 0 10px 10px 0;
}
.left {
  text-align: left;
}
.left-pos {
  position: absolute;
  left: 0;
}
.top-m {
  margin-top: 10px;
}
.bottom-m {
  margin-bottom: 10px;
}
.right-m {
  margin-right: 10px;
}
.left-m {
  margin-left: 10px;
}
.clear {
  clear: both;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  position: relative;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.flexSpaseBetween
{
  justify-content: space-between;
}
.flexRow
{
  display: flex;
  flex-direction: row;
}
.flexWrap
{
  flex-wrap: wrap;
}
.flexAlignEnd
{
  align-content: flex-end;
}
.flexJustifyEnd
{
  justify-content: flex-end;
}
.number {
  text-align: right;
  white-space: nowrap;
}
.min {
  width: 1%;
  white-space: nowrap;
}
.max {
  width: 97%;
}
.max-img {
  width: 100%;
}
.img-50 {
  width: 50%;
}
.red, .delete {
  color: red;
}
.white {
  color: #FFFFFF;
}
.light, .attention {
  background-color: #62affc;
  color: #FFFFFF;
}
.warning-pole {
  border-color: red;
  background-color: lavenderblush;
}
.attention {
  padding: 5px 8px 5px 8px;
  border-radius: 0px;
  line-height: 1.4em;
}
button.light:not([disabled]) {
  border-color: #62affc;
}
button.light:hover:not([disabled]) {
  color: #FFFFFF;
}
.wrap {
  white-space: normal;
}
.nowrap {
  white-space: nowrap;
}
.nowrap-vel {
  white-space: nowrap;
}
.info-text {
  white-space: normal;
  font-size: 0.8em;
  font-style: italic;
  white-space: normal;
}
.text, .box {
  margin-bottom: 1em;
}
.text2, .box2 {
  margin-bottom: 2em;
}
.text3, .box3 {
  margin-bottom: 3em;
}
.box-popisek, .box-popisek2 {
  padding: 7px 2px 7px 2px;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px; 
  background: rgba(255, 255, 255, 0.8);
  color: black; 
  text-decoration: none;
}
.box-popisek2 {
  position: static;
  background: none;    
}

h2.uvod-mameopetotevreno
{
  display: none;
}

h2.uvod-koronavirus
{
  display: block;
}
h2.box-v3 {
  padding: 3px;
  background: rgba(0, 159, 218, 0.1);
  font-size: 1em;
  font-weight: bold;  
} 
div.box-v3 {
  display: inline-block;
  width: 30%;
  margin-right: 20px;
  vertical-align: top;
}
tr.tr-first {
    
}
tr.tr-second {
  background-color: #F8F8F8;
}
td.td-top {
  vertical-align: top;
}
td.td-center {
  vertical-align: middle;
}
td.td-bottom {
  vertical-align: bottom;
}
.small {
  font-size: 0.9em;
}
.cursor {
  cursor: default;
}
.pointer {
  cursor: pointer;
}
.hide {
  display: none;
}
.relative {
  position: relative;
}
.selected {
  background: rgba(0, 159, 218, 0.1);
}
.border {
  border: 1px solid #EDEDED;  
}
.border-b {
  border-bottom: 1px solid #EDEDED;
}
.butt-img {
  vertical-align: middle;
}
.sipka {
  border: 20px solid transparent; 
  width: 0px; 
  height: 0px; 
  display: inline-block; 
  position: absolute;
  top: 0;
  left: 40%;
}
.sipka-dolu {
  border-top: 20px solid #62affc; 
  top: 0px;
}
.sipka-vlevo {
  border-right: 20px solid #62affc; 
  left: -10px;
}
.sipka-vpravo {
  border-left: 20px solid #62affc; 
  left: 10px;
}
.sipka-nahoru {
  border-bottom: 20px solid #62affc; 
  top: -10px;
}
.opacity {
  opacity: 0.6;
} 

/* disabled */
[disabled],
[disabled]:hover,
[disabled]:active,
[disabled]:focus {
  opacity: 0.5;
  box-shadow: none;
  cursor: default;
  color: gray;
  background: none;
  cursor: no-drop;
}
[dr-form-send],
[dr-form-send]:hover,
[dr-form-send]:active,
[dr-form-send]:focus {
  cursor: default;
}

/* pro tisk */
@media print {
  body, h1, h2, h3, p, label, div {
    color: #000000;
  }
  div.box-hlavicka, nav.box-menu, div.telo-panel, div.box-paticka, div.druh-seznam-box, div.zbozi-seznam-radit, div.zbozi-seznam-paticka, div.kosik-menu, div.kosik-nastaveni, .navigator, .noprint, a.noprint, button.column-hide {
    display: none;
  }
  div.hlavni-box, div.box-telo, div.telo-obsah, div.box-obsah {
    margin: 0;;
    padding: 0;
    width: 100%;
    box-shadow: none;
    border: 0px;
  }
  div.zbozi-seznam {
    margin: 0;;
  }
  div.nahled-parametry-stitek, div.zbozi-seznam-stitek {
    box-shadow: none;
    border: 0px;
    color: #000000;
    background-color: #FFFFFF;  
  }
  div.nahled-parametry-box, div.nahled-parametry2-box, div.dr-tabs, div.dr-tabs-active {
    padding: 0;
    width: 100%;
    height: auto;
    float: none;
  }
  div.kosik-seznam, div.kosik-seznam-vysledek {
    overflow: unset;
  }
  td input, td select {
    border-color: #FFFFFF;
  }
  tbody td.mark,
  tbody td.mark2 {
    border-color: #EDEDED;
  }
  input.kosik-seznam,
  input.kosik-seznam-rabat,
  span.kosik-seznam {
    border: 0;
  }
  img.zbozi-seznam-foto {
    box-shadow: none;
  }
  a, a:visited, .url {
    color: #000000;
  } 
  .box-popisek {
    position: static;
    background: none;
  }  
}

/* jquery-dr */
div.dr-tabs {
  padding-top: 25px;
}
ul.dr-tabs {
  height: auto;
  background-color: transparent;
  border-bottom: 2px solid #004889;  
}
li.dr-tabs {
  background-color: #EDEDED;
}
li.kontaktni-formular-tabs {
  background-color: #62affc;
}
li.kontaktni-formular-tabs a, li.kontaktni-formular-tabs a:hover {
  color: white;
}
li.dr-tabs-active {
  background-color: #004889;
}
a.dr-tabs, a.dr-tabs:visited, a.dr-tabs:hover {
  font-weight: normal;
}
a.dr-tabs-active, a.dr-tabs-active:visited, a.dr-tabs-active:hover {
  color: white;
}
div.dr-win {
  background-color: white;
  border: 5px solid #62affc;
}
div.dr-win-title {
  margin: 10px 0 10px 5px;
  font-weight: bold;  
}
div.alert-win,
div.confirm-win {
  min-width: 335px;
  max-width: 700px;
}
div.confirm-win {
  width: auto;
}
div.info-win {
  width: 30%;
  min-width: 300px;
}
div.media-win {
  padding: 0;
  max-width: 95%;
  max-height: 95%; 
}
div.media-bar {
  position: absolute;
  left: 0;
  top: 0;
}
div.media-desc {
    position: absolute;
    bottom: 10%;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gray;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
div.media-body {
  height: 100%;
  overflow: auto;
}
button.media-browser-left,
button.media-browser-right {
  padding: 0;
  width: 80px;
  height: 100px;
  display: inline-block;
  position: absolute;
  top: 42%;
  bottom: 42%;
  left: 2%;
  border: 1px solid silver;
  border-radius: 10%;
  font-weight: bold;
  font-size: 1.5em;
  opacity: 0.2;
  background-color: transparent;
}
button.media-browser-left:hover,
button.media-browser-right:hover {
  opacity: 1;
}
button.media-browser-right {
  left: auto;
  right: 2%
}
img.media {
  display: block;
  margin: 0 auto;
  position: relative;
  background: transparent url('images/loader-img.gif') center no-repeat;
}
div.alert-title,
div.confirm-title {
  width: 100%;
  text-align: center;
}
div.title-win {
  border-color: #62affc;
}
div.dr-win-body {
  background-color: white;
}
div.dr-win-buttons {
  padding: 10px 0px 10px 0px;
}
.dr-win-body-text {
  padding: 2em;
}
div.error {
  background-color: white;
  border-color: #FF6600;
}
button.dr-win-buttons-button {
  min-width: 100px;
  margin: 0 5px 5px 5px;  
}
button.dr-win-title-bar-close {
  height: 2em;
  background-color: #62affc;
  color: #FFFFFF;
  z-index: 1000;  
}



/* Nova homepage 06/2020 */
table.hlavicka_prave_ikony label,
a.infolinka,
a.whatsApp-hlavicka,
div.hlavicka-kontakty *,
a.trida-menu_button,
div.trida-menu_button,
a.trida-menu_link,
div.trida-menu_link,
a.trida-menu_filtr_futter,
a.trida-menu_filtr,
div.trida-menu_filtr,
a.trida-menu_filtr_title,
div.trida-menu_filtr_title
{
  font-family: "Barlow Semi Condensed";
  z-index: 1;
}

div.upozorneniBar
{
  background-color: #009ee2;
}
div.upozorneniBar>div
{
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.upozorneniBar>div *
{
  color: white;
  font-size: 18px;
  font-weight: normal;
  font-family: "Barlow Semi Condensed";
}
div.upozorneniBar>div a
{
  text-decoration: underline;
}
div.upozorneniBar>div>*:last-child
{
  margin-bottom: 0;
}

div.hlavicka-kontakty
{
  float: left;
}

a.whatsApp-hlavicka,
a.infolinka
{
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

div.hlavicka-kontakty>span.mobile
{
  padding-top: 10px;
  margin: 0 5px;
}

div.hlavicka-kontakty span.mobile
{
  display: none;
  padding-top: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

img.ikona-hlavicka
{
  margin: 0 auto;
  width: 32px;
  height: 32px;
}

img.ikona-hlavicka.prava
{
  margin: 0;
  text-align: left;
}

table.hlavicka_prave_ikony
{
  padding: 0;
  margin: 0;;
  margin-top: -8px;
  float: right;
}

table.hlavicka_prave_ikony div,
table.hlavicka_prave_ikony a,
table.hlavicka_prave_ikony button
{
  display: block;
  text-align: center;
}

table.hlavicka_prave_ikony label
{
  color: white;
  text-align: center;
}

table.hlavicka_prave_ikony td,
table.hlavicka_prave_ikony tr
{
  margin: 0;;
  padding: 0;
  border-color: white;
}
table.hlavicka_prave_ikony a:hover
{
  text-decoration: none;
}

header
{
  background-color: #1B2C39;
  
}
div.hlavicka-container
{
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 17px;
  height: 135px;
  position: relative;
}

div.hlavicka-horni
{
  height: 46px;
  margin: 0;;
  padding: 0;
}

table.hlavicka_prave_ikony tr
{
  background: none;
  margin: 0;;
}
div.logo
{
  width: 93px;
  height: 29px;
  margin: 2px auto 0px auto;
}

label.ikona
{
  display: block;
  color: white;
  margin: 0px auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  margin-top: -3px;
}

hr.hlavicka
{
  width: 100%;
  border: unset;
  height: 1px;
  background-color: white;
}

button.hledat
{
  background-color: rgba(0,0,0,0);
  border: none;
  padding: 0;
  margin: 0 14px;
  outline: none;
}

button.hledat label
{
   padding-top: 2px;
}

button.hledat:hover
{
  opacity: 1;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}
button.hledat:active
{
  opacity: 1;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}

/* menu trida */

div.trida-menu_podmenu_container
{
    display: none;
    position: absolute;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 330px;
    padding: 33px;
    width: 100%;
    left: 0;
    background: #171e26;
    top: 140px;
}

li.trida-menu
{
  display: block;
  float: left;
  list-style-type: none;

}

div.trida-menu_podmenu_container>ul,
#nav.trida-menu_podmenu
{
    margin: 0 auto;
    display: block;
    height: 70px;
    display: table;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    list-style-type: none;
    padding: 0;
}

div.trida-menu_podmenu_container>ul
{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  left:   calc(50% - 940px / 2 - 60px);
}

ul.trida-menu_filtr>li
{
  float: none;
  list-style-type: none;
  display: block;
  margin-left: -40px;
  
}

ul.trida-menu_podmenu>li
{
  float: left;
  padding:0 30px;
  display: block;
  height: 100%;
}



a.trida-menu_button:after,
div.trida-menu_button:after
{
  content: url(images/menu_sipka.svg); 
  width: 6px;
  height: 3.01px;
  padding-left: 10px;
}


a.trida-menu_button,
div.trida-menu_button,
a.trida-menu_link,
div.trida-menu_link
{
  display: block;
  padding-top: 15px;
  padding-bottom:30px;
  color: #ffffff;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

li.trida-menu:hover a.trida-menu_button,
li.trida-menu:hover a.trida-menu_link,
li.trida-menu:hover div.trida-menu_button,
li.trida-menu:hover div.trida-menu_link
{
  opacity: 1;
  text-decoration: none;
  border-bottom: 1px solid #009ee2;
  padding-bottom: 9px;
  
}


#nav a.active
{
  opacity: 1;
  text-decoration: none;
  border-bottom: 1px solid #009ee2;
  padding-bottom: 9px;
  
}



li.trida-menu:hover > div.trida-menu_podmenu_container
{
    display: block;
}

a.trida-menu_filtr_title,
div.trida-menu_filtr_title
{
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

a.trida-menu_filtr_title:hover,
a.trida-menu_filtr:hover
{
  color: #009ee2;
}

a.trida-menu_filtr,
div.trida-menu_filtr
{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

a.trida-menu_filtr_futter
{
  text-decoration: underline;
  color: #009ee2;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

div.ucet-menu-mobile,
table.hlavicka_prave_ikony div.ucet-menu
{
  display: none;
  position: absolute;
  background: #171e26;
  width:70px;
  z-index: 10;
}
div.ucet-menu-mobile
{
  width: 100%;
  left: 0px;
  top:100px;
}

div.ucet-menu-mobile>a,
div.ucet-menu>a
{
  display: block;
  text-align: center;
  color: #ffffff;
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.1111111px;
  text-decoration: none;
}

div.ucet-menu-mobile>a
{
  font-size: 20px;
  line-height: 40px;
}

div.ucet-menu-mobile>a:nth-child(1)::after,
div.ucet-menu>a:nth-child(1)::after
{
  content: '';
  width: 90%;
  margin: 0 auto;
  height: 1px;
  display: block;
  background: #009ee2;
}

div.ucet-menu-mobile>a:nth-child(1)::after
{
  width: 96%;
}

div.ucet:hover > div.ucet-menu
{
  display: block;
}
label.ikona.modra
{
  color: #009ee2;
}

/* uvod   */

table.uvod-kachle td,
table.uvod-kachle tr
{
  background: none;
  margin: 0;;
  padding: 0;
}

div.box-obsah ul.uvod-kachle-container
{
  list-style: none;
  padding: 0;
 -moz-column-count: 3;
      column-count: 3;
  margin: 45px 0 10px 0;
  -moz-column-gap: calc((100% - 262px - 240px - 273px)/3);
       column-gap: calc((100% - 262px - 240px - 273px)/3);
}

div.box-obsah ul.heureka-holder li,
div.box-obsah ul.uvod-kachle-container li
{
  padding: 0;
  margin: 0;
}

div.box-obsah ul.heureka-holder
{
  margin: 0 auto;
}

div.box-obsah ul.heureka-holder li:before,
div.box-obsah ul.uvod-kachle-container li:before
{
    content: none;
}

div.uvod-kachle-flex
{
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items:center;
}

a.uvod-kachle
{
  display: inline-block;
}

a.uvod-kachle.paddingRight
{
  padding-right: 40px;
}

a.uvod-kachle:hover
{
  text-decoration: none;
  color: #121212; 
}

div.uvod-kachle
{
  vertical-align: middle;
  margin-left: 19px;
}

img.uvod-kachle
{
  height: 160px;
}

h1.uvod-kachle
{
  font-family: "Barlow Semi Condensed";
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
}

a.kachle-odkaz,
p.uvod-kachle
{
  color: #121212;
  font-family: "Barlow Semi Condensed";
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

a.kachle-odkaz::after,
p.uvod-kachle::after
{
  content: url(images/Sipka-02-seda.svg); 
  width: 37.57px;
  height: 10.68px;
  padding-left: 16px;
  transition: padding-left 1s 0s;
}

a.kachle-odkaz:hover::after,
a.uvod-kachle:hover p.uvod-kachle::after
{
  padding-left: 30px;
  transition: padding-left 1s 0s;
}

hr.uvod
{
  width: 100%;
  height: 1px;
  background: #cccbcb;
  margin: 31px auto;
  padding: 0;
  border: none;
}

div.vl /* vl => verticali line */
{
  display: inline-block;
  width: 1px;
  background: #cccbcb;
  height: 266px;
  margin: 0;;
  padding: 0;
  margin-left: 10%;
}

div.maxSirka940
{
  max-width: 940px;
  margin: 0 auto;
}

div.maxSirka1400
{
  max-width: 1400px;
  margin: 0 auto;
}

div.kachle
{
  margin: 29px 30px;
}

div.kachle-vlevo
{
  float: left;
}
div.kachle-vpravo
{
  float: right;
}

h1.kachle-title
{
  color: #121212;
  font-family: "Barlow Semi Condensed";
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

p.kachle-popis
{
  color: #121212;
  font-family: Lora;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
a.kachle-odkaz,
a.kachle-odkaz:hover
{
  text-decoration: none;
}

div.montblanc_swatch
{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
div.montblanc_swatch a
{
  display: inline-block;
  background-size: 450px 290px;
  width:450px; 
  height:290px;
  position: relative;
  margin-bottom: 39px;
  border-radius: 4px;
}
a.swatch:hover p::after,
a.montblanc:hover p::after
{
  padding-left: 32px;
  transition: padding-left 1s 0s;
}

div.montblanc_swatch p
{
  display: inline-block;
  color: #faa043;
  font-family: "Barlow Semi Condensed";
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.1px;
  text-decoration: none;
  position: absolute;
  left: 32px;
  bottom: 15px;
}

div.montblanc_swatch p::after
{
  content: url(images/Sipka-01-oranz.svg);
  width: 38px;
  height: 11px;
  padding-left: 16px;
  transition: padding-left 1s 0s;
}

a.swatch
{
  background: url(images/kachlice-Swatch.jpg) no-repeat;
}
a.montblanc
{
  background: url(images/kachlice-MB.png) no-repeat;
}

img.swatch,
img.montblanc
{
  position: absolute;
  left: 31px;
  bottom: 78px;
}

img.montblanc
{
  width: 193px;
  height: 106px;
}

img.swatch
{
  left: clac(31px - 5px);
  width: 205px;
  height: 35px;
}

a.oranzova-sipka
{
  color: #faa043;
  font-family: "Barlow Semi Condensed";
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.1px;
  text-decoration: none;
  position: absolute;
  left: 32px;
  bottom: 31px;
}

a.oranzova-sipka::after
{
  content: url(images/Sipka-01-oranz.svg); 
  width: 38px;
  height: 11px;
  padding-left: 16px;
  transition: padding-left 1s 0s;
}

a.oranzova-sipka:hover::after
{
  padding-left: 30px;
  transition: padding-left 1s 0s;
}

div.heureka
{
  position: relative;
  margin: 0 auto;
  width: 1300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #1b2c39;
  padding: 32px;
}


li.heureka-kachle
{
  margin:.5em;
  align-items: center;
  display: inline-flex;
}


img.heureka
{
  width: 52px;
  height: 52px;
  margin-right: 16px;
  display:table-cell;
  vertical-align: middle;
}


ul.heureka-holder
{
  align-items: center;
  width:940px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

div.box-obsah ul.heureka-holder>li
{
  display: inline-table;
  padding: 0px;
}

div.box-obsah ul.heureka-holder > li:nth-child(1)
{
  width: 340px;
}
div.box-obsah ul.heureka-holder > li:nth-child(2)
{
  width: 172px;
}
div.box-obsah ul.heureka-holder > li:nth-child(3)
{
  width: 137px;
}
div.box-obsah ul.heureka-holder > li:nth-child(4)
{
  width: 178px;
  padding: 0;
}





#heureka-logo,
#heureka-baterie,
#heureka-produkty,
#heureka-doruceni
{
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  max-width: 260px;
  vertical-align: middle;
  display: table-cell;
  margin: inherit;
  margin-left: 0px;
  margin-right: 0px;
}

#heureka-logo,
img.heureka.logo
{
  display: none;
}

#heureka-baterie,
#heureka-produkty,
#heureka-doruceni
{
  max-width: 110px;
}



div.asTable
{
  display: table;
  width: 100%;
  height: --moz-fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

div.padding-Right
{
  padding-right: 28px;
}


div.padding-Top-28
{
  padding-top: 28px;
}



div.baner-znacky,
div.baner-produkty
{
  margin: 0;;
  padding: 0;
  width: calc(100% + 30px);
  background: #eae9ef;
  margin: 30px -15px;
}

div.baner-znacky
{
  margin-top: -50px;
}

div.baner-produkty
{
  margin-bottom: 0;
}

/*div.baner-produkty > div > strong
{
  padding-top: 14px;
}*/


div.znacky-uvod
{
  padding-top: 80px;
  padding-bottom: 30px;
}

div.znacky-uvod-text
{
  display: inline-block;
  max-width: 400px;
  margin-right: 40px;
}

div.znacky-uvod-text h1
{
  color: #121212;
  font-family: "Barlow Semi Condensed";
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  padding-top: 22px;
}

div.znacky-uvod-text p
{
  color: #121212;
  font-family: "Lora";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

div.znacky-uvod-text a
{
  color: #121212;
  font-family: "Barlow Semi Condensed";
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.1px;
  text-decoration: none;
}

div.znacky-uvod-text a::after
{
  content: url(images/Sipka-02-seda.svg); 
  width: 37.57px;
  height: 10.68px;
  padding-left: 16px;
  transition: padding-left 1s 0s;
}
div.znacky-uvod-text a:hover::after
{
  padding-left: 30px;
  transition: padding-left 1s 0s;
}

div.znacky-uvod-doporuc
{
  display: inline-block;
  width: 50%;
}

div.znacky-uvod-doporuc p
{
  color: #121212;
  font-family: "Barlow Semi Condensed";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

a.znacka-kachle
{
  position: relative;
  display: inline-block;
  width: 147px;
  height: 100px;
  background: #ffffff;
  border-radius: 2px;
  margin:0.2em 0.2em;
}

a.znacka-kachle div
{
  position: absolute;
  width: 80%;
  height: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 10%;
  top: 10%;
}
div.znacky-holder
{
  width: 100%;
}

strong.tucne,
strong.oblibene-produkty
{
  display: table;
  margin: 0 auto;
  color: #121212;
  font-family: "Barlow Semi Condensed";
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
strong.oblibene-produkty
{
  margin-bottom: 26px;
  padding-top: 64px;
}
strong.tucne
{
  margin-bottom: 26px;
  margin-top: 69px;
}

div.oblibene-holder
{
  margin-left: -8px;
  margin-right: -8px;
}

a.oblibene-kachle
{
  display: inline-block;
  position: relative;
  width: 299px;
  height: 322px;
  border-radius: 4px;
  background:white;
  margin: 8px;
}

a.oblibene-kachle>div.obrazek
{ 
  background-color: #eae9ef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 26px;
  width: 100%;
  height: 207px;
  border: unset;
  background-color: unset;
}

div.oblibene-kachle
{
  display:grid;
  background: #121212;
  border-radius:50%;
  float: right;
  margin-top: 14px;
  margin-right: 16px;
  width: 42px;
  height: 42px;

}

div.oblibene-kachle>p
{
  position: relative;
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  margin: auto;
}

a.oblibene-kachle strong
{
  position: absolute;
  bottom: 46px;
  left: 23px;
  color: #121212;
  font-family: "Barlow Semi Condensed";
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  padding: 0;
  width: 253px;
}

a.oblibene-kachle>p
{
  position: absolute;
  bottom: 23px;
  left: 23px;
  color: #121212;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 19px;
}

a.oblibene-kachle span.puvod-cena
{
  opacity: 0.3969959;
  text-decoration: line-through;
}

/* paticka */

div.patickaLogo
{
  background: url(images/logo-koscom.svg) no-repeat center center;
  padding-top: 47px;
  margin-bottom: 34px;
  /*margin-left: -15px;*/
  width: 131px;
  height: 39px;
}

p.patickaText
{
  max-width: 610px;
  color: #ffffff;
  font-family: Lora;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

div.paticka-kachle
{
  margin-top: 51px;
}

div.paticka-kachle-vlevo
{
  width:50%;
  float: left;
} 

div.paticka-kachle-vpravo
{
  width:50%;
  float: right;
} 

div.inline-block
{
  display:inline-block;
  margin-left: 100px;
}

div.flex-column
{
  display:flex;
  flex-direction: column;
}

strong.pata-chachle-title
{
  display:block;
  color: #71b7fe;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 22px;
  
}

strong.pata-chachle-title.topMezera
{
  padding-top: 20px;
}

a.pata-kachle,
p.pata-chachle-text
{
  display: table;
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

div.paticka-holder
{
  width: 100%;
  height: 340px;
  margin-bottom: 20px;
}
form.novinky-email
{
  display: inline-block;
}

form.novinky-email input
{
  display: inline-table;
  background: #ffffff;
  width: 350px;
  height: 52px;
  color: #121212;
  font-family: "Barlow Semi Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  border: none;
  border-radius: 2px;
  margin: 0;
  padding: 0 105px 0 15px;
}
form.novinky-email button
{
  position: relative;
  display: inline-table;
  border: none;
  border-radius: 0px 2px 2px 0px;
  background: #154e7b;
  width: 105px;
  height: 52px;
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin: 0;
  margin-left: -105px;
  bottom: 1px;
}

form.novinky-email button:hover,
form.novinky-email button:active
{
  border: none;
  opacity: 1;
}

form.novinky-email button:hover
{
  background: #71b7fe;;
}

div.ctvrtinSirky
{
  display: inline-block;
  width: 24%;
}

div.paticka-paticky-background
{
  display: grid;
  height: 143px;
  background: #131f29;
  align-content: center;
  position: relative;
}
div.paticka-paticky
{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: table;
}

div.paticka-4sloupce
{
  margin-top: 69px;
  margin-bottom: 77px;
}

div.paticka-social-mobile
{
  display: none;
}

#kosik
{
  position: relative;
}

#kosik>div
{
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  
  
}
#kosik>div>span
{
  display: block;
  width: 15px;
  height: 15px;
  background: #009ee2;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.05555556px;
}

#kosik>div>span.hide
{
  display: none;
}

/* advertia paticka */
div.advertia-container
{
  position: absolute;
  height: 32px;
  max-width: 940px;
  width: 80%;
  padding: 0;
  bottom: 0;
  left: calc((100% - 940px)/2);
  overflow: hidden;
}
a.advertia
{
  display: block;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: -4px;
}

a.advertia
{
  right: 0;
}

.advertia-wrap {
	display: flex;
	overflow: hidden;
	height: 32px;
	margin-top: 123px;
}

.advertia-wrap--end {
	justify-content: flex-end;
}

.advertia {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.advertia:hover .advertia__xoxo {
	opacity: 0;
	transform: translateY(15px);
}

.advertia:hover .advertia__logo svg {
	fill: #FFFCF5;
	transform: translateX(var(--translate-y));
}

.advertia:hover .advertia__title {
	opacity: 1;
	transform: translateX(var(--translate-y));
}

.advertia:hover .advertia__title svg {
	fill: #FFFCF5;
}

.advertia--light:hover .advertia__logo svg {
	fill: #282828;
}

.advertia--light:hover .advertia__title svg {
	fill: #282828;
}

.advertia__xoxo {
	color: #00f;
	font-size: 1.4rem;
	font-weight: 700;
	margin-right: 18px;
	transform: translateZ(0);
	transition: opacity .4s, transform .4s;
}

.advertia__logo svg {
	width: 42px;
	height: 30px;
	fill: #00f;
	transform: translateZ(0);
	transition: fill .4s, transform .4s;
}

.advertia__title {
	padding-left: 10px;
	opacity: 0;
	transform: translateZ(0);
	transition: opacity .4s, transform .4s;
}

.advertia__title svg {
	width: 55px;
	height: 27px;
	fill: #E6495A;
	transition: fill .4s;
}

/* slider */
#index_slider
{
  position: relative;
  width: calc(100% + 30px);
  height: 528px;
  margin: -160px -15px 15px -15px;
}

#index_wraper
{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#index_slides
{
  display: table;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: table;
}
a.hero_slider
{
  vertical-align: top;
  display: inline-block;
  height: 100%;
  text-decoration: none;
}

#index_slides div.text
{
  position: relative;
  top: 182px;
  left: calc((100% - 940px)/2);
  max-width: 500px;
}

#index_slides div.slider_text1
{
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

#index_slides div.slider_text2
{
  margin-top: 10px;
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

#index_slides div.slider_text3
{
  margin-top: 24px;
  color: #ffffff;
  font-family: Lora;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

#index_slides div.slider_text4
{
  margin-top: 24px;
  color: #faa043;
  font-family: Lora;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.1px;
}

#index_slides div.slider_text4::after
{
  content: url(images/Sipka-01-oranz.svg);
  width: 38px;
  height: 11px;
  padding-left: 16px;
  transition: padding-left 1s 0s;
}
#index_slides a.hero_slider:hover div.slider_text4::after
{
  padding-left: 30px;
  transition: padding-left 1s 0s;
}

#index_Next
{
  background-color: unset;
  background-image: url(images/slider-prava_sipka.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 20px;
  right: 52px;
  z-index: 10;
  border: unset;
  outline:none;
}

#index_Prev
{
  background-color: unset;
  background-image: url(images/slider-leva_sipka.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 20px;
  right: 99px;
  z-index: 10;
  border: unset;
  outline:none;
}

#index_Prev:hover,
#index_Next:hover
{
  cursor: pointer;
}

#index_Prev.dissable,
#index_Next.dissable
{
  opacity: 0.25;
}

#index_Prev.dissable:hover,
#index_Next.dissable:hover
{
  cursor: default;
}

#index_wraper > p
{
  position: absolute;
  right: 151px;
  bottom: 20px;
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 21px;
  font-weight: 300;
  line-height: 25px;
  z-index: 10;
  margin: 0;
}

#index_wraper > p > span
{
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}


/* mobile menu style - zacatek */
#nav.trida-menu_podmenu_mobile ul,
#nav.trida-menu_podmenu_mobile
{
  list-style: none;
  padding: 0
  
}

#nav.trida-menu_podmenu_mobile ul
{
  margin: 0;
}

#nav.trida-menu_podmenu_mobile li
{
  width: 100%;
  display: block;
  position: relative;
}

#nav.trida-menu_podmenu_mobile
{
  display: none;
  width: 100%;
  margin: 0;
  top: 100px;
  position: relative;
  z-index: 1;
}

#nav.trida-menu_podmenu_mobile>li
{
  float: none;
  width: 100%;
  background: #171e26;
  list-style-position: inside;
  border: 1px solid #154e7b;
  border-left: unset;
  pointer-events: hover;
  
  
}
a.trida-menu_link_mobile,
div.trida-menu_button_mobile
{
  display: block;
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 20px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.1111111px;
  padding: 0 18px;
}

div.trida-menu_button_mobile::after
{
  content: '';
  background: url(images/menu_sipka.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 7px;
  position: absolute;
  vertical-align: middle;
  right:18px;
  top: 27px;
}

div.trida-menu_button_mobile.selected
{
  background-color: unset;
}

div.trida-menu_button_mobile.selected::after
{
  content: '';
  background: url(images/menu_sipka_nahoru.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 7px;
  position: absolute;
  vertical-align: middle;
  right:18px;
  top: 27px;
  
}

div.trida-menu_filtr_title_mobile,
a.trida-menu_filtr_title_mobile
{
  display: block;
  width: 100%;
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 20px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.1111111px;
  background: #154e7b;
  padding: 0 18px;
  text-decoration: none;
}

ul.trida-menu_filtr_mobile
{
  -moz-columns: 2;
       columns: 2;
}
a.trida-menu_filtr_futter_mobile,
ul.trida-menu_filtr_mobile li
{
  padding-left: 18px;
}

a.trida-menu_filtr_mobile
{
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

a.trida-menu_filtr_futter_mobile
{
  display: block;
  margin-bottom: 18px;
  text-decoration: underline;

}
div.trida-menu_podmenu_container_mobile
{
  display: none;
}

div.paticka-kachle a 
{
  color: #fff;
  text-decoration: none;
}

/* mobile menu style - konec */

/* zacatek respozivni design */

@media screen and (max-width: 1400px)
{
  div.advertia-container
  {
    max-width: unset;
    left: 10%;
  }

  div.heureka
  {
    display: flex;
    width: 100%;
    max-width: 500px;
  }
  
  div.box-obsah ul.heureka-holder
  {
    max-width: 90%;
    width: unset;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
  }

  div.box-obsah ul.heureka-holder>li 
  {
    margin: 0;
    margin-bottom: 21px;
  }

  div.box-obsah ul.heureka-holder>li:nth-last-child()
  {
    margin-bottom: 0;
  }

  div.box-obsah ul.heureka-holder > li:nth-child(1),
  div.box-obsah ul.heureka-holder > li:nth-child(2),
  div.box-obsah ul.heureka-holder > li:nth-child(3),
  div.box-obsah ul.heureka-holder > li:nth-child(4)
  {
    width: unset;
  }

  div.box-obsah ul.heureka-holder > li > p
  {
    min-width: 200px;
  }

}

@media screen and (max-width: 1046px) {
  div.hlavicka-container
  {
    padding: 0 10px 0 10px;
    height: 100px;
  }

  
  #index_slides div.text
  {
    left: 30px;
  }

  div.hlavicka-kontakty
  {
    background: #1b2c39;
    width: calc(100% + 20px);
    margin: 0 -10px;
    height: 20px;
    padding: 10px 10px;
  }

  a.infolinka,
  div.hlavicka-kontakty>span.mobile,
  a.whatsApp-hlavicka
  {
    display: inline;
    height: 24px;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
  }
  a.infolinka span,
  a.whatsApp-hlavicka span
  {
    display: none;
  }

  div.hlavicka-kontakty span.mobile
  {
    display: inline;
  }

  hr.hlavicka
  {
    position: absolute;
    top: 33px;
    width: 95%;
    margin: 0 auto;
    
  }
  div.logo
  {
    position: absolute;
    top: 46px;
    left: 15px;
  }
  table.hlavicka_prave_ikony
  {
    position: absolute;
    top: 58px;
    right: 48px;
  }
  button.hledat
  {
    margin:0 7px;
  }
  div.hlavicka-nav-button
  {
    position: absolute;
    display: flex;
    border-radius: 50%;
    top: 50px;
    right: 10px;
    width: 32px;
    height: 32px;
  }
  div.hlavicka-nav-button::before
  {
    width: 20px;
    height: 20px;
  }
  div.hlavicka-mobile
  {
    display: flex;
  }
  label.ikona
  {
    display: none;
  }

  div.hlavicka-hledat-button
  {
    display: none;
  }
  #nav.trida-menu_podmenu
  {
    display: none;
  }

}


@media screen and (max-width: 1000px) {

  div.uvod-kachle-flex
  {
    flex-direction: column;
    align-items:center;
  }

  div.uvod-kachle-flex h1.uvod-kachle br
  {
    display: inline;
  }


  div.box-obsah ul.uvod-kachle-container
  {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: calc((100% - 262px - 240px - 273px)/2);
         column-gap: calc((100% - 262px - 240px - 273px)/2);
  }
  
  form.hledat-formular
  {
    display: block;
    width: 90%;
    margin: 0 auto;
  }


  #zavrit-hledani
  {
    display: none;
  }

  div.ucet:hover > div.ucet-menu
  {
    display: none;
  }
  
  #index_slides div.slider_text4,
  a.oranzova-sipka
  {
    color: #000;
    display: block;
    text-align: left;
    width: calc(100% - 42px);
    padding: 17px 21px;
    background: #faa043;
    border-radius: 4px;
  }

  #index_slides div.slider_text4::after,
  a.oranzova-sipka::after
  {
    content: url(images/Sipka-02-seda.svg);
    display: block;
    float: right;
  }

  img.swatch, img.montblanc
  {
    bottom: 100px;
  }
  
  div.asTable
  {
    width: 94%;
  }

  a.uvod-kachle.paddingRight 
  {
    padding:0px;
  }

  div.asTable
  {
    margin: 0 auto;
  }

  a.uvod-kachle
  {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  div.mobile-border
  {
    border-radius: 4px;
    border: solid 1px #cccbcb;
    padding: 39px 12px 29px 12px;
    max-width: 329px;
    width: 90%;
    text-align: center;

  }

  #id-box-obsah > div:nth-child(3) > div.kachle-vlevo.mobile-border > div.kachle-vlevo.padding-Right
  {
    padding: 0;
  }

  div.kachle-vlevo,
  div.kachle-vpravo,
  div.kachle-vlevo.padding-Top-28>div.kachle-vpravo,
  div.kachle-vlevo.padding-Top-28>div.kachle-vlevo,
  div.kachle-vlevo.padding-Top-28,
  div.kachle-vpravo.padding-Top-28
  {
    display: table;
    text-align: center;
    float: none;
    margin: 0 auto;
  }

  div.montblanc_swatch
  {

    flex-direction: column;
    align-items:center;
  }

  div.vl
  {
    background-color: rgba(0, 0, 0, 0);
    width: 94%;
    height: 10px;
  }

  div.heureka
  {
    width: 94%;
  }

  #showHeurekaBadgeHere-11
  {
    display: none;
  }

  #heureka-logo
  {
    display: table-cell;
  }

  img.heureka.logo
  {
    display: table-cell;
  }

  li.heureka-kachle
  {
    display: table;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  div.znacky-uvod-doporuc
  {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: table;
    max-width: 375px;
  }

  div.znacky-uvod-text.kachle-vlevo,
  div.znacky-holder
  {
    width: 310px;
  }

  div.znacky-uvod-text.kachle-vlevo>*
  {
    text-align: left;
    margin: 0;
  }

  

  div.znacky-uvod-text.kachle-vlevo>a
  {
    display: block;
    width: calc(310px - 42px);
    padding: 17px 21px;
    background: #009ee2;
    text-align: left;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  a.znacka-kachle.mobile-hide
  {
    display: none;
  }
  
  
  p.kachle-popis
  {
    text-align: center;
  }

  a.kachle-odkaz
  {
    padding: 18px 21px;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    width: calc(273px - 42px);
    border-radius: 2px;
    background: #009ee2;
    text-align: left;
  }

  hr.uvod
  {
    background: rgba(0,0,0,0);
    margin: 5px;
  }

  table.uvod-kachle img.uvod-kachle
  {
    width: 113px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  div.uvod-kachle p.uvod-kachle
  {
    padding: 13px 21px;
    background: #009ee2;
    width: calc(200px - 42px);
    text-align: left;
    color: #fff;
  }

  div.znacky-uvod-text.kachle-vlevo>a::after,
  a.kachle-odkaz::after,
  p.uvod-kachle::after
  {
    content: url(images/Sipka-03-bila.svg);
    display: block;
    float: right;
  }
  
  h1.uvod-kachle br
  {
    display: none
  }

  div.nahled-detail-foto-galerie {
    order: 3;
    flex-basis: 100%;
    margin-bottom: 0px;
  }
  div.nahled-detail-table1 {
    order: 2;
  }
  div.nahled-detail-foto, div.nahled-detail-foto2 {
    order: 1;
    margin-left: 0;
  }
  div.nahled-detail-foto {
    margin-left: 10%;
  }
  div.foto-galerie-box {
    height: auto;
    width: 94%;
    text-align: left;
    display: flex;
  }
  img.nahled-galerie {
    width: 200px;
    display: inline-block;     
  }
  div.nahled-detail-desc-and-params div {
    flex-basis: 100%;
    margin-bottom: 0px;
  }

  
  div.box-obsah iframe {
    width: 94%;
  }    

  a.oblibene-kachle
  {
    position: relative;
    height: 252px;
    width: 167px;
    z-index: 0;
  }

  a.oblibene-kachle>div.obrazek
  {
    position: relative;
    z-index: 1;
    height: 132px;
    top: 20px;
  }

  div.oblibene-kachle
  {
    position: relative;
    margin-top: 11px;
    margin-right: 11px;
    z-index: 2;
  }

  a.oblibene-kachle strong
  {
    width: 90%;
    left: 5%;
    top: 156px;
    line-height: 20px;
  }

  a.oblibene-kachle>p
  {
    left: 5%;
    bottom: 14px;
  }
  div.oblibene-holder
  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 30px;
    width: calc(167px * 3 + 8px * 6);
    margin: 0 auto;
    margin-bottom: 30px;
  }
  strong.oblibene-produkty
  {
    display: block;
    text-align: center;
    width: 235px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 28px;
  }

  div.maxSirka940
  {
    width: 94%;
  }

  div.paticka-paticky>*
  {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }

  div.paticka-info
  {
    margin-bottom: 20px;
  }

  div.patickaLogo
  {
    margin-left: 3%;
    margin-bottom: 0;
  }

  p.patickaText
  {
    max-width: unset;
    width: 96%;
    margin-left: 3%;
  }

  div.paticka-kachle-vpravo,
  div.paticka-kachle-vlevo
  {
    width: 90%;
    float: none;
    margin-top: 10px;
  }

  div.inline-block
  {
     margin-left: 0;
  }
  
  div.paticka-holder
  {
    margin-left: 3%;
    width: 94%;
    height: unset;
  }

  div.paticka-kachle
  {
    margin-top: 26px;
  }

  div.paticka-social-mobile
  {
    display: block;
    margin-left: -10px;
  }

  div.paticka-social
  {
    display: none;
  }

  div.paticka-kachle-vpravo div:first-child
  {
    margin-right: 10px;
  }

  form.novinky-email
  {
    width: 94%;
    display: block;
  }

  body > div.box-paticka > div.maxSirka940 > strong,
  form.novinky-email
  {
    margin-left: 3%;
  }

  div.ctvrtinSirky
  {
    width: 156px;
    margin-top: 35px;
  }

  div.paticka-4sloupce
  {
    max-width: 375px;
    margin-left: 3%;
    margin-top: 10px;
    margin-bottom: 67px;
  }



}

@media screen and (max-width: 900px) {
  div.box-obsah ul.uvod-kachle-container
  {
         -moz-column-count: 1;
              column-count: 1;
         -moz-column-gap: unset;
              column-gap: unset;
  }

  div.box-obsah ul.uvod-kachle-container a
  {
        display: table;
  }
  
  div.hlavicka-uzivatel {
    right: 150px;
    top: 7px;    
  }
  div.box-hlavicka {
    height: 60px;
  }
  div.box-telo {
    margin-top: 110px;    
  }
  div.hlavicka-logo {
    padding-left: 10px;
  }
  #sidebar-btn {
    display: block;
    margin-left: 0;
    margin-right: 0;    
  }
  div.telo-panel-filtr-box {
    display: none;
  }
  div.telo-panel-filtr {
    display: none;
    padding-top: 1px;
  }
  div.telo-panel-filtr.active {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  div.box-telo {
    display: block;
  }
  div.telo-panel-filtr-box {
    width: 100%;
    margin-bottom: 25px;
  }
  div.zbozi-seznam-box {
    justify-content: space-around;      
  }
  div.filtr-zbozi-box, div.filtr-zbozi-hledat-box {
    display: none;
  }
  div.filtr-zbozi h3  {
    background: url(images/sipka-dolu.png) right 25px no-repeat;
  }
  div.hlavicka-hledat-box {
    display: none;
  }
  div.hlavicka-mobile {
    display: flex;
  }
  div.nahled-detail-desc-and-params h3, div.nahled-souv h3 {
    font-size: 2em; 
  }
  h1, h2, h3 {
    font-size: 2em;
  }
  img.logo {
    height: 40px;
  }
  span.logo-telefon {
    display: none;   
    margin-top: 6px;
    line-height: 1.2em;
    font-size: 0.8em;    
  }
  nav.box-menu {
    display: none;
    bottom: auto;
    top: 60px;
    background: #45494c;
    width: 100%;
  }
  ul.box-menu {
    display: block;
    list-style-type: none;
    text-align: center;
  }
  li.box-menu, li.box-menu-right {
    display: block;
    float: none;
    margin: 0;;     
  }
  
  div.hlavicka-hledat-box {
    display: none;
    position: absolute;
    background: #45494c;
    top: -7px;
    right: -90px;
    z-index: 9999;
    width: 400px;
    height: 60px;
    margin-right: 0;
  }
  select.pes {
    width: 95%;
  }
  label.block {
    white-space: normal;
  }
  div.hledat-formular {
    text-align: left;
    border: 0;
    margin-top: 8px;
  }
  
  form.hledat-formular {
    display: block;
  }
  div.navigator {
    left: 5%;
    right: auto;
  }
  a.nahled-zpet {
    display: none;
  }
  div.znacky-seznam {
    justify-content: space-around;
  }  
}



@media screen and (max-width: 750px) {
  div.nahled-detail-table1 {
    order: 3;
  }
  div.nahled-detail-foto-galerie {
    order: 2;  
  }
  div.nahled-detail-info {
    justify-content: space-evenly;     
  } 
  div.foto-galerie-box {
    text-align: center;
  }
  div.nahled-detail-watch-box {
    display: none;
  }
  div.nahled-detail-akce {
    text-align: center;
  }
  div.nahled-detail-foto {
    margin-left: 0;
  }
  div.foto-galerie-box {
    justify-content: space-evenly;
  }
  div.nahled-detail-params-table-wrapper table tr th {
    width: auto;
  }
  div.slide-buttons {
    top: auto;
    bottom: -25px;
    z-index: 999;
  }
  div.nahled-souv-zbozi-box {
    margin-right: 0;
    margin-left: 0;    
  }
  div.nahled-logo-znacka {
    display: none;
  }
  div.nahled-detail-desc-and-params h3, div.nahled-souv h3 {
    text-align: center;  
  }
  h1, h2, h3 {
    text-align: center;
  }
  h1.druh {
    display: block;
  }
  h1.nahled {
    padding-right: 0;
  }
  img.fri {
    right: 0px;
    top: 0px;
  } 
}

@media screen and (max-width: 700px) {
  body.home {
    width: 512px;
  }
  div.box-hlavicka.home {
    max-width: 512px;
  }
  nav.box-menu.home {
    display: none;
  }

  div.heureka
  {
    padding: 0;
  }
  

  div.box-obsah ul.heureka-holder
  {
    padding-top: 31px;
    padding-bottom: 21px;
  }
  div.paticka-paticky
  {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 650px) {

  table.uvod-kachle img.uvod-kachle 
  {
    height: 106px;
    width: 62px;
  }

  div.uzivatel-odkaz {
    display: none;
  } 

  
  div.hlavicka-uzivatel-button {
    display: none;
  } 
  div.hlavicka-uzivatel {
    right: 210px;       
  } 
  div.hlavicka-hledat-box {
    width: 240px;
  }
  img.right-fl, img.left-fl {
    float: none;
    margin: 0;;
    width: 100%;
  }
  span.logo-telefon {
    display: none;   
  } 
  p.uvod-telefon {
    display: none;
  } 
  p.uvod-koronavirus {
    display: none;   
    /* text-align: center;
    display: block; */
  }
  span.logo-koronavirus {
    display: none;   
  } 
  p.uvod-mameopetotevreno {
    text-align: center;
    display: block;
  }
  span.logo-mameopetotevreno {
    display: none;   
  } 
}

@media screen and (max-width: 545px) {
  div.maxSirka940
  {
    width: 98%;
  }

  img.swatch
  {
    left: calc(5% - 5px);
  } 

  img.montblanc,
  div.montblanc_swatch p
  {
    left: 5%;
  }

  div.montblanc_swatch p
  {
    padding: 13px 21px;
    width: calc(90% - 2*21px);
    background: #faa043;
    color: black;
    bottom: 10px;
  }

  div.montblanc_swatch p::after
  {
    content: url(images/Sipka-02-seda.svg);
    display: block;
    float: right;
  }
  
  div.montblanc_swatch.maxSirka940
  {
    width: 100%;
    margin: 0px;
    justify-content: flex-start;
  }
  div.montblanc_swatch a
  {
    margin: 0px;
    border-radius: 0px;
    width: 100%;
    background-size: cover ;
    background-position: center;
  }


  #id-box-obsah > div.baner-znacky > div > div > div.znacky-uvod-text.kachle-vlevo > p
  {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  
  #index_Next
  {
    right: 22px;
  }
  #index_Prev
  {
    right: 69px;
  }

  #index_wraper > p
  {
    right: 121px;
  }

  div.box-telo.uvod
  {
    margin-left: 0px;
    margin-right: 0px;
  }

  

  h1.uvod-kachle
  {
    font-size: 30px;
    text-align: left;
    margin-bottom: 13px;
  }
  #id-box-obsah  ul.uvod-kachle-container
  {
    display: table;
    margin: 30px auto;
  }
  #id-box-obsah  ul.uvod-kachle-container>li
  {
    display: table;
  }
  
  a.uvod-kachle 
  {
    margin: 0;
    margin-bottom: 20px;
  }

  ul.uvod-kachle-container li:last-child a.uvod-kachle
  {
    margin: 0;
  }

  div.dlazdice-item {
    flex-basis: auto;
    width: 100%;
  }
  div.nahled-detail-tool {
    margin-left: 0;
  }
  img.fri {
    display: none;
  }

  div.baner-znacky,
  div.heureka
  {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
  }
  
  div.kontakt-parking div.box,
  div.kontakt-parking div.box2,
  div.kontakt-box div.box,
  div.kontakt-box div.box2 {
    flex-basis: 100%
  }

  #index_slides div.text
  {
    left: 36px;
    width: calc(100% - (36px * 2));
    top: 140px;
    display: table;
  }

  #index_slider
  {
    margin-top: -110px;
    height: 650px;
  }

  form.novinky-email input
  {
    width: 100%;
    padding: 0;
    display: block;
    text-align: center;
  }
  form.novinky-email button
  {
    width: 100%;
    margin: 0;
    display: block;
  }

  div.oblibene-holder
  {
    width: calc(167px * 2 + 4px * 4);
  }

  a.oblibene-kachle
  {
    margin: 4px;
  }

  div.paticka-paticky-background
  {
    height: unset;
    padding-bottom: 10px;
    padding-top: 10px;
    
    
  }
}

@media screen and (max-width: 400px) 
{
  a.oblibene-kachle
  {
    width: calc(100% / 2 - 8px);
    margin: 4px;
  }
  div.oblibene-holder
  {
    width: calc(100% - 32px*2);
    max-width: unset;
  }

  
}
/* konec respozivni design */