/* CSS Document */
@import "../normalize.css";
/* pro sjednoceni stylu */

/* import Roboto fontu */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import "sass/pusvniksbublinou.css"; /* pro posuvnik s bublinou */

@font-face {
  font-family: DINNextRoundedLTPro-Light;
  src: url('fonts/DINNextRoundedLTPro-Light.ttf');
}

@font-face {
  font-family: DINNextRoundedLTPro-Bold;
  src: url('fonts/DINNextRoundedLTPro-Bold.ttf');
}

@font-face {
  font-family: DINNextRoundedLTPro-Regular;
  src: url('fonts/DINNextRoundedLTPro-Regular.ttf');
}

@font-face {
  font-family: DINNextRoundedLTPro-Medium;
  src: url('fonts/DINNextRoundedLTPro-Medium.ttf');
}

:root {
    --root-menu-tlacitko-mobil-barva-pozadi: #9ac700;                 /* 27.10.2023 Ivo Hrdina - stejna zelena barva pozadi pro vse stejna jako variable - svetlejsi */
    --root-menu-tlacitko-mobil-barva-pozadi-tmavsi: #7aa700;          /* 27.10.2023 Ivo Hrdina - stejna zelena barva pozadi pro vse stejna jako variable - tmavsi */
    --root-menu-tlacitko-mobil-barva-pozadi-ultrasvetla: #F2F9DB;     /* 27.10.2023 Ivo Hrdina - stejna zelena barva pozadi pro vse stejna jako variable - ultra svetla pod texty */
    --root-barva-text-banana: rgb(252, 181, 3);
    --root-barva-text-nazev-zbozi: #000000;
    --root-barva-text-cena: #000000;
    --root-barva-text-nazev-zbozi-detail: #000000;
    --root-barva-text-cena-detail: #000000;
}

/* HTML */

html {
    overflow-y: scroll;
    font-family: 'Roboto', sans-serif;
}

html nav.menu-podmenu { /* Jan Černohous 07.09.2023 změna barevného podání menu*/
    --menu-pc-pozadi: transparent;
    --menu-pc-text-barva: white;
    --menu-pc-menu-zarovnani: center;
    --menu-pc-menu-sirka: 100%;
    --menu-pc-menu-margin-left: 3px;
    --menu-pc-hlavni-menu-tlacitko-padding-horni: 8px;
    --menu-pc-hlavni-menu-tlacitko-padding-spodni: 23px;
    --menu-pc-hlavni-menu-tlacitko-velikost-pisma: 18px;
    --menu-pc-hlavni-menu-tlacitko-velikost-ikony: 5px;
    --menu-pc-hover-pruhlednost-neaktivnich: 0.5;
    --menu-pc-spodni-border-aktivni-barva: #9ac700;
    --menu-pc-spodni-border-aktivni-styl: solid;
    --menu-pc-spodni-border-aktivni-sirka: 1px;
    --menu-pc-spodni-border-aktivni-padding-spodni: 9px;
    --menu-pc-podmenu-max-sirka: 992px;
    --menu-pc-podmenu-pevna-vyska: 280px;
    --menu-pc-podmenu-padding-horizontalne: 0px;
    --menu-pc-podmenu-padding-nahore: 33px;
    --menu-pc-podmenu-padding-dole: 33px;
    --menu-pc-podmenu-barva-pozadi: #9ac700;
    --menu-pc-podmenu-text-barva: white;
    --menu-pc-podmenu-filtr-skupina-text-decoration: underline;
    --menu-pc-podmenu-filtr-skupina-padding: 0 30px;
    --menu-pc-podmenu-filtr-skupina-tlacitko-margin-bottom: 10px;
    --menu-pc-podmenu-filtr-vyska-radku: 2.1em;
    --menu-pc-podmenu-filtr-last-margin-top: 10px;
    --menu-pc-podmenu-filtr-last-text-decoration: underline;
    --menu-pc-podmenu-filtr-last-barva: #9ac700;
    --menu-mobil-text-barva: white;
    --menu-mobil-menu-tlacitko-barva-pozadi: #171e26;
    --menu-mobil-menu-tlacitko-barva: white;
    --menu-mobil-menu-tlacitko-padding: 18px;
    --menu-mobil-menu-tlacitko-spodni-border-sirka: 1px;
    --menu-mobil-menu-tlacitko-spodni-border-styl: solid;
    --menu-mobil-menu-tlacitko-spodni-border-barva: #9ac700;
    --menu-mobil-podmenu-filtr-skupina-tlacitko-barva-pozadi: #9ac700;
    --menu-mobil-podmenu-filtr-skupina-tlacitko-barva: white;
    --menu-mobil-podmenu-filtr-skupina-tlacitko-padding: 18px;
    --menu-mobil-podmenu-filtr-skupina-sirka-sloupce: 100%;
    --menu-mobil-podmenu-filtr-sirka: 50%;
    --menu-mobil-podmenu-barva-pozadi: #9ac700;
    --menu-mobil-podmenu-barva-textu: white;
    --menu-mobil-podmenu-padding: 18px 18px 10px 18px;
    --menu-mobil-podmenu-filtr-last-text-decoration: underline;
    --menu-mobil-podmenu-filtr-last-barva: #9ac700;
    --menu-mobil-podmenu-filtr-last-padding: 0 18px 18px 18px;
}

html div.menu-podmenu-mobile-button {
    --menu-tlacitko-mobil-barva-ikony: white;
    --menu-tlacitko-mobil-velikost-ikony-vyska: 16px;
    --menu-tlacitko-mobil-sirka: 32px;
    --menu-tlacitko-mobil-vyska: 32px;
    --menu-tlacitko-mobil-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--menu-tlacitko-mobil-sirka);
    height: var(--menu-tlacitko-mobil-vyska);
    border-radius: var(--menu-tlacitko-mobil-border-radius);
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    color: var(--menu-tlacitko-mobil-barva-ikony);
}

/*08.09.2023 Jan Černohous kontakt card*/
 .kontakt_body {
    height: 100vh;
    margin: 0;
    padding: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
} 

/*11.09.2023 Jan Černohous přidání loga na úvodní stránku*/
.logo_uvod {
    top: 40vh;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    bottom: 75%;
    z-index: 1;
    height: 200px;
    width: auto;
}

.teloKosiku .kosik-produkt-inner .produkt-nazev a>span {
    color: var(--root-barva-text-nazev-zbozi) !important;          /* 27.10.2023 Ivo Hrdina jina barva v kosiku textu zbozi */
}                      

.kosik-krok { 
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi) !important;                /* 27.10.2023 Ivo Hrdina jina barva v kosiku horni zalozky neaktivni */
}

.kosik-krok.active {
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi-tmavsi) !important;         /* 27.10.2023 Ivo Hrdina jina barva v kosiku horni zalozky aktivni */
}

.kosik-krok.active::before {
    border-top-color: var(--root-menu-tlacitko-mobil-barva-pozadi-tmavsi) !important;         /* 27.10.2023 Ivo Hrdina jina barva v kosiku horni zalozky aktivni - sipka pod ni */
}

.teloKosiku .udaje-box .telo-nadpis, .teloKosiku .udaje-box .hlavicka {
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi-ultrasvetla) !important;    /* 27.10.2023 Ivo Hrdina jina barva v kosiku pod texty ultra svetle zelena */
}    

.teloKosiku aside.shrnuti .hlavicka {
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi-ultrasvetla) !important;    /* 27.10.2023 Ivo Hrdina jina barva v kosiku pod texty ultra svetle zelena - pravy souhrn */
    border-bottom: var(--root-menu-tlacitko-mobil-barva-pozadi) 1px solid !important;
}

.teloKosiku aside.shrnuti .paticka,
.teloKosiku .kosik-produkt {
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi-ultrasvetla) !important;    /* 27.10.2023 Ivo Hrdina jina barva v kosiku pod texty ultra svetle zelena - pravy souhrn */
}

.teloKosiku .udaje-box {
    border: var(--root-menu-tlacitko-mobil-barva-pozadi) 1px solid !important;                /* 27.10.2023 Ivo Hrdina jina barva v kosiku zelena - ramecek kolem objektu */
}    

.teloKosiku aside.shrnuti .telo .kosik-produkt {
    border-bottom: var(--root-menu-tlacitko-mobil-barva-pozadi) 1px solid !important;         /* 27.10.2023 Ivo Hrdina jina barva v kosiku zelena - ramecek kolem objektu */
}

.teloKosiku aside.shrnuti,
.teloKosiku .kosik-produkt,
.teloKosiku .kosik-produkt-inner a.obrProdukt {
    border: var(--root-menu-tlacitko-mobil-barva-pozadi) 1px solid !important;                /* 27.10.2023 Ivo Hrdina jina barva v kosiku zelena - ramecek kolem objektu */
}

/* 12.9.2023 - Ivo Hrdina - Odskok zacatku stranek pokud je pozadi - melo by byt jak velikost menu  */
div.hlavicka-menu-odskok {
  height: 10px;
}

/* 28.10.2023 - Ivo Hrdina - div jako delici cerna cara v produktech */
div.produkty_karta_jednotliva_delici_cara {
  margin-top: 15% !important; 
  margin-bottom: 28% !important; 
  border: solid 1px #888888 !important;
}

/* 27.10.2023 - Ivo Hrdina - div na seskupeni vseho v kachli filtru  */
div.kachle-vse {
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 10px !important;
  width: 299px;
  background-color: #FFFFFF;
}

/* 12.9.2023 - Ivo Hrdina - Vrchni banner jako pozadi na hompage  */
div.uvod-image {
  background-image: url('/style/linealuxpanels/images/pozadi_uvod.jpg');
}

div.homepage-hlavicka {
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -18px;                   /* 24.10.2023 Ivo Hrdina - zabezpeci, ze pozadi bude zleva az ke kraji */
  margin-right: -18px;                  /* 24.10.2023 Ivo Hrdina - zabezpeci, ze pozadi bude zprava az ke kraji */
  margin-top: -103px;                   /* 24.10.2023 Ivo Hrdina - zabezpeci, ze pozadi bude pod menu */
  margin-bottom: -33px;                 /* 24.10.2023 Ivo Hrdina - zabezpeci, ze pozadi bude dole az k cerne paticce a nebude zde bily pruh */
  
  & * {
    z-index: 1;
  }

  /*  &::before,
    &::after {
      content: "";
      top: 0;
      display: block;
      position: absolute;
      height: 100%;
      width: 250px;
      z-index: 0;
    }

    &:after {
      right: calc((100% - 1280px) / 2);
      background: linear-gradient(90deg, rgba(#E2D5C5, 0), rgba(#E2D5C5, 1));
    } */
  }

.logo {
        width: auto;
        height: 54px;
     /*   margin-right: 30px; */
    }
    
/* Kontakt */    
.contact-card {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);     
    /* height: 500px; */
    width: 460px;
    margin-right: 15%;
    margin-bottom: 75%;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column
    
}

div.contact-card p {
   margin-bottom: 0px !important;
}

.kontakt_p, .kontakt_h1, .kontakt_h2, .kontakt_h3 {
  color: black;
/*Jan Černohous 08.09.2023 */
}

