
/* Globalni styly */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	max-width: 100%;
}

html {
	scroll-behavior: smooth;
}

head {
	display: none;
}


body {
	font-family: sans-serif;
	font-size: 17px;
	overflow-y: scroll;
	min-width: 260px;
	font-family: sans-serif;
	
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left, bottom 400px left;
	-webkit-animation-name: usvit;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;

	-moz-animation-name: usvit;
	-moz-animation-duration: 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: forwards;

	-ms-animation-name: usvit;
	-ms-animation-duration: 0.5s;
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: forwards;

	-o-animation-name: usvit;
	-o-animation-duration: 0.5s;
	-o-animation-iteration-count: 1;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: forwards;

	animation-name: usvit;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

@-webkit-keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-sm-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-o-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

a {
	color: #cc0000;
    text-decoration: none;
    text-decoration: underline;
}



input, select, label {
	vertical-align: middle;
}

label {
	cursor: pointer;
}

input[type=text],
input[type=password],
input:not([type]),
textarea,
select{
	border: 1px solid #ddd;
	padding: 10px 10px;
	margin: 1px 0;
}


input[type=button],
input[type=submit] {
	color: #ffffff;
	background-color: #E30613;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
}

input[type=submit]:hover {
    text-decoration: underline;
}

input:placeholder {
	color: #aaaaaa;
}


.priloha .text {
	display: block;
	text-align: center;
	font-size: 12px;
}

table {
	clear: both;
	width: 100%;
}

.text.editor table:not(.zakladniTabulka):not(.kalendar) td {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

hr {
	border-bottom: 1px solid #777777;
}

h1, h2, p, ul, ol, table, hr {
	margin: 0px 0px 0px 0px;
}

h1 {
    font-size: 1.5rem;
    font-weight: bold;
}

h2 {
	
	
} 

h3 {
	
	
}

ul {
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


.povinnePolicko,
.upozorneni,
.upozorneni a {
	color: #cc0000;
	font-weight: bold;
}

.vnitrek{
    display: block;
    clear: both;
    width: 999px;
    margin: auto;
    padding: 0 10px;
    max-width: 100%;
}

.flex{
    display: flex;
}


/* display none */
body.strankaRegistrovano h1 ~ p,
body.strankaRegistrovano form[data-sablona="Katalog_Objednavky_RegistrovanoCZ"] tr.nadpis,
body.strankaRegistrovano form[data-sablona="Katalog_Objednavky_RegistrovanoCZ"] tr.odesli,

body.strankaPrihlaseni .uzivatel .nadpis,
body.strankaKosik .kosik .navigace,
body .KatalogFiltryRazeni001 .razeni,
body.strankaDataUzivatele .souhlas,
xbody .zaMnozstviBez,
body .zaMnozstviVcetne,
body .dialogVlozenoDoKosiku .polozka .panelCena,
body .dialogVlozenoDoKosiku .celkem,
body .drobeckovanavigace.podPopisem,
body .visited,
body .komponentaRating
{
    display: none !important;
}
/* display none */



header .vnitrek{
    border-bottom: 2px solid #e30613;
    margin-bottom: 15px;
    background: gold;
}
header .flex{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}
header .logo{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    border: 5px solid transparent;
}
header .logo img{
    width: auto;
    height: 90px;
    display: inline-block;
}
header .logo .slogan{
    padding-right: 5px;
}
header .logo .slogan1{
    color: #e30613;
    font-weight: bold;
    font-size: 30px;
}
header .logo .slogan2{
    text-transform: uppercase;
}
header .logo:hover,
header .komponentaKosik:hover{
    background-color: #eee;
}
header .komponentaKosik{
    background: url(img/basket.svg) scroll no-repeat center 10%/60px auto;
    display: block;
    padding: 70px 5px 10px 5px;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
}
header .uzivatel{
    margin: auto 0px auto 0;
}
header .zmenCenik{
    margin: auto 0px auto auto;
}
header .zmenCenik a {
    display: block;
    text-align: center;
    width: 100px;
    text-decoration: none;
}
header .zmenCenik a span:first-child{
    font-size: 50px;
    line-height: 70px;
    display: block;
}
header .zmenCenik a span:last-child{
    font-size: 13px;
    line-height: 20px;
    display: block;
    padding-bottom: 10px;
}
header .zmenCenik a:hover {
    background-color: #eee;
}
header .zmenCenik a.cenik3 span:first-child{
    color: green;
}
header .uzivatel > a{
    display: block;
    width: 100px;
    height: 100px;
    background: url(img/user-red.svg) scroll no-repeat center 16%/60px auto;
    vertical-align: bottom;
    padding-top: 72px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
}
header .uzivatel a:hover{
    background-color: #eee;
}
@media only screen and (max-width:900px){
    header .flex{
        gap: 0px;
    }
    header .logo{
        width: 100%;
        flex-direction: column;
    }
    header .logo img{
        margin: 0 auto 0 10px;
    }
    header .logo .slogan{
        padding-right: 0px;
        text-align: center;
    }
    header .komponentaKosik{
        position: absolute;
        right: 10px;
        top: 15px;
    }
    header .uzivatel a{
        position: absolute;
        right: 110px;
        top: 15px;
    }
    header .zmenCenik{
        display: none;
    }
}
@media only screen and (max-width:360px){
    header .komponentaKosik{
        padding: 40px 5px 10px 5px;
        min-width: 70px;
        top: 20px;
        background-size: 35px auto;
    }
    header .uzivatel a{
        top: 20px;
        width: 70px;
        padding-top: 43px;
        height: 70px;
        right: 85px;
        background-size: 35px auto;
    }
}




.telo .content{
    gap: 20px;
    justify-content: space-between;
}
.telo .content nav{
    width: 280px;
}
.telo .content main{
    width: calc(100% - 300px);
}

@media only screen and (max-width:900px){
    .telo .content {
        display: flex;
        flex-direction: column;
    }
    .telo .content nav{
        width: auto;
    }
    body .Navigace001 ul .polozka {
        padding: 15px 10px;
    }
    .telo .content main{
        width: auto;
    }
}


body.strankaPrihlaseni .uzivatel > ul{
    margin: 20px auto 30px auto;
}


footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 50px auto;
}
footer a {
    font-size: 20px;
    text-transform: none;
    line-height: 35px;
    color: black;
    display: inline-block;
    padding: 10px 0px 10px 40px;
    width: 290px;
    text-decoration: none;
}
footer a:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    margin-left: -35px;
}
footer a[href*='tel:']:before {
    background: url(img/icons8-phone-24.png) scroll no-repeat center center/auto 49%, radial-gradient(circle, #E30613 0%, #E30613 50%, white 57%);
}
footer  a[href*=mailto]:before {
    background: url(img/icons8-email-50.png) scroll no-repeat center center/auto 49%, radial-gradient(circle, #E30613 0%, #E30613 50%, white 57%);
}
footer a:hover{
    background-color: #eee;
}




.strankaRegistruj form .nadpis td{
    padding-top: 40px;
    font-weight: bold;
}
.strankaRegistruj form .konecSkupiny{
    display: table-row;
}
.strankaRegistruj form .konecSkupiny td{
    padding-bottom: 10px;
}



/* .pridatNaPlochu */

.pridatNaPlochu {
    display: none;
}

@media only screen and (max-width:900px) {
    .homepage .pridatNaPlochu {
        display: block;
        color: #fff;
        background-color: #666;
        background-image: url(img/pridatNaPlochu.png);
        background-repeat: no-repeat;
        background-size: auto 80%;
        background-position: 0% 50%;
        padding: 10px 20px 10px 40px;
        font-size: 1rem;
        text-decoration: none;
        cursor: pointer;
        max-width: 200px;
        margin: auto;
    }
}

.dialogPridatNaPlochu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    background-image: url(img/dialogPridatNaPlochu.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    cursor: pointer;
}

.dialogPridatNaPlochu:before {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    padding: 10px;
    text-align: center;
    content: "\d7";
    background-color: #f82f01;
    color: #fff;
    border-radius: 3px;
}




/* uni sablony */
body .NahledProduktuTabulka003 .ceny span.cena{
    display: none;
}
body .NahledProduktuTabulka003 .ceny div.bezdph{
    opacity: 0.5;
    position: relative;
    margin: 0 2px;
}
body .NahledProduktuTabulka003 .ceny div.bezdph:before{
    content: 'bez DPH';
    position: absolute;
    right: calc(100% + 5px);
    top: 0px;
    white-space: nowrap;
    font-size: 0.65em;
}
body .NahledProduktuTabulka003 .ceny div.vcetnedph{
    position: relative;
    margin: 0 2px;
    color: #555;
}
body .NahledProduktuTabulka003 .ceny div.vcetnedph:before{
    display: none;
    content: 's DPH';
    position: absolute;
    right: calc(100% + 5px);
    top: 0px;
    white-space: nowrap;
    font-size: 0.65em;
    opacity: 0.5;
}
body .DetailProduktu001 .formulardokosiku .cenabez *{
    display: table-cell;
}
body .DetailProduktu001 .transports,
body .DetailProduktu001 h1,
body .DetailProduktu001 .kdyZmeneno{
    display: none;
}
body .DetailProduktu001 .drobeckovanavigace {
    margin: 0 auto;
}
body .DetailProduktu001 .parametr[data-nazev="Dostupné od"] td{
    color: #E30613;
    font-weight: bold;
}
body .DetailProduktu001 .parametr7 td{
    color: red;
    text-align: center;
    padding-top: 20px!important;
}
body .DetailProduktu001 .parametr7 ~ .parametr6,
body .DetailProduktu001 .parametr8 ~ .parametr6{
    display: none;
}
body .DetailProduktu001 .vlozdokosiku .popis{
    vertical-align: top;
    text-align: right;
}
body .DetailProduktu001 .formulardokosiku input[type=number],
body .DetailProduktu001 .formulardokosiku input[name=mnozstvi]{
    float: none;
}
body .DetailProduktu001 .mj{
    margin-right: 4px;
}
body.strankaKosik .kosik .celkem input {
    display: inline;
    background-color: transparent;
    color: #E30613;
    text-transform: lowercase;
}
/* uni sablony */




.strankaRegistruj form[data-sablona=Katalog_Objednavky_RegistrujCZ] tr[data-name=email] input,
.strankaRegistruj form[data-sablona=Katalog_Objednavky_RegistrujCZ] tr[data-name=heslo] input,
.strankaRegistruj form[data-sablona=Katalog_Objednavky_RegistrujCZ] tr[data-name=heslo2] input,
.strankaRegistruj form[data-sablona=Katalog_Objednavky_RegistrujCZ] tr[data-name=ic] input
{
    background: lightpink;
}





.strankaDataUzivatele.dataZakaznika .datumVyzvednuti .datum,
.strankaDataUzivatele.dataZakaznika .casVyzvednuti .cas{
    border: 1px solid #ddd;
    padding: 10px 10px;
    margin: 1px 0;
}
.strankaDataUzivatele .zaMnozstviBez{
    display: table-cell !important;
}
.strankaDataUzivatele table.dopravne .tabulkaDoprava + .nadpis,
.strankaDataUzivatele table.dopravne .tabulkaPlatba{
    /* 2024-06-04 individualni predvolena platba */
    display: none;
}
.strankaDataUzivatele table.dopravne #tabulkaDoprava{
    margin-bottom: 10px;
}




.komponentaHledat{
    width: 300px;
    margin: 4px auto;
    display: flex;
}
.komponentaHledat input[type=submit]{
    border: 0px none !important;
    background: #E30613 url(img/lupa.svg) scroll no-repeat center center/50% auto;
    color: transparent;
    font-size: 0px;
}
.komponentaHledat input[type=text]{
    border: 1px solid #E30613;
    padding: 5px 10px;
    margin: 0;
}


.strankaMojeData .formularMojeData td h3,
.strankaMojeData .formularMojeData a[href*="Newsletter"],
.strankaMojeData .formularMojeData a[onclick*="Odstranit"]{
    display: none !important;
}
.strankaMojeData .formularMojeData a,
header .uzivatel .moznosti a{
    display: inline-block;
    border: 1px solid #cc0000;
    padding: 10px;
    width: 202px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}
header .uzivatel .moznosti{
    display: none;
}
header .uzivatel:hover .moznosti{
    display: flex;
    position: absolute;
    flex-direction: column;
    background: white;
    gap: 5px;
    outline: 5px solid white;
    z-index: 999;
}
@media only screen and (max-width:900px){
    .strankaMojeData .formularMojeData a{
        margin: auto;
        display: block;
    }
    header .uzivatel .moznosti a{
        display: none;
    }
}