@media screen and (max-width: 767px) {
    /* #logo {
        margin-top: 54px;
    }
    #cart {
        display: inline-block !important;
        position: fixed;
        z-index: 999999;
        left: 392px;
        top: 12px;
    } */
    #currency {
        display: block !important;
    }
}
/* 
@media screen and (max-width: 500px) {
    #cart {
        left: 252px;
    }

    #cart .us-cart-content {
        display: none !important;
    }
}

@media screen and (max-width: 440px) {
    #cart {
        left: 212px;
    }
} */