body:not(.path-cart) #block-bootstrap-main-menu a[data-drupal-link-system-path="cart"] {
    font-size: 0;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

body:not(.path-cart) #block-bootstrap-main-menu a[data-drupal-link-system-path="cart"]::before {
    content: "\e116";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px darkcyan, 0 0 40px darkcyan, 0 0 50px darkcyan, 0 0 60px darkcyan, 0 0 70px darkcyan;
    }
    to {
        text-shadow: 0 0 20px #fff, 0 0 30px cyan, 0 0 40px cyan, 0 0 50px cyan, 0 0 60px cyan, 0 0 70px cyan, 0 0 80px cyan;
    }
}
