/* =========================================================
   CUSTOM SINGLE PRODUCT CSS
   Threko - Single Product
   ========================================================= */

:root {
  --threko-accent: #00bf90;
  --threko-accent-hover: #00d6a1;
  --threko-accent-soft: rgba(0, 191, 144, 0.08);
  --threko-accent-shadow: rgba(0, 191, 144, 0.25);

  --threko-orange: #ff6600;
  --threko-orange-hover: #e65c00;

  --threko-text-light: #ffffff;
  --threko-border-soft: #d8d8d8;
  --threko-radius-sm: 6px;
  --threko-radius-md: 7px;
  --threko-radius-lg: 10px;
  --threko-transition: all 0.3s ease;
}

/* =========================================================
   BASE
   ========================================================= */
.single-product form.cart,
.single-product .product form.cart,
.single-product div.product form.cart {
  width: 100%;
  box-sizing: border-box;
}

.single-product form.cart *,
.single-product .product form.cart *,
.single-product div.product form.cart * {
  box-sizing: border-box;
}

/* =========================================================
   PREÇOS
   - preço atual/intervalo: laranja
   - preço antigo: menor e cinza
   ========================================================= */
.single-product .summary .price,
.single-product .summary p.price,
.single-product .summary span.price,
.single-product div.product p.price,
.single-product div.product span.price {
  color: var(--threko-orange) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.single-product .summary .price > .woocommerce-Price-amount,
.single-product .summary p.price > .woocommerce-Price-amount,
.single-product .summary span.price > .woocommerce-Price-amount,
.single-product .summary .price ins .woocommerce-Price-amount,
.single-product .summary .price > bdi,
.single-product div.product p.price > .woocommerce-Price-amount,
.single-product div.product span.price > .woocommerce-Price-amount {
  font-size: 21px !important;
  color: var(--threko-orange) !important;
  font-weight: 700 !important;
}

.single-product .summary .price del,
.single-product .summary p.price del,
.single-product .summary span.price del,
.single-product div.product p.price del,
.single-product div.product span.price del,
.single-product .summary .price del .woocommerce-Price-amount,
.single-product .summary p.price del .woocommerce-Price-amount,
.single-product .summary span.price del .woocommerce-Price-amount,
.single-product div.product p.price del .woocommerce-Price-amount,
.single-product div.product span.price del .woocommerce-Price-amount,
.single-product .summary .price del .woocommerce-Price-amount bdi,
.single-product div.product .price del .woocommerce-Price-amount bdi {
  font-size: 15px !important;
  color: #8f8f8f !important;
  font-weight: 500 !important;
  opacity: 1 !important;
}

.single-product .summary .price del,
.single-product .summary p.price del,
.single-product .summary span.price del,
.single-product div.product p.price del,
.single-product div.product span.price del {
  text-decoration-thickness: 2px !important;
}

.single-product .summary .price ins,
.single-product .summary p.price ins,
.single-product .summary span.price ins,
.single-product div.product p.price ins,
.single-product div.product span.price ins {
  text-decoration: none !important;
  color: var(--threko-orange) !important;
}

/* =========================================================
   LAYOUT NOVO DO SINGLE
   Estrutura criada no functions.php
   ========================================================= */
.single-product .threko-single-layout {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
}

.single-product .threko-single-divider {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  margin: 12px 0 !important;
  background: var(--threko-border-soft) !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* =========================================================
   LINHA DE AÇÕES
   quantidade + comparar + wishlist
   ========================================================= */
.single-product .threko-single-actions {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.single-product .threko-single-actions .quantity {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  margin: 0 !important;
  height: 40px !important;
  border: 1px solid var(--threko-accent) !important;
  border-radius: 12px !important;
  background: rgba(0, 191, 144, 0.08) !important;
  overflow: hidden !important;
}

.single-product .threko-single-actions .quantity input.qty,
.single-product .threko-single-actions .quantity .qty {
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  text-align: center !important;
  color: inherit !important;
  box-shadow: none !important;
  padding: 0 10px !important;
}

.single-product .threko-single-actions .thunk-compare {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.single-product .threko-single-actions .thunk-compare .compare-tooltip,
.single-product .threko-single-actions .thunk-compare .th-product-compare-btn-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 !important;
}

.single-product .threko-single-actions .thunk-compare .th-product-compare-btn,
.single-product .threko-single-actions .thunk-compare a.compare {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  height: 40px !important;
  padding: 0 14px !important;
  margin: 0 !important;
  background: rgba(0, 191, 144, 0.08) !important;
  border: 1px solid var(--threko-accent) !important;
  border-radius: var(--threko-radius-sm) !important;
  color: var(--threko-accent) !important;
  transition: var(--threko-transition) !important;
  box-shadow: 0 0 8px rgba(0, 191, 144, 0.2) !important;
}

.single-product .threko-single-actions .thunk-compare .th-product-compare-btn:hover,
.single-product .threko-single-actions .thunk-compare a.compare:hover {
  background: var(--threko-accent) !important;
  color: var(--threko-text-light) !important;
  box-shadow: 0 0 15px rgba(0, 191, 144, 0.6) !important;
  transform: translateY(-1px) !important;
}

.single-product .threko-single-actions .wlfmc-add-to-wishlist {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: auto !important;
  margin: 0 !important;
  background: transparent !important;
}

.single-product .threko-single-actions .wlfmc-add-to-wishlist .wlfmc-add-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.single-product .threko-single-actions .wlfmc-add-to-wishlist.exists .wlfmc-addtowishlist {
  display: none !important;
}

.single-product .threko-single-actions .wlfmc-add-to-wishlist.exists .wlfmc-removefromwishlist {
  display: flex !important;
}

.single-product .threko-single-actions .wlfmc-add-to-wishlist:not(.exists) .wlfmc-addtowishlist {
  display: flex !important;
}

.single-product .threko-single-actions .wlfmc-add-to-wishlist:not(.exists) .wlfmc-removefromwishlist {
  display: none !important;
}

/* =========================================================
   VARIAÇÕES
   ========================================================= */
.single-product .threko-single-variations {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.single-product .threko-single-variations table.variations {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 12px 0 !important;
  border-collapse: collapse !important;
}

.single-product .threko-single-variations table.variations td,
.single-product .threko-single-variations table.variations th {
  vertical-align: top !important;
  text-align: left !important;
}

.single-product .threko-single-variations .woo-variation-items-wrapper,
.single-product .threko-single-variations .variable-items-wrapper {
  text-align: left !important;
  justify-content: flex-start !important;
}

.single-product .threko-single-variations .variable-item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 42px !important;
  max-width: 100% !important;
  white-space: nowrap !important;
}

.single-product .threko-single-variations .single_variation_wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

/* =========================================================
   ADD TO CART
   ========================================================= */
.single-product .threko-single-add {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.single-product .threko-single-add .woocommerce-variation-add-to-cart {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.single-product .threko-single-add .single_add_to_cart_button,
.single-product form.cart > .single_add_to_cart_button,
.single-product form.cart .single_add_to_cart_button {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.single-product .single_add_to_cart_button {
  background: linear-gradient(135deg, #00bf90 0%, #00d6a1 100%) !important;
  color: #ffffff !important;
  border: 2px solid var(--threko-accent) !important;
  border-radius: var(--threko-radius-lg) !important;
  font-size: 1.4em !important;
  font-family: 'Orbitron', sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  padding: 8px 16px !important;
  transition: var(--threko-transition) !important;
  box-shadow: 0 6px 14px rgba(0, 191, 144, 0.35) !important;
}

.single-product .single_add_to_cart_button:hover {
  background: linear-gradient(135deg, #00f2b0 0%, #00d6a1 100%) !important;
  transform: scale(1.02) !important;
  box-shadow: 0 0 18px rgba(0, 191, 144, 0.7) !important;
}

.single-product .single_add_to_cart_button:disabled,
.single-product .single_add_to_cart_button.disabled {
  opacity: 0.65 !important;
  cursor: not-allowed !important;
}

/* =========================================================
   BUY NOW
   ========================================================= */
.single-product .threko-single-buy {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   RESPONSIVO
   ========================================================= */
@media (max-width: 768px) {
  .single-product .threko-single-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .single-product .threko-single-actions .quantity,
  .single-product .threko-single-actions .thunk-compare,
  .single-product .threko-single-actions .wlfmc-add-to-wishlist {
    width: 100% !important;
    justify-content: center !important;
  }

  .single-product .threko-single-actions .wlfmc-add-to-wishlist {
    justify-content: center !important;
  }
}

/* =========================================================
   THREKO - SINGLE PRODUCT REVIEWS FINAL
   Local único: custom-single-product.css
   Estrutura final limpa, forte e segmentada
   ========================================================= */


/* =========================================================
   FASE 1 - LINK DE AVALIAÇÕES NO TOPO DO PRODUTO
   ========================================================= */
body.single-product a.threko-review-link,
body.single-product a.threko-review-link:visited {
  display: inline-block;
  margin-top: 6px;
  font-size: 18px !important;
  line-height: 1.4 !important;
  letter-spacing: 1px !important;
  color: #cfcfcf !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

body.single-product a.threko-review-link strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

body.single-product a.threko-review-link:hover {
  color: #00bf90 !important;
  text-decoration: none !important;
}


/* =========================================================
   FASE 2 - BASE DA SECÇÃO DE AVALIAÇÕES
   ========================================================= */
body.single-product #avaliacoes {
  margin-top: 24px !important;
}

body.single-product #avaliacoes .woocommerce-tabs.wc-tabs-wrapper {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.single-product #avaliacoes .woocommerce-Tabs-panel--reviews,
body.single-product #avaliacoes .woocommerce-Reviews {
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 18px !important;
  padding: 26px !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.02) inset !important;
}

body.single-product #avaliacoes p,
body.single-product #avaliacoes li,
body.single-product #avaliacoes label,
body.single-product #avaliacoes span,
body.single-product #avaliacoes .comment-text {
  color: #d7d7d7 !important;
}


/* =========================================================
   FASE 3 - ABA / TÍTULO "AVALIAÇÕES"
   ========================================================= */
body.single-product #avaliacoes ul.tabs.wc-tabs {
  display: block !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
}

body.single-product #avaliacoes ul.tabs.wc-tabs li,
body.single-product #avaliacoes ul.tabs.wc-tabs li.reviews_tab {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.single-product #avaliacoes ul.tabs.wc-tabs li::before,
body.single-product #avaliacoes ul.tabs.wc-tabs li::after {
  display: none !important;
  content: none !important;
}

body.single-product #avaliacoes ul.tabs.wc-tabs li a {
  display: inline-block !important;
  padding: 0 0 14px !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.5px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  position: relative !important;
}

body.single-product #avaliacoes ul.tabs.wc-tabs li.active a::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 66px !important;
  height: 3px !important;
  border-radius: 10px !important;
  background: #00bf90 !important;
}


/* =========================================================
   FASE 4 - TÍTULO INTERNO E MENSAGENS
   ========================================================= */
body.single-product #avaliacoes .woocommerce-Reviews-title {
  display: block !important;
  margin: 0 0 22px !important;
  font-size: 22px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

body.single-product #avaliacoes .woocommerce-Reviews-title span {
  color: #00bf90 !important;
}

body.single-product #avaliacoes .woocommerce-noreviews,
body.single-product #avaliacoes .must-log-in,
body.single-product #avaliacoes .woocommerce-review__awaiting-approval {
  color: #bdbdbd !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

body.single-product #avaliacoes .must-log-in a {
  color: #00bf90 !important;
  text-decoration: none !important;
}

