/* shopping cart styles*/

.count{
    position: absolute;
    top: -8px;
    left: 34px;
    display: inline-block;
    width: 19px;
    height: 19px;
    color: #fff;
    background: #a3d801;
    line-height: 19px;
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    font-weight: 700;
}