
/*
| RR_MOBILE_FLOATING_CART_LIVE_SYNC_V3
| Prevent misleading total while live sync is fetching latest cart total.
*/
@media (max-width: 760px) {
    html body:not(.admin) .rr-mobile-floating-cart.is-syncing .rr-mobile-floating-cart-total,
    html body:not(.admin) .rr-mobile-floating-cart-total.is-empty-total {
        font-size: 10px !important;
    }
}