body.single-product #avaliacoes .must-log-in a:hover {
  text-decoration: underline !important;
}


/* =========================================================
   FASE 5 - LISTA DE AVALIAÇÕES DOS CLIENTES
   ========================================================= */
body.single-product #avaliacoes #reviews {
  margin-top: 10px !important;
}

body.single-product #avaliacoes #comments {
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product #avaliacoes #comments ol.commentlist {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product #avaliacoes #comments ol.commentlist li.review {
  margin: 0 0 18px !important;
  padding: 18px !important;
  background: rgba(255, 255, 255, 0.025) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  transition: all 0.25s ease !important;
}

body.single-product #avaliacoes #comments ol.commentlist li.review:hover {
  border-color: rgba(0, 191, 144, 0.35) !important;
  box-shadow: 0 0 18px rgba(0, 191, 144, 0.10) !important;
}

body.single-product #avaliacoes #comments ol.commentlist li.review:last-child {
  margin-bottom: 0 !important;
}

body.single-product #avaliacoes .comment_container {
  display: flex !important;
  gap: 16px !important;
  align-items: flex-start !important;
}

body.single-product #avaliacoes .comment_container .avatar {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  object-fit: cover !important;
}

body.single-product #avaliacoes .comment-text {
  flex: 1 !important;
  min-width: 0 !important;
}


