<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body[data-jazyk=SK] .vlozdokosiku{
    display: none;
}

/* Globalni styly */

* {
    vertical-align: top;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 17px;
    line-height: 24px;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    cursor: default;
    max-width: 100%;
}


html {
    background-color: #ffffff;
    /*scroll-behavior: smooth;*/
}

head {
    display: none;
}

body {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    opacity: 0;
    min-width: 250px;


    -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;

}


nav,header,footer,main,article,aside,section,figure,figcaption{
    display: block;
}

@-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;}
}

input:not([type=file]),
textarea,
select{
    border: 1px solid #a9a9a9;
    padding: 5px;
    margin: 0px 1px 1px 0px;
}


input[type=text],
input[type=password]{
    color: #333;
}

input[type=text]:focus,
input[type=password]:focus{
    color: #000;
}

*::-webkit-input-placeholder {
    color: silver;
}
*:-moz-placeholder {
    color: silver;
}
*::-moz-placeholder {
    color: silver;
}
*:-ms-input-placeholder {
    color: silver;
}

h1,h2,h3{
    font-weight: 900!important;
    padding-bottom: 10px;
    color: #333;
}

h1{
	padding: 0;
    margin: 20px auto 20px auto;
}
h1,
h1 *{
	font-size: 1.5rem!important;
	line-height: 2rem;
}
h2:not(:first-child){
    margin-top: 1rem;
}
h2,
h2 *{
    font-size: 1.2rem!important;
    line-height: 1.5rem;
}
h3,
h3 *{
    font-size: 1rem;
    line-height: 1.5rem;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child){
    padding-top: 0px;
}





p{
    padding-bottom: 10px;
}
p strong{
	font-weight: bold;
}
p.stylPoznamka{
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
}
a{
    text-decoration: underline;
}
a, a *{
	cursor: pointer;
	color: #333;
}
a:hover{
	/*text-decoration: underline;*/
}
.komponentaFotogalerie &gt; .polozka &gt; a,
.komponentaFotogalerie &gt; .polozka &gt; a *{
    text-decoration: none;
}

main a[href*='.pdf']{
    padding-left: 25px;
    background: url(img/icons8-pdf-24.png) scroll no-repeat left center;
}
main a[href*='.jpg'],
main a[onclick*='.jpg']{
    padding-left: 25px;
    background: url(img/icons8-jpg-24.png) scroll no-repeat left center;
}

main a[href*='.png'],
main a[onclick*='.png']{
    padding-left: 25px;
    background: url(img/icons8-png-24.png) scroll no-repeat left center;
}
main a[href*='.doc'],
main a[href*='.docx']{
    padding-left: 25px;
    background: url(img/icons8-doc-40.png) scroll no-repeat left center/24px auto;
}
main a[href*='.xls'],
main a[href*='.xlsx']{
    padding-left: 25px;
    background: url(img/icons8-xls-48.png) scroll no-repeat left center/24px auto;
}

label{
    cursor: pointer;
}

ul, ol{
    list-style-position: inside;
    list-style-type: none;
}

main .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
main .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
.text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: #990000;
    color: #FFFFFF;
    line-height: 36px;
    padding: 0 20px;
    border: none;
    text-align: center;
    min-width: 100px;
    font-weight: normal;
    cursor: pointer;
    filter: brightness(100%);
    transition: filter 0.2s, box-shadow 0.2s;
}
.button *{
    background-color: #868f91;
    color: #FFFFFF;
    border: none;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=button]:focus,
input[type=submit]:focus,
input[type=image]:hover,
.button:hover
{

}

table{
    border-collapse: collapse;
}
form table td:not(:last-child){
    padding-right: 10px;
}
.text img{
    height: auto !important;
}
.text td{
    vertical-align: top;
}
.text .sloupcovaSazba td:first-child:not(:last-child){
    padding-right: 10px;
}
.text .prilohaL{
    margin: 0 10px 5px 0;
}
.text .prilohaP{
    margin: 0 0 5px 10px ;
}
.text .priloha .text{
    display: none;
}

header:after,
section:after,
main:after,
footer:after,
.vnitrek:after,
ul:after,
.zbozi:after,
.zbozi:before,
.cistic,
.prepinacStranek:after,
.tlacitkoDalsiStrana:after,
.seznamStranek:after,
.formularRazeni:before,
.formularRazeni:after{
    content: ' ';
    display: block;
    clear: both;
    font-size: 0px;
    line-height: 0px;
}


.msg{
    text-align: center;
    padding: 5px;
    background-color: rgba(0, 142, 227, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(0, 142, 227, 0.5);
}
.err{
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 0, 0, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.5);
}
strong, b{
    font-weight: bold;
}

script{
    display: none !important;
}

hr{
    border-bottom: 1px solid #990000;
    margin: 20px auto 30px auto;
}

.vnitrek{
    width: 1724px;
    width: 1400px;
    padding: 0px 10px;
    margin: 0px auto;
}




/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/


