/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1743110221
Updated: 2025-03-27 21:17:01

*/

/* ==============================================
   Quantity + / – Button Styles con !important en colores
   ============================================== */

/* Contenedor flex para input + botones */
.woocommerce div.product form.cart .quantity,
.elementor-widget-woocommerce-product-add-to-cart .quantity {
  display: inline-flex;
  align-items: center;
}

/* Estilos comunes para ambos botones */
.quantity-button.minus,
.quantity-button.plus {
  background-color: #F5F5F5;   /* fondo gris claro fijo */
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 13px;         /* radio de 13px */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;           /* negrita */
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: none;            /* sin efecto hover */
}

/* Color del signo “–” */
.quantity-button.minus {
  margin-right: 8px;
}

/* Color del signo “+” */
.quantity-button.plus {
  margin-left: 8px;
}

/* Mantener fondo fijo al hover */
.quantity-button.minus:hover,
.quantity-button.plus:hover {
  background-color: #F5F5F5;
}

/* Input de cantidad centrado y sin bordes */
.quantity input.qty {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  -moz-appearance: textfield;
}
.quantity input.qty::-webkit-inner-spin-button,
.quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Estado “–” deshabilitado */
.quantity-button.minus:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* ==============================================
   Review Shortcode
   ============================================== */

/* — CONTENEDOR GENERAL — */
.fc-rating-breakdown {
  background-color: #F37022;
  padding: 2rem;
  border-radius: 8px;
  color: #fff;
}

/* — PROMEDIO — */
.fc-rating-breakdown .avg {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.fc-rating-breakdown .avg strong {
  font-size: 6rem;
  line-height: 1;
  color: #fff;
}

/* Ocultamos posibles SVGs viejos */
.fc-rating-breakdown .avg .stars svg {
  display: none !important;
}

/* Estrellas WooCommerce (star-rating) a gran tamaño */
.fc-rating-breakdown .avg .star-rating,
.fc-rating-breakdown .avg .star-rating span {
  font-size: 1.8rem !important;   /* ancho de cada estrella */
  line-height: 1 !important;
  color: #fff !important;         /* estrellas blancas */
}

/* Texto “(X opiniones)” justo abajo */
.fc-rating-breakdown .avg small {
  margin-top: .5rem;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
}

/* — DESGLOSE POR ESTRELLAS — */
.fc-rating-breakdown .row {
  display: flex;
  align-items: center;
  margin-bottom: .75rem;
}
.fc-rating-breakdown .row .star-label {
  width: 3rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.fc-rating-breakdown .row .bar {
  flex: 1;
  height: 8px;
  margin: 0 1rem;
  background: transparent;
  border-radius: 4px;
  overflow: hidden;
}
.fc-rating-breakdown .row .bar .fill {
  height: 100%;
  background: #fff;
  border-radius: 4px;
}
.fc-rating-breakdown .row .count {
  width: 2rem;
  text-align: right;
  font-size: 1.5rem;
  color: #fff;
}













