.cart_count {
    position: absolute;
    background-color: red;
    border-radius: 50%;
    color: #ffffff;
    width: 20px;
    height: 20px;
    z-index: 1000;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    margin-left: 14px;
    margin-top: -10px;
    font-weight: bold;
}

.cart_link {
    margin-right: 20px;
}