

/* Globalni styly */

* {
    vertical-align: baseline;
    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%;
    transition: all 0.2s;
}


html {
    background-color: #ffffff;
}

head {
    display: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    opacity: 0;
    min-width: 250px;

    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1A1A1A;

    -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: #666666;
}

input[type=text]:focus,
input[type=password]:focus{
    color: #111111;
}

*::-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: #454545;
}

h1{
	padding: 0 0 10px 0px;
    margin: 0 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;
    overflow: auto;
}
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: #666;
}
a:hover{
	/*text-decoration: underline;*/
}
.komponentaFotogalerie > .polozka > a,
.komponentaFotogalerie > .polozka > a *{
    text-decoration: none;
}

main a[href*='.pdf']{
    padding-left: 25px;
    background: url(Kahanek/icons8-pdf-24.png) scroll no-repeat left center;
}
main a[href*='.jpg'],
main a[onclick*='.jpg']{
    padding-left: 0px;
    background: url(Kahanek/icons8-jpg-24.png) scroll no-repeat left center;
}

main a[href*='.png'],
main a[onclick*='.png']{
    /*padding-left: 25px;*/
    background: url(Kahanek/icons8-png-24.png) scroll no-repeat left center;
}
main a[href*='.doc'],
main a[href*='.docx']{
    padding-left: 25px;
    background: url(Kahanek/icons8-doc-40.png) scroll no-repeat left center/24px auto;
}
main a[href*='.xls'],
main a[href*='.xlsx']{
    padding-left: 25px;
    background: url(Kahanek/icons8-xls-48.png) scroll no-repeat left center/24px auto;
}

label{
    cursor: pointer;
}

ul, ol{
    list-style-position: inside;
    list-style-type: none;
}

.panelObsah .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
.panelObsah .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
.panelObsah .text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: #666;
    color: #FFFFFF;
    line-height: 36px;
    padding: 0 20px;
    border: none;
    text-align: center;
    min-width: 100px;
    font-weight: bold;
    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
{

}

.text.editor img{
    height: auto !important;
}
.text.editor td{
    vertical-align: top;
}
.text.editor .sloupcovaSazba td:first-child:not(:last-child){
    padding-right: 10px;
}
.text.editor .prilohaL{
    margin: 0 10px 5px 0;
}
.text.editor .prilohaP{
    margin: 0 0 5px 10px ;
}
.text.editor .priloha .text{
    display: none;
}

.vnitrek:after,
ul:after,
.panelObsah: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 #666;
    margin: 20px auto 30px auto;
}

.pocetPolozek{
    display: none;
}

.vnitrek{
    display: block;
    width: 1260px;
    max-width: 100%;
    padding: 0px 10px 0px 10px;
    margin: 0px auto;
}

/*****************************************************************************/



/* infoProZakazniky */
.infoProZakazniky{
    width: 1240px;
    margin: 10px auto;
}
.infoProZakazniky .text > *:first-child{
    margin-top: 30px;
}
.infoProZakazniky .text > *:last-child{
    margin-top: 30px;
    padding-bottom: 0px !important;
}
/* infoProZakazniky */




/* panel intro */
.intro{
    width: 1240px;
    margin: 0 auto;
    background: #eee;
    padding: 0px;
}
.intro > .komponentaSlozka > .text{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}
.intro > .komponentaSlozka > .text > *{
    display: inline-block;
    padding-bottom: 0px;
    margin: 5px 5px;
}
.intro > .komponentaSlozka > .text *{
    text-decoration: none;
    font-size: 13px;
    text-transform: lowercase;
}
.intro .text > a,
.intro .text > p > a{
    line-height: 30px;
    background-color: transparent;
    display: block;
    padding: 0 5px;
    float: left;
    color: #000;
}
.intro .text a:hover,
.intro .text p a:hover{
    background-color: #ddd;
}
.intro > .komponentaSlozka > .text > *:empty{
    display: none;
}
/* panel intro */





/* panel intro - socnet */
.intro .text > p > a[href*='facebook'],
.intro .text > p > a[href*='instagram']{
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center center;
    padding: 0 0 0 30px;
    text-indent: -9999px;
    margin: 0 5px;
}
.intro .text > p > a[href*='facebook']{
    background-image: url(Kahanek/icons8-facebook-f-50.png);
}
.intro .text > p > a[href*='instagram']{
    background-image: url(Kahanek/icons8-instagram-26.png);
}
.intro .text > p > a[href*='facebook']:hover,
.intro .text > p > a[href*='instagram']:hover{
    background-color: #385599;
}
/* panel intro - socnet */





