.trideni {
    display: none;
}

.zalozky-shop {
    clear: both;
    height: 33px;
    border-left: 1px solid black;
}

.zalozka-shop {
    float: left;
    padding: 6px;
    border-right: 1px solid black;
}

.pocet-nalezenych {
    font-size: 0.7em;
    float: right;
}

.zbozi {
    border: 1px solid grey;
    height: 300px;
    position: relative;
    background: white;
    margin-bottom: 10px;
    box-shadow: 0px 0px 2px 0px black;
}

.zbozi_nazev {
    padding: 5px;
    border-bottom: 1px solid grey;
    text-align: center;
}

.zbozi .obr {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.dostupnost {
    padding: 15px;
    position: absolute;  
    left: 0px;  bottom: 0px;
}

.ceny {
    font-size: 1.5em;
    padding: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#varianty .error-message.var{
    visibility: hidden;
    position: absolute;
    opacity: 0;
    width: 0px; 
    height: 0px;
}

#varianty.input-error .error-message.var{
    top: -20px;
    left: 200px;    
    visibility: visible;
    opacity: 1;
    width: 80px;
    height: 40px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.error-message{
    position: absolute;
    background-color: rgb(255,0,0);
    color:white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 80px;
    height: 40px;
    font-size: 12px;
    text-align: center;
}
#do-kosiku-pocet .error-message{
    visibility: hidden;
    position: absolute;
    opacity: 0;
    width: 0px; 
    height: 0px;
}
#do-kosiku-pocet.input-error .error-message.do-kosiku{
    top: -48px;
    left: -42px;
    visibility: visible;
    opacity: 1;
    width: 90px;
    height: 40px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.error-message .sipka{
    width: 15px;
    height: 10px;
    position:absolute;
    bottom: -10px;
    right: 25px;
    background: url(../img/sipka_dolu.png) no-repeat;
}
.karta_nazev h1 {
    font-size: 1.2em;
}

.karta_obr {
    text-align: center;
}

.karta_cena {
    background: white;
    padding: 10px;
    border: 1px solid grey;
    border-bottom: 0px;
}

.tlacitko_shop {
    background: white;
    border: 1px solid grey;
    border-top: 0px;
    padding: 10px;
    height: 40px;
}

div#do-kosiku-pocet {
    float: left;
}

.pocet-input {
    width: 30px;
    padding: 7px;
    font-size: 1.2em;
    text-align: center;
}

.do-kosiku {
    padding: 10px;
    float: right;
    text-align: center;
    width: 13em;
    background: steelblue;
    color: white;
}