.card .old-price {
    font-weight: 300;
}

.card .discount {
    border-radius: 16px;
    border: 1px solid #495460;
    background: #717171;
    color: #FFFFFF;
    padding: 2px 8px 2px 8px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    min-width: 0;
}

.avarage-rating {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #212529;
    margin-right: 8px;
    margin-left: 3px;
}

.total-review {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 100%;
    letter-spacing: 0;
    color: grey;
}

.star-img {
    width: 14px;
    height: 14px;
    margin-top: -1px;
    margin-bottom: 2px;
}

@media (max-width: 767px) {
    .star-img {
        width: 8px;
        height: 8px;
    }

    .avarage-rating, .total-review {
        font-size: 8px;
    }
}