/* =========================================================
   FASE 6 - ESTRELAS DO REVIEW PUBLICADO
   Corrigidas para não cortar
   ========================================================= */
body.single-product #avaliacoes .review-rating {
  display: block !important;
  margin-bottom: 10px !important;
  overflow: visible !important;
}

body.single-product #avaliacoes .review-rating .star-rating,
body.single-product #avaliacoes .comment-text .star-rating {
  position: relative !important;
  display: inline-block !important;
  float: none !important;
  overflow: visible !important;
  width: 6.4em !important;
  min-width: 6.4em !important;
  max-width: 6.4em !important;
  height: 1.35em !important;
  min-height: 1.35em !important;
  line-height: 1.35 !important;
  font-size: 16px !important;
  letter-spacing: 0.08em !important;
  color: #00bf90 !important;
  vertical-align: middle !important;
}

body.single-product #avaliacoes .review-rating .star-rating::before,
body.single-product #avaliacoes .comment-text .star-rating::before {
  content: "★★★★★" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  color: rgba(255,255,255,0.18) !important;
  line-height: 1.35 !important;
  overflow: visible !important;
}

body.single-product #avaliacoes .review-rating .star-rating span,
body.single-product #avaliacoes .comment-text .star-rating span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  height: 1.35em !important;
  line-height: 1.35 !important;
}