/*08.09.2023 Jan Černohous styly k O NÁS */
.o_nas {
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.o_nas_h1 {
    font-size: 40px;
    font-family: DINNextRoundedLTPro-Light;
}

.kontakt_h1 {
    font-size: 40px;
    font-family: DINNextRoundedLTPro-Light;
}    

.kontakt_h2 {
    font-size: 30px;
    font-family: DINNextRoundedLTPro-Bold;
}    

p.kontakt_p {
    font-size: 25px;
    font-family: DINNextRoundedLTPro-Light;
}    

.kontakt_h3 {
    font-size: 25px;
    font-family: DINNextRoundedLTPro-Medium;
}    

.karty_o_nas {
    margin-top: 120px;
    margin-bottom: 120px;
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    max-width: 1250px;
    background-color: rgba(255, 255, 255, 0.445);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 2;
    justify-content: flex-start; 
    align-items: stretch; 
    gap: 20px; 
}

/* Karta o_nas */
.jedna_karta {
    flex: 1;
    text-align: center;
    padding: 20px 60px 20px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p_onas {
    margin-left: 25px;
    margin-right: 25px;
    padding: 1px;
    font-size: 20px;
    text-align: center;
    align-items: center;
    font-family: DINNextRoundedLTPro-Light;
}

.karta_obrazek_o_nas {
    width: 60%;
    height: auto;
    margin-bottom: 75px;
}
/*08.09.2023 Jan Černohous styly k PRODUKTY */

.produkty {
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.produkty_karty {
    margin-top: 120px;
    margin-bottom: 120px;
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    max-width: 1250px;
    background-color: rgba(255, 255, 255, 0.699);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    justify-content: flex-start; 
    align-items: stretch; 
    gap: 20px; 
}

div.produkty_karty p {
    margin-bottom: 0px !important;
}

.produkty_karta_jednotliva{
    flex: 1;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p_produkty{
    padding: 12px;
    font-size: 15px;
    margin: 10px;
    align-items: center;
    text-align: center;
}

.obrazek_produkt {
    max-width: 100%;
    height: auto;
}

.mango{
    text-align: center;
    font-size: 60px;
    color: rgb(252, 73, 3);
    font-family: DINNextRoundedLTPro-Light;
    line-height: 1em;
    padding-top: 20px;
}

.mango-big{
    text-align: center;
    font-size: 77px;
    color: rgb(252, 73, 3);
    font-family: DINNextRoundedLTPro-Medium;
    line-height: 1em;
}

.banana{
    text-align: center;
    font-size: 60px;
    color: var(--root-barva-text-banana);
    font-family: DINNextRoundedLTPro-Light;
    line-height: 1em;
    padding-top: 20px;
}

.banana-big{
    text-align: center;
    font-size: 77px;
    color: var(--root-barva-text-banana);
    font-family: DINNextRoundedLTPro-Medium;
    line-height: 1em;
}

.karta_nahled_nazev_banana{
    text-align: left;
    font-size: 60px;
    color: var(--root-barva-text-nazev-zbozi-detail);
    font-family: DINNextRoundedLTPro-Light;
    line-height: 1em;
    padding-top: 20px; 
}

.garlic{
    text-align: center;
    font-size: 60px;
    color: black;
    font-family: DINNextRoundedLTPro-Light;
    line-height: 1em;
    padding-top: 20px;
}

.garlic-big{
    text-align: center;
    font-size: 77px;
    color: black;
    font-family: DINNextRoundedLTPro-Medium;
    line-height: 1em;
}

.dragon{
    text-align: center;
    font-size: 60px;
    color: rgb(162, 42, 116);
    font-family: DINNextRoundedLTPro-Light;
    line-height: 1em;
    padding-top: 20px;
}

.dragon-big{
    text-align: center;
    font-size: 77px;
    color: rgb(162, 42, 116);
    font-family: DINNextRoundedLTPro-Medium;
    line-height: 1em;
}



/*jan černohous 11.08.2023 responsibilita*/


@media screen and (max-width: 600px){
.kontakt_h3{
  font-size: 1.2em;
}

.contact-card{
    /* height: 500px; */
    width: 90vw;
}            

}
@media screen and (max-width: 700px){
.p_onas {
   margin-left: 2px;
   margin-right: 2px;
}
}
@media screen and (max-width: 1200px){
    .karty_o_nas, .produkty_karty{
        margin-top: 120px;
        margin-right: 12px;
        margin-bottom: 120px;
        margin-left: 12px;
    
    }
}
@media screen and (max-width: 900px){
    .produkty_karty{
        flex-direction: column
    
    }
}




button, input, optgroup, select, textarea {
    outline: none;
}


a[href=""] {
    display: none;
}

/*div.kosik-seznam * {*/
/*    max-width: 90%;*/
/*}*/

.rotateimg180 {
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.kosik-seznam a {
    white-space: break-spaces;
}

/* BODY */
body {
    margin: 0;;
    padding: 0;
    background-color: #FFFFFF;  /* 9.9.2023 Ivo Hrdina Default pozadi bila */ 
    /* background-image: url('images/pozadi.png');*/
    font-size: 16px;
    color: #000000;
    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-size: 30px;
    font-weight: 300;
}

#zvolena-cena > span {
    margin: 0px 10px;
}

h1.rezervace {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0.7714286px;
}

h1.nadpisy, p.nadpisy {
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

h1.bila, p.bila {
    color: #FFFFFF;
}

h1.druh {
    display: inline-block;
}

h1.nahled {
    color: #121212;
    font-size: 40px;
    line-height: 48px;
}

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;
}

h3.modra {
    font-size: 1em;
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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;
}

h2.blackCenter {
    color: #121212;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 72px;
}

/* DIV */
div {
    margin: 0;;
    padding: 0;
    border: 0;
    text-align: left;
}

img.nahled-obrazek.heightOfViewer {
    max-height: calc(100vh - 400px);
}

img.sipkazelenauvod {
    margin-left: 4px;
    width: 20px;
}

div.textasipkazelenauvod {
    display: flex;
}

div.ramecek {
    border: solid 1px #000000;
    padding: 30px;
}

div.baner {
    padding: 30px;
    margin: -10px -15px 0px -15px;
}

#cena_posuvnik_kontainer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2px;
    border: solid 1px #b4b4b4;
    padding-top: 44px;
    padding-right: 56px;
    padding-left: 56px;
    padding-bottom: 92px;
}

#cena_posuvnik_kontainer p {
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 4px;
}

#cena_posuvnik_kontainer h1 {
    color: #121212;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}

div.box-telo-banner {
    background-color: white;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
    padding-top: 42px;
    padding-bottom: 64px;
    display: none;
}

div.box-telo-banner * {
    color: black;
}

p.podnadpisy {
    font-size: 22px;
    margin-bottom: 25px !important;
    font-weight: bold;
}

table.kontakty {
    font-size: 16px;
}

img.kontakty {
    float: right;
}

div.kontakty-pobocka {
    height: 440px;
}

div.box-telo-banner .fri {
    position: unset;
    right: unset;
    top: unset;
}
div.drobeckova_navigace,
div.cestaKolekce,
div.tmavyPruh {
    background-color: #121212;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
    padding: 15px;
}

div.drobeckova_navigace,
div.cestaKolekce {
    background: #ffffff;      /* 13.9.2023 Ivo Zmena barvy sede pozadi filtr produktu #eae9ef na #ffffff */
    /*display: none;*/
}

div.hlavni-box.filtr div.box-obsah:first-child {
    /*margin-top: 68px;*/
}

div.drobeckova_navigace,
div.cestaKolekce * {
    color: black;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

div.drobeckova_navigace a,
div.drobeckova_navigace a:visited,
div.drobeckova_navigace a:link,
div.drobeckova_navigace a:focus,
div.drobeckova_navigace a:active
{
    color: black;
    text-decoration: none;
}

div.cernyPruh div.text p {
    color: white;
}

div.cernyPruh {
    background-color: black;
    margin-left: -15px;
    margin-right: -15px;
}

div.cernyPruh.rezervace {
    padding-top: 10px;
    padding-bottom: 62px;
}

div.cernyPruh.rezervace img {
    width: 408px;
    height: 552px;
}

div.cernyPruh.rezervace p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

div.cernyPruh.rezervace p.bold {
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.34285715px;
}

div.cernyPruh.rezervaceHlavni {
    height: 682px;
    padding: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url(images/rezervace-schuzky/01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -10px;
}

div.rezervaceHlavni div {
    height: 100%;
}


div.mobilKrok {
    display: none;
}

div.cernyPruh *,
div.tmavyPruh * {
    color: white;
}

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;
}

div.hlavni-box.filtr {
    background-color: #ffffff;     /* 13.9.2023 Ivo Zmena barvy sede pozadi filtr produktu #eae9ef na #ffffff */
}

header.box-hlavicka-fix {
    /* Jan Černohous 08.09.2023 přidání blur a menu*/
        background: rgb(92 92 92 / 61%);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 11;
    
   /* background: #4b4b4b; 07.09.2023 Jan Černohous změna barvy pozadí*/
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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 !important;
    transition: top 0.2s ease-in-out;
    text-align: right;
    border: unset;
    padding: 17px 0;
}
div.hledat-formular.jePruhlednaHlavicka,
div.hledat-formular.neniPruhlednaHlavicka{
    margin: -15px -15px 5px;
    background-color: #1B2C39;
    width: calc(100% + 30px);
}

div.hledat-formular.jePruhlednaHlavicka{
    position: fixed;
    top: 160px;
}

div.hlavni-box[data-is-horni-pozice="true"] div.hledat-formular.jePruhlednaHlavicka{
    background-color: unset;
}


div.hledat-formular > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #1B2C39;
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

div.uzivatel-prihlasen {
    display: inline-block;
    text-align: right;
}

div.uzivatel-kosik {
    display: inline-block;
    position: relative;
    background-image: url(images/kosik-timelab.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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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;
}

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: 100px;    /* 12.9.2023 Ivo Hrdina - 160px dano na 0px kvuli obrazku na pozadi */
    margin-bottom: 30px;  /* 12.9.2023 Ivo Hrdina - 30px ponechano 30px kvuli bilemu pruhu dole */
    margin-left: 15px;    /* 12.9.2023 Ivo Hrdina - 15px ponechano 15px kvuli obrazku na pozadi */
    margin-right: 15px;   /* 12.9.2023 Ivo Hrdina - 15px ponechano 15px kvuli obrazku na pozadi */
    /* width: 100%;  24.10.2023 dela vnitrek na celou obrazovku   */       
}

div.box-telo.uvod {
    /* margin-bottom: 0px;     12.9.2023 Ivo Hrdina - 30px zmeneno z 0px kvuli spravnemu odsazeni */
}

div.baner-produkty div.oblibene-holder {
    margin-bottom: 0px;
}

div.box-telo-holder {
    width: 100%;
}


div.box-telo-home {
    display: flex;
    margin-top: 120px;
    margin-bottom: 30px;
}

div.telo-panel-filtr {
    display: inline-block;
    width: 100%;
    background: unset;
}

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: unset;
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

div.panel-menu-a,
div.panel-menu-a:hover {
    font-weight: bold;
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

div.panel-menu-a a {
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

div.panel-menu-vyprodej-a,
div.panel-menu-vyprodej-a:hover {
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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 {
    color: #585858;
    overflow: hidden;
    border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
}

div.filtr-zbozi-box {
    overflow: auto;
    margin-bottom: 20px;
}

div.filtr-zbozi h3 {
    margin: 0;;
    position: relative;
    padding: 20px 0;
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    cursor: pointer;
}

div.filtr-zbozi h3::before {
    content: "";
    width: 8px;
    height: 5px;
    position: absolute;
    top: calc(50% - 4px);
    right: 17px;
    background-image: url(images/filtr_sipka.svg);
    background-size: 8px 5px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);

}

div.filtr-zbozi h3.skryt::before {
    transform: rotate(0deg);
}

div.filtr-zbozi h3.zobrazit::before {
    transform: rotate(180deg);
}

div.filtr-zbozi h3.skryt ~ div {
    display: none;
}

div.filtr-zbozi-hledat-box input {
    width: 200px;

}

div.filtr-zbozi-hledat-box {
    position: relative;
}

div.filtr-zbozi-hledat-box::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    vertical-align: middle;
    margin: auto 0px;
    right: 15px;
    top: calc((100% - 20px) / 2 - 5px / 3 * 2);
    background-image: url(images/hledat-form-button.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
}

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,
div.filtr-zbozi label.parametr_od_do {
    display: inline-block;
}

div.filtr-zbozi label.cena_od_do input,
div.filtr-zbozi label.parametr_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;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 13px;
}

div.filtr-zbozi input[type="checkbox"]:checked + label:before,
div.filtr-zbozi input[type="radio"]:checked + label:before {
    border-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    opacity: 0;
    background: url("images/filter-checked.png");
    border-radius: 3px;
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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;
    color: #909090;
}

div.filtr-zbozi input[type="checkbox"]:disabled + label:after,
div.filtr-zbozi input[type="radio"]:disabled + label:after {
    background: #c0c0c0;
    border-radius: 2px;
    opacity: 1;
}

div.filtr-zbozi input[type="checkbox"] + label:before,
div.filtr-zbozi input[type="radio"] + label:before {
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: unset;
}

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: unset;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    padding: 14px 10px;
}

div.filtr-zbozi-podmnky {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.filtr-zbozi-nastaven {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 2rem;
    margin-bottom: .3rem;
}

div.filtr-zbozi-nastaven span.popis {
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

div.filtr-zbozi-nastaven span {
    margin-bottom: 5px;
    margin-right: 5px;
}

div.filtr-zbozi-nastaven span.hodnota {
    display: inline-flex;
    border-radius: 4px;
    border: solid 1px #cccbcb;
    padding: 4px 11px;
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    flex-direction: row;
    align-items: center;
}

div.filtr-zbozi-nastaven em {
    margin-right: 7px;
    cursor: pointer;
    position: relative;
    transition: transform 0.1s ease-in-out;
    background: url(images/ikona-filtr-delete.svg) center center no-repeat;
    background-size: contain -15px;
    width: 8px;
    height: 8px;
    /*padding-top: calc((100% - 8px)/2);*/
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    text-indent: -9999px;
}

div.filtr-zbozi-nastaven em::before {
    position: absolute;
    top: -10px;
    left: -10px;
    content: '';
    width: 8px;
    height: 8px;
    padding: 10px;
}

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 var(--root-menu-tlacitko-mobil-barva-pozadi);
}

div.filtr-zbozi span.barevnik.vyber {
    border: 4px solid var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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;
}

/* 31.10.2023 Ivo Hrdina - zmena ul a li u clanku */
div.eshop-clanky ul > li {
    padding: 0 0 0 0 !important;
}

/* 31.10.2023 Ivo Hrdina - zmena ul a li u clanku - nezobrazovat modre zaskrtavatko */
div.eshop-clanky ul > li:before {
    display: none !important;
}

div.box-obsah ul > li.icona-telefon,
div.box-obsah ul > li.icona-vykricnik {
    padding: 15px 0 15px 40px;
}

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.box-obsah-bez-ikony ul > li {
    position: relative;
    padding: 5px 0 5px 0px;
}

div.box-obsah-bez-ikony ul > li:before {
    display: none;
    content: '';
    width: 0px;
    height: 0px;
    background: none;
    background-size: none;
    position: none;
    top: 0px;
    left: 0;
}

div.box-obsah ul > li.icona-telefon:before,
div.box-obsah ul > li.icona-vykricnik:before {
    width: 24px;
    height: 100%;
    top: 0px;
}

div.box-obsah ul > li.icona-telefon:before {
    background: url(images/Benefity-05-telefon.svg) center center no-repeat;
}

div.box-obsah ul > li.icona-vykricnik:before {
    background: url(images/Benefity-06-vykricnik.svg) center center no-repeat;
}

div.navigator {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 2%;
    right: 10%;
    text-align: center;
    z-index: 1000;
    white-space: nowrap;
    transition: visibility 0.5s ease, opacity 0.5s ease;
}

div.druh-cesta {
    display: none;
    color: #000;
    font-size: 0.9em;
}

div.cestaKolekce div.druh-cesta {
    display: block;
}

div.druh-cesta a {
    color: #000;
}

div.druh-popis {
    width: 100%;
    clear: both;
    display: inline-block;
    margin-top: 59px;
}

div.box-telo-banner div.druh-popis {
    margin-top: unset;
}

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 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

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;
    margin-left: 0px;
    margin-right: 0px;
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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 {
    max-width: 30%;
    padding-left: 31px;
    padding-right: 31px;
}

div.nahled-detail-foto {
    position: relative;
}

div.nahled-parametry-stitky-holder {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
}

div.nahled-hlavicka-zbozi {
    flex: 1;
}

/* 28.10.2023 Ivo Hrdina - zvetsen pravy popis s cenou a nazvem produktu v nahledu karty */
div.flexRow.flexSpaseBetween.nahled-hlavicka-zbozi > div:nth-child(3) {
    width: 40%;
}

div.nahled-detail-foto2 {
    position: relative;
    margin-left: 0;
}

div.nahled-logo-znacka {
    height: 120px;
    width: 120px;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.nahled-detail-foto-galerie {
    order: 1;
    margin-bottom: 3rem;
    flex-basis: 30%;
    position: relative;
}

div.foto-galerie-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -6px;
}

div.nahled-detail-tools-panel {
    /*flex-basis: 30%;*/
    /*margin-bottom: 3rem; */
    /*order: 3;*/
}

div.nahled-detail-tool {
    padding-left: 60px;
    /*text-transform: uppercase; */
    height: 44px;
    line-height: 48px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(images/ico_favourite.png);
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

div.nahled-detail-tool:first-letter {
    text-transform: uppercase;
}

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);
}

span.nahled-detail-tool.overit-dostupnost,
span.nahled-detail-tool.dotaz {
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: underline;
    background: unset;
    margin: 5px 0;
    padding: 0;
    cursor: pointer;
    display: table;

}

div.nahled-detail-tools-dotazy {
    padding: 15px 0;
    border-bottom: solid 1px #d8d8d8;
}

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,
div.nahled-detail-tool.zaruka5let,
div.nahled-detail-tool.doprava_zdarma,
div.nahled-detail-tool.autorizovany_prodejce {
    background-size: 40px 40px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

div.nahled-detail-tool.zaruka5let {
    color: red;
}

div.nahled-detail-tool.baterie {
    background-image: url(images/ikony2021/VYMENA_BATERIE.svg);
}

div.nahled-detail-tool.nelze-objednat {
    background-image: none;
    background-size: 34px;
    color: red;
    line-height: normal;
}

div.nahled-detail-tool.zaruka5let {
    background-image: url(images/ikony2021/5LET.svg);
}

div.nahled-detail-tool.zaruka {
    background-image: url(images/priority_high_red_24dp.svg);
    color: black;
}

div.nahled-detail-tool.doprava_zdarma {
    background-image: url(images/ikony2021/DOPRAVA_ZDARMA.svg);
}

div.nahled-detail-tool.autorizovany_prodejce {
    background-image: url(images/ikony2021/AUTORIZOVANY_PRODEJCE.svg);
}

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.jpg) 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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -15px;
}

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 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}

/*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;                              26.10.2023 Ivo Hrdina mnozstvi v kosiku zarovnane za cenou produktu */
    display: flex;
    flex-direction: row;
    top: 0;
    right: 0;
    width: 200px;
    /* 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.baner.modra,
div.box-paticka {
    background: #000000;
}

div.baner.modra {
    color: #FFFFFF;
}

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_timelab.png) center top no-repeat;
    background-size: 40px 40px;
}

div.paticka-menu-f p {
    margin-bottom: 1.3rem;
    text-align: center;
}

div.paticka-info {
    margin-bottom: 20px;
    text-align: center;
    color: #242627;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

div.paticka-text {
    color: #ffffff;
    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 var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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: 50px;
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    border: 1px solid var(--root-menu-tlacitko-mobil-barva-pozadi);
}

div.nbox:hover H2.nbox-title {
    color: white;
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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.o-icon {
    padding: 10px 0;
    padding-left: 46px;
    display: block;
    position: relative;
    display: block;
}

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.o-mail:before {
    background-image: url(images/ico_envelope.svg);
    background-size: 30px 30px;
}

div.o-mapa:before {
    background-image: url(images/ico_map.svg);
    background-size: 36px 36px;
}

div.o-web:before {
    background-image: url(images/ico_web.svg);
    background-size: 36px 36px;
}

div.o-parking:before {
    background-image: url(images/ico_parking.svg);
    background-size: 34px 34px;
}

div.o-tel:before {
    background-image: url(images/mobil_ikona.png);
    background-size: 55px 55px;
}

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;
    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%;
}

div.nahled-cena {
    display: flex;
    flex-direction: column;
}

div.nahled-cena span.cena-puvodni {
    text-decoration: line-through;
}

div.nahled-cena span.cena {
    color: var(--root-barva-text-cena-detail);          /* 25.10.2023 Ivo Zmena ceny z color: #121212; na zlutou */
    font-size: 50px;     
    font-weight: 500;
    line-height: 36px;
    font-family: DINNextRoundedLTPro-Bold;
}           

