<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kratkyPopis{
    font-size: 18px;
    margin-bottom: 20px;
}
.kratkyPopis span{
    color: #f70;
    text-decoration: underline;
    cursor: pointer;
}
.formulardoKosika{
    margin-top: 20px;
    padding: 10px;
    background: #eee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.formulardoKosika ul, .formulardoKosika ul li{
    padding: 0;
    margin: 0;
    list-style: none; 
}
.formulardoKosika ul{
    display: block;
    padding-bottom: 20px;
}
.formulardoKosika ul li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.formulardoKosika ul li a{
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 6px;
    min-width: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: normal;
}
.formulardoKosika ul li a.nedostupne{
    background: #ddd;
    border-color: #bbb;
}
.formulardoKosika ul li a.gradient{
    border-color: #eee;
}
.formulardoKosika ul li a:hover{
    background: linear-gradient(45deg, #FF7000, #FFAC4A) !important;
    color:#fff;
    border-color: #eee;
}
.formulardoKosika p{
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 0;
}
.formulardoKosika p:last-child{
    padding-bottom: 0;
}
.formulardoKosika p .fal, .formulardoKosika p .fas{
    margin-right: 10px;
    font-size: 16px;
}
.formulardoKosika .cena{
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
}
.formulardoKosika .cenaWrap{
    display: inline-block;
    min-width: 70px;
    text-align: right;
    font-size: 17px;
    margin-right: 5px;
    font-weight: 400;
    margin-bottom: 10px;
}
.formulardoKosika .cenaWrap.vsetkoKod{
    color:green;
}
.formulardoKosika .cenaWrap.zlava30Kod{
    color:green;
}
.formulardoKosika .cenaWrap.specialKod{
    color:#d50;
}
.formulardoKosika .fa-arrow-turn-down-right{
    color: #999;
    font-size: 12px;
}
.formulardoKosika .kuponAktivacia{
    color:#000;
    margin-left: 10px;
    text-decoration: none;
}
.formulardoKosika .kuponAktivacia:hover{
    text-decoration: underline;
    color:#000;
}
.formulardoKosika .standardCena{
    font-weight: 300 !important;
    font-size: 15px !important;
    margin-left: 10px !important;
}
.formulardoKosika .pouzitKodLink{
    color: #333;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.formulardoKosika .pouzitKodLink:hover{
    color: #000;
    text-decoration: none;
}
.vsetkoLink, .specialLink, .zlava30Link{
    border:1px solid green;
    padding:3px;
    margin-left: 3px;
    display: inline-block;
    color:green;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 400;
}
.circleZlava30{
    color: green;
    margin-left: 10px;
    font-size: 19px;
}
.circleVsetko{
    color:green;
    margin-left: 10px;
    font-size: 19px;
}
.circleSpecial{
    color: #d50;
    margin-left: 10px;
    font-size: 19px;
    
}
.vsetkoLink:hover{
    background: green;
    color: #fff;
}
.zlava30Link{
    color: green;
    border-color: green;
}
.specialLink{
    border-color: #d50;
    color: #d50;
}
.specialLink:hover{
    background: #d50;
    color: #fff;
}
.formulardoKosika div{
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
}
.formulardoKosika .cena span{
    font-size: 20px;
    font-weight: normal;
}
.formulardoKosika .cena p{
    margin-bottom: 10px;
    margin-left: 50px;
    font-size: 12px;
    color: #000;
}
.formulardoKosika .cena .menaKs{
    font-weight: 300;
    font-size: 16px;
}
.formulardoKosika .cena .stara{
    margin-right: 20px;
    color: #222;
    font-size: 17px;
    font-weight: 300;
    position: relative;
}
.formulardoKosika .cena .stara:before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid  rgba(255,0,0,0.8) !important;
    -webkit-transform:rotate(-15deg);
    -moz-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
    transform:rotate(-15deg);
}
.formulardoKosika .cena .bezDPH{
    float:right;
    font-size: 13px;
    font-weight: 300;
}
.formulardoKosika #pocetButton{
    padding-bottom: 20px;
}
.formulardoKosika #minusPocet, .formulardoKosika #plusPocet{
    display: inline-block;
    width: 10%;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.formulardoKosika #pocetKs{
    padding: 12px;
    height: 25px;
    width:18%;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.formulardoKosika #doKosikaBtn{
    height: 50px;
    width: 45%;
    border: 0;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    font-weight: 300 !important;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.formulardoKosika #doKosikaBtn .fal{
    margin-right: 10px;
}