/* HorniLista */
.HorniLista{
    background-color: #fff!important;
    border-bottom: 1px solid #92abca;
    padding-top: 10px;
    padding-bottom: 10px;
}
.HorniLista td *{
    color: #333;
    font-size: 13px;
    line-height: 1.4rem;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    vertical-align: top;
}
.HorniLista table:first-child{
    float: left;
    margin-right: 30px;
}
.HorniLista table:last-child{
    float: right;
}
.HorniLista td &gt; p:not(:first-child):before{
    content: '|';
    padding: 0 20px;
    display: inline-block;
    float: left;
}
.HorniLista ul{
    display: none;
}
.HorniLista a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.HorniLista a[href*='horni-lista-s3CZ#dropdown']:after,
.HorniLista a[href*='horni-lista-s3SK#dropdown']:after,
.HorniLista a[data-href*='horni-lista-s3CZ#dropdown']:after,
.HorniLista a[data-href*='horni-lista-s3SK#dropdown']:after
{
    content: ' ';
    background: url(img/icons8-expand-arrow-48.png) scroll no-repeat center center/13px auto;
    width: 20px;
    height: 1.4rem;
    display: inline-block;
    float: right;
}
.HorniLista ul{
    position: absolute;
    box-shadow: 0 0 4px 0px rgb(0 0 0 / 0%);
    margin: 5px auto;
    background: white;
    padding: 0px 0;
    z-index: 2;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    display: block;
    transition: all 0.3s;
}
.HorniLista .dropdown{
    max-height: 100px;
    padding: 10px 0;
    opacity: 1;
    box-shadow: 0 0 4px 0px rgb(0 0 0 / 8%);
}
.HorniLista li{
    display: block;
    padding: 0 30px;
}
@media only screen and (max-width:768px){
    .HorniLista {
        display: none;
    }
    .HorniLista table{
        float: none;
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }
    .HorniLista td p {
        display: block;
    }
    .HorniLista td &gt; p:not(:first-child):before{
        content: '';
    }
}
/* HorniLista */



/* BarevnaLista */
.BarevnaLista{
    background: #114588;
    padding: 12px 0;
}
    /* logo */
.BarevnaLista .logo{
    float: left;
    width: 25%;
    background: url(img/pegada-200x90.png) scroll no-repeat left center/contain;
    padding-top: 100px;
    display: block;
}
    /* komponentaKosik */
