div.BtnV2.BtnV2--raised > span {
    display: none;
}
div.BtnV2.BtnV2--raised:after {
    content: 'Edit Order';
    color: #CE0E2D;
}
.Product__withquantity .LiveField__input {
    width: 90px;
    font-size: 2.5rem;
}
.Choices > div:nth-child(2), .Choices > div:nth-child(3) {
    padding-bottom:20px;
    margin-bottom: 20px;
    border-bottom: 2px dashed rgba(212, 156, 74, 1);
}
.Choices > div:nth-child(2) .Product__label {
    font-family: "Bubblegum Sans", nlkv;
    color: rgba(0, 136, 197, 1);
    font-weight: 400 !important;
}
.LiveField__input:not(.LiveField__input--manualfocus){
    border-bottom-color: #ce202f;
}