/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.xencelabs_cart_menu_notice{
    border-radius: 50%;
    position: absolute;
    font-size: 10px;
    width: 5px;
    height: 0px;
    top: 40px;
    right:15px;
    background-color: firebrick;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    color: white;
}