/* panel intro - hledat */
.intro .komponentaHledat{
    text-align: center;
    height: 30px;
    width: 200px;
    float: left;
    overflow: hidden;
}
.intro .komponentaHledat .text label{
    display: none;
}
.intro .komponentaHledat .text input{
    float: left;
    border: 0px none;
    line-height: 30px;
    padding: 0 5px;
    width: calc(100% - 30px);
    margin: 0;
}
.intro .komponentaHledat .odesli input{
    background-color: white;
    background-image: url(Kahanek/lupa.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    color: transparent;
    line-height: 30px;
    width: 30px;
    min-width: 0px;
    padding: 0;
    float: left;
    margin: 0;
    border: 0px none;
}
/* panel intro - hledat */




/* panel intro - kosik */
.intro .komponentaKosik{
    background: url(Kahanek/kosik.svg) scroll no-repeat right center/auto 80%;
    padding-right: 30px !important;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
/* panel intro - kosik */






/* menu */
.menu{
    display: flex;
    margin: 10px auto;
    width: 1240px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.menu .logo{
    display: block;
    width: 320px;
    padding-top: 100px;
    background: url(Kahanek/logo.png) scroll no-repeat center center/contain;
    border: 10px solid transparent;
    margin: 0; /*0 auto 0 0*/
}
.menu .komponentaNavigace{
    background: white;
    margin: 0 0 0 10px;
}
body[data-cssinstance*='skrytnavigaci']:not(.homepage) .menu .komponentaNavigace{
    display: none !important;
}
.menu .komponentaNavigace > .hloubka1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
}
.menu .komponentaNavigace > .hloubka1 > li{
    /*border-top: 5px solid transparent;*/
    /*border-bottom: 5px solid transparent;*/
}
.menu .komponentaNavigace > .hloubka1 > li > .polozka{
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: black;
    margin: 2px 0px 0px 1px;
}
.menu .komponentaNavigace > .hloubka1 > li:hover{
    /*background-color: #ddd;*/
    /*border-bottom: 5px solid #666;*/
}
.menu .komponentaNavigace > .hloubka1 > li:hover .hloubka2{
    max-height: 300px;
    padding: 10px;
    /*outline: 1px solid #999;*/
}
.menu .komponentaNavigace .hloubka2{
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
    background: #ddd;
    padding: 0 10px;
    display: flex;
    outline: 1px solid transparent;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 0px;
    overflow: hidden;
    margin-top: 0px;
}
.menu .komponentaNavigace .hloubka2 .polozka{
    padding: 10px;
    text-decoration: none;
    display: block;
}
.menu .komponentaNavigace .hloubka2 .polozka:hover{
    background-color: #666;
    color: white;
}
.menu .komponentaNavigace > .hloubka1 > li:first-child > .polozka{
    /*background: transparent;
    color: #f26509;
    font-weight: bold;
    padding: 5px 20px;
    transform: scale(1.5);
    font-style: italic;*/
}
body[data-cssinstance*='MenuRightPart'] header .menu{
    justify-content: space-between;
}
body[data-cssinstance*='MenuRightPart'] header .menu .menurightpart{
    margin: auto 0;
    border: 10px solid transparent;
    width: 320px;
}
body[data-cssinstance*='MenuRightPart'] header .menu .menurightpart > *{
    max-width: 300px;
}
body[data-cssinstance*='MenuRightPart'] header .menu .menurightpart .slozka > h3{
    display: none;
}
body[data-cssinstance*='MenuRightPart'] header .menu .menurightpart p:empty{
    display: none;
}
body[data-cssinstance*='MenuRightPart'] header .menu .menurightpart img{
    display: flex;
}
@media only screen and (max-width:1200px){
    body[data-cssinstance*='MenuRightPart'] .menu{
        flex-direction: column;
    }
    body[data-cssinstance*='MenuRightPart'] .menu .komponentaNavigace {
        margin: 0 0 0 0;
    }
    body[data-cssinstance*='MenuRightPart'] .menu .komponentaNavigace > .hloubka1 {
        justify-content: center;
    }
    body[data-cssinstance*='MenuRightPart'] header .menu .menurightpart{
        margin: unset;
    }
}
@media only screen and (max-width:900px){
    .menu{
        flex-direction: column;
    }
    .menu .komponentaNavigace {
        margin: 0 0 0 0;
    }
    .menu .komponentaNavigace > .hloubka1 {
        justify-content: center;
    }
}
/* menu */








/* menu2 */
.menu2 .komponentaNavigace > ul {
    display: flex;
    margin: 10px auto;
    width: 1240px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.menu2 .komponentaNavigace .polozka {
    display: block;
    margin: 1px;
    white-space: nowrap;
    padding: 5px 10px;
    color: #aaa;
    text-decoration: none;
}
.menu2 .komponentaNavigace ul .polozka.vybrana,
.menu2 .komponentaNavigace ul .polozka:hover{
    background-color: inherit;
    color: inherit;
}
.menu2 .komponentaNavigace .hloubka2{
    display: none;
    position: absolute;
    background-color: white;
}
.menu2 .komponentaNavigace .hloubka2 .polozka:hover{
    
}
/* menu2 */



/* fixni menu s kosikem */
header .proKosikMenu {
    display: none;
}
header .proKosikMenu .polozka {
    font-weight: bold;
}
@media only screen and (min-width:1024px){
    header .komponentaNavigace {
        transition: all 1s;
    }
    header .komponentaNavigaceHidden{
        position: fixed;
        top: -100px;
        z-index: 2;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    }
    header .komponentaNavigaceStatic{
        top: -2px;
    }
    header .komponentaNavigaceStatic .proKosikMenu {
        display: block;
    }
    header .komponentaNavigace > ul > li:first-child > .polozka{
        margin-left: 0px !important;
    }
    header .komponentaNavigace > ul > li:last-child > .polozka{
        margin-right: 0px !important;
    }
}
/* fixni menu s kosikem */



/* NahledProduktu003 */
.NahledProduktu003 .nahled {
    padding-top: calc(127% - 20px) !important;
}
.NahledProduktu003 img{
    transform: scale(1.02);
}
.homepage .panelObsah {
    background: transparent;
    padding: 0;
}
.homepage:not([data-cssinstance*='homepagevsechnyprodukty']) .panelObsah .NahledProduktu003:nth-child(1n+10),
.homepage[data-cssinstance*='katalog4dlazdice']:not([data-cssinstance*='homepagevsechnyprodukty']) .panelObsah .NahledProduktu003:nth-child(1n+9){
    display: none;
}
body[data-cssinstance*='skrytpopisdlazdic'] .NahledProduktu003 .popisek{
    display: none;
}
body[data-cssinstance*='skrytpopisdlazdic'] .NahledProduktu003 .nazev{
    height: 43px;
}
/* NahledProduktu003 */




/* nejProdukty */
.nejProdukty{
    width: 1240px;
    margin: 10px auto;
}
.nejProdukty > .komponentaSlozka > .text > h4{
    color: initial;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.nejProdukty > .komponentaSlozka > .text{
    display: flex;
    flex-direction: column;
}
.nejProdukty > .komponentaSlozka > .text > *:not(.komponentaZbozi):not(.komponentaNahledProduktu):not(h1):not(h2):not(h3):not(h4):not(.komponentaProductSlider){
    display: none;
}
.nejProdukty > .komponentaSlozka > .text > h1,
.nejProdukty > .komponentaSlozka > .text > h2,
.nejProdukty > .komponentaSlozka > .text > h3,
.nejProdukty > .komponentaSlozka > .text > h4{
    margin: 30px auto 10px auto;
    font-weight: bold;
    text-align: center;
}
.nejProdukty .komponentaNahledProduktu {
    display: flex;
    flex-wrap: wrap;
}
.nejProdukty .NahledProduktu003 {
    width: calc((100% / 4) - 10px);
    border: 1px solid #eee;
    margin: 5px;
}
.nejProdukty .NahledProduktu003 h3{
    padding: 0;
}
@media only screen and (max-width:900px){
    body .nejProdukty .NahledProduktu003{
        width: calc(100% / 3);
    }
    .nejProdukty .komponentaNahledProduktu {
        justify-content: center;
    }
}
@media only screen and (max-width:600px){
    body .nejProdukty .NahledProduktu003{
        width: 300px;
    }
}
/* nejProdukty */




/* piktogramy */
.piktogramy{
    width: 1240px;
    padding: 10px;
    background-color: #eee;
    margin: 30px auto 0 auto;
}
.piktogramy *{
    text-decoration: none;
    color: black;
    font-size: 12px;
    line-height: 17px;
    padding: 0px;
}
.piktogramy .slozky{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.piktogramy .slozka{
    padding: 10px;
    max-height: 124px;
    overflow: hidden;
}
.piktogramy .slozka img{
    max-width: 40px;
    max-height: 40px;
}
.piktogramy .zobrazenychSlozek1 .slozka{
    width: 100%;
}
.piktogramy .zobrazenychSlozek2 .slozka{
    width: 50%;
}
.piktogramy .zobrazenychSlozek3 .slozka,
.piktogramy .zobrazenychSlozek6 .slozka{
    width: 33.33%;
}
.piktogramy .zobrazenychSlozek4 .slozka,
.piktogramy .zobrazenychSlozek7 .slozka,
.piktogramy .zobrazenychSlozek8 .slozka{
    width: 25%;
}
.piktogramy .zobrazenychSlozek5 .slozka,
.piktogramy .zobrazenychSlozek9 .slozka,
.piktogramy .zobrazenychSlozek10 .slozka{
    width: 20%;
}
.piktogramy .slozka:hover{
    background-color: #ddd;
}
@media only screen and (max-width:900px){
    .piktogramy .slozky{
        flex-direction: column;
        text-align: center;
    }
    .piktogramy .slozka {
        width: auto !important;
    }
}
/* piktogramy */




/* navBottom */
.navBottom{
    background-color: #666;
    margin: 30px auto 0 auto;
    padding: 5px 0;
}
.navBottom .hloubka1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.navBottom .polozka{
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: white;
    margin: 5px;
}
.navBottom .polozka:hover{
    color: #666;
    background-color: white;
}
/* navBottom */



/* footerInfo */
.footerInfo {
    background-color: #eee;
}
.footerInfo .text{
    width: 1240px;
    margin: 0 auto;
    display: flex;
}
.footerInfo table tr{
    display: flex;
}
.footerInfo table td{
    margin: 20px 30px 20px 10px;
    min-width: 260px;
}
@media only screen and (max-width:900px){
    .footerInfo table tr{
        flex-direction: column;
    }
    .footerInfo table td{
        margin: 10px;
        min-width: 0px;
    }
}
/* footerInfo */



/* navFinish */
.navFinish{
    background-color: #666;
    margin: 0px auto;
    padding: 5px 0;
}
.navFinish .hloubka1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.navFinish .polozka{
    display: block;
    padding: 0px 10px;
    text-decoration: none;
    color: white;
    font-size: 10px;
    white-space: nowrap;
}
.navFinish .polozka:hover{
    color: #666;
    background-color: white;
}
/* navFinish */






/* panelObsah */
main{
    margin: 0 auto;
}
.panelObsah{
    min-height: 30vw;
    background-color: #eee;
    padding: 0 10px;
    flex: 0 0 calc(100% - 308px);
}
body[data-cssinstance*='skrytnavigaci']:not(.homepage) .panelObsah{
    flex: 0 0 100%;
}
body.homepage h1{
    /*display: none;*/
}
.homepage main > h3{
    color: initial;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
    margin: 30px auto 10px auto;
}
main .flex {
    display: flex;
}

@media only screen and (max-width:900px){
    main .flex {
        flex-direction: column;
    }
    .panelObsah{
        width: 100%;
    }
    /*
    .panelObsah{
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .panelObsah .katalog h1 {
        text-align: center;
        margin-top: 20px;
    }
    .panelObsah .sloupcovaSazba,
    .panelObsah .sloupcovaSazba thead,
    .panelObsah .sloupcovaSazba tbody,
    .panelObsah .sloupcovaSazba tfoot,
    .panelObsah .sloupcovaSazba tr,
    .panelObsah .sloupcovaSazba td{
        display: block;
    }
    .panelObsah .sloupcovaSazba,
    .panelObsah .sloupcovaSazba tr,
    .panelObsah .sloupcovaSazba td{
        padding-bottom: 2rem;
    }
    */
}
/* panelObsah */






/* levyPanel */
.levyPanel{
    flex: 0 0 300px;
    margin-right: 10px;
}
.homepage .levyPanel{
    flex: 0 0 305px;
    margin-right: 5px;
    margin-top: 10px;
}
body[data-cssinstance*='skrytnavigaci']:not(.homepage) .levyPanel{
    display: none !important;
}
@media only screen and (max-width:900px){
    .levyPanel{
        flex: 0 0 0 !important;
        margin-right: 0 !important;
    }
}
/* levyPanel */






/* filtry razeni */
.KatalogFiltryRazeni001 .razeni .popis,
.KatalogFiltryRazeni001 .pomocnaNavigace .podslozky,
.homepage .KatalogFiltryRazeni001 > *:not(.zbozi) {
    display: none;
}
.KatalogFiltryRazeni001 .pomocnaNavigace {
    padding: 0 5px;
}
.KatalogFiltryRazeni001 .pomocnaNavigace .drobeckova:not(:empty) * {
    font-size: 0.8rem;
}
.KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota .rozbalovaci > div {
    border-bottom: 5px solid transparent;
}
/* barevne dlazdice */
body.homepage[data-cssinstance*=filtrbarvyhomepage] .filtrymulti{
    display: block;
}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] .rozbalovaci{
    max-height: unset !important;
    margin: 10px auto;
    padding: 1px 0;
    background-color: transparent;
    overflow: hidden;
    gap: 1px;
}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] .rozbalovaci > div {
    border-bottom: 0px none !important;
    width: calc((100% / 12) - 1px) !important;
}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxnazev[for=checkFilter3],
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] .rozbalovaci input[type=checkbox]{
    display: none !important;
}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] .rozbalovaci label {
    display: inline-block;
    width: 100%;
    position: relative;
    outline: 1px solid black;
    font-size: min(0.75rem, 2.5vw);
    color: transparent;
    padding: 13% 0 13% 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    transition: color 0.2s, text-shadow 0.2;
}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="black"] label{background: black;}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="dark"] label{background: rgb(51, 51, 51);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="grey"] label{background: rgb(153,153,153);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="white"] label{background: #fefefe;}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="cream"] label{background: rgb(240, 240, 200);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="army"] label{background: rgb(76, 94, 58);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="brown"] label{background: rgb(92, 55, 7);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="denim"] label{background: rgb(51, 102, 102);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="turquise"] label{background: rgb(63, 199, 217);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="sky"] label{background: rgb(198, 231, 247);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="blue"] label{background: rgb(7, 53, 189);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="navy"] label{background: rgb(0, 0, 102);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="burgundy"] label{background: rgb(128, 40,40);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="purple"] label{background: rgb(137, 29, 173);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="red"] label{background: rgb(255, 0, 0);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="pink"] label{background: rgb(255, 153, 204);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="orange"] label{background: rgb(255, 102, 0);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="gold yellow"] label{background: rgb(254, 203, 34);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="yellow"] label{background: rgb(255, 236, 0);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="lime"] label{background: rgb(144, 255, 18);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="green"] label{background: rgb(46, 173, 0);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="bottle"] label{background: rgb(13, 74, 17);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="sage"] label{background: rgb(153, 255, 153);}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="multicolor"] label{background: url(Kahanek/barvy-multicolor.png) scroll no-repeat center center/cover;}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] div[data-filtr-text="beige"] label{background: rgba(245, 245, 220, 1);}

body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] .rozbalovaci > div input[type=checkbox] ~ label::before{
    width: unset !important;
    height: unset !important;
    border-radius: 0 !important;
    position: absolute !important;
    top: unset !important;
    right: min(5px, 1vw) !important;
    bottom: min(5px, 1vw) !important;
    font-size: min(1.5rem, 5vw) !important;
    color: green !important;
    z-index: 1;
    background: none !important;
    text-shadow: 1px 1px 1px white;
    background: none !important;
}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] .rozbalovaci > div input[type=checkbox]:checked ~ label::before{
    content: '\2713';
    display: block !important;
}
body .KatalogFiltryRazeni001 .filtrymulti .selectboxhodnota[data-filtr-vlastnost="3"] .rozbalovaci > div input[type=checkbox] ~ label:hover{
    color: white;
    text-shadow: 1px 1px black;
}
/* /barevne dlazdice */

