
.buttonAuthenticate {
    background-color: var(--themeColor);
    border-radius: 5px;
    padding: 10px 25px;
    letter-spacing: 0px;
    font-size: 1em;
    text-align: center;
    border: 1px solid var(--themeColor);
    color: white;
    margin-top: 10px;
    width: 100%;
}
.buttonAddCart {
    background-color: var(--themeColor);
    border-radius: 5px;
    padding: 10px 25px;
    letter-spacing: 0px;
    font-size: 1em;
    text-align: center;
    border: 1px solid var(--themeColor);
    color: white;
    margin-top: 10px;
    width: 100%;
}

.buttonCheckout {
    background-color: var(--themeColor);
    border-radius: 5px;
    padding: 7px 25px;
    font-size: 1.2em;
    border: 1px solid var(--themeColor);
    color: white;
    margin-top: 10px;
    width: 100%;
}