.aspc-userOrder-confirm {
    text-align: center;
    margin: 0 -15px 0 15px;
    font-size: 15px;
    line-height: 20px;
}
.aspc-userOrder-confirm div {
    margin: 25px 0 20px 0;
}
.aspc-userOrder-confirm button {
    text-transform: none;
    font-weight: 400;
    font-family: 'Roboto';
    border-radius: 2px;
    background: #57ca85;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 15px;
    margin: 0 10px 0 10px;
    width: auto;
    height: auto;
    border: 0;
    line-height: normal;
    outline: none;
    cursor: pointer;
    -webkit-appearance: button;
}
.aspc-userOrder-confirm button:hover {
    background: #66d090;
}
.aspc-userOrder-confirm button:disabled {
    cursor: wait;
    box-shadow: none;
    opacity: 0.5;
    background: #57ca85;
}

dt.variation-aspc_bound_title {
    display: none !important;
}