/**
 * The Chara Project Custom Styles
 * Add your custom CSS here
 */

#et-top-navigation .et-cart-info span{
    font-size: 24px;
}
#et-top-navigation a.et-cart-info span:after {
    content: attr(data-items);
    font-size: 10px;
    position: absolute;
    color: white;
    left: 10px;
    top: -2px;
}
#et-top-navigation a.et-cart-info {
    position: relative;
}
