.item-counter{
    position: relative;
}


.item-counter p {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
}

.card-foot .price {
    font-size: 12px !important;
}

.card-foot ul li p {
    font-size: 11px;
}