/* filtry razeni */




/* DetailProduktu001 */
.DetailProduktu001 .textzapopisem .text *{
    font-family: 'courier new';
    font-size: 13px;
    line-height: 15px;
}
.DetailProduktu001 .textzapopisem .text p{
    padding-bottom: 0px;
}
.DetailProduktu001 .textzapopisem table,
.DetailProduktu001 .textzapopisem tbody {
    width: 100%;
    display: block;
}
.DetailProduktu001 .textzapopisem tr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.DetailProduktu001 .textzapopisem td{
    margin: 10px;
}
.DetailProduktu001 .textzapopisem td p{
    white-space: nowrap;
}
.DetailProduktu001 .parametr.klicVlastnosti10 select {
    text-transform: lowercase;
}
.DetailProduktu001 .parametr.skladem,
.DetailProduktu001 .vypln20{
    display: none;
}
/* DetailProduktu001 */



/* vnorena sablona - barevne falesne varianty */
body[data-cssinstance*='barevnevarianty'] .DetailProduktu001 .parametrFalesneVarianty,
body .DetailProduktu001 .vnorenaSablona #BarevneVarianty{
    display: none;
}
body .DetailProduktu001 .vnorenaSablona #BarevneVarianty ~ .flex{
    gap: 3px;
    flex-wrap: wrap;
    flex-direction: initial !important;
}
body[data-cssinstance*='barevnevarianty'] .DetailProduktu001 .vnorenaSablona #BarevneVarianty ~ .flex{
    margin-bottom: 20px;
}
body .DetailProduktu001 .vnorenaSablona #BarevneVarianty ~ .parametr #hovercolor{
    margin-left: 5px;
}
body .DetailProduktu001 .vnorenaSablona #BarevneVarianty ~ .flex .barva{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
    border-radius: 3px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    text-shadow: 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
