body {
    font-size: 0.9em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}


.btn.btn-sm.btn-cart {
    background-color: #00b900;
    color: white;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 13px;
    font-size: 1em;
    opacity: 0.8;
    margin-left:auto;
}
.btn.btn-sm.btn-trash {
    background-color: #b90000;
    color: white;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
    opacity: 0.8;
    margin-left: auto;
}




.btn.btn-outline-danger.small {
    font-size: 0.5em;
}


h1 {
    white-space: nowrap;
}

.form-control.nofcart
{
    width:62px;
    display:inline-block;
}

.textdescription {
    font-size:0.8em;
}

    .textdescription.main {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
        -webkit-box-orient: vertical;
        font-size: 1em;
    }