/* Add here all your CSS customizations */
.my-cart {

    background-color: #a7df70;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-left: 3px;
    text-align: center;
    width: 24px;

}