/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.cartTotalItems  {
    position: absolute;
    right: 8px;
    top: -8px;
    font-size: 12px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: black;
    color: white;
    height: 20px;
    line-height: 19px;
    font-weight: bold;
}