.sdd_datum_dodani {
    white-space: nowrap;
    color: green;
}

table#sdd_table thead tr th {
    white-space: nowrap;
}

#kdy_zbozi_dostanu:not(.btn-primary) {
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

img.sdd_logo {
    width: 3.125rem; /* toto jsem se inspiroval v OBJ PS8, jak to ma reseno ta loga */
    margin: 5px;
}

#sdd_table tr td {
    padding: 10px;
    border-top: 3px solid #f1f1f1;
}

.sdd_bonus_text {
    font-size: 75%;
}

@media (max-width: 768px) {
    td.sdd_logo {
        display: none;
    }

    th.hide_mobile {
        display: none;
    }

    .sdd_den {
        display: block;
    }
}

@media (min-width: 768px) {
    th.hide_pc {
        display: none;
    }

}

/* skryvame to ve quick view */
.quickview #kdy_zbozi_dostanu, .quickview #kdy_zbozi_dostanu_content {
    display: none;
}

.sdd_svg {
    width: 24px;
    height: 24px;
    fill: currentcolor;
    vertical-align: middle;
    margin-right: 0.3rem;
}

#shaim_datum_dodani_parent {
    margin-top: 0.5rem;
}

#sdd_table .sdd_logo {
    padding-left: 0;
}

#sdd_table .sdd_cena {
    padding-right: 0;
}