body.single-product #avaliacoes .review-rating .star-rating span::before,
body.single-product #avaliacoes .comment-text .star-rating span::before {
  content: "★★★★★" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  color: #00bf90 !important;
  line-height: 1.35 !important;
  overflow: visible !important;
}


/* =========================================================
   FASE 7 - META DO REVIEW
   ========================================================= */
body.single-product #avaliacoes p.meta {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
  color: #bcbcbc !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

body.single-product #avaliacoes .woocommerce-review__author {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

body.single-product #avaliacoes .woocommerce-review__verified {
  color: #00bf90 !important;
  font-style: italic !important;
}

body.single-product #avaliacoes .woocommerce-review__dash {
  color: #707070 !important;
}

body.single-product #avaliacoes .woocommerce-review__published-date {
  color: #9a9a9a !important;
  font-size: 13px !important;
}


/* =========================================================
   FASE 8 - TEXTO DO REVIEW
   ========================================================= */
body.single-product #avaliacoes .description {
  margin: 0 !important;
}

body.single-product #avaliacoes .description p {
  margin: 0 !important;
  color: #e2e2e2 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}


/* =========================================================
   FASE 9 - FORMULÁRIO DE AVALIAÇÃO
   ========================================================= */
body.single-product #avaliacoes #review_form_wrapper {
  margin-top: 26px !important;
  padding-top: 24px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.single-product #avaliacoes #review_form {
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product #avaliacoes .comment-reply-title {
  display: block !important;
  margin-bottom: 18px !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #ffffff !important;
}