div.skladovost span.skladovost {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

div.skladovost span.skladovost.skladem {
    color: #6dd400;
}

div.skladovost span.skladovost.externi_sklad {
    color: #fc0505;
}

div.skladovost span.skladovost.na_dotaz {
    color: #757575;
}

div.skladovost span.skladovost.predobjednavka {
    color: #757575;
}

div.skladovost {
    position: relative;
}

div.info {
    display: none;
    background-color: #1b2c39;
    padding: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    max-width: 250px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    bottom: 80px;
    cursor: pointer;
    z-index: 30;
}

div.info::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    bottom: -30px;
    border-style: solid;
    border-width: 30px 0 0 20px;
    border-color: #1b2c39 transparent transparent transparent;
}

.varianta-zbozi {
    position: relative;
}

.varianta-zbozi div.info {
    right: unset;
    align-self: center;
}

.varianta-zbozi div.info::before {
    right: unset;
    margin-left: 10px;
    align-self: center;
    border-width: 30px 10px 0 10px;
    border-color: #ffb262 transparent transparent transparent;
}

div.nahled-detail-tool:hover div.info,
.varianta-zbozi:hover div.info,
div.skladovost:hover div.info {
    display: block;
}


span.info-ikona {
    color: #737373;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    width: 12px;
    height: 12px;
    border: solid #737373 1px;
    border-radius: 50%;
    margin-left: 4px;
}

div.specifikace-produktu-baner {
    border-radius: 2px;
    background: #1b2c39;
    position: relative;
}

div.hlavniSpecifikace {
    padding: 56px 0px;
    margin-top: 30px;
}

h2.oranzova,
div.hlavniSpecifikace h2.specifikace-produktu {
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 67px;
}

div.specifikace-produktu-holder {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: stretch;


}

div.specifikace-produktu-sloupec {
    flex-basis: 50%;
}


div.specifikace-produktu {
    margin: 0px 15px;
    padding: 18px 12px;
    border-bottom: solid 1px #d8d8d8;
    display: flex;
    flex-direction: row;
}

div.specifikace-produktu:last-child {
    border-bottom: unset;
}

div.specifikace-produktu div {
    /*min-width: fit-content;*/
    width: 50%;
}

div.specifikace-produktu div.specifikace-jmeno {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    opacity: 0.79929316;
}

div.specifikace-produktu div.specifikace-hodnota {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

div.spefifikaceVelikostReminek {
    background: #13202a;
    padding: 60px 0px;
}

div.spefifikaceVelikostReminek > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.spefifikaceVelikostReminek div.pouzdro,
div.spefifikaceVelikostReminek div.pasek {
    flex-grow: 2;
}

div.spefifikaceVelikostReminek h3 {
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    margin-left: 26px;
}

div.spefifikaceVelikostReminek img.pasek {
    margin-left: 30px;
    max-width: 130px;
    max-height: 300px;
}

div.spefifikaceVelikostReminek img.hodinky {
    margin-left: 30px;
    margin-right: 30px;
    max-height: 300px;
}

div.baner-sedy {
    background: #eae9ef;
    margin-left: -15px;
    margin-right: -15px;
}

div.baner-sedy.tmava {
    background: #dcdbe4;
}

div.baner-sedy.bottomMargin {
    margin-bottom: -30px;
}

div.baner-sedy div.maxSirka940 {
    padding-bottom: 64px;
}

div.nahled-aside img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 300px;
}

div.objednavka-darek-container {
    border: 1px solid #979797;
    border-radius: 2px;
    padding-bottom: 40px;
    margin: 30px 0px;
}

div.objednavka-darek-container span.nahled-parametry-darek,
div.objednavka-darek-container button.nahled-parametry-darek {
    display: none;
}

div.objednavka-darek-container a.oblibene-kachle.seznam-zbozi {
    height: 200px;
    width: 160px;
    margin: 0;
}

div.objednavka-darek-container a.oblibene-kachle.seznam-zbozi > div.obrazek {
    height: 100px;
}

div.objednavka-darek-container a.oblibene-kachle.seznam-zbozi p.kachle-strong,
div.objednavka-darek-container a.oblibene-kachle.seznam-zbozi p {
    width: calc(100% - 30px * 2);
    left: 30px;
}

div.objednavka-darek-container h2 {
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

div.varianty-flex a {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

div.varianty-flex div.obrazek {
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div.modra-sipka,
div.nahled-kratky-popis-preskok-na-podrobny {
    cursor: pointer;
}

div.kolekce {
    margin-bottom: 30px;
}

div.nahled-podobne-prudukty {
    padding-top: 56px;
}

div.nahled-podobne-prudukty h3 {
    text-align: center;
    color: #121212;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

div.nahled-podobne-produkty-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    justify-content: center;
    background-color: #FFFFFF;
}

div.nahled-podobne-produkty-box a{
    margin: 8px;
}

#nahled-podrobny-popis h2 {
    margin-top: 57px;
}

#nahled-podrobny-popis {
    margin-bottom: 119px;
}

#nahled-podrobny-popis > div > div:nth-child(2) {
    flex-grow: 1;
}