.BarevnaLista .komponentaKosik {
    float: right;
    display: block;
    width: 20%;
    padding: 29px 10px;
}
.BarevnaLista .komponentaKosik *{
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.BarevnaLista .komponentaKosik &gt; div{
    float: right;
    display: inline-block;
    background: url(img/shopping-icon.png) scroll no-repeat 5px center;
    position: relative;
}
.BarevnaLista .komponentaKosik span{
    display: inline-block;
}
.BarevnaLista .komponentaKosik span:last-child{
    margin-left: 50px;
}
.BarevnaLista .komponentaKosik .proCena .hodnota{
    color: #EB3E32;
    font-size: 18px;
    font-weight: 900;
}
.BarevnaLista .komponentaKosik .proPocet .nazev{
    position: absolute;
    background-color: #eb3e32;
    border-radius: 50%;
    font-size: 12px;
    left: 20px;
    text-align: center;
    width: 20px;
}
    /* komponentaHledat */
.BarevnaLista .komponentaHledat{
    display: block;
    float: left;
    width: 55%;
    padding: 25px 10px;
}
.BarevnaLista .komponentaHledat input[type=submit]{
    background: #990000;
    border: medium none;
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    width: 140px;
    float: right;
    text-transform: uppercase;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
}
.BarevnaLista .komponentaHledat input[type=submit]:hover{
    background: #2F333A;
}
.BarevnaLista .komponentaHledat input[type=text]{
    width: calc(100% - 140px);
    float: left;
    margin: 0;
    background-color: #DAE6F5;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #333;
    font-size: 13px;
    line-height: 50px;
    padding: 0 10%;
}
    /* media */
@media only screen and (max-width:768px){
    .BarevnaLista .logo{
        float: none;
        width: auto;
        background: url(img/pegada-light.png) scroll no-repeat center center;
        padding-top: 50px;
    }
    .BarevnaLista .komponentaKosik {
        display: none;
        float: none;
        width: auto;
        text-align: center;
        padding: 20px 0;
    }
    .BarevnaLista .komponentaKosik &gt; div {
        float: none;
        text-align: left;
    }
    .BarevnaLista .komponentaHledat {
        float: none;
        width: auto;
        padding: 10px 0;
    }
    .BarevnaLista .komponentaHledat input[type=text] {
        padding: 0 10px;
    }
    .BarevnaLista .komponentaHledat input[type=submit]{
        width: 100px;
    }
    .BarevnaLista .komponentaHledat input[type=text]{
        width: calc(100% - 100px);
    }
}
/* BarevnaLista */




/* ProMenu */
.ProMenu{
    background: #D2D4DB;
    position: relative;
    transition: all 0.5s;
}
.ProMenu:after{
    content: ' ';
    display: block;
    clear: both;
}
.ProMenu .text{
    /* pegada */
    text-align: right;
    font-size: 0px;
    line-height: 0px;
}
.ProMenu .text *{
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
}
.ProMenu a{
    display: block;
    float: left;
    padding: 15px 20px !important;
    position: relative;
}
.ProMenu a[href='https://sante.web3.jmpost.cz/'], .ProMenu a[href*='-s2CZ'],
.ProMenu a[href='https://sante.web3.jmpost.cz/'], .ProMenu a[href*='-s2SK']{
    /*jen sante*/
    /*display: none;*/
}
.ProMenu a.sRoletou:after{
    content: ' ';
    background: url(img/icons8-expand-arrow-30-black.png) scroll no-repeat center center/13px auto;
    width: 20px;
    height: 30px;
    display: inline-block;
    float: right;
}
.homepage .ProMenu a[href*="s2CZ"],
.homepage .ProMenu a[href*="s2SK"],
.ProMenu .hloubka1 &gt; li &gt; a:hover,
.ProMenu .hloubka2 &gt; li &gt; a:hover{
    color: #EB3E32 !important;
}
.ProMenu a.vybrana{
    font-weight: 900;
}
.ProMenu a.sRoletou:hover:after{
    background: url(img/icons8-expand-arrow-30-red.png) scroll no-repeat center center/13px auto !important;
}
.ProMenu .komponentaNavigace ~ p{
    padding: 15px 0;
    float: none;
    display: inline-block;
}
.ProMenu .komponentaNavigace ~ p a{
    display: block;
    float: left;
    padding: 0px 20px !important;
}
.ProMenu .komponentaNavigace ~ p a[href*="UkazKosik"],
.ProMenu .komponentaNavigace ~ p a[href*="facebook"],
.ProMenu .komponentaNavigace ~ p a[href*="instagram"]{
    font-size: 0px;
    height: 30px;
    width: 30px;
    padding: 0px 15px !important;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgb(14 35 59 / 20%);
    margin: 0 10px;
    transition: all 0.1s ease-in-out 0s;
}
.ProMenu .komponentaNavigace ~ p a[href*="UkazKosik"]:hover,
.ProMenu .komponentaNavigace ~ p a[href*="facebook"]:hover,
.ProMenu .komponentaNavigace ~ p a[href*="instagram"]:hover{
    background-color: #990000;
    box-shadow: 0 0 0 5px #990000;
}
.ProMenu .komponentaNavigace ~ p a[href*="facebook"]{
    background: rgba(14,35,59,0.2) url(img/icons8-facebook-f-50.png) scroll no-repeat center center/55% auto;
}
.ProMenu .komponentaNavigace ~ p a[href*="instagram"]{
    background: rgba(14,35,59,0.2) url(img/icons8-instagram-50.png) scroll no-repeat center center/65% auto;
}
.ProMenu .komponentaNavigace ~ p a[href*="UkazKosik"]{
    display: none;
    background: #aab0ba url(img/basket-white.svg) scroll no-repeat center center/24px auto;
}
.ProMenu .menu{
    display: none;
    float: left;
    width: 40px;
    height: 40px;
    background: url(img/menu.png) scroll no-repeat center center;
    margin: 10px;
    cursor: pointer;
}
.ProMenu .menu:hover{
    background-color: #ddd;
}
.ProMenu .hloubka3,
.ProMenu .pocetPolozek{
    display: none !important;
}

/* ProMenu - desktop */
@media only screen and (min-width:769px){
    .ProMenu .hloubka3{
        display: block !important;
        position: absolute;
        top: 60px;
        left: 0px;
        z-index: 2;
        text-align: left;
        float: left;
        max-width: unset;
        width: 510px;
        background: #fefefe none repeat scroll 0 0;
        box-shadow: 0 3px 9.3px 0.7px rgb(0 0 0 / 15%);
        visibility: hidden;
        opacity: 0;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        transition: all 0.3s ease-in-out;
    }
    .ProMenu .komponentaNavigace .hloubka2 &gt; li{
        position: relative;
    }
    .ProMenu .komponentaNavigace li:hover &gt; a + .hloubka3{
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
        padding: 20px 0;
    }
    .ProMenu .komponentaNavigace li &gt; a + .hloubka3 a{
        padding: 10px 20px !important;
        width: 170px;
        transition: all 0.2s ease-in-out;
        line-height: 20px;
    }
    .ProMenu .komponentaNavigace li &gt; a + .hloubka3 a:hover{
        color: #EB3E32;
    }

    /* body[data-scroll-down='yes'] */
    body[data-scroll-down='yes'] .ProMenu{
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 3;
        background-color: rgba(14, 35, 59, 0.96);
        box-shadow: 0 1px 3px rgb(50 50 50 / 40%);
    }
    body[data-scroll-down='yes'] .ProMenu a[href='https://sante.web3.jmpost.cz/'],
    body[data-scroll-down='yes'] .ProMenu a[href*='-s2CZ'],
    body[data-scroll-down='yes'] .ProMenu a[href*='-s2SK'],
    body[data-scroll-down='yes'] .ProMenu .text .komponentaNavigace &gt; .hloubka1 &gt; li &gt; .hloubka2 &gt; li &gt; .polozka,
    body[data-scroll-down='yes'] .ProMenu .text &gt; *{
        color: white;
    }
    body[data-scroll-down='yes'] .ProMenu a.sRoletou:after{
        background: url(img/icons8-expand-arrow-30-white.png) scroll no-repeat center center/13px auto;
    }
    /* body[data-scroll-down='yes'] */

}
/* ProMenu - desktop */

/* ProMenu - responsive */
@media only screen and (max-width:768px){
    .ProMenu .komponentaNavigace + p,
    .ProMenu .komponentaNavigace + p + p{
        display: none;
    }
    .ProMenu .menu{
        display: block;
    }
    .ProMenu .menu ~ .komponentaNavigace{
        position: absolute;
        top: 60px;
        left: 0px;
        right: 0px;
        background-color: white;
        z-index: 2;
        padding: 0 30px 0 30px;
        max-height: 0px;
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s;
    }
    .ProMenu .menu.rozbaleno ~ .komponentaNavigace{
        padding: 0 30px 100px 30px;
        max-height: 2000px;
        opacity: 1;
    }
    .ProMenu .menu ~ .komponentaNavigace ul,
    .ProMenu .menu ~ .komponentaNavigace li,
    .ProMenu .menu ~ .komponentaNavigace .polozka{
        display: block !important;
        float: none;
        text-align: left;
    }
    .ProMenu .menu ~ .komponentaNavigace ul a{
        padding: 10px 10px 10px 20px !important;
        border-bottom: 1px solid #D2D4DB;
    }
    .ProMenu .menu ~ .komponentaNavigace .hloubka3 a{
        padding: 10px 10px 10px 50px !important;
    }
    .ProMenu a.sRoletou:after {
        display: none;
    }
    .ProMenu .komponentaNavigace ~ p a[href*="UkazKosik"]{
        display: inline-block;
    }
}
/* ProMenu - responsive */




/* 2021 slideshow-posuvne */
.slideshow{
    width: 1380px;
    margin: 30px auto 30px auto;
    background-color: white;
	position: relative;
    overflow: hidden;
}
.slideshow .zobrazenychSlozek0{
    display: none;
}
.slideshow .slozky {
    padding: 26.5% 0 0 0;
    display: block;
}
.slideshow .slozka{
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
	transition: all 0s;
}
.slideshow.reloaded .slozka{
    transition: all 2s;
}
.slideshow .slozka div{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    height: 100%;
}
.slideshow .actual{
	opacity: 1;
	transform: translate3d(0%, 0px, 0px);
}
.slideshow .commingFromRight,
.slideshow .leavingToRight{
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
}
.slideshow .commingFromLeft,
.slideshow .leavingToLeft{
	opacity: 0;
	transform: translate3d(-100%, 0px, 0px);
}
.slideshow .nazev{
    display: none;
}
.slideshow .buttons{
	height: 100%;
	margin: 0px auto;
	opacity: 0;
	transition: opacity 0.5s;
}
.slideshow:hover .buttons{
	opacity: 1;
	transition: opacity 0.3s;
}
.slideshow .buttons #prevSlide,
.slideshow .buttons #nextSlide{
	position: absolute;
	font-size: 20px;
	line-height: 48px;
	color: rgba(255,255,255,0.75);
    top: 100px;
	top: calc(50% - 25px);
	cursor: pointer;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.15);
    border-radius: 25px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.75);
}
.slideshow .buttons #prevSlide {
	left: 20px;
	min-width: 0px;
}
.slideshow .buttons #nextSlide {
	right: 20px;
	min-width: 0px;
}
.slideshow .odkaz{
    position: absolute;
    display: block;
    height: 100%;
    top: 0px;
    width: 80%;
    width: calc(100% - 200px);
    left: 10%;
    left: calc(0% + 100px);
}
.slideshow .odkaz:hover{
    background-color: rgba(0,0,0,0) !important;
}
/* 2021 slideshow-posuvne */


