﻿.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/* ---------------------------------------------- */

.badge-favorite {
    cursor: pointer;
}

/*
.badge-add-to-favorites:not(.ProductCardFavorites) {
    display: none;
    color: black !important;
    background-color: #e0e0e0 !important;
}


.badge-remove-from-favorites:not(.ProductCardFavorites) {
    display: block;
    color: red !important;
}

.badge-add-to-favorites.ProductCardFavorites {
    display: block;
    color: black !important;
}

.badge-remove-from-favorites.ProductCardFavorites {
    display: block;
    color: red !important;
}
*/

.PriceFractionalPart, .PriceWithoutNacencaFractionalPart, .RecommendedPriceFractionalPart {
    font-size: 70%;
}

.navbar-brand {
    max-width: 300px;
}

.avatar {
    width: 50px !important;
    height: 50px !important;
}

.rating li {
    list-style-type: none;
    display: inline;
}

.rating ul {
    padding-left: 0rem;
}