div.formular-produktu-body input,
div.formular-produktu-body textarea {
    background: #eae9ef;
    padding: 23px;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

div.formular-produktu-body label {
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 10px;
}

div.formular-produktu-body p {
    color: #121212;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 14px;
}

div.formular-produktu-body h1 {
    color: #121212;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 11px;
}

div.formular-produktu-body form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

div.formular-produktu-body div.f-pole-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

div.formular-produktu-body div.f-pole {
    margin: 0;
    padding: 0;

}

div.formular-produktu-body form div.f-pole-box,
div.formular-produktu-body form button {
    align-self: flex-end;
    margin-bottom: 0;
}

div.formular-produktu-body button {
    padding: 20px;
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    color: white;
    border: unset;
    outline: unset;
    min-width: 200px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    margin-top: 6px;
}

div.formular-produktu-body {
    display: flex;
    flex-direction: column;
    align-content: stretch;
}

div.produkt-formular-box {
    border-radius: 2px;
    border: solid 1px #979797;
    padding: 31px 41px;
    align-items: center;
    margin-bottom: 39px;
}

div.produkt-formular-box * {
    margin: 0;
    padding: 0;
}

div.produkt-formular-box > img {
    width: 78px;
    height: auto;
    padding-right: 34px;
}

div.produkt-formular-box h2 {
    color: #121212;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin: 11px 0;
}

div.produkt-formular-box div.nahled-logo-znacka {
    width: 100px;
}


div.dr-win div.close-btn {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    margin: 20px;
    background: url(images/ikona-filtr-delete.svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
    color: var(--root-menu-tlacitko-mobil-barva-pozadi-tmavsi);    
}

div.dr-win div.close-btn::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    padding: 20px;
    cursor: pointer;
    position: absolute;
    top: -20px;
    left: -20px;
    cursor: pointer;
}

div.flexColumn.nahledGalerie.mobil {
    display: none;
}

a.oblibene-kachle > div.dostupnost-stitek {
    position: absolute;
    display: flex;
    top: 11px;
    left: 11px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    z-index: 1;
}

a.oblibene-kachle span.typ-hodinek-stitek {
    color: #000000;
    font-weight: bold;
}


div.dostupnost-stitek.dostupnost-stitek-4a,
div.dostupnost-stitek.dostupnost-stitek-4 {
    background: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

div.dostupnost-stitek.dostupnost-stitek-2 {
    background: #68ce63;
}

div.typ-hodinek-stitek > span,
div.dostupnost-stitek > span {
    display: block;
    color: #FFFFFF;
    font-size: 8px;
    width: 90%;
    word-wrap: break-word;
    text-align: center;

}

/* 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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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: var(--root-menu-tlacitko-mobil-barva-pozadi-ultrasvetla);
    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;
}

/* Zobrazeni info v kosiku nahore */
p.kosik-seznam-info {
    margin-top: 20px;
    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;
}

p.bold.galerie {
    margin-top: 43px;
}

p.bold.galerie,
p.bold.barva-prumer-hodinek {
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

p.barva-prumer-hodinek span {
    padding-left: 1em;
}

p.nahled-kratky-popis {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    /* text-align: justify;    Oddelano - zarovnani chceme vzdy doleva  */
    margin-top: 10px;
}

.rezervace-schuzky p {
    color: #000;
}


/* aside */

aside.italic {
    font-style: italic;
}

aside.odstavec {
    margin-bottom: 1em;
    line-height: 1;
}

/* span */

span {
    line-height: 100%
}

span.bottomMargin {
    display: inline-block;
    margin-bottom: 0.7em;
}

a.produktRada,
a.produktRada:link,
a.produktRada:active,
a.produktRada:focus,
a.produktRada:visited
{
    display: inline-flex;
    border-radius: 4px;
    background-color: white;
    padding: 4px 11px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    text-decoration: none;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

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;
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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;
}

span.pocetProduktu {
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-right: 11px;
}

#zvolena-cena > span {
    display: inline-block;
}

/* 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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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;
}

#formular-rezervace-schuzky {
    width: 442px;
}

#formular-rezervace-schuzky input[type="submit"]:active {
    opacity: 1;
}

#formular-rezervace-schuzky input[type="submit"] {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 17px;
    background-color: black;
    border: unset;
    outline: unset;
    margin-top: 20px;
}

#formular-rezervace-schuzky input[type="submit"]:hover {
    text-decoration: underline;
    opacity: 1;
}

#formular-rezervace-schuzky input[type="time"]::before {
    content: attr(placeholder);
    opacity: 0.5012323;
    margin-right: 30px;
}

#formular-rezervace-schuzky {
    position: relative;
}

#formular-rezervace-schuzky input[type="date"] {
    z-index: -1;
    position: absolute;
    top: 330px;
    left: 50px;
    opacity: 0;
}


#formular-rezervace-schuzky select,
#formular-rezervace-schuzky input[type="text"],
#formular-rezervace-schuzky input[type="email"],
#formular-rezervace-schuzky input[type="tel"] {
    width: calc(100% - 26px * 2);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    padding: 18px 26px;
    border: unset;
    outline: unset;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #000;
}

#formular-rezervace-schuzky select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100%);
    background-image: url("images/sipka-dolu-seda.svg");
    background-size: 26px 11px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    color: unset;
}

#rezervaceKalendar .fc-toolbar-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-transform: capitalize;
}

#rezervaceKalendar .fc-button {
    background-color: unset;
    border: unset;
    outline: unset;
}

#rezervaceKalendar .fc-toolbar.fc-header-toolbar {
    margin: 0;
    background-color: black;
    height: 39px;
}

#rezervaceKalendar {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    margin-top: 27px;
    margin-bottom: 27px;
    width: 100% !important;
}

#rezervaceKalendar tr {
    background-color: white;
}

#rezervaceKalendar .fc-daygrid-day-frame {
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#rezervaceKalendar .vybran .fc-daygrid-day-top a {
    color: white;
}


#rezervaceKalendar .fc-daygrid-day-top a {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    color: #000;
}

#rezervaceKalendar .fc-day-past .fc-daygrid-day-top a {
    color: rgb(107, 106, 106);
}

#rezervaceKalendar .fc-daygrid-day-top {
    justify-content: center;
    align-items: center;
}

#rezervaceKalendar .fc-daygrid-day-events {
    display: none;
}

#rezervaceKalendar .fc-day-today {
    background-color: unset;
}

#rezervaceKalendar .vybran .fc-highlight {
    background-color: #000;
}

#rezervaceKalendar .fc-day-past {
    background-color: rgb(182, 182, 182);
}

#rezervaceKalendar .fc-day-past:hover,
#rezervaceKalendar .fc-day-past *:hover {
    cursor: unset;
    text-decoration: none;
}

#formular-rezervace-schuzky input[type="time"]::-webkit-calendar-picker-indicator {
    width: 26px;
    height: 11px;
    background-image: url("images/sipka-dolu-seda.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

form.detail-produtku-gravirovani {
    display: none;
}

form.produkt-dotazy > div {
    margin-bottom: 13px;
}

/* FIELDSET */
fieldset {
    margin: 0.2em 0 1em 0;
    padding: 20px;
    border: none;
    border: 1px solid #cdcdc9;
    border-radius: 2px;
}

fieldset.formular {
    margin-bottom: 40px;
}

fieldset.bezOutline {
    border: none;
    padding: 0;
}

/* 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;
}

label.kachle {
    border-radius: 4px;
    display: inline-flex;
    margin: 0;
    cursor: pointer;
    background-color: black;
    position: relative;
}

label.kachle img {
    border-radius: 4px;
}

label.kachle h1 {
    color: white;
    text-transform: uppercase;
    position: absolute;
    left: 22px;
    bottom: 24px;
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    line-height: 43px;
    text-transform: uppercase;
}

label.kachle span {
    display: none;
    color: white;
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    right: 20px;
    top: 13px;
}

label.kachle span::after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url("images/pruvodce-hodinek/vybrano.png");
    display: inline-block;
    position: relative;
    margin-left: 15px;
    top: 10px;
}

label.kachle-obrys {
    width: 295px;
    height: 240px;
    border-radius: 4px;
    display: inline-flex;
    margin: 0;
    cursor: pointer;
    position: relative;
    background-color: #000;
    margin-bottom: 20px;
}

label.kachle-obrys > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border: solid 1px #b4b4b4;
    border-radius: 4px;
}

label.kachle-obrys img {
    align-self: center;
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 22px;
}

label.kachle-obrys p {
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 16px;
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

label.kachle-obrys span {
    display: none;
    color: white;
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    right: 20px;
    top: 13px;
}

label.kachle-obrys span::after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url("images/pruvodce-hodinek/vybrano.png");
    display: inline-block;
    position: relative;
    margin-left: 15px;
    top: 10px;
}

label.kachle-obrys-nadpis {
    width: 220px;
    height: 240px;
    border-radius: 4px;
    display: inline-flex;
    margin: 0;
    cursor: pointer;
    position: relative;
    background-color: #000;
    margin-bottom: 20px;
}

label.kachle-obrys-nadpis.skryte {
    background-color: unset;
    cursor: unset;
}

label.kachle-obrys-nadpis > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border: solid 1px #b4b4b4;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

label.kachle-obrys-nadpis img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 0;
}

label.kachle-obrys-nadpis aside {
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 16px;
}

label.kachle-obrys-nadpis p.bold {
    font-size: 16px;
    font-weight: 500;
}

label.kachle-obrys-nadpis p {
    margin: 0;
    margin-top: 7px;
    color: #121212;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

label.kachle-obrys-nadpis span {
    display: none;
    color: white;
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    right: 20px;
    top: 13px;
}

label.kachle-obrys-nadpis span::after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url("images/pruvodce-hodinek/vybrano.png");
    display: inline-block;
    position: relative;
    margin-left: 15px;
    top: 10px;
}

label.checkboxKulatyObrazek2,
label.checkboxKulatyObrazek {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 6px;
    margin-top: 0px;
    cursor: pointer;
}

label.checkboxKulatyObrazek2 img,
label.checkboxKulatyObrazek img {
    padding: 5px;
    margin-right: 11px;
}

label.nadpisPopis p {
    max-width: 300px;
    white-space: pre-wrap;
    margin: 0;
}
label.rozhodnoutSePozdeji span {
    margin-left: 14px;
}

label.nadpisPopis,
label.rozhodnoutSePozdeji {
    margin: 0;
    padding: 0;
    cursor: pointer;
}
label.rozhodnoutSePozdeji {
    display: flex;
    align-items: center;
}

label.nadpisPopis {
    margin-bottom: 10px;
    margin-left: 14px;
}

/* FORM */
form.hledat-formular {
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    height: 41px;
    width: 750px;
    background: #ffffff;
    border-radius: 2px;
}

#zavrit-hledani {
    height: 41px;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border: unset;
}

#zavrit-hledani,
#zavrit-hledani > *:hover {
    cursor: pointer;
}

#zavrit-hledani > span {
    vertical-align: middle;
    color: #5b5b5b;
    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 */

#zvolena-cena input.cena-do,
#zvolena-cena input.cena-od {
    text-align: right;
    margin: 5px;
}

#cena_posuvnik {
    margin-top: 81px;
}

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-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.08888889px;
}

/* Mnozstvi pro pridani do kosiku */
input.zbozi-seznam-stitek-koupit,
input.zbozi-seznam-stitek-koupit2,
input.nahled-parametry-koupit,
input.kachle-parametry-koupit {
    padding: 0px;
    font-size: 0.7em;
    width: 48px;
    text-align: right;
    /* display: none;                                  26.10.2023 Ivo Hrdina - zobrazit volbu zmenu mnozstvi u produktu pro pridani do kosiku */ 
}

input.zbozi-seznam-stitek-koupit2 {
    font-size: 1em;
}

input.zbozi-rozmer-stitek-koupit {
    width: 38px;
    text-align: right;
}

input.nahled-parametry-koupit,
input.kachle-parametry-koupit {
    margin-top: 0px;
}

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;
}

input[type="checkbox"].kachle {
    display: none;
    cursor: pointer;
}

input[type="checkbox"].kachle:checked + label > img {
    opacity: 0.5;
}

input[type="checkbox"].kachle:checked + label > span {
    display: inline;
}

input[type="checkbox"].kachle-obrys {
    display: none;
    cursor: pointer;
}

