/*BM*/
stars .star.is-active:hover, .stars .star.star-half:before, .stars .star.star-on:before, .icon-starHalf-before, .icon-starOn-before, .product-ratings .icon-starOff-before:hover, .product-ratings .star-off:hover, .star.star-half, .star.star-on, .rate-average,
    .tursky-apollo .rate-wrapper.unveil-wrapper .rate-list .stars span.star-off::before {
        color: #ECB911 !important;
        font-size: 12px !important;
    }

#hodnoceniobchodu .vote-delimeter,
#hodnoceniobchodu .vote-time {
    display: none !important;
}

#hodnoceniobchodu .shop-stat-all a {
    background-color: #eb8923 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    border: none !important;
}

#hodnoceniobchodu .shop-stat-all a {
    font-size: 0; /* skryje původní text */
    transition: background-color 0.2s ease;
}

#hodnoceniobchodu .shop-stat-all a::after {
    content: "Všechna hodnocení";
    font-size: 16px;
    font-weight: 700;
    color: #ffffff !important;
}


#hodnoceniobchodu .shop-stat-all a:hover {
    background-color: #cc731d !important;
}

