* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: 'Ubuntu', sans-serif;
    font-style: inherit;
    font-size: 16px;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    color: #272727;
    cursor: default;
    box-sizing: border-box;
    max-width: 100%;
}

body {
    background: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 20px;
    overflow-y: scroll;
    color: #272727;
    opacity: 0;
    animation: usvit 1.0s normal forwards ease-in-out;
}
@media only screen and (max-width:1024px){
    * {
        font-style: inherit;
        font-size: 18px;
    }
    body {
        font-size: 18px;
        line-height: 22px;
        opacity: 1;
    }
}

@keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
head {
    display: none;
}
a,
a * {
    color: #BE1622;
    text-decoration: underline;
    cursor: pointer !important;
}
label, label *{
    cursor: pointer;
}
form table {
    width: 100%;
}
form tr.nadpis td {
    font-weight: bold;
}
form td.popis {
    width: 33%; padding: 0px 10px 0px 0px;
}


input[type=text],
input[type=password],
input[type=number],
textarea,
select
{
    padding: 5px 5px 5px 5px;
    margin: 0px 1px 1px 0px;
    border: 1px solid #ddd;
    border-radius: 2px;
    line-height: 20px;
    font-size: 14px;
    margin: 0px 1px 1px 0px;
}
input[type=text],
input[type=password],
input[type=number],
select{
    height: 30px; /* pro IE */
}
input[type=button],
input[type=submit],
a.button
{
    padding: 5px 10px 5px 10px;
    background: #BE1622;
    border-radius: 3px;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
    margin: 0px 1px 1px 0px;
    color: #ffffff;
    cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover,
a.button:hover
{
    box-shadow: inset 0px 0px 3px 1px rgba(255,255,255,0.5);
    transition: box-shadow 0.2s;
}
placeholder,
input-placeholder
{
    color: #272727;
}



/* Ytext */
.priloha {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}
.prilohaL {
    display: block;
    float: left;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}
.prilohaP {
    display: block;
    float: right;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}
.priloha img{
    max-width: 100%;
}
.stylBunkaStred .priloha {
    float: none;
    margin: 0px auto 0px auto;
}
.priloha .text {
    display: block;
    text-align: center;
    font-size: 12px;
}
table {
    clear: both;
}
table{
    vertical-align: top;
}
hr {
    border-bottom: 1px solid #EC579A;
}
h1, h2, h3, h4, p, ul, ol{
    padding-bottom: 10px;
}
h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #BE1622;
}
h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #EC579A;
}
h3 {
    font-weight: bold;
    font-size: 16px;
}
.text ol,
.text ul {
    padding-left: 20px;
    list-style-position: inside;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.stylVerzalky {
    text-transform: uppercase;
}
.stylBunkaVpravo {
    text-align: right;
}
.stylBunkaStred {
    text-align: center;
}
.stylPoznamka{
    font-size: 11px;
}
.stylVelke {
    font-size: 20px;
    line-height: 30px;
}
.stylCervene {
    color: #cc0000;
}
.povinnePolicko,
.upozorneni,
.upozorneni a {
    color: #cc0000;
    font-weight: bold;
}
/* !Ytext */




/* after */
.cistic,
.panelTelo:after,
.panelObsah:after,
.panelObsah .zbozi:after,
.panelPaticka .panelPatickaVnitrek:after {
    content: ".";
    display: block;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    clear: both;
    visibility: hidden;
}
/* !after */



/* panelHlavicka */
.panelHlavicka{
    background: radial-gradient(circle at center, rgba(236, 87, 154, 0.0) 0%, rgba(236, 87, 154, 0.0) 50%, rgba(236, 87, 154, 0.0) 90%);
    transition: background 1s;
}
.pomocneMenu{
    width: 1170px;
    height: 70px;
    margin: 0px auto 0px auto;
    max-width: 100%;
    position: relative;
}
.logo{
    display: block;
    width: 220px;
    height: 180px;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 3;
    background: url(img/sexy-obchod-logo.png) scroll no-repeat left top/ contain;
}
.komponentaZakaznik{
    display: inline-block;
    text-align: right;
    font-weight: bold;
    color: #282828;
    position: absolute;
    right: 3.5%;
    font-size: 12px;
    line-height: 20px;
    top: calc(50% - 20px);
    cursor: default;
}
.komponentaKosik{
    color: #282828;
    font-size: 12px;
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    height: 50px;
    width: 50px;
    line-height: 20px;
    text-decoration: none;
    background: url(img/ikona-kosik.png) scroll no-repeat center 0px;
    background-size: contain;
    text-align: right;
    padding-right: 5px;
}
.komponentaKosik .ks{
     display: inline-block;
    background: #BE1622;
    color: #ffffff;
    padding: 0px 5px 0px 5px;
    border-radius: 10px;
    line-height: 20px;
}
.komponentaKosik .kc,
.komponentaKosik .ks span{
    display: none;
}
.komponentaKosik *{
    text-decoration: none;
}
.hlavniMenu{
    background: #BE1622;
    margin: 0px auto 0px auto;
    height: 70px;
}
.hlavniMenuVnitrek{
    width: 1170px;
    max-width: 100%;
    margin: 0px auto 0px auto;
    max-width: 100%;
    position: relative;
}
.komponentaNavigace{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding: 10px 0px 10px 0px;
    font-size: 0px;
    margin-left: 240px;
    min-height: 50px;
}
.komponentaNavigace ul{
        padding-bottom: 0;
}
.komponentaNavigace li{
    display: inline-block;
}
.komponentaNavigace li .polozka{
    display: block;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 13px 15px 13px 15px;
    line-height: 24px;
    text-decoration: none;
    transition: color 0.3s;
    text-transform: capitalize;
}
.komponentaNavigace li .polozka:hover{
    color: rgba(255,255,255,0.8);
    transition: color 0.3s;
}
.hlavniMenu .facebook{
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: url(img/ikona-acebook.png) scroll no-repeat center center/contain;
    color: transparent;
    font-size: 0px;
    text-indent: -9999px;
}
.hlavniMenu .instagram{
    display: block;
    position: absolute;
    right: 70px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: url(img/ikona-instagram.png) scroll no-repeat center center/contain;
    color: transparent;
    font-size: 0px;
    text-indent: -9999px;
}
.komponentaHledat{
    display: block;
    position: relative;
    float: right;
    right: 80px;
    top: calc(50% - 50px);
    width: 300px;
    height: 70px;
    padding: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.komponentaHledat .text{
    line-height: 40px;
    height: 40px;
    width: calc(100% - 46px);
    padding-left: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    min-width: auto;
    border: 1px solid #797979;
    font-size: 20px;
    box-shadow: none;
}
.komponentaHledat .odesli{
    line-height: 40px;
    background: transparent url(img/ikona-search.png) scroll no-repeat center center;
    height: 40px;
    width: 40px;
    font-size: 0px;
    color: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    box-shadow: none;
    background-size: 40px;
}
.komponentaHledat .odesli:hover{
    box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,0.2);
    cursor: pointer;
    transition: box-shadow 0.2s;
}
.panelHlavicka .komponentaPrihlaseni {
    display: block;
    background: url(img/ikona-user.png) scroll no-repeat right center;
    line-height: 70px;
    padding-right: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    float: right;
    margin-right: 100px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    background-size: 42px;
}
@media only screen and (max-width:1024px){
    .pomocneMenu {
        height: auto;
    }
    .logo {
        width: auto;
        height: 180px;
        position: static;
        background: url(img/sexy-obchod-logo.png) scroll no-repeat center center/auto 90%;
    }
    .hlavniMenu {
        margin: 0px auto 0px auto;
        height: auto;
    }
    .komponentaHledat{
        float: none;
        width: auto;
        border-left: 10px solid transparent;
        position: relative;
        right: 0;
        top: 0;
        border-right: 10px solid transparent;
        height: 50px;
        border-bottom: none;
    }
    .panelHlavicka .komponentaPrihlaseni {
        background: url(img/login.png) scroll no-repeat right center;
        float: none;
        margin-right: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    .hlavniMenu .facebook {
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .hlavniMenu .instagram {
        width: 40px;
        height: 40px;
    }
    .komponentaKosik {
        top: 10px;
        right: 10px;
    }
    .hlavniMenu .menu {
        display: block;
        background-color: transparent;
        background:
            url(img/menu-pruh.png) scroll no-repeat center 25% / 80% 5px,
            url(img/menu-pruh.png) scroll no-repeat center center / 80% 5px,
            transparent
            url(img/menu-pruh.png) scroll no-repeat center 75% / 80% 5px;
        height: 50px;
        width: 50px;
        border-radius: 3px;
        border: 2px solid rgba(255,255,255,0.8);
        transition: box-shadow 0.2s;
        cursor: pointer;
        z-index: 4;
        position: relative;
    }
    .hlavniMenuVnitrek {
        padding: 5px;
    }
    .komponentaNavigace {
        width: auto;
        transition: all 0.3s;
        display: block;
        padding: 0px 0px 0px 0px;
        font-size: 0px;
        margin-left: 0px;
        text-align: center;
        overflow: hidden;
        max-height: 0px;
        min-height: 0px;
    }
    .komponentaNavigace .hloubka1{
        padding-bottom: 0;
    }
    .komponentaNavigace li {
        display: block;
    }
    .komponentaNavigace li .polozka {
        height: auto;
        transition: color 0.3s, padding 0.3s, font-size 0.3s,  line-height 0.3s;
        display: block;
        font-size: 20px;
        color: #ffffff;
        font-weight: normal;
        padding: 0px 15px 13px 15px;
        line-height: 24px;
        text-decoration: none;
    }
    #menu:checked ~ .panelHlavicka .komponentaNavigace {
        max-height: 200px;
        transition: all 0.3s;
    }
}
/* !panelHlavicka */




/* panelTelo */
.panelTelo {
    width: 1170px;
    margin: 0px auto;
    padding: 0px 10px 0px 10px;
    min-height: 30vw;
}
.panelObsah {
    display: block;
    float: right;
    width: 80%;
    margin: 30px 0px 0px 0px;
    padding: 10px 10px 30px 1%;
    padding-left: 20px;
}
.strankaZbozi.varianty17 .panelObsah{
    padding: 10px 0px 30px 10px;
}
/* !panelTelo */



/* katalog */
.katalog > *:not(.zbozi){
    margin-left: 2%;
}
.komponentaZobrazeni{
    display: none;
}
/* !katalog */



/* panelNavigace */
.kategorie{
    display: block;
    color: #000000;
    padding-left: 0px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 40px;
    background: none;
    padding: 0px;
}
.panelNavigace{
    width: 20%;
    margin: 0px 0px 1% 0%;
    float: left;
    background-color: #ffffff;
    padding: 0px;
    border-right: 1px solid #BE1622;
}
.panelNavigace .hloubka1{
    list-style-type: none;
    margin: 1px 0 20px 0;
    padding: 0px 0px 10px 0px;
}
.panelNavigace li{
    display: block;
}
.panelNavigace .polozka{
    display: block;
    padding: 5px 5px 5px 0px;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0px 0px 2px 0px;
}
.panelNavigace .polozka:hover{
    color: #BE1622;
    background: #f5f5f5;
    
    border-radius: 4px;
}
.panelNavigace .vybrana {
    color: #BE1622;
}
.panelNavigace .hloubka2 .polozka{
    padding: 5px 5px 5px 15px;
}
.panelNavigace .hloubka3 .polozka{
    padding: 5px 5px 5px 50px;
}
.panelNavigace .polozka .pocetPolozek{
    display: none;
}
@media only screen and (max-width:1024px){

    .kategorie{
        background: linear-gradient(to right, #272727, rgba(39,39,39,0.65) );
        padding: 10px;
        color: #fff;
    }
    .kategorie > label{
        cursor: pointer;
        background: url(img/kategorie-plus.png) scroll no-repeat 80% center;
    }
    .panelNavigace{
        width: auto;
        float: none;
        overflow: hidden;
        max-height: 0px;
    }
    .panelNavigace > .hloubka1{
        margin: 1px 0px 0px 0px;
        padding: 0px 10px;

    }
    .panelNavigace #menuKategorie:checked + .hloubka1{
        display: block;
    }
    #menu:checked ~ .panelTelo .panelNavigace{
        max-height: 5000px;
        transition: max-height 3s;
        border-right: 0px;
    }
}
/* !panelNavigace */











body .DetailProduktu001 .formulardokosiku input[type=submit] {
    background-color: #BE1622;
    color: white;
    line-height: 40px;
}
body .DetailProduktu001 .formulardokosiku input[type=number] {
    width: 80px;
    line-height: 40px;
    height: auto;
    min-width: 110px;
}
body .DetailProduktu001 .formulardokosiku .cenabezna .hodnota,
body .DetailProduktu001 .formulardokosiku .cenaakcni .hodnota {
    color: #BE1622;
    font-size: 30px;
    line-height: 35px;
}
body .DetailProduktu001 .formulardokosiku .vypln3,
body .DetailProduktu001 .formulardokosiku .vypln40,
body .DetailProduktu001 .formulardokosiku .vypln50{
    display: none;
}
body .DetailProduktu001 .transportZdarma span:last-child{
    font-size: 0px !important;
}
body .DetailProduktu001 .transportZdarma span:last-child:after{
    content: ' zdarma';
    font-weight: bold;
    color: green;
    font-size: 1rem;
}
body .DetailProduktu001.DetailProduktu001SklademNe .skladem .popis span:before{
    content: 'Množství na skladě';
}
body .DetailProduktu001.DetailProduktu001SklademNe .skladem .hodnota span:before{
    content: '0 (na dotaz)';
    color: #BE1622;
    font-weight: bold;
}
body .DetailProduktu001.DetailProduktu001SklademAno .skladem .hodnota span{
    color: green;
}

body .DetailProduktu001.DetailProduktu001SklademAno .skladem .hodnota span:after{
    content: ' skladem';
    color: green;
    
}




/* kosik */
.panelObsah .kosikDopravaZdarma{
    display: flex;
    justify-content: center;
    margin: 20px auto;
}
.panelObsah .kosikDopravaZdarma *{
    color: #57c503;
    font-size: 1.25rem;
    line-height: initial;
}
.panelObsah .kosikDopravaZdarma .strong{
    font-weight: bold;
}
.panelObsah .komponentaKupon{
    text-align: right;
    margin: 20px auto;
}
/* !kosik */











/* souhlasErotickyWeb */
.souhlasErotickyWeb{
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
}
.souhlasErotickyWeb > div{
    margin: 1vh auto 1vh auto;
    width: 450px;
    max-width: 90vw;
    background: #ddd;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 1px #000000;
    min-height: 275px;
    padding: 3vh;
}
.souhlasErotickyWeb > div .tlacitka{
    text-align: center;
}
.souhlasErotickyWeb > div .tlacitka .vstoupit{
    width: 40%;
}
.souhlasErotickyWeb > div .tlacitka .opustit{
    width: 40%;
    background: #999999;
}
/* !souhlasErotickyWeb */





/* homepage */
.homepage h1{
    display: none;
}



/* !homepage */
body:not(.homepage) .panelNavigace{
    margin-top: 53px;
}




/* topzbozi */
.homepage .zbozi{
    width: 1170px;
    max-width: 100%;
    margin: 0px auto;
}








@media only screen and (max-width:1024px){

    /* panelTelo */
    .panelTelo {
        margin: 0;
        padding: 0px 10px 0px 10px;
    }
    /* panelTelo */

    /* panelObsah */
    .panelObsah {
        display: block;
        float: none;
        width: auto;
        margin: 0;
        padding: 10px 0px;
    }
    .katalog > *:not(.zbozi) {
        margin-left: 0 !important;
    }
    .strankaZbozi.varianty17 .panelObsah{
        padding: 0px 0px 10px 0px;
    }

    /* !panelObsah */

    /* paticka */
    .panelPaticka{
        padding: 2vw 10px 0px 10px;
    }
    .panelPaticka .panelPatickaVnitrek{
        display: block;
        padding-top: 200px;
    }
    .panelPaticka .panelPatickaVnitrek .panel{
        display: block;
        float: left;
        width: 33.33%;
    }
    .panelPaticka .panelPatickaVnitrek .panel:nth-child(1){
        display: none;
    }
    .panelPaticka .copyright{
        text-align: center;
    }
    /* !paticka */
}






/* paticka */
.panelPaticka {
    padding: 0px;
    background: #DADADA;
}
.panelPaticka .patickaInfo {
    min-height: 260px;
    width: 100%;
    background-color: #666666;
    border-bottom: 1px solid white;
}
.panelPaticka .patickaInfo .panely {
    width: 70%;
    margin: auto;
}
.panelPaticka .patickaInfo .panely p {
    text-align: center;
    color: white;
}

.panelPaticka .patickaInfo .panely strong {
    color: white;
}

.panelPaticka .patickaInfo .panely strong {
    font-weight: bold;
}
.panelPaticka .patickaInfo .panely .doprava {
    width: 25%;
    height: 260px;
    float: left;
}
.panelPaticka .patickaInfo .panely .doprava .img{
    width: 100%;
    height: 170px;
    float: left;
    background: url(img/ikona-doprava.png);
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center center;
}
.panelPaticka .patickaInfo .panely .doprava .text{
    width: 100%;
    height: 90px;
    float: left;
}
.panelPaticka .patickaInfo .panely .doprava .text{
    color: white;
}
.panelPaticka .patickaInfo .panely .bezpecnost {
    width: 25%;
    height: 260px;
    float: left;
}
.panelPaticka .patickaInfo .panely .bezpecnost .img{
    width: 100%;
    height: 170px;
    float: left;
    background: url(img/ikona-bezpeci.png);
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center center;
}
.panelPaticka .patickaInfo .panely .bezpecnost .text{
    width: 100%;
    height: 90px;
    float: left;
    color: white;
}
.panelPaticka .patickaInfo .panely .telefon {
    width: 25%;
    height: 260px;
    float: left;
}
.panelPaticka .patickaInfo .panely .telefon .img{
    width: 100%;
    height: 170px;
    float: left;
    background: url(img/ikona-phone.png);
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center center;
}
.panelPaticka .patickaInfo .panely .telefon .text{
    width: 100%;
    height: 90px;
    float: left;
    color: white;
}

.panelPaticka .patickaInfo .panely .kupon {
    width: 25%;
    height: 260px;
    float: left;
}

.panelPaticka .patickaInfo .panely .kupon .img{
    width: 100%;
    height: 170px;
    float: left;
    background: url(img/ikona-prase.png);
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center center;
}

.panelPaticka .patickaInfo .panely .kupon .text{
    width: 100%;
    height: 90px;
    float: left;
    color: white;
}


.panelPaticka .patickaInfo .panely .jazykoveverze{
    text-align: center
}
.panelPaticka .patickaInfo .panely .jazykoveverze a{
    display: inline-block;
    padding: 2px 10px 2px 45px;
    margin: 0 auto 20px auto;
    color: white;
    text-decoration: none;
}
.panelPaticka .patickaInfo .panely .jazykoveverze a:first-child{
    background: url(img/flagCZ.png) scroll no-repeat left center/contain;
}
.panelPaticka .patickaInfo .panely .jazykoveverze a:last-child{
    background: url(img/flagSK.png) scroll no-repeat left center/contain;
}
.panelPaticka .logoPaticka {
    width: 100%;
    height: 260px;
    background: #BE1622 url(img/Sexy-obchod-logo-B-frame-2.png);
    background-size: 250px;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid white;
}
.panelPaticka .patickaC {
    width: 100%;
    height: 70px;
    background-color: #272727;
    text-align: center;
    color: white;
    line-height: 70px;
}


@media only screen and (max-width:1024px) {
    .panelPaticka .patickaInfo .panely {
        width: 100%;
    }

    .panelPaticka .patickaInfo .panely .telefon .img,
    .panelPaticka .patickaInfo .panely .bezpecnost .img,
    .panelPaticka .patickaInfo .panely .doprava .img,
    .panelPaticka .patickaInfo .panely .kupon .img {
        background-size: 70px;
        height: 140px;
    }
    .panelPaticka .patickaInfo .panely .doprava,
    .panelPaticka .patickaInfo .panely .bezpecnost,
    .panelPaticka .patickaInfo .panely .telefon,
    .panelPaticka .patickaInfo .panely .kupon{
        width: 260px;
        margin: auto;
        height: auto;
        float: none;
        clear: both;
    }
    .panelPaticka .patickaInfo .panely .doprava .text,
    .panelPaticka .patickaInfo .panely .bezpecnost .text,
    .panelPaticka .patickaInfo .panely .telefon .text,
    .panelPaticka .patickaInfo .panely .kupon .text  {
        width: auto;
        height: auto;
        float: none;
        margin: auto;
        display: block;
    }
    .panelPaticka .patickaInfo .panely .jazykoveverze {
        padding-top: 30px;
    }

    .panelPaticka .panelPatickaVnitrek {
        background: none;
        padding: 0;
    }
    .panelPaticka .panelPatickaVnitrek .panel{
        display: block !important;
        padding-bottom: 10px;
        background: none;
        float: none;
        width: auto;
    }
    .panelPaticka .panelPatickaVnitrek .panel:nth-child(1){
        background: url(img/sexy-obchod-logo.png) scroll no-repeat center center / 70% auto;
        height: 50vw;
    }
    .panelPaticka .copyright{
        text-align: center;
    }
}
/* Patička */





/* 2019 slideshow */
.slideshow{
    padding-top: 36%;
    padding-top: 34%;
    /*padding-top: 27%;*/
	position: relative;
    margin: auto;
    border-bottom: 1px solid #BE1622;
}
body:not(.homepage) .slideshow{
	display: none;
}
.slideshow .slozky {
    display: block;
}
.slideshow .slozka{
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: opacity 1s;
}
.slideshow .slozka div{
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    height: 100%;
}
.slideshow .nahled{
	opacity: 1;
}
.slideshow .nazev{
    /*display: table-cell;*/
    display: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 1px 1px black, 0px 0px 30px black, 0px 0px 50px black, 0px 0px 30px black;
    font-size: 30px;
    line-height: 34px;
}
.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;
}
@media only screen and (max-width:1024px){
    .slideshow{
        display: none;
    }
}
/* 2019 slideshow */








/* infoprozakazniky */
body.homepage .infoprozakazniky .text > *:first-child{
    margin-top: 10px;
}
body:not(.homepage) .infoprozakazniky .text > *:first-child{
    margin-top: 60px;
}
.infoprozakazniky .text > *:last-child{
    margin-bottom: 10px;
    padding-bottom: 0px;
}
/* infoprozakazniky */





body .NahledProduktu003 .priznaky .priznakDoporucujeme {
    display: flex;
    background: none;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #BE1622;
    text-shadow: 0 0 2px white, 0 0 white, 0 0 white;
    font-weight: bold;
}


body .KatalogFiltryRazeni001 .filtrymulti .selectboxnazev,
body .KatalogFiltryRazeni001 .razeni .polozka label span{
    text-transform: capitalize;
}