#cart-badge {
    padding: 4px;
    min-width: 16px;
    height: 16px;
    border-radius: 100px;
    display: none;
    justify-content: center;
    align-items: center;
    font-family: iranSans-400;
    font-size: 12px;
    background-color: #C10008;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
}