/******* VERSION 1.2 - 1/6/2018  *******/

/* Fix icon cart */
#header .hidden-xs .download_cart .edd-cart-number-of-items_custom{
 position: relative;
}

#header .hidden-xs .download_cart .edd-cart-quantity{
 background: #aa00ff;
    text-align: center;
    border-radius: 100%;
    padding: 0;
    font-size: 11px;
    position: absolute;
    right: -10px;
    top: -5px;
    z-index: 2;
    width: 20px;
    height: 20px;
    letter-spacing: 0;
    line-height: 20px;
}