body .DetailProduktu001 .vnorenaSablona #BarevneVarianty ~ .flex .barva span{
    display: block;
    height: 21px;
    transform: rotate(-45deg);
    transform-origin: right top;
    width: 44px;
    top: 0px;
    left: -16px;
    left: -5px;
    position: absolute;
    max-width: unset;
}
/* vnorena sablona - barevne falesne varianty */



/* dialogVlozenoDoKosiku */
.dialogVlozenoDoKosiku .polozka .minus,
.dialogVlozenoDoKosiku .polozka .plus,
.dialogVlozenoDoKosiku .polozka .panelMnozstvi .mnozstvi{
    min-width: 0px;
    padding: 0px;
}
.dialogVlozenoDoKosiku .polozka {
    padding: 5px 5px 35px 5px !important;
}
/* dialogVlozenoDoKosiku */




/* komponentaProductSlider */
.komponentaProductSlider{
    width: 1240px;
    margin: auto;
}
.komponentaProductSlider .slideRight,
.komponentaProductSlider .slideLeft {
    background: rgba(0,0,0,0.65) !important;
}
.komponentaProductSlider .slideRight:hover,
.komponentaProductSlider .slideLeft:hover {
    background: rgba(0,0,0,0.95) !important;
}
@media only screen and (min-width:1330px){
    .komponentaProductSlider .slideLeft{
        left: -40px !important;
    }
    .komponentaProductSlider .slideRight {
        right: -40px !important;
    }
}
/* komponentaProductSlider */




