.buttontrigger a {
    width: 100%;
    text-align: center;
    background: red;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
}
.priceforproduct {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 17px;
}
#checkoutButton:disabled {
    background: #ff000070;
}