.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: center;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.btn-quantity {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    margin: 0 0.5rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    text-decoration: none;
}

.button-container {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100vw;
}


/* butoon paypal */

.btn-paypal {
    display: inline-block;
    margin-left: 10px;
}

.btn-paypal > div {
    width: 100%;
}

.message-success {
    color: green;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid green;
    border-radius: 4px;
}

.message-error {
    color: red;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid red;
    border-radius: 4px;
}