input[type="checkbox"].kachle-obrys:checked + label > div {
    opacity: 0.5;
}

input[type="checkbox"].kachle-obrys:checked + label > span {
    display: inline;
}

input[type="checkbox"].kachle-obrys-nadpis {
    display: none;
    cursor: pointer;
}

input[type="checkbox"].kachle-obrys-nadpis:checked + label > div {
    opacity: 0.5;
}

input[type="checkbox"].kachle-obrys-nadpis:checked + label > span {
    display: inline;
}

input[type="checkbox"].checkboxKulatyObrazek2,
input[type="checkbox"].checkboxKulatyObrazek {
    display: none;
    cursor: pointer;
}

input[type="checkbox"].checkboxKulatyObrazek2:checked + img,
input[type="checkbox"].checkboxKulatyObrazek:checked + label img {
    border: solid 1px #979797;
    border-radius: 50%;
    padding: 4px;
}


input.nadpisPopis,
input.rozhodnoutSePozdeji {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: solid 1px #979797;
    background: #ffffff;
    position: relative;
}

input.nadpisPopis:active,
input.rozhodnoutSePozdeji:active {
    padding: 0;
}


input.nadpisPopis:checked::after,
input.rozhodnoutSePozdeji:checked::after {
    content: "";
    display: inline-block;
    width: calc(100% - 2.25px);
    height: calc(100% - 2.1px);
    border-radius: 2px;
    background: var(--root-menu-tlacitko-mobil-barva-pozadi);
    position: absolute;
    top: 1px;
    left: 1.25px;
}

form.pruvodceHodinek #zpet,
form.pruvodceHodinek button[type="submit"],
a.pruvodceDokoncit {
    text-align: left;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    /* width: 155px; */
    padding: 4px 18px;
    border-radius: 2px;
    position: relative;
    border: none;
    color: #ffffff;
    background-color: #000000;
}

a.pruvodceDokoncit {
    /* width: calc(225px - 21px * 2);
       text-decoration: none; */
    background-color: #000000;
}

a.pruvodceDokoncit span {
    font-size: 1.1em;
    color: white;
}

form.pruvodceHodinek #zpet {
    margin-left: 0px;
    background-color: #000000;
}

form.pruvodceHodinek button[type="submit"]:hover {
    background-color: #000000;
}


/* 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;
}

select.zbozi-seznam-radit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 11px;
    border-radius: 4px;
    border: solid 1px #cccbcb;
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    background-color: unset;
    background-image: url(images/filtr_sipka.svg);
    background-size: 8px 5px;
    background-repeat: no-repeat;
    background-position: center right 11px;
    padding-right: 25px;
}

/* 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-size: 1.3em;
}

textarea:active {
    background-color: #ffff99;
}

textarea:hover {
    border-color: #FFCC00;
}

textarea:focus {
    border-color: #3399FF;
}

textarea.kosik-seznam {
    width: 100%;
}

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;
    outline: none;
}

button[type=submit],
input[type=submit] {
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    border-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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-timelab-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;
}

div.nahled-detail-cena-skladovost {
    display: flex;
    flex-direction: row;                     /* 27.10.2023 Ivo Hrdina - zobrazeni za cenou mnozstvi a tlacitko koupit */
    margin-top: 8px;
}

div.kachle-cena-skladovost {
    display: flex;
    flex-direction: row;                     /* 27.10.2023 Ivo Hrdina - zobrazeni za cenou mnozstvi a tlacitko koupit */
    margin-top: 0px;
    margin-left: 8%;
    width: 84%;
}        

button.nahled-parametry-koupit,
button.kachle-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: var(--root-menu-tlacitko-mobil-barva-pozadi) url(images/kosik-timelab-bila.svg) 15px center no-repeat;
    background-size: 30px;
    cursor: pointer;
}

button.nahled-parametry-koupit,
button.kachle-parametry-koupit {
    margin-top: 0px;                 /* 27.10.2023 Ivo Hrdina Zelene tlacitko koupit plna velikost */
    margin-left: 5px;
}


/* Tlacitko koupit v nahledu zbozi */
button.nahled-parametry-rezervace,
button.nahled-parametry-koupit,
button.kachle-parametry-koupit {
    display: block;
    border-radius: 2px;
    background: var(--root-menu-tlacitko-mobil-barva-pozadi);                       /* Barva pozadi tlacitka koupit - original modra #009ee2 */
    padding: 0px 10px;                                                              /* Ramecek kolem zeleneho tlacitka koupit */
    /* margin-top: 20px; */
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    text-transform: unset;
    width: 100%;
}

button.kachle-parametry-koupit {
    background: #9ac700 url(images/kosik-timelab-bila.svg) center no-repeat;        /* 27.10.2023 Ivo uprava tlacitka koupit ve filtru */
    background-size: 22px 22px;
    width: 60px;
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    border-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    box-shadow: none;
    color: white;
    cursor: pointer;
}

button.zbozi-seznam-stitek-rozmer {
    margin-bottom: 20px;
    font-size: 0.7em;
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    border-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    color: white;
    cursor: pointer;
}

button.zbozi-seznam-stitek-rozmer2 {
    width: 100px;
    height: 25px;
    padding: 0;
    margin: 0;;
    font-size: 1em;
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    border-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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: var(--root-menu-tlacitko-mobil-barva-pozadi); */
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    border-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    color: #FBFBFB;
    border-radius: 50%;
    font-weight: bold;
    padding: 0;
}

button.navigator:hover,
button.navigator-krok1:hover,
button.navigator-krok2:hover {
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    border-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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;
}


button.tlacitkoObrysBile {
    padding: 12px 32px;
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.3px;
    background-color: unset;
    outline: unset;
    border: solid 1px white;
}

a.tlacitko.cerne,
button.tlacitkoCerne {
    padding: 12px 32px;
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.34285715px;
    background-color: black;
    outline: unset;
    border: unset;
}

button.tlacitkoCerne:hover,
button.tlacitkoObrysBile:hover {
    opacity: unset;
    text-decoration: underline;
}

button.pruduktyZnacek {
    outline: unset;
    border: unset;
    background: unset;
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.1px;
    margin: 0;
    padding: 0;
}

button.pruduktyZnacek::after {
    content: "";
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/sipka-dolu_oranzova.svg);
    display: inline-block;
    width: 11px;
    height: 14px;
    margin-left: 16px;
    top: 3px;
    position: relative;
    transform: rotate(180deg);
}

/* 28.10.2023 Ivo Hrdina - zde je barva textu v nahledu produktu info a preskok na detail produktu */
div.modra-sipka,
div.nahled-kratky-popis-preskok-na-podrobny,
a.modra-sipka,
a.nahled-kratky-popis-preskok-na-podrobny {
    color: var(--root-menu-tlacitko-mobil-barva-pozadi-tmavsi);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

div.nahled-kratky-popis-preskok-na-podrobny {
  margin-bottom: 20px;
}

div.modra-sipka::after,
div.nahled-kratky-popis-preskok-na-podrobny::after,
a.modra-sipka::after,
a.nahled-kratky-popis-preskok-na-podrobny::after {
    content: "";
    display: inline-block;
    /* background-position: center; */
    background-position: right 0px top 5px;
    /* background-size: contain; */
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-image: url(images/sipkazelena.svg);
    width: 20px;                 /* Sipka blize k textu */
    height: 20px;
    padding-left: 6px;
    transition: padding-left 1s 0s;
}

a, a:visited, .url {
    text-decoration: none;
    color: #000000;
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

a.box-menu:hover {
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

a.panel-menu-color-a {
    color: #585858;
}

a.panel-menu-color-a:hover {
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

a.paticka-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    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: var(--root-menu-tlacitko-mobil-barva-pozadi) url(images/ico_watch.svg) 10% center no-repeat;
    background-size: 22% auto;
}

a.zbozi-seznam-predchozi,
a.zbozi-seznam-dalsi {
    color: white;
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    padding: 10px;
    border-radius: 2px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}


a.zbozi-seznam-predchozi::before {
    content: "<";
    font-size: 1.5em;
    font-weight: 100;
    padding-right: 10px;
}

a.zbozi-seznam-dalsi::after {
    content: ">";
    font-size: 1.5em;
    font-weight: 100;
    padding-left: 10px;
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

a.paticka-social {
    margin-top: 10px;
    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/ikony/fb_ikona.png);
    /* background-size: 32px; */
}

a.paticka-instagram {
    background-image: url(images/ikony/ig_ikona.png);
    /* background-size: 38px; */
}

a.paticka-youtube {
    background-image: url(images/ikony2021/YOUTUBE.svg);
    background-size: 38px;
}

a.paticka-facebook,
a.paticka-instagram,
a.paticka-youtube {
    background-repeat: no-repeat;
    background-position: left;
}

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;
}

a.nahled-galerie {
    display: block;
    width: 62px;
    height: 62px;
    padding: 5px;
    border-radius: 1px;
    border: solid 1px #e5e5e5;
    margin: 6px;
}

a.nahled-obrazek {
    justify-self: stretch;
    display: flex;
    justify-content: center;
}

/* img */
img {
    margin: 0;;
    padding: 0;
    border: 0;
}

#rezervace-img4 {
    width: 440px;
    height: 220px;
}

#rezervace-img5 {
    width: 408px;
    height: 778px;
}

img.svg-znacka {
    max-width: 150px;
    max-height: 100px;
}

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 {
    max-height: 100%;
    max-width: 100%;
    align-self: center;
    background: transparent url('images/loader-img.gif') center no-repeat;
    background-size: auto 20%;
    margin: 0 auto;
}

img.nahled-galerie {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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: 100%;
    max-width: 100%;
    align-self: center;
}

img.navigator {
    height: 20px;
}

img.fri {
    max-width: 150px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
}

div.marginBottom30 {
    margin-bottom: 30px;
}

.marginBottom-30 {
    margin-bottom: -30px;
}

.marginBottom92 {
    margin-bottom: 92px;
}

.marginBottom61 {
    margin-bottom: 61px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginRight10 {
    margin-right: 10px;
}

.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;
}

.posunoutNahoru {
    margin-top: -190px;
    padding-top: 190px;
}

.uppercase {
    text-transform: uppercase;
}

.flexSpaseBetween {
    justify-content: space-between;
}

.uvodPruvodceflexSpaceAround {
    justify-content: space-around;
}

.flexRow {
    display: flex;
    flex-direction: row;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexWrap {
    flex-wrap: wrap;
}

.flexAlignEnd {
    align-items: flex-end;
}

.flexAlignStart {
    align-items: flex-Start;
}

.flexAlignCenter {
    align-items: center;
}

.flexAlignStrech {
    align-items: stretch;
}

.flexAlignContentSpaceBetween {
    align-content: space-between;
}

.flexJustifyEnd {
    justify-content: flex-end;
}

.flexJustifyCenter {
    justify-content: center;
}

.flexJustifyStretch {
    justify-content: stretch;
}

.flexJustifySpaceEventualy {
    justify-content: space-evenly;
}

.positionRelative {
    position: relative;
}

.plnaSire {
    width: 100%;
}

.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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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 {
    margin-bottom: 0px !important;
}

.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;
}

.width241 {
    width: 241px;
}

.width300 {
    width: 300px;
}

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;
}

h2.black {
    color: #121212;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
}

div.box-v3 {
    display: inline-block;
    width: 30%;
    margin-right: 20px;
    vertical-align: top;
}

tr.disabled td {
    color: lightgray;
}

tr.disabled td.right > span {
    display: none;
}

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 var(--root-menu-tlacitko-mobil-barva-pozadi);
    top: 0px;
}

.sipka-vlevo {
    border-right: 20px solid var(--root-menu-tlacitko-mobil-barva-pozadi);
    left: -10px;
}

.sipka-vpravo {
    border-left: 20px solid var(--root-menu-tlacitko-mobil-barva-pozadi);
    left: 10px;
}

.sipka-nahoru {
    border-bottom: 20px solid var(--root-menu-tlacitko-mobil-barva-pozadi);
    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;
    }

    #index_slider, header, 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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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 var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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 {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gray;
    margin: 20px;
    text-align: center;
}

div.media-body > div,
div.media-body {
    height: 100%;
    overflow: auto;
}

div.media-body > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

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.8;
    background-color: white;
}

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: auto auto !important;
    max-height: 80%;
    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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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 {
    display: none;
    height: 2em;
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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 {
    z-index: 1;
    font-family: DINNextRoundedLTPro-Light;
}

div.upozorneniBar {
    background-color: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

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;
}

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: 12px;
    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: 12px;
    font-weight: 300;
    line-height: 20px;
}