body.single-product #avaliacoes #commentform label {
  display: block !important;
  margin-bottom: 8px !important;
  color: #d9d9d9 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

body.single-product #avaliacoes #commentform p {
  margin-bottom: 16px !important;
}


/* =========================================================
   FASE 10 - ESTRELAS DO FORMULÁRIO
   ========================================================= */
body.single-product #avaliacoes .comment-form-rating {
  margin-bottom: 18px !important;
}

body.single-product #avaliacoes .comment-form-rating .stars {
  display: inline-block !important;
  line-height: 1 !important;
}

body.single-product #avaliacoes .comment-form-rating .stars a {
  color: #8a8a8a !important;
  font-size: 22px !important;
  margin-right: 4px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

body.single-product #avaliacoes .comment-form-rating .stars a:hover,
body.single-product #avaliacoes .comment-form-rating .stars a.active,
body.single-product #avaliacoes .comment-form-rating .stars:hover a {
  color: #00bf90 !important;
}


/* =========================================================
   FASE 11 - CAMPOS DO FORMULÁRIO
   ========================================================= */
body.single-product #avaliacoes #commentform input[type="text"],
body.single-product #avaliacoes #commentform input[type="email"],
body.single-product #avaliacoes #commentform textarea#comment {
  width: 100% !important;
  box-sizing: border-box !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 14px !important;
  padding: 14px 16px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-family: inherit !important;
}

body.single-product #avaliacoes #commentform textarea#comment {
  min-height: 150px !important;
  resize: vertical !important;
}

body.single-product #avaliacoes #commentform input[type="text"]:focus,
body.single-product #avaliacoes #commentform input[type="email"]:focus,
body.single-product #avaliacoes #commentform textarea#comment:focus {
  outline: none !important;
  border-color: rgba(0, 191, 144, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(0, 191, 144, 0.10) !important;
}

body.single-product #avaliacoes #commentform ::placeholder {
  color: #8d8d8d !important;
}


/* =========================================================
   FASE 12 - BOTÃO DO FORMULÁRIO
   ========================================================= */
body.single-product #avaliacoes #commentform .form-submit {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

body.single-product #avaliacoes #commentform input#submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 24px !important;
  border: none !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #00bf90, #21B4A6) !important;
  color: #0b0f14 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.4px !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

body.single-product #avaliacoes #commentform input#submit:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(0, 191, 144, 0.28) !important;
}


/* =========================================================
   FASE 13 - AJUSTES FINAIS
   ========================================================= */
body.single-product #avaliacoes input,
body.single-product #avaliacoes textarea,
body.single-product #avaliacoes button,
body.single-product #avaliacoes select {
  font-family: inherit !important;
}

body.single-product #avaliacoes .clear {
  display: none !important;
}


/* =========================================================
   FASE 14 - RESPONSIVO
   ========================================================= */
@media (max-width: 767px) {
  body.single-product #avaliacoes ul.tabs.wc-tabs li a {
    font-size: 22px !important;
  }

  body.single-product #avaliacoes .woocommerce-Tabs-panel--reviews,
  body.single-product #avaliacoes .woocommerce-Reviews {
    padding: 18px !important;
  }

  body.single-product #avaliacoes .comment_container {
    gap: 12px !important;
  }

  body.single-product #avaliacoes .comment_container .avatar {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }

  body.single-product #avaliacoes .comment-reply-title {
    font-size: 21px !important;
  }

  body.single-product #avaliacoes .review-rating .star-rating,
  body.single-product #avaliacoes .comment-text .star-rating {
    width: 6.1em !important;
    min-width: 6.1em !important;
    max-width: 6.1em !important;
    font-size: 15px !important;
  }
}
