div.BtnV2.BtnV2--raised {
    background-color: rgb(206, 32, 47);
    color: white;
}
div.BtnV2.BtnV2--raised > span {
    display: none;
}
div.BtnV2.BtnV2--raised:after {
    content: 'Edit Order';
    color: rgb(255,255,255);
}
div.BtnV2.BtnV2--raised:hover {
    background-color: rgba(0, 37, 84, 1);
}
.__checkingOut, .__checkingOut #root, .CheckoutV2 {
    background-color: transparent;
}
/*.Choices > div:nth-child(1) {*/
/*    padding-bottom:20px;*/
/*    margin-bottom: 20px;*/
/*    border-bottom: 2px dashed rgba(0, 37, 84, 1);*/
/*}*/
.LiveField:not([data-key="31gpr"]) .Choices > div:nth-child(2) .Product__label {
    font-family: "Bubblegum Sans", nlkv;
    color: rgba(0, 136, 197, 1);
    font-weight: 400 !important;
}
/* Answer Underline*/
.LiveField__input:not(.LiveField__input--manualfocus), textarea.LiveField__input[rows="1"], .LiveField__input--manualfocus:not(:focus) {
    border-bottom: 1px solid rgb(161 5 5 / 100%)
}
/*Newsletter*/
.LiveField[data-key="6cmg"] {
    transform: scale(0.65);
}
.LiveField[data-key="6cmg"] .LiveField__header {
    text-align: center;
}