.infoprozakazniky .komponentaSlozka {
    margin: 30px auto;
}
.infoprozakazniky .komponentaSlozka p{
    padding: 5px;
}
.infoprozakazniky .komponentaSlozka table{
    width: 100%;
}


/* footer */
footer{
    background-color: #26292e;
    margin-top: 95px;
    border-top: 7px solid #26292e;
}
footer .vnitrek{
    width: 1600px;
}
footer *{
    color: #ddd;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.2s;
}
footer h2,
footer h3,
footer h4{
    font-size: 18px;
    line-height: 24px;
    color: white;
    font-weight: normal !important;
}
footer a:hover{
    color: #EB3E32;
}
footer table,
footer thead,
footer tbody,
footer tfoot,
footer tr,
footer td{
    display: block;
    width: 100%;
}
footer tbody{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 80px 0 40px 0;
}
footer td{
    padding: 10px;
}
footer tr:first-child {
    width: 200%;
}
footer tr:first-child h3{
    background: url(img/pegada-272x46.png) scroll no-repeat left center;
    font-size: 0px;
    line-height: 46px;
    margin-bottom: 30px;
}
footer tr:first-child td &gt; *:nth-child(n + 3){
    padding-left: 60px;
}
footer tr:first-child td &gt; *:nth-child(n + 3),
footer tr:first-child td &gt; *:nth-child(n + 3) *{
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
}
footer tr:first-child td &gt; *:last-child{
    padding-left: 0px;
}
footer tr:first-child a[href*=facebook],
footer tr:first-child a[href*=instagram]{
    font-size: 0px;
    height: 30px;
    width: 30px;
    padding: 0px 15px !important;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #373b41;
    margin: 0 10px;
    transition: all 0.1s ease-in-out 0s;
    display: inline-block;
}
footer tr:first-child a[href*=facebook]{
    background: #373b41 url(img/icons8-facebook-f-50.png) scroll no-repeat center center/55% auto;
}
footer tr:first-child a[href*=instagram]{
    background: #373b41 url(img/icons8-instagram-50.png) scroll no-repeat center center/65% auto;
}
footer tr:first-child a[href*=facebook]:hover,
footer tr:first-child a[href*=instagram]:hover{
    background-color: #333333;
    box-shadow: 0 0 0 5px #333333;
}
footer .pobocky{
    display: block;
    padding-top: 282px;
    background: url(img/pobocky-pegada.jpg) scroll no-repeat center center/cover;
}
@media only screen and (max-width:1260px){
    footer tbody{
        flex-wrap: wrap;
    }
    footer tr:first-child {
        width: 100%;
    }
    footer tr:not(:first-child) {
        width: 25%;
    }
}
@media only screen and (max-width:768px){
    footer tr {
        width: 100% !important;
        text-align: center;
    }
    footer tr:first-child h3{
        background-position: center;
    }
    footer tr:first-child td &gt; *:nth-child(n + 3){
        padding-left: 0px;
    }
}
/* footer */






/* scrollup */
body[data-scroll-down='yes'] .scrollup{
    display: block;
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 4;
    background: #333333 url(img/icons8-double-up-24.png) scroll no-repeat center center;
}
/* scrollup */





/* produkt katalogu */
body .NahledProduktu003{
    width: calc(100% / 4);
	box-shadow: none;
	border: 2px solid transparent !important;
	margin: 0 !important;
    padding: 0 0 15px 0;
    border-radius: 5px;
}
body .NahledProduktu003:hover {
    border: 2px solid #ebebeb !important;
    box-shadow: none;
}
body .NahledProduktu003 .nahled {
    padding-top: calc(66.66% - 20px);
}