div.ikona-hlavicka,
img.ikona-hlavicka {
    margin: 0 auto;
    width: 32px;
    height: 32px;
}

div.ikona-hlavicka.prava,
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: 82px;      */                          /* 13.9.2023 Ivo Hrdina Velikost menu v hlavicce zmenseno z 135px na auto */
    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;
    opacity: 1;
}

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.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-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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

div.ucet-menu-mobile > a:nth-child(1)::after {
    width: 96%;
}

div.ucet:hover > div.ucet-menu {
    display: block;
}

button.hledat div {
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
    background-image: url("images/ikony2021/VYHLEDAVANI.svg");
    background-repeat: no-repeat;
    background-size: 52px 52px;
    background-position: center;
}

button.hledat.aktivni div {
    background-image: url("images/ikony2021/VYHLEDAVANI_AKTIVNI.svg");
}

button.hledat.aktivni label.ikona {
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

/* 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-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-transform: uppercase;
}

span.kachle-odkaz,
p.uvod-kachle {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

span.kachle-odkaz::after,
p.uvod-kachle::after {
    content: "";
    width: 25px;
    height: 23px;
    display: inline-block;
    background-image: url("images/sipkazelena.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0px;
    transition: margin 1s 0s;
}

div.modra-sipka:hover::after,
div.nahled-kratky-popis-preskok-na-podrobny:hover::after,
a.modra-sipka:hover::after,
a.nahled-kratky-popis-preskok-na-podrobny:hover::after,
a.kachle-vlevo:hover span.kachle-odkaz::after,
a.kachle-vpravo:hover span.kachle-odkaz::after,
a.uvod-kachle:hover p.uvod-kachle::after {
    margin-left: 20px;             /* Delka animace sipky doprava */
    margin-right: -20px;
    transition: margin 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;
}

div.centerMargin {
    margin: 0 auto;
}

div.sirka600 {
    width: 600px;
}

div.sirka470 {
    width: 470px;
}

div.sirka450 {
    width: 450px;
}

div.sirka400 {
    width: 400px;
}

/* 28.10.2023 Ivo Hrdina - definice sirky v nahledu produktu, kde je nazev, popis a cena produktu */
div.karta_nahled_sirka_text_a_cena {
    width: 550px;
}

div.sirka300 {
    width: 300px;
}

div.sirka350 {
    width: 350px;
}

div.sirka250 {
    width: 250px;
}

div.sirka200 {
    width: 200px;
}

div.maxSirka300 {
    max-width: 300px;
}

div.maxSirka400 {
    max-width: 400px;
}

div.maxSirka440 {
    max-width: 440px;
}

div.maxSirka470 {
    max-width: 470px;
}

div.maxSirka600 {
    max-width: 600px;
    margin: 0 auto;
}

div.maxSirka940 {
    max-width: 940px;
    margin: 0 auto;
}

div.maxSirka1300 {
    max-width: 1300px;
    margin: 0 auto;
}

div.maxSirka1400 {
    max-width: 1400px;
    margin: 0 auto;
}

div.kachle {
    margin: 29px 30px;
}

.kachle-vlevo {
    float: left;
}

.kachle-vpravo {
    float: right;
}

h1.kachle-title {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

p.kachle-popis {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

a.kachle-vpravo,
a.kachle-vpravo:hover,
a.kachle-vlevo,
a.kachle-vlevo:hover {
    text-decoration: none;
}

div.uvod-4kachle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.uvod-4kachle a {
    display: inline-block;
    background-size: 450px 290px;
    width: 450px;
    height: 290px;
    position: relative;
    margin-bottom: 39px;
    border-radius: 4px;
}

div.uvod-4kachle a:hover p::after {
    padding-left: 32px;
    transition: padding-left 1s 0s;
}

div.uvod-4kachle p {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.1px;
    text-decoration: none;
    position: absolute;
    left: 32px;
    bottom: 15px;
}

div.uvod-4kachle-textazelenasipka {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    left: 32px;
    bottom: 32px;
}

div.uvod-4kachle p::after {
    content: "";
    width: 30px;
    height: 15px;
    padding-left: 6px;
    display: inline-block;
    background-image: url("images/sipkazelena.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: padding-left 1s 0s;
}

a.alpina {
    background: url(images/kachle_alpina.png) no-repeat;
}

a.festina {
    background: url(images/kachle_festina.png) no-repeat;
}

a.victorinox {
    background: url(images/kachle_victorinox.png) no-repeat;
}

a.loee {
    background: url(images/kachle_loee.png) no-repeat;
}

img.loee,
img.victorinox,
img.alpina,
img.festina {
    position: absolute;
    left: 31px;
    bottom: 78px;
    width: 107px;
    height: 61px;
}

a.oranzova-sipka {
    color: var(--root-menu-tlacitko-mobil-barva-pozadi);
    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: "";
    display: inline-block;
    background-image: url("images/Sipka-03-bila.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    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.uvod-cernypruh-3xtext {
    position: relative;
    margin: 0px -15px 0px -15px;
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #000000;
    padding: 32px;
}


li.heureka-kachle {
    margin: .5em;
    align-items: center;
    display: inline-flex;
}


img.uvod-cernypruh-3xtext {
    /* width: 24px;
    height: 24px; */
    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;
}


#uvod-cernypruh-3xtext-span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    /* max-width: 260px; */
    vertical-align: middle;
    display: table-cell;
    margin-left: 0px;
    margin-right: 0px;
}

#heureka-logo {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    max-width: 260px;
    vertical-align: middle;
    display: table-cell;
    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;
}

.padding-Right {
    padding-right: 28px;
}


.padding-Top-28 {
    padding-top: 28px;
}

div.baner-znacky {
    background: #E0E0E0;
}

div.baner-produkty {
    background: #ffffff;
}

div.baner-znacky,
div.baner-produkty {
    margin: 0;;
    padding: 0;
    width: calc(100% + 30px);
    margin: 30px -15px;
}

div.baner-znacky {
    margin-top: -50px;
}

div.baner-produkty {
    margin-bottom: 0;
}


div.baner-produkty.bottomMargin {
    padding-bottom: 426px;
    margin-bottom: -30px;
}

/*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: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    padding-top: 22px;
}

div.znacky-uvod-text p {
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

a.cernaSipka,
div.znacky-uvod-text a {
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.1px;
    text-decoration: none;
}

a.cernaSipka::after,
div.znacky-uvod-text a::after {
    /* content: "";
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("images/sipkazelena.svg");
    width: 30px;
    height: 15px;
    padding-left: 6px;
    transition: padding-left 1s 0s; */
}

a.cernaSipka:hover::after,
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-size: 16px;
    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 {
    line-height: normal;  /* 30.5.2023 Ivo Hrdina znacky stejne mezery co nejuzsi */
    width: 100%;
}

strong.tucne,
strong.oblibene-produkty {
    display: table;
    margin: 0 auto;
    color: #121212;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

strong.size21 {
    color: #121212;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    display: block;
}

strong.size21.filtrZbozi {
    margin-top: 68px;
    margin-bottom: 21px;
}

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: 320px;
    /* border-right: 1px solid #000000; */ /* 13.9.2023 Ivo Hrdina Odstraneni ramecku kolem zobrazeni seznamu produktu */
    /* border-radius: 10px; */             /* 13.9.2023 Ivo Hrdina Odstraneni zaobleni ramecku kolem zobrazeni seznamu produktu */
    background: white;
}

/* 13.9.2023 Ivo Hrdina Cara mezi seznamem produktu */
/*a.oblibene-kachle:after {
/*  content: '';
/*  height: 70%; /*  You can change this if you want smaller/bigger borders */
/*  width: 1px;
/*  
/*  position: absolute;
/*  right: 0;
/*  top: 15%;  /*  If you want to set a smaller height and center it, change this value */
  
/*  background-color: #000000; /*  The color of your border */
/*} */

div.zbozi-seznam-box > a.oblibene-kachle {
  /*  width: 213px;   */         /* 13.9.2023 Ivo Hrdina - 4 produkty na stranku maji 213px, standartne jsou 3 produkty 299px */
}


a.oblibene-kachle.seznam-zbozi {
    width: 220px;
    height: 300px;
    margin: 5px;
}

a.oblibene-kachle > div.obrazek {
    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.zbozi-seznam-box > a.oblibene-kachle > div.obrazek,
a.oblibene-kachle.seznam-zbozi > div.obrazek {
    height: 210px;
}

a.oblibene-kachle.seznam-zbozi.sTlacitkemKoupit > div.obrazek {
    height: 130px;
}

a.oblibene-kachle.seznam-zbozi.sTlacitkemKoupit button {
    position: absolute;
    left: 18px;
    bottom: 18px;
    font-size: 14px;
    line-height: 17px;
    width: calc(100% - 18px * 2);
    padding: 10px 0px;
}


div.oblibene-kachle {
    position: relative;
    display: grid;
    background: #121212;
    border-radius: 50%;
    float: right;
    margin-top: 14px;
    margin-right: 16px;
    width: 42px;
    height: 42px;
    z-index: 2;
}

div.oblibene-kachle > p {
    position: relative;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin: auto;
    text-align: center;
}

a.oblibene-kachle p.kachle-znacka,
a.oblibene-kachle p.kachle-nazev_katc,
a.oblibene-kachle p.kachle-kolekce,
a.oblibene-kachle p.kachle-typ-hodinek {
    position: absolute;
    bottom: 123px;
    left: 23px;
    color: #121212;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    height: calc(15px * 1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: calc(100% - 23px * 2);
}

a.oblibene-kachle p.kachle-znacka {
    font-weight: bold;
    text-transform: uppercase;
}

a.oblibene-kachle p.kachle-kolekce {
    bottom: 103px;
}

/* 26.10.2023 Ivo Hrdina zmena dlazdice filtr produktu - barva textu a velikost nazvu zbozi */
a.oblibene-kachle p.kachle-nazev_katc {
    font-size: 30px;
    bottom: 8px;
    color: var(--root-barva-text-nazev-zbozi);
    font-family: DINNextRoundedLTPro-Light;
    height: calc((30px * 2) + 4px);
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: calc(100% - 23px * 2);
    -webkit-line-clamp: unset;
}       

a.oblibene-kachle p.kachle-typ-hodinek {
    bottom: 63px;
}

a.oblibene-kachle span.dostupnost-stitek {
    position: absolute;
    left: 23px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    width: calc(100% - 23px * 2);
    bottom: 43px;
}

a.oblibene-kachle.seznam-zbozi.sTlacitkemKoupit strong {
    bottom: calc(36px + 17px * 3);
}

a.oblibene-kachle > p {
    position: absolute;
    bottom: 23px;
    left: 23px;
    color: #121212;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 19px;
    text-align: center;
    width: calc(100% - 23px * 2);
}

/* 26.10.2023 Ivo Hrdina zmena dlazdice filtr produktu - barva textu a velikost nazvu zbozi */
p.kachle-cena {
    text-align: left !important;
    font-size: 30px !important;
    /* bottom: 23px !important; */
    color: var(--root-barva-text-cena) !important;
    font-family: DINNextRoundedLTPro-Bold !important;
    height: calc((30px * 1) + 4px) !important;
    line-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: calc(100% - 23px * 2) !important;
}       

a.oblibene-kachle.seznam-zbozi > p {
    bottom: 15px;
    left: 17px;
    font-size: 14px;
    line-height: 17px;
}

div.oblibene-holder a.oblibene-kachle{
    margin: 8px;
}

a.oblibene-kachle.seznam-zbozi.sTlacitkemKoupit > p {
    bottom: calc(15px + 17px * 3);
}

span.puvod-cena {
    opacity: 0.3969959;
    text-decoration: line-through;
}

/* paticka */

div.patickaLogo {
    background: url(images/logo-timelab.svg) no-repeat center center;
    padding-top: 47px;
    margin-bottom: 0px;
    /*margin-left: -15px;*/
    width: 131px;
    height: 39px;
}

p.patickaText {
    /*max-width: 610px;*/
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

div.paticka-kachle {
    margin-top: 30px;
}

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.paticka-kachle-vpravo-inline-block {
    display: inline-block;
    margin-left: 30px;
}

div.flex-column {
    display: flex;
    flex-direction: column;
}

strong.pata-chachle-title {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 12px;
}

strong.pata-chachle-title.topMezera {
    padding-top: 20px;
}

a.pata-kachle,
p.pata-chachle-text {
    display: table;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-decoration: none;
}

div.paticka-holder {
    width: 100%;
    height: 420px;
    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-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-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: var(--root-menu-tlacitko-mobil-barva-pozadi);
}

div.ctvrtinSirky {
    display: inline-block;
    width: 24%;
}

div.paticka-paticky-background {
    display: grid;
    height: 60px;
    background: #181A1B;
    align-content: center;
    position: relative;
}

div.paticka-paticky {
    display: flex;
    flex-direction: column;
    align-content: center;
}

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: var(--root-menu-tlacitko-mobil-barva-pozadi);
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    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: rgb(19, 19, 190);
    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: rgb(19, 19, 190);
    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: 1125px;
    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;
}

/* Slider na homepage */
a.hero_slider {
    background-position: center center; /* 24.8.2022 Ivo Hrdina Pozadi slideru centrovat misto top left */
    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: 800px;
}

#index_slides div.slider_text1 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

#index_slides div.slider_text2 {
    margin-top: 10px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

#index_slides div.slider_text3 {
    margin-top: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

#index_slides div.slider_text4 {
    margin-top: 24px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.1px;
}

#index_slides div.slider_text4::after {
    /* content: "";
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/sipkazelena.svg);
    width: 30px;
    height: 15px;
    padding-left: 6px;
    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: none !important;
    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: none !important;
    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-size: 21px;
    font-weight: 300;
    line-height: 25px;
    z-index: 10;
    margin: 0;
}

#index_wraper > p > span {
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
}


a.trida-menu_link_mobile,
a.trida-menu_link_mobile:visited,
div.trida-menu_button_mobile {
    display: block;
    color: #ffffff;
    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-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,
a.trida-menu_filtr_mobile:visited {
    color: #ffffff;
    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 responzivni 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.heureka > div.maxSirka940 > div {
        flex-direction: column;
    }

    div.heureka > div.maxSirka940 > div > div {
        margin: 0;
        margin-bottom: 21px;
    }

    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;
    }

}

/* ************************************************************************************** */
/*<editor-fold desc="@media screen and (max-width: 1046px)">*/
/* Zde je zmena menu z klasicke verze na mobilni */
/* ************************************************************************************** */
@media screen and (max-width: 1046px), (pointer: coarse) {

    /* Zmena velikosti loga v menu */
    .logo_uvod{
      height: 125px;
    }

    /* 28.10.2023 - Ivo Hrdina - div jako delici cerna cara v produktech */
    div.produkty_karta_jednotliva_delici_cara {
      display: none;
    }

    /* Karta o_nas uzsi ramecek na mobilu */
    .jedna_karta {
        padding: 5px 5px 5px 5px;
    }

    /* Karta o_nas vetsi obrazek na mobilu */
    .karta_obrazek_o_nas {
        width: 90%;
    }

    div.paticka-kachle-vpravo-inline-block {
      margin-left: 0px !important;
    }

    /* 27.10.2023 - Ivo Hrdina - misto textu v tlacitku nahledu ikona na mobilu */
    button.nahled-parametry-koupit {
        background: #9ac700 url(images/kosik-timelab-bila.svg) center no-repeat;        /* 27.10.2023 Ivo uprava tlacitka koupit v nahledu mobilu */
        background-size: 22px 22px;
        width: 60px;              
        font-size: 0;          /* Nezobrazovat text, ale jen ikonu */
    }

    /* 27.10.2023 - Ivo Hrdina - zmensit pole pro mnozstvi ve filtru na mobilu */
    input.kachle-parametry-koupit {
        width: 30px !important;
    }


    /* 27.10.2023 - Ivo Hrdina - zmensit sirku ceny s koupit na mobilu */
    div.nahled-parametry-koupit {
        width: 100px;
    }            

    /* 12.9.2023 - Ivo Hrdina - Odskok zacatku stranek - v mobilu chceme jiny odskok - original 110px  */
    div.hlavicka-menu-odskok {
      height: 60px;
    }
    
    /* 27.10.2023 - Ivo Hrdina - Zmenseni textu v nahledu karty  */
    .karta_nahled_nazev_banana {
        font-size: 40px;
        text-align: center;
    }

    /* 27.10.2023 - Ivo Hrdina - Zmenseni ceny v nahledu karty  */
    div.nahled-cena span.cena {
        font-size: 40px;
    }    
    
    /* 25.10.2023 - Ivo Hrdina - Vrchni banner jako pozadi na hompage  */
    div.uvod-image {
      background-image: url('/style/linealuxpanels/images/pozadi_uvod.jpg_mobil.jpg');
    }

    /* leve horni logo v hlavicce */
    img.logo {
        top: 4px;                     /* 25.10.2023 Ivo Hrdina - po zmenseni vysky menu v mobilu posun loga vice dolu */
        position: absolute;           /* 25.10.2023 Ivo Hrdina - po zmenseni vysky menu v mobilu posun loga vice dolu */ 
    }

    nav.menu-podmenu.pc{
        display: none;
    }

    nav.menu-podmenu.mobil{
        top: 56px;                       /* 12.9.2023 - Ivo Hrdina - Odskok zacatku menu po kliku v mobilu chceme jiny odskok - original 100px  */
        position: relative;
        z-index: 1000;
    }

    div.menu-podmenu-mobile-button{
        position: absolute;
        display: flex;
        top: 10px;                       /* 25.10.2023 Ivo Hrdina - po zmenseni vysky menu v mobilu posun ikon vice nahoru */
        right: 10px;
        width: 32px;
        height: 32px
    }

    div.hlavicka-container {               
        padding: 0 10px 0 10px;
        height: 56px;                    /* 25.10.2023 Ivo Hrdina - zmenseni velikosti menu v mobilu z 100px na 56px */
    }


    div.box-telo {
        margin-top: 70px;               /* 12.9.2023 - Ivo Hrdina - Odsazeni obsahu od shora v mobilu - mensi menu tedy zmensit */
    }          

    /* 28.10.2023 - Ivo Hrdina - Odsazeni obsahu od shora v mobilu - mensi menu tedy zmensit - kontakty */
    .contact-card {
        top: 45%;
    }
    
    /* 28.10.2023 - Ivo Hrdina - Odsazeni obsahu od shora v mobilu - mensi menu tedy zmensit - o nas */
    div.karty_o_nas, div.produkty_karty {
        margin-top: 70px;
    }

    #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: 12px;
        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: 18px;                                        /* 25.10.2023 Ivo Hrdina - po zmenseni vysky menu v mobilu posun ikon vice nahoru */
        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;
    }

}

