.info-user {
    width: 700px;
    margin: 0 auto;
    max-width: 90%;
}

table tbody th {
    font-size: 16px;
    text-align: center;
    line-height: 150px;
}

.cart-image img {
    height: 150px;
}

.cart-delete {
    height: 150px;
    line-height: 150px;
}

.cart-content .order button,
.cart-content .order input {
    padding: 4px 8px;
}

.cart-content .order button {
    padding: 8px 16px;
    border: 1px solid #000;
}

.info-user .form-check {
    padding-left: 0;
}

.info-user .form-check .form-check-input {
    margin-left: 0;
}