/*your custom css goes here*/ 


    <style>
        /* Add the CSS rule here */
        @media (max-width: 991px) {
           .header-sticky.header-bottom.header-right.currency-switcher {
                position: absolute;
                right: 0;
                top: 0;
            }
        }
    </style>
