.signoutBtn {
    color: #344767;
    background-color: #fff;
    font-weight: 600;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
    margin: 0 1rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 87%;
}
.productQuantity {
    max-width: 100px;
}

.table thead th {
    padding: 1.5rem 0.5rem;
}