.rating-xxs {
    font-size: 1em;
}

.rating-container .caption {
    margin-top: 0;
}

.theme-diamond-svg .star {
    display: inline-block;
    width: 48px;
    height: 48px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.theme-diamond-svg.rating-xl .star {
    width: 80px;
    height: 80px;
}

.theme-diamond-svg.rating-lg .star {
    width: 64px;
    height: 64px;
}

.theme-diamond-svg.rating-sm .star {
    width: 40px;
    height: 40px;
}

.theme-diamond-svg.rating-xs .star {
    width: 30px;
    height: 30px;
}
.theme-diamond-svg.rating-xxs .star {
    width: 16px;
    height: 16px;
    margin: 0 3px 0 0;
}

.theme-diamond-svg .filled-stars .star {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 58 58" style="enable-background:new 0 0 58 58;" xml:space="preserve"><polygon style="fill:%23E4B015;" points="29,55 0,19 58,19 "/><polygon style="fill:%23EDC346;" points="58,19 0,19 10,3 48,3 "/><polygon style="fill:%23F1CF68;" points="42.154,19 48,3 10,3 15.846,19 "/><polygon style="fill:%23f5dd96;" points="42,19 29,3 16,19 "/><polygon style="fill:%23eab925;" points="15.846,19 29,55 42.154,19 "/></svg>');
}

.theme-diamond-svg .empty-stars .star {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 58 58" style="enable-background:new 0 0 58 58;" xml:space="preserve"><polygon style="fill:%23B9B9B9;" points="29,55 0,19 58,19 "/><polygon style="fill:%23D6D6D6;" points="58,19 0,19 10,3 48,3 "/><polygon style="fill:%23E9E9E9;" points="42.154,19 48,3 10,3 15.846,19 "/><polygon style="fill:%23FFFFFF;" points="42,19 29,3 16,19 "/><polygon style="fill:%23C4C4C4;" points="15.846,19 29,55 42.154,19 "/></svg>');
}

