#content{
    width:65%;
    margin: 0 auto;
    background-color: #242424;
    font-size: 20px;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    #content {
        width:100%;
        margin: 0;
        background-color: #242424;
    }
    .confirm-button{
        height: 40px;
    }
}

.hide{
    display: none !important;
}


.item{
    white-space: nowrap;
}

.inline-group {
    max-width: 9rem;
    padding: .5rem;
  }
  
.inline-group .form-control {
text-align: right;
}

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}

#content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}





#products{
    scroll-margin-left: 10px;
    font-family: "Bookman Old Style";
}


.basket-total-hide{
    display: none;
}


.delete{
    text-decoration:underline
}

.delete:hover{
    text-decoration:underline;
    color: silver;
    cursor: pointer;
}

.to-pay{
    margin-right: 5px;
}

.pay-to-line-through{
    text-decoration: line-through!important
}

.confirm-button{
    width: 100%;
}