/*</editor-fold>*/

/*<editor-fold desc="@media screen and (max-width: 1000px)">*/
@media screen and (max-width: 1000px) {

    /* 27.10.2023 Ivo Hrdina zvetseni zeleneho odsazeni v seznamu zbozi kosiku */ 
    .teloKosiku .kosik-produkt-inner {
        margin-left: 74px !important;
    }
    
    /* 27.10.2023 Ivo Hrdina zmenseni odsazeni policek dodaci adresy v kosiku - mobil */ 
    div.udaje-box div.telo>div.flex {
        row-gap: 2px !important;
        margin-bottom: 4px !important;
    }
    
    /* 27.10.2023 Ivo Hrdina zmenseni odsazeni policek dodaci adresy v kosiku - mobil */ 
    div.form-pole {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
        
    div.spefifikaceVelikostReminek h3 {
        margin-left: 0;
    }

    h1.uvod-kachle {
        font-size: 25px;
        text-align: left;
    }

    table.uvod-kachle tr > td:nth-child(2) {
        max-width: 60%;
    }

    div.uvodPruvodce {
        flex-direction: column;
        justify-content: unset;
        align-content: center;
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    div.flexColumn.nahledGalerie {
        display: none;
    }

    div.flexColumn.nahledGalerie.mobil {
        display: block;
    }

    div.flexColumn.nahledGalerie.mobil p.bold.galerie {
        text-align: center;
        margin-top: 0px;
    }

    div.nahled-detail-foto2 {
        margin: 30px 0;
    }

    div.skladovost div.info {
        max-width: 150%;
    }

    div.uvod-kachle-flex {
        flex-direction: column;
        align-items: center;
    }

    div.specifikace-produktu-holder {
        flex-direction: column;
        align-content: stretch;
        justify-content: flex-start;
    }

    /* 28.10.2023 Ivo Hrdina - zvetsen pravy popis s cenou a nazvem produktu v nahledu karty - mobilni verze */
    div.flexRow.flexSpaseBetween.nahled-hlavicka-zbozi > div:nth-child(3) {
        width: 100%;
    }

    div.specifikace-produktu-sloupec {
        width: 100%;
    }

    div.specifikace-produktu-sloupec:nth-child(1) > div:last-child {
        border-bottom: solid 1px #d8d8d8;
    }

    div.spefifikaceVelikostReminek > div {
        flex-direction: column;
    }

    div.spefifikaceVelikostReminek img.pasek,
    div.spefifikaceVelikostReminek img.hodinky {
        margin: 30px 0px;
        align-self: 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.modra-sipka,
    a.nahled-kratky-popis-preskok-na-podrobny {
        color: #000;
        display: block;
        text-align: left;
        width: calc(100% - 42px);
        padding: 17px 21px;
        background: var(--root-menu-tlacitko-mobil-barva-pozadi);
        border-radius: 4px;
    }

    #index_slides div.slider_text4::after,
    a.modra-sipka::after {
        /* content: "";
        display: inline-block;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(images/sipkazelena.svg);
        display: block;
        float: right; */
    }

    /* 28.10.2023 V nahledu karty odkaz na preskok na detail produktu centrovat */
    div.nahled-kratky-popis-preskok-na-podrobny {
      text-align: center;
    } 

    img.loee,
    img.victorinox,
    img.alpina,
    img.festina {
        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;
    }

    a.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) > a.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,
    a.kachle-vpravo.padding-Top-28 {
        display: table;
        text-align: center;
        float: none;
        margin: 0 auto;
    }

    div.uvod-4kachle {

        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: var(--root-menu-tlacitko-mobil-barva-pozadi);
        text-align: left;
        color: #ffffff;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    a.znacka-kachle.mobile-hide {
        display: none;
    }


    p.kachle-popis {
        text-align: center;
    }

    span.kachle-odkaz {
        padding: 18px 21px;
        color: #ffffff;
        margin: 0 auto;
        display: block;
        width: calc(273px - 42px);
        border-radius: 2px;
        background: var(--root-menu-tlacitko-mobil-barva-pozadi);
        text-align: left;
    }

    hr.cerna,
    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: var(--root-menu-tlacitko-mobil-barva-pozadi);
        width: calc(200px - 42px);
        text-align: left;
        color: #fff;
    }

    div.znacky-uvod-text.kachle-vlevo > a::after,
    span.kachle-odkaz::after,
    p.uvod-kachle::after {
        content: "";
        display: inline-block;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: 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 {
        max-width: 412px;
    }

    div.nahled-detail-foto2 {

    }

    div.nahled-detail-foto {
        margin-left: 10%;
    }

    div.foto-galerie-box {
        height: auto;
        width: 94%;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: left;
        display: flex;
    }

    div.nahled-detail-desc-and-params div {
        flex-basis: 100%;
        margin-bottom: 0px;
    }


    div.box-obsah iframe {
        width: 100%;
    }

    div.zbozi-seznam-box > a.oblibene-kachle,
    a.oblibene-kachle {
        position: relative;
        height: 180px;                       /* 27.10.2023 Ivo Zmenseni kachle nazev a obrazek ve filtrech v mobilu */
        width: 160px;
        z-index: 0;
    }
    
    div.kachle-vse {
        width: 160px;                        /* 27.10.2023 Ivo Sirka kachle v mobilu */
    }             
                 
    div.zbozi-seznam-box > a.oblibene-kachle > div.obrazek,
    a.oblibene-kachle > div.obrazek {
        position: relative;
        z-index: 1;
        height: 102px;
        top: 20px;
    }


    div.oblibene-kachle {
        position: relative;
        margin-top: 11px;
        margin-right: 11px;
        z-index: 2;
    }

    a.oblibene-kachle p.kachle-strong {
        width: 90%;
        left: 5%;
        top: 136px;
        line-height: 20px;
        height: 60px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    a.oblibene-kachle div.oblibene-kachle {
        margin-top: 5px;
        margin-right: 5px;
    }

    a.oblibene-kachle div.typ-hodinek-stitek,
    a.oblibene-kachle div.dostupnost-stitek {
        top: 5px;
        left: 5px;
    }

    a.oblibene-kachle div.typ-hodinek-stitek {
        top: calc(46px + 2 * 5px);
    }

    a.oblibene-kachle span.puvod-cena {
        display: block;
    }

    a.oblibene-kachle > p {
        bottom: 4px;
    }

    a.oblibene-kachle p.kachle-znacka,
    a.oblibene-kachle p.kachle-nazev_katc,
    a.oblibene-kachle p.kachle-kolekce,
    a.oblibene-kachle p.kachle-typ-hodinek,
    a.oblibene-kachle > p,
    a.oblibene-kachle > span.dostupnost-stitek {
        left: 5%;
        width: calc(100% - 2 * 5%);
        font-size: 17px;                     /* 27.10.2023 Ivo Zmenseni nazvu kachle v mobilu */
        line-height: 17px;
        height: calc((17px * 2) + 4px);
        font-family: DINNextRoundedLTPro-Medium;
    }

    p.kachle-cena {
        font-size: 15px !important;          /* 27.10.2023 Ivo Zmenseni ceny kachle v mobilu */
    }
                                        
    div.kachle-cena-skladovost {             /* 27.10.2023 Ivo Zvetseni sirky pro cenu a mnozstvi kachle v mobilu */
        margin-left: 2%;
        width: 96%;
    }        

    div.nahled-detail-cena-skladovost {      /* 27.10.2023 Ivo Zmenseni sirky pro cenu a mnozstvi nahledu v mobilu */
        margin-left: 8%;
        width: 84%;
    }        

    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: 0px;    /* 25.10.2023 kvuli bilemu pruhu nad footerem 10px na 0px */
    }

    div.inline-block {
        margin-left: 0;
    }

    div.paticka-holder {
        margin-left: 3%;
        width: 94%;
        height: unset;
    }

    div.paticka-kachle {
        margin-top: 0px;    /* 25.10.2023 kvuli bilemu pruhu nad footerem 26px na 0px */
    }

    strong.pata-chachle-title {
        padding-top: 20px;  /* 25.10.2023 Ivo Hrdina - odsazeni kontaktu v paticce */
    }

    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;
    }


}

/*</editor-fold>*/

/*<editor-fold desc="@media screen and (max-width: 900px)">*/
@media screen and (max-width: 900px) {
    div.nahled-hlavicka-zbozi {
        flex-direction: column;
        align-items: center;
    }

    div.nahled-hlavicka-zbozi > div {
        width: 100%;
        padding: 0;
    }

    div.nahled-hlavicka-zbozi > div:nth-child(2) {
        margin: 30px auto;
    }

    /*div.nahled-hlavicka-zbozi>div:nth-child(2) a,*/
    /*div.nahled-hlavicka-zbozi>div:nth-child(2) img*/
    /*{*/
    /*  display: block;*/
    /*  max-height: 400px;*/
    /*  width: unset;*/
    /*  margin: 0 auto;*/
    /*}*/
    div.hlavni-box.filtr div.box-obsah:first-child {
        /*margin-top: 20px;*/
    }

    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.hlavicka-logo {
        padding-left: 10px;
    }

    div.box-telo-holder {
        flex-direction: column;
    }

    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;
    }

    strong.size21.filtrZbozi {
        margin: 10px 0;
    }

    div.zbozi-seznam-box {
        justify-content: space-around;
    }

    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: calc(40px * 1.2);                             
    }

    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;
    }
}

