#payment .place-order .button {
    width: 220px !important;
    max-width: 100%;
    font-size: 1em !important;
}

button.alt {
    margin-top: 10px;
    width: 100%;
    transition: all 0.3s ease;
}

form.checkout {
    margin-top: 40px;
}

table.cart tbody tr {
    border: 1px solid var(--accent)
}

@media screen and (min-width: 560px) {
    .single-product div.product form.cart {
        margin: 0 10px;
    }
}