#dostupneFarby{
    padding-bottom: 10px;
}
#dostupneFarby h2{
    font-size: 18px;
    font-weight: 300;
}
#dostupneFarby h2 .fal{
    margin-right: 10px;
}
#dostupneFarby h2 strong{
    font-weight: normal;
}
#dostupneFarby ul, #dostupneFarby ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}
#dostupneFarby ul li{
    display: inline-block;
    margin-right: 1px;
}
#dostupneFarby ul li a{
    border: 10px solid #fff;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#dostupneFarby ul li.active a{
    border: 0;
    width: 40px;
    height: 40px;
}
#dostupneFarby ul li a:hover{
    border: 0;
    width: 40px;
    height: 40px;
}
#partials ul, #partials ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#partials{
    padding-top: 20px;
    padding-bottom: 30px;
}
#partials ul li{
    margin-top: 6px;
    margin-bottom: 6px;
    display: inline-block;
    white-space: nowrap;
    margin-right: 30px;
}
#partials ul li a{
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
}
#partials ul li a:hover{
    color: #000;
    text-decoration: underline;
}
#partials ul li .fal{
    width: 25px;
    text-align: center;
    margin-right: 10px;
}
.produktSekcia{
    padding-bottom: 30px;
}
.produktSekcia h2{
    background: #e4e4e4;
    color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 15px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size:20px;
}
.produktSekcia h2 .fal{
    margin-right: 20px;
}
.produktSekcia h2 strong{
    font-weight: normal;
}
.vratenie30dni{
    text-align: center;
    color:#333;
    padding-top: 20px;
    padding-bottom: 20px;
}
.vratenie30dni .fa-truck{
    font-size: 40px;
}
.vratenie30dni p{
    margin-top: 20px;
}
.precoSestina{
    float:left;
    width:16.65%;
    text-align: center;
    margin-top: 20px;
}
.clearDevider{
    display: none;
}
@media(max-width:980px){
    .precoSestina{
        width:33.3%;
    }
    .clearDevider{
        clear: both;
        display: block;
        height: 30px;
    }
}
.precoSestina i{
    font-size: 40px;
}
.precoSestina p{
    margin-top: 15px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
@media(max-width:500px){
    .precoSestina i{
        font-size: 30px;
    }
    .precoSestina p{
        font-size: 16px;
    }
}


#topBody{
    margin-top: 10px;
    margin-bottom: 10px;
}
#topBody ul li{
    font-size: 16px;
}
#topBody .fal{
    width: 20px;
    color: #888;
    font-size: 14px;
}

.labelTyp{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #eee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
    display: inline-block;
}
.labelTyp i{
    margin-right: 6px;
}
.labelTyp.pomer{
    background: #ddffdd;
    color: #0f4d0f;
}
.labelTyp.lacne{
    background: #D1E9F6;
    color: #0B192C;
}
.labelTyp.kvalita{
    background: #ded9f6;
    color: #2f0b37;
}

#dostupnostBtn{
    width: auto;
    margin-bottom: 30px;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}
#dostupnostBtn i{
    font-size: 20px;
    margin-right: 15px;
}
#preverDostText{
    display: none;
}

