@media(max-width:640px){
    /* v317: restore Transfer/Save to normal icon-button size, equal to nearby mobile buttons */
    .bill-place-order-fab{
        position:fixed!important;
        left:10px!important;
        right:auto!important;
        bottom:10px!important;
        width:104px!important;
        min-width:104px!important;
        max-width:104px!important;
        height:50px!important;
        min-height:50px!important;
        padding:0 8px!important;
        gap:5px!important;
        border-radius:17px!important;
        font-size:12px!important;
        line-height:1.05!important;
        white-space:nowrap!important;
        text-align:center!important;
        z-index:99!important;
    }
    .bill-place-order-fab .bill-jump-icon{
        width:auto!important;
        height:auto!important;
        min-width:auto!important;
        font-size:17px!important;
        line-height:1!important;
        margin:0!important;
        flex:0 0 auto!important;
        filter:drop-shadow(0 4px 8px rgba(0,0,0,.20))!important;
    }
    .bill-place-order-fab span:not(.bill-jump-icon):not(.bill-jump-count){
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:auto!important;
        max-width:70px!important;
        min-width:0!important;
        font-size:11.5px!important;
        font-weight:1000!important;
        line-height:1!important;
        letter-spacing:-.12px!important;
        overflow:visible!important;
        text-overflow:clip!important;
        white-space:nowrap!important;
    }
}
@media(max-width:360px){
    .bill-place-order-fab{
        width:100px!important;
        min-width:100px!important;
        max-width:100px!important;
        padding:0 7px!important;
        gap:4px!important;
    }
    .bill-place-order-fab .bill-jump-icon{
        font-size:16px!important;
    }
    .bill-place-order-fab span:not(.bill-jump-icon):not(.bill-jump-count){
        font-size:11px!important;
        max-width:68px!important;
    }
}
