.s890table {
    width: 100%;
}
.s890table th, .s890table td {
    padding: 3px;
    border: none;
}
.s890table .s890amount {
    text-align: right;
}
.s890table .s890quantity {
    text-align: center;
}
.s890table tfoot {
    font-weight: bold;
}
.s890table tfoot td {
    text-align: right;
    padding-top: 20px;
}
#s890confirmationContain {
    display: none;
}

.prodBuyLotsGroup {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
}
@media (min-width: 992px) {
    .prodBuyLotsGroup { grid-template-columns: 1fr 1fr; }
}
@media (min-width:1200px){
    .prodBuyLotsGroup { grid-template-columns: 1fr 1fr 1fr; }
}