.topVyhody{
    margin-top: 30px;
    width:19%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-top:20px;
    padding-bottom:20px;
    background: #f4f4f4;
    min-height: 60px;
    text-align: center;
    color:#000;
    text-decoration: none !important;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: block;
    float:left;
    cursor: pointer;
}
.topVyhody p{
    line-height: 20px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    font-size:17px;
}
.topVyhody p:last-child{
    height: 40px;
    font-weight: 300;
    padding-top: 15px;
    font-size:16px;
}
.topVyhody div{
    position: absolute;
}
.topVyhody div i{
    font-size: 80px;
    color: #f70;
    opacity: 0.06;
    margin-top: 10px;
    margin-left: 12px;
}
.topVyhody:hover{
    background: linear-gradient(45deg, #FF7000, #FFAC4A) !important;
    color: #fff;
}
.topVyhody:hover div i{
    color: #000;
    opacity: 0.05;
}
@media(max-width:1300px){
    .topVyhody.pod1300{
        display: none;
    }
    .topVyhody{
        width: 24%;
    }
}
@media(max-width:960px){
    .topVyhody.pod960{
        display: none;
    }
    .topVyhody{
        width: 32.3%;
    }
}
@media(max-width:700px){
    .topVyhody.pod700{
        display: block;
    }
    .topVyhody{
        width: 49%;
        margin-top: 10px;
    }
}

.doKosikaDiv h1{
    padding-bottom: 0;
    margin-bottom: 0;
}

.naseBody .fal, .hviezdy .fal{
    margin-right: 10px;
}
.naseBody .plus{
    color: green;
}
.naseBody .minus{
    color: red;
}
.hviezdy .fa-star, .hviezdy .fa-star-half{
    color: #f70;
    font-size: 16px;
}
.naseBody{
    text-align: center;
}
.hviezdy{
    /*padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;*/
    padding: 0;
    margin: 0;
    padding-top: 10px;
    cursor: pointer;
}
.hviezdy .pocet{
    background: #f4f4f4;
    padding: 3px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 5px;
    display: inline-block;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #444;
    font-size: 15px;
}
@media(min-width:700px){
    .vratenie30dni{
        float:left;
        width:32%;
    }
    .naseBody{
        float:left;
        width:32%;
        text-align: left;
        padding-bottom: 60px;
    }
    /*.hviezdy{
        float:right;
        width:32%;
    }*/
}
.produktSekcia .leftHalf{
    margin-bottom: 30px;
}
.produktSekcia .leftHalf p{
    margin-bottom: 20px;
}
@media(min-width:600px){
    .produktSekcia .leftHalf{
        float: left;
        width: 49%;
    }
    .produktSekcia .rightHalf{
        float: right;
        width: 49%;
    }
    .produktSekcia.tabulkaVelkosti .leftHalf{
        float: left;
        width: 24%;
    }
    .produktSekcia.tabulkaVelkosti .rightHalf{
        float: right;
        width: 74%;
    }
}
.produktSekcia .leftHalf ul li::before {
    content: "\2713";
    color: #999;
    display: inline-block;
    width: 20px;
}
.produktSekcia.tabulkaVelkosti .leftHalf img{
    max-width: 100%;
    max-height: 280px;
    margin: auto;
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.produktSekcia.faq .leftHalf img{
    max-width: 100%;
    margin: auto;
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.produktSekcia.tabulkaVelkosti td, .produktSekcia.tabulkaVelkosti th{
    text-align: center;
}


#hodnoteniaTexty{
    min-height:300px;
}
#dalsieRecenzie, #predosleRecenzie{
    position: absolute;
    width: 15%;
    margin-left: 5%;
    font-size: 40px;
    min-height: 100px;
    color:rgba(0,0,0,0.1);
    z-index: 50;
    padding-top: 100px;
    cursor: pointer;
    text-align: left;
}
#dalsieRecenzie:hover, #predosleRecenzie:hover{
    color:rgba(0,0,0,0.25);
}
#predosleRecenzie{
    left:0;
    padding-left: 3%;
}
#dalsieRecenzie{
    right:0;
    padding-right: 3%;
    margin-right: 5%;
    text-align: right;
}
#hodnoteniaTexty .recenziaVlna{
    background: #f4f4f4;
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
}
#hodnoteniaTexty .recenziaVlna:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #f4f4f4;
  border-right: 12px solid transparent;
  border-top: 12px solid #f4f4f4;
  border-bottom: 20px solid transparent;
  left: 55%;
  bottom: -24px;
}
#otazkaKproduktu{
    display:none;
    margin-bottom: 80px;
}
@media(max-width:2250px){
    #dalsieRecenzie, #predosleRecenzie{
        margin-left: 0;
        margin-right: 0;
    }
}
@media(max-width:1950px){
    #predosleRecenzie{
        padding-left: 10px;
    }
    #dalsieRecenzie{
        padding-right: 10px;
    }
}

.dostupnostForm{
    background: #eee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
}
.dostupnostForm h2{
    padding: 0;
    margin: 0;
    font-size: 20px;
}
.dostupnostForm h2 i{
    margin-right: 15px;
    width: 40px;
    text-align: center;
    margin-left: 5px;
}
@media(max-width:600px){
    .dostupnostForm h2{
        font-size: 18px;
    }
    .dostupnostForm h2 i{
        margin-left: 0;
        margin-right: 12px;
    }
}
.dostupnostForm .wrapper{
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    padding: 5px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}
.dostupnostForm .wrapper input{
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    width:60%;
}
.dostupnostForm .wrapper i{
    margin-right: 15px;
    width: 35px;
    text-align: center;
}
.dostupnostForm button{
    float: right;
    font-size: 16px !important;
    width: auto !important;
    font-family: 'Open sans';
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}
</pre></body></html>