/*</editor-fold>*/


/*<editor-fold desc="@media screen and (max-width: 750px)">*/
@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: center;
    }

    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;
    }

    div.produkt-formular-box {
        flex-direction: column;
    }

    div.produkt-formular-box > img {
        padding: 0;
        margin-bottom: 34px;
    }

    div.produkt-formular-box > div {
        align-items: center;
    }

    div.produkt-formular-box > div > div {
        display: block;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="@media screen and (max-width: 700px)">*/
@media screen and (max-width: 700px) {
    h1.nahled {
        font-size: 20px;
        line-height: 25px;
        margin-top: 15px;
    }

    body.home {
        width: 512px;
    }

    img.kontakty {
        float: none;
    }

    div.kontakty-pobocka {
        height: auto;
    }

    div.box-hlavicka.home {
        max-width: 512px;
    }

    nav.box-menu.home {
        display: none;
    }

    div.heureka {
        padding: 0;
    }

    div.nahled-cena>div{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.nahled-detail-tools-dotazy{
        align-items: center;
    }

    div.box-obsah ul.heureka-holder {
        padding-top: 31px;
        padding-bottom: 21px;
    }

    div.paticka-paticky {
        margin-bottom: 32px;
    }
    .flexRow{
        flex-direction: column;
    }
    .produktova-rada .flexRow{
        flex-direction: row;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="@media screen and (max-width: 650px)">*/
@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%;
    }

    img.DPD-logo {
        width: auto;
    }

    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;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="@media screen and (max-width: 545px)">*/
@media screen and (max-width: 545px) {
    div.zbozi-seznam-box.flex-mezera-2{
        margin-left: 0;
    }

    div.kontakt-box {
        flex-direction: column;
    }

    div.kontakt-box h3 {
        flex-basis: unset;
        align-self: center;
        width: 230px;
    }

    /* START  rezervace schuzky */
    div.cernyPruh.rezervaceHlavni {
        height: 280px;
    }

    div.cernyPruh.rezervaceHlavni div.flexColumn {
        align-items: center;
    }

    div.cernyPruh.rezervace div.flexRow {
        flex-direction: column;
    }

    div.cernyPruh.rezervace div.text {
        order: 1;
    }

    div.cernyPruh.rezervace img {
        height: 200px;
        width: unset;
        max-width: 100%;
    }

    #formular-rezervace-schuzky {
        margin-top: 30px;
    }

    div.cernyPruh.rezervace p {
        text-align: center;
    }

    div.rezervace-schuzky > div.maxSirka940 > div:nth-child(1) {
        flex-direction: column;
        align-items: center;
    }

    div.rezervace-schuzky > div.maxSirka940 > div:nth-child(1) img {
        height: 200px;
        width: unset;
        max-width: 100%;
    }

    div.rezervace-schuzky > div.maxSirka940 > div:nth-child(1) p {
        text-align: center;
    }

    div.rezervace-schuzky > div.maxSirka940 > div:nth-child(1) div {
        align-items: center;
    }

    div.rezervace-schuzky > div.maxSirka940 > div:nth-child(2) {
        flex-direction: column;
        align-items: center;
    }

    div.rezervace-schuzky > div.maxSirka940 > div:nth-child(2) img {
        height: 200px;
        width: unset;
        max-width: 100%;

    }

    div.rezervace-schuzky > div.maxSirka940 > div:nth-child(2) p {
        text-align: center;
    }

    div.rezervace-schuzky > div.maxSirka940 > div:nth-child(2) div {
        align-items: center;
        order: 1;
    }


    div.rezervace-schuzky > div.maxSirka940 > div:nth-child(5) {
        flex-direction: column;
        align-items: center;
    }

    div.rezervace-schuzky > div.maxSirka940 > div:nth-child(5) form {
        order: 1;
    }

    #rezervace-img5 {
        height: 200px;
        width: unset;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #formular-rezervace-schuzky {
        width: 90%;
        margin-bottom: 20px;
    }

    /* END    rezervace schuzky */
    /* START pruvodce hodinek-mobil */
    div.mobilKrok {
        display: block;
    }

    #cena_posuvnik_kontainer {
        width: 100%;
        padding: 0;
        border: unset;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #cena_posuvnik_kontainer h1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;

    }

    #zvolena-cena input {
        width: 60%;
    }

    #zvolena-cena > span {
        margin: 0;
        width: 100%;
        display: inline-block;
    }


    #cena_posuvnik {
        width: 100% !important;
        margin-left: unset !important;
        margin-right: unset !important;
        margin-top: 22px;
        margin-bottom: 53px;
        align-self: unset;
    }

    #cena_posuvnik_graf {
        width: 100% !important;
    }

    h2.pcKrok {
        display: none;
    }

    label.kachle img {
        max-width: 320px;
        width: 100%;
    }

    label.kachle h1 {
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
        left: 17px;
        bottom: unset;
    }

    label.kachle-obrys {
        width: 100%;
        height: 109px;
    }

    label.kachle-obrys > div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    label.kachle-obrys img {
        position: unset;
        max-width: 86px;
        max-height: 86px;
        align-self: unset;
        vertical-align: unset;
        text-align: unset;
        padding: 0;
        order: 1;
        margin-right: 18px;
    }

    label.kachle-obrys p {
        position: unset;
        margin-left: 18px;
    }

    fieldset.krok1,
    fieldset.krok2,
    fieldset.krok3,
    fieldset.krok4,
    fieldset.podkrok1,
    fieldset.podkrok2,
    fieldset.podkrok3,
    fieldset.krok5,
    fieldset.krok6 {
        flex-direction: column;
        align-items: center;
        min-width: 80%;
    }

    fieldset.krok6 {
        height: unset !important;
        align-items: center;
    }

    label.kachle-obrys-nadpis {
        width: 100%;
        height: 109px;
    }

    label.kachle-obrys-nadpis > div {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    label.kachle-obrys-nadpis img {
        order: 1;
        position: unset;
    }

    label.kachle-obrys-nadpis aside {
        position: relative;
        left: 21px;
        bottom: unset;
        max-width: 50%;
    }

    label.kachle-obrys-nadpis br {
        content: " ";
    }

    label.kachle-obrys-nadpis br::after {
        content: " ";
    }

    label.kachle-obrys-nadpis p {
        white-space: pre-wrap;
        line-height: 17px;
    }

    label.kachle-obrys-nadpis.skryte {
        display: none;
    }


    fieldset.krok5 > div,
    fieldset.krok3 > div {
        width: 100%;
    }

    div.pruvodceTlacitka {
        flex-direction: column;
        align-items: stretch;
    }

    div.pruvodceTlacitka > div {
        width: 100%;
        height: 53px;
        margin-top: 10px;
        align-items: center;
    }

    form.pruvodceHodinek button[type="submit"] {
        width: 100%;
        order: -1;
    }

    /* KONEC pruvodce hodinek-mobil */
    div.baner-produkty.bottomMargin {
        padding-bottom: 10px;
    }

    div.maxSirka940 {
        width: 98%;
    }

    img.alpina {
        left: calc(5% - 5px);
    }

    img.loee,
    img.victorinox,
    img.alpina,
    img.festina,
    div.uvod-4kachle p {
        left: 5%;
    }

    div.uvod-4kachle p {
        font-size: 12px;
        padding: 13px 21px;
        width: calc(90% - 2 * 21px);
        background: var(--root-menu-tlacitko-mobil-barva-pozadi);
        color: black;
        bottom: 10px;
    }

    div.uvod-4kachle p::after {
        content: "";
        display: inline-block;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(images/sipkazelena.svg);
        display: block;
        float: right;
    }

    div.uvod-4kachle.maxSirka940 {
        width: 100%;
        margin: 0px;
        justify-content: flex-start;
    }

    div.uvod-4kachle a {
        margin: 0px;
        border-radius: 0px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    div.uvod-4kachle a.victorinox,
    div.uvod-4kachle a.loee {
        background-position-x: left;
    }
    div.znacky>div.flexRow{
        align-items: center;
        margin-top: 10px;

    }

    #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;
    }

    #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(160px * 2 + 4px * 4);
    }

    div.zbozi-seznam-box > a.oblibene-kachle,
    div.oblibene-holder a.oblibene-kachle {
        margin: 4px;
    }

    div.paticka-paticky-background {
        height: unset;
        padding-bottom: 10px;
        padding-top: 10px;


    }
}

/*</editor-fold>*/

/*<editor-fold desc="@media screen and (max-width: 400px)">*/
@media screen and (max-width: 400px) {
    div.zbozi-seznam-box > a.oblibene-kachle,
    div.oblibene-holder a.oblibene-kachle {
        width: calc(100% / 2 - 8px);
        margin: 4px;
    }

    div.oblibene-holder {
        width: calc(100% - 32px * 2);
        max-width: unset;
    }

    /*div.nahled-cena span.cena{*/
    /*  font-size: 25px;*/
    /*}*/
    /*div.skladovost span.skladovost{*/
    /*  text-align: right;*/
    /*  font-size: 11px;*/
    /*}*/
}

/*</editor-fold>*/
/* konec respozivni design */