/* swiper slideshow */
body .swipercontainer .swiperscreen {
    width: 1220px;
}
body .swipercontainer .swiperitem .nahled {
    padding-top: 40%;
    background-size: 100% 100%;
}
/* swiper */



/* skolni-merch*/
body[data-cssinstance*='skolnimerch'] .Navigace001 .polozka[href*='s110CZ'] + .hloubka2 .hloubka3,
body[data-cssinstance*='skolnimerch'] .Navigace001 .polozka[onclick*='s110CZ'] + .hloubka2 .hloubka3,
body[data-cssinstance*='skolnimerch'] header .komponentaNavigace .hloubka3,
body[data-cssinstance*='skolnimerch'] .pomocnaNavigace,
body[data-cssinstance*='skolnimerch'] .drobeckovanavigace{
    display: none !important;
}
body[data-cssinstance*='skolnimerch']:not(.homepage) header .menu{
    justify-content: center;
}
body[data-cssinstance*='skolnimerch'] h1{
    text-align: center;
}
/* skolni-merch*/



/* easytextil.cz - vnorena sablona dlazdice katalogu - zobraz cenu bez DPH */
body[data-cssinstance*='cenabezdph'] .NahledProduktu003 .ceny {
    height: 40px;
}
body[data-cssinstance*='cenabezdph'] .NahledProduktu003 .ceny > .cena:first-child{
    display: none;
}
body[data-cssinstance*='cenabezdph'] .NahledProduktu003 .ceny .VnorenaSablonaKatalogCenaBez{
    display: flex;
    flex-direction: column;
}
body[data-cssinstance*='cenabezdph'] .NahledProduktu003 .ceny .VnorenaSablonaKatalogCenaBez .cena{
    display: flex;
    gap: 3px;
    justify-content: center;
}
body[data-cssinstance*='cenabezdph'] .NahledProduktu003 .ceny .VnorenaSablonaKatalogCenaBez .cena span:nth-child(1){
    font-size: 1.15rem;
}
body[data-cssinstance*='cenabezdph'] .NahledProduktu003 .ceny .VnorenaSablonaKatalogCenaBez .cena span:nth-child(1),
body[data-cssinstance*='cenabezdph'] .NahledProduktu003 .ceny .VnorenaSablonaKatalogCenaBez .cena span:nth-child(2){
    font-weight: bold;
}
body[data-cssinstance*='cenabezdph'] .NahledProduktu003 .ceny .VnorenaSablonaKatalogCenaBez .cena span:nth-child(3){
    min-width: 60px;
    text-align: left;
}
body[data-cssinstance*='cenabezdph'] .NahledProduktu003 .ceny .VnorenaSablonaKatalogCenaBez .cenaVcetneDph{
    opacity: 0.5;
}
/* easytextil.cz - vnorena sablona dlazdice katalogu - zobraz cenu bez DPH */
    