body .NahledProduktu003 .priznaky .probihaAkce {
    background-color: #990000;
    box-shadow: none;
    line-height: 24px;
    padding: 0 10px;
    height: 24px;
    border-radius: 0px;
    right: 10px;
    top: 10px;
    white-space: nowrap;
    width: auto !important;
    overflow: visible;
}
body .NahledProduktu003 .priznaky .novinka ~ .probihaAkce{
    top: 40px;
}
body .NahledProduktu003 .priznaky .probihaAkce span{
    font-size: 11px !important;
    font-weight: 100 !important;
    color: #fff !important;
}
body .NahledProduktu003 .priznaky .probihaAkce span:last-child:before {
    content: 'SLEVA ';
}
body[data-jazyk="SK"] .NahledProduktu003 .priznaky .probihaAkce span:last-child:before {
    content: 'ZÄ˝AVA ';
}
body .NahledProduktu003 .priznaky .probihaAkce:before {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    content: "";
    height: 3px;
    left: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
}
body .NahledProduktu003 .priznaky .probihaAkce:after {
    border-color: rgba(0, 0, 0, 0) #990000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 4px;
    content: "";
    left: -8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


body .NahledProduktu003 .priznaky .novinka {
    float: right;
    background: green;
    font-size: 11px !important;
    font-weight: 100 !important;
    color: #fff !important;
    line-height: 24px;
    height: 24px;
    text-transform: uppercase;
    width: auto;
    position: relative;
}
body .NahledProduktu003 .priznaky .novinka:before {
    border-color: rgba(0, 0, 0, 0) green rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 4px;
    content: "";
    left: -8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
body .NahledProduktu003 .priznaky .novinka:after {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    content: "";
    height: 3px;
    left: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
}





body .NahledProduktu003 .priznaky .priznakDoporucujeme {
    display: none;
}
body .NahledProduktu003:hover .priznaky {
    opacity: 1 !important;
}
body .NahledProduktu003,
body .NahledProduktu003 *{
    /*text-align: left !important;*/
}
body .NahledProduktu003 .nazev{
    margin: 10px auto 5px auto;
}
body .NahledProduktu003 .nazev {
    height: 60px;
    display: flex;
    flex-direction: column;
}
body .NahledProduktu003 .nazev h2 {
    color: #333;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 20px;
    text-transform: uppercase;
    order: 1;
    height: 40px;
    overflow: hidden;
}
body .NahledProduktu003 .nazev2 {
    display: block;
}
body .NahledProduktu003 .velikosti{
        order: 2;
}
body .NahledProduktu003 .nazev .popisek{
        display: none;
        order: 3;
}
body .NahledProduktu003 .puvodni {
    font-size: 14px;
    line-height: 20px;
    font-weight: 100;
    color: silver;
    text-decoration: line-through;
    vertical-align: bottom;
}
body .NahledProduktu003 .ceny{
    padding-left: 10px;
}
body .NahledProduktu003 .cena:not(.puvodni) {
    color: #990000;
    font-size: 18px;
    font-weight: 900;
    vertical-align: bottom;
}
body .NahledProduktu003 .cena:not(.puvodni):before{
    /*content: 'od ';*/
}
body .NahledProduktu003 .cena:not(.puvodni):after{
    content: 's DPH';
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400;
}
body .NahledProduktu003 input[type=submit] {
    display: none;
}
@media only screen and (max-width:1260px){
    body .NahledProduktu003{
        width: calc(100% / 3) !important;
    }
}
@media only screen and (max-width:960px){
    body .NahledProduktu003{
        width: calc(100% / 2) !important;
    }
}
/* produkt katalogu */






/* detail */
body .DetailProduktu001 h1,
body .drobeckovanavigace.podPopisem,
body .drobeckovanavigace.podNadpisem {
    display: none;
}
body .DetailProduktu001 .zdraveObouvani{
    width: 360px;
    margin: 0 auto 10px auto;
}
body .DetailProduktu001 .zdraveObouvani a{
    box-shadow: inset 0 0 0 2px white;
    display: block;
    padding: 2px;
    transition: all 0.3s;
}
body .DetailProduktu001 .zdraveObouvani a:hover{
    box-shadow: inset 0 0 0 2px #01963f;
    display: block;
}
body .DetailProduktu001 .nahledproduktu{
    outline: 1px solid transparent;
    transition: outline 0.3s;
}
body .DetailProduktu001 .nahledproduktu:hover{
    outline: 1px solid #dadada;
}
body .DetailProduktu001 .vypln6 td:before{
    content: 'PotĹ™ebujete-li objednat vÄ›tĹˇĂ­ mnoĹľstvĂ­, neĹľ umoĹľĹuje e-shop, kontaktujte naĹˇeho zĂˇstupce v sekci Kontakty.';
}
body[data-jazyk=SK] .DetailProduktu001 .vypln6 td:before{
    content: 'Ak potrebujete objednaĹĄ vĂ¤ÄŤĹˇie mnoĹľstvo, neĹľ umoĹľĹuje e-shop, kontaktujte nĂˇĹˇho zĂˇstupcu v sekcii Kontakty.';
}
body .DetailProduktu001 .vypln6 td:before{
    font-size: 0.7rem;
    font-style: italic;
    text-align: center;
    margin: 10px auto;
    display: block;
}
body .DetailProduktu001 .formulardokosiku {
    float: right;
}
body .DetailProduktu001 .formulardokosiku input[type=submit] {
    /*background: #f9f9f9 url(img/basket-detail.svg) scroll no-repeat 5px center/auto 24px;*/
    background: #114588 url(img/basket-white.svg) scroll no-repeat 5px center/auto 24px;
    color: white;
    padding: 0px 10px 0px 30px !important;
}
body .DetailProduktu001 .dostupnost0:after{
    display: block;
    content: 'odesĂ­lĂˇme do druhĂ©ho dne';
    color: #333;
    font-weight: normal;
    font-size: 0.8em;
}
body[data-jazyk="SK"] .DetailProduktu001 .dostupnost0:after{
    content: 'odosielame do druhĂ©ho dĹa';
}
body .DetailProduktu001 .kratkyPopis:not(:empty) {
    float: left;
    margin: 30px auto;
    width: 50%;
}
body .DetailProduktu001 .kratkyPopis ul,
body .DetailProduktu001 .kratkyPopis ol{
    list-style-type: inherit;
}
.DetailProduktu001 form + .proOdkazPopis{
    display: none;
}
.DetailProduktu001 .proOdkazPopis{
    width: 50%;
}
.DetailProduktu001 .proOdkazPopis a{
    display: block;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    font-style: italic;
    text-decoration: none;
    font-size: 0.8rem;
    position: relative;
    top: -20px;
    clear: left;
}
.DetailProduktu001 .proOdkazPopis a:hover{
    text-decoration: underline;
}
.DetailProduktu001 .odkazDoSlozkyVelikosti{
    display: block;
    text-decoration: none;
    position: relative;
    width: 50%;
    padding: 0 0 0 34px;
    line-height: 30px;
    background: url(img/ikona_pravitko.png) scroll no-repeat left center/auto 30px;
    font-weight: bold;
    font-size: 0.9em;
    white-space: nowrap;
    overflow: hidden;
    float: right;
}
.DetailProduktu001 .odkazDoSlozkyVelikosti:hover{
    text-decoration: underline;
}
@media only screen and (max-width:768px){
    body .DetailProduktu001 .kratkyPopis:not(:empty) {
        width: auto;
    }
    .DetailProduktu001 .proOdkazPopis{
        display: none;
    }
}
/* detail */



/* drobeckova */
.panelTelo .breadcrumbOuter{
    min-height: 64px;
    background-color: rgba(222,222,222,0.4);
}
.homepage .breadcrumbOuter,
.breadcrumbInner .pocetPolozek{
    display: none;
}
.breadcrumbInner{
    margin: 0 auto !important;
    padding: 20px 0;
    font-size: 20px !important;
    font-weight: 100;
    color: #333;
}
.breadcrumbInner .polozka{
    font-size: 20px !important;
    font-weight: bold !important;
    display: inline-block;
    color: #333;
    padding: 0 5px;
    text-decoration: none;
    transition: color 0.3s;
}
.breadcrumbInner .polozka:hover,
.breadcrumbInner .polozka:not(:first-child){
    color: #EB3E32;
}
@media only screen and (max-width:768px){
    .breadcrumbInner,
    .breadcrumbInner .polozka{
        font-size: 14px !important;
        font-weight: normal !important;
    }
}
/* drobeckova */




/* navigace */
body .Navigace001 &gt; ul{
    border: 2px solid #ebebeb;
    padding: 10px;
    border-radius: 3px;
}
body .Navigace001 &gt; ul:before{
    content: 'Kategorie';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    padding: 10px 0 20px 0;
    display: block;
}
body[data-jazyk="SK"] .Navigace001 &gt; ul:before{
    content: 'KategĂłria';
}
body .Navigace001 &gt; ul .polozka img,
body .Navigace001 .pocetPolozek{
    display: none;
}
body .Navigace001 ul .polozka {
    font-weight: normal;
}
body .Navigace001 &gt; ul &gt; li &gt; .polozka {
    border-top: 1px solid #ebebeb;
    padding: 14px 5px;
    background: #fff url(img/single-arrow-down-light.svg) scroll no-repeat calc(100% - 5px) center/18px auto;
}
body .Navigace001 .polozka.zabalena{
    position: relative;
    background: #fff url(img/roll-plus-dark.png) scroll no-repeat right center;
}
body .Navigace001 .polozka.rozbalena.vybrana{
    position: relative;
    background: #666 url(img/single-arrow-down-light.svg) scroll no-repeat calc(100% - 5px) center/18px auto;
}
body .Navigace001 .polozka:hover {
    background: #666;
}
body .Navigace001 .polozka.zabalena:hover {
    background: #666 url(img/roll-plus-light.png) scroll no-repeat right center;
}
body .Navigace001 .polozka.rozbalena:hover {
    background: #666 url(img/single-arrow-down-light.svg) scroll no-repeat calc(100% - 5px) center/18px auto;
}
@media only screen and (max-width:768px){
    body .Navigace001{
        display: none;
    }
}
/* navigace */





.panelTelo{
    margin: 0 auto;
    position: relative;
    min-height: 35vw;
}
.panelTelo .vnitrek{
    position: relative;
}
.panelObsah{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}
.panelObsah nav{
    width: 310px;
}
.panelObsah main{
    width: calc(100% - 320px);
}
.panelTelo .katalog.slozka2 h1,/*skryj H1 v katalogu*/
.panelTelo #detail h1,/*skryj H1 v detailu*/
.panelTelo .drobeckova,/*skryj drobeckovou navigaci v puvodnim umisteni*/
.panelTelo .podslozky,/*podslozky jsou nezadouci*/
.kosik .navigace/*navigace (zpet) je nezadouci*/
{
    display: none;
}
.strankaDataUzivatele vnitrek{
    width: 800px;
}
.panelObsah .katalog .flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media only screen and (max-width:768px){
    .panelObsah{
        flex-direction: column;
    }
    .panelObsah nav{
        width: auto;
    }
    .panelObsah main {
        width: auto;
    }
    .panelObsah .katalog .flex{
        justify-content: space-around;
    }
    .panelObsah .text .sloupcovaSazba,
    .panelObsah .text .sloupcovaSazba &gt; thead,
    .panelObsah .text .sloupcovaSazba &gt; tbody,
    .panelObsah .text .sloupcovaSazba &gt; tfoot,
    .panelObsah .text .sloupcovaSazba &gt; thead &gt; tr,
    .panelObsah .text .sloupcovaSazba &gt; tbody &gt; tr,
    .panelObsah .text .sloupcovaSazba &gt; tfoot &gt; tr,
    .panelObsah .text .sloupcovaSazba &gt; thead &gt; tr &gt; td,
    .panelObsah .text .sloupcovaSazba &gt; tbody &gt; tr &gt; td,
    .panelObsah .text .sloupcovaSazba &gt; tfoot &gt; tr &gt; td,
    /* zruseno - dela problem v detailu zbozi */
        x.panelObsah form table,
        x.panelObsah form table thead,
        x.panelObsah form table tbody,
        x.panelObsah form table tfoot,
        x.panelObsah form table tr,
        x.panelObsah form table td
    {
        display: block;
    }
    .panelObsah .text .sloupcovaSazba,
    .panelObsah .text .sloupcovaSazba &gt; thead &gt; tr,
    .panelObsah .text .sloupcovaSazba &gt; tbody &gt; tr,
    .panelObsah .text .sloupcovaSazba &gt; tfoot &gt; tr,
    .panelObsah .text .sloupcovaSazba &gt; thead &gt; tr &gt; td,
    .panelObsah .text .sloupcovaSazba &gt; tbody &gt; tr &gt; td,
    .panelObsah .text .sloupcovaSazba &gt; tfoot &gt; tr &gt; td,
    .panelObsah form table,
    .panelObsah form table tr{
        padding-bottom: 20px;
    }
}




/* formularFiltry */
.formularFiltry{
    border: 2px solid #ebebeb;
    border-radius: 3px;
    margin: 30px auto;
    padding: 15px;
}
.formularFiltry .formularFiltryNadpis{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 25px;
    position: relative;
    text-transform: uppercase;
}
.formularFiltry .formularFiltryNazev{
    color: #333;
    font-size: 14px;
    margin: 20px auto 10px auto;
    text-transform: uppercase;
}
.formularFiltry .formularFiltryHodnoty {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.formularFiltry .formularFiltryHodnoty label{
    display: block;
    width: 80px;
    margin: 0 5px 5px 0;
    padding: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.formularFiltry .formularFiltryHodnoty label.vybrana{
    /*font-weight: bold;*/
}
.formularFiltry .formularFiltryHodnoty label:hover{
    color: white;
    background-color: #990000;
}
.formularFiltry .formularFiltryHodnoty label input{
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
}
.formularFiltry .formularFiltryHodnoty label input:checked{
    box-shadow: inset 0 0 10px 10px #990000, 0 0 0px 3px #990000;
}
.formularFiltry .formularFiltryHodnotyf4 label{
    width: calc(50% - 5px);
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
}
.formularFiltry .formularFiltryHodnotyf4 label:before{
    content: ' ';
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    border: 1px solid black;
}
.formularFiltry .formularFiltryHodnotyf4 label.vybrana:before{
    background: #990000;
    box-shadow: inset 0 0 2px 2px white;
}
.formularFiltry .formularFiltryHodnotyf4 label input,
.formularFiltry input[name='aplikujFiltry']{
    display: none;
}
xxx.formularFiltry .formularFiltryHodnotyf4 label.barva5:before{background-color: #06f;} /*modra*/
xxx.formularFiltry .formularFiltryHodnotyf4 label.barva6:before{background-color: #f00;} /*cervena*/
xxx.formularFiltry .formularFiltryHodnotyf4 label.barva9:before{background-color: #F5F5DC;} /*BĂ©ĹľovĂˇ */
xxx.formularFiltry .formularFiltryHodnotyf4 label.barva10:before{background-color: #fff;} /*bila*/
xxx.formularFiltry .formularFiltryHodnotyf4 label.barva11:before{background-color: #000;} /*cerna*/
xxx.formularFiltry .formularFiltryHodnotyf4 label.barva12:before{background-color: #90C;} /*FialovĂˇ*/
xxx.formularFiltry .formularFiltryHodnotyf4 label.barva13:before{background-color: #930;} /*HnÄ›dĂˇ*/
xxx.formularFiltry .formularFiltryHodnotyf4 label.barva14:before{background-color: #f39;} /*RĹŻĹľovĂˇ*/
xxx.formularFiltry .formularFiltryHodnotyf4 label.barva15:before{background-color: #666;} /*Ĺ&nbsp;edĂˇ*/
@media only screen and (max-width:768px){
    .formularFiltry .formularFiltryHodnotyf4 label{
        width: auto;
    }
}
/* formularFiltry */



/* user form width */
.strankaPrihlaseni main form input[type=text],
.strankaPrihlaseni main form input[type=password],
.strankaPrihlaseni main form select,
.strankaRegistruj main form input[type=text],
.strankaRegistruj main form input[type=password],
.strankaRegistruj main form select{
    width: 300px;
}
/* user form width */





/* KatalogFiltryRazeni001 */
.KatalogFiltryRazeni001 .podslozky,
.KatalogFiltryRazeni001 .filtry,
.KatalogFiltryRazeni001 .razeni,
body[data-identifikace-cesty*='slozka29'] .KatalogFiltryRazeni001 .prepinacStranek.dolni ~ * /*visited products*/
{
    display: none;
}
/* KatalogFiltryRazeni001 */





/* strankaDataUzivatele */
.strankaDataUzivatele.objednavky17 form .modesli td {
    padding-top: 16px;
}
.strankaDataUzivatele.objednavky17 form .modesli .hodnota {
    display: flex;
    flex-direction: row-reverse;
}
.strankaDataUzivatele.objednavky17 form .modesli .hodnota input[name=potvrdit] {
    order: 1;
}
.strankaDataUzivatele.objednavky17 form .modesli .hodnota input[name=zpetDoKosiku],
.strankaDataUzivatele.objednavky17 form .modesli .hodnota input[name=zpetNaObjednavku] {
    min-width: 0;
    background-color: #333333;
    order: 2;
}
.strankaDataUzivatele.objednavky17 #tabulkaDoprava .transportItem.dopravniSluzba5 label .proCaption:after{
    content: ' (pouze vĂ˝dejnĂ­ mĂ­sto)';
    display: inline-block;
    font-weight: bold;
}
/* strankaDataUzivatele */







/* kosik */
.strankaKosik .kosikDoprava{
    text-align: center;
}
.strankaKosik .kosikDoprava .kosikDopravaZdarmaJe{
    display: inline-block;
    margin: 10px auto;
    padding: 10px;
    background-color: lightgreen;
}
.strankaKosik .kosikDoprava .kosikDopravaZdarmaNeni{
    display: inline-block;
    margin: 10px auto;
    padding: 10px;
    background-color: #114588;
    color: white;
}
/* kosik */





/* akcninabidka */
.akcninabidka{
    text-align: center;
    margin: 10px auto;
}
body .akcninabidka .NahledProduktu003{
    max-width: 265px;
    float: none;
    display: inline-block;
}
body .akcninabidka .komponentaNahledProduktu:not(:empty):before{
    content: 'SpeciĂˇlnĂ­ nabĂ­dka';
    display: block;
    padding: 5px;
    color: white;
    background-color: #990000;
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
}
body[data-jazyk="SK"] .akcninabidka .komponentaNahledProduktu:not(:empty):before{
    content: 'Ĺ&nbsp;peciĂˇlna ponuka';
}
/* akcninabidka */





.proNewsletter{
    text-align: center;
    padding: 10px 10px 20px 10px;
}
.proNewsletter .proLogin span{
    display: inline-block;
    line-height: 24px;
    margin: auto 2px;
}
.proNewsletter .proLogin{
    display: inline-block;
}
.proNewsletter .proLogin a{
    width: 24px !important;
    height: 24px !important;
    margin: auto 2px;
    border: 0px !important;
}
.proNewsletter .proLogin a[href*=google]{
    background-color: white !important;
}
.proNewsletter .komponentaNewsletter{
    display: inline-block;
}
.proNewsletter .komponentaNewsletter input[type=text]{
    border: 0px !important;
    line-height: 24px !important;
    margin: 0 1px !important;
    height: 24px !important;
}
.proNewsletter .komponentaNewsletter input[type=submit]{
    line-height: 24px !important;
    padding: 0px 2px !important;
    background: transparent !important;
    text-decoration: underline !important;
    cursor: pointer !important;
    min-width: 0px !important;
}



/* slevy v kosiku */
.proslevy{
    display: flex;
    margin: 10px auto;
    gap: 10px;
}
body.strankaKosik .kosik .komponentaVoucher21{
    margin: 0 !important;
}
.komponentaKupon.kuponAktivace form label{
    display: none;
}
.kosikSlevaProcent{
    text-align: center;
}
.kosikSlevaProcent .kosikSlevaProcentJe{
    display: inline-block;
    margin: 10px auto;
    padding: 10px;
    background-color: lightgreen;
}
.kuponProNeprihlasene{
    display: none;
}
/* slevy v kosiku */





/* ateliery */
.komponentaSlozkyStrankovani.ateliery .slozky{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 5px;
    justify-content: space-evenly;
}
.komponentaSlozkyStrankovani.ateliery .slozka{
    width: 300px;
    background: rgb(0 0 0 / 4%);
    padding: 10px;
    border-top: 4px solid rgb(17 69 136 / 75%);
}
.komponentaSlozkyStrankovani.ateliery .slozka:hover{
    background: rgb(17 69 136 / 10%);
}
.komponentaSlozkyStrankovani.ateliery .slozky h2{
    margin-top: 0px;
}

.komponentaSlozkyStrankovani.ateliery .slozky p{
    padding-bottom: 2px;
}
.komponentaSlozkyStrankovani.ateliery table{
    margin-top: 20px;
    border-collapse: collapse;
    width: 100%;
}
.komponentaSlozkyStrankovani.ateliery table td{
    border-top: 1px solid rgb(255 255 255 / 65%);
}



/* slozka zdraveObouvani */
.slozka224 .text.editor{
    width: 800px;
    margin: 60px auto;
}
.slozka224 .text.editor td{
    vertical-align: middle;
}
.slozka224 .visited{
    display: none;
}
@media only screen and (max-width:900px){
    .slozka224 .sloupcovaSazba,
    .slozka224 .sloupcovaSazba thead,
    .slozka224 .sloupcovaSazba tbody,
    .slozka224 .sloupcovaSazba tfoot,
    .slozka224 .sloupcovaSazba tr,
    .slozka224 .sloupcovaSazba td{
        display: block !important;
    }
    .slozka224 .sloupcovaSazba td{
        padding: 0 !important;
    }
    .slozka224 .priloha{
        display: block;
        width: 460px;
        float: none;
    }
    .slozka224 p br{
        display: none;
    }
}
/* slozka zdraveObouvani */

/* 2025-06-11 Filip: Skryt mnozstvi skladem */
.strankaZbozi .formulardokosiku .skladem.parametr {
    display: none;
}
</pre></body></html>