/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2026 | 20:39:21 */
/* STILO - Corrigir estrelas WooCommerce */

/* Estrelas do topo do produto */
.single-product .woocommerce-product-rating .star-rating {
    display: inline-block !important;
    width: 110px !important;
    height: 22px !important;
    position: relative !important;
    overflow: hidden !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

.single-product .woocommerce-product-rating .star-rating::before,
.single-product .woocommerce-product-rating .star-rating span::before {
    content: "" !important;
    display: none !important;
}

.single-product .woocommerce-product-rating .star-rating::after {
    content: "★★★★★" !important;
    font-family: Arial, sans-serif !important;
    font-size: 18px !important;
    color: #C6A75E !important;
    letter-spacing: 2px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* Estrelas dentro da aba de avaliações */
.single-product #reviews .star-rating {
    display: block !important;
    width: 110px !important;
    height: 22px !important;
    position: relative !important;
    overflow: hidden !important;
    font-size: 0 !important;
    line-height: 1 !important;
    margin: 8px 0 14px 0 !important;
}

.single-product #reviews .star-rating::before,
.single-product #reviews .star-rating span::before {
    content: "" !important;
    display: none !important;
}

.single-product #reviews .star-rating::after {
    content: "★★★★★" !important;
    font-family: Arial, sans-serif !important;
    font-size: 18px !important;
    color: #C6A75E !important;
    letter-spacing: 2px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.single-product .star-rating span {
    display: none !important;
}
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