/* easytextil.cz - vnorena sablona detailu - zobraz cenu bez DPH */
body[data-cssinstance*='cenabezdph'] .DetailProduktu001 .formulardokosiku .cenabezna{
    display: none;
}
body[data-cssinstance*='cenabezdph'] .DetailProduktu001 .formulardokosiku .VnorenaSablonaDetailCenaBez{
    display: flex;
    flex-direction: column;
}
body[data-cssinstance*='cenabezdph'] .DetailProduktu001 .formulardokosiku .VnorenaSablonaDetailCenaBez .cena{
    display: flex;
}
body[data-cssinstance*='cenabezdph'] .DetailProduktu001 .formulardokosiku .VnorenaSablonaDetailCenaBez span{
    flex: 0 0 50%;
}
body[data-cssinstance*='cenabezdph'] .DetailProduktu001 .formulardokosiku .VnorenaSablonaDetailCenaBez .cenaBezDph{
    font-weight: bold;
}
body[data-cssinstance*='cenabezdph'] .DetailProduktu001 .formulardokosiku .VnorenaSablonaDetailCenaBez .hodnota{
    font-size: 1.25rem;
}
/* easytextil.cz - vnorena sablona detailu - zobraz cenu bez DPH */



/* konfigurace DOKUMENT_CSS_TRIDA_INSTANCE = katalog4dlazdice */
body[data-cssinstance*="katalog4dlazdice"] .vnitrek{
    width: 1400px;
}
body[data-cssinstance*="katalog4dlazdice"] .NahledProduktu003 {
    width: calc((100% / 4) - 10px);
}
body[data-cssinstance*="katalog4dlazdice"] .intro {
    width: 1400px;
}
body[data-cssinstance*="katalog4dlazdice"] .menu {
    width: 1400px;
}
@media only screen and (max-width:1260px){
    body[data-cssinstance*="katalog4dlazdice"] .NahledProduktu003 {
        width: calc((100% / 3) - 10px);
    }
}
@media only screen and (max-width:680px){
    body[data-cssinstance*="katalog4dlazdice"] .NahledProduktu003 {
        width: calc((100% / 2) - 10px);
    }
}
@media only screen and (max-width:500px){
    body[data-cssinstance*="katalog4dlazdice"] .NahledProduktu003 {
        width: 300px;
        float: none;
        margin: 0 auto 10px auto !important;
    }
}
/* konfigurace DOKUMENT_CSS_TRIDA_INSTANCE = katalog4dlazdice */