/**
 * Consistent blue background for currency switcher container on mobile and tablet views (when it sits at the bottom)
 */
@media only screen and (max-width: 1024px) {
    .rh_wrapper_floating_features.rh_floating_classic,
    .rh_wrapper_floating_features {
        background-color: #3a619a !important;
        background: #3a619a !important;
    }
}
