.onlineStoreIcon {
        position:relative;
        float:right;
        color:#fff;
}
.onlineStoreIcon:hover {
        text-decoration:underline;
        cursor:pointer;
}
.onlineStoreIcon:before {
        font-family: 'Font Awesome 5 Free';
        /*content: "\f07a";
        content: "\f54e";*/
        content: "\f553";
        font-size:1.2em;
        font-weight:900;
        color:#fff;
        padding-right:2px;
}
.onlineStoreIcon:after {
        content: '\2197';
        font-size:1.25em;
        font-weight:bold;
}

@media (max-width: 991px) {
        .onlineStoreIcon {
                color:#0062a3;
        }
        .onlineStoreIcon:before {
                color:#0062a3;
        }
}
