/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/
/* Estiliza el botón de búsqueda en el widget de WooCommerce */
.widget_product_search form button[type="submit"] {
	margin-left:10px;
  background-color: #91766e;    /* Color de fondo */
  color: #fff;               /* Color del texto */
  padding: 8px 16px;            /* Espaciado interno */
  border: none;                 /* Sin borde */
  border-radius:5px;           /* Bordes redondeados */
  font-size: 12px;              /* Tamaño de letra */
  cursor: pointer;              /* Cursor al pasar */
  transition: background-color 0.3s ease;
	  font-family: 'Montserrat', sans-serif !important;
	font-weight:600;
}

/* Hover: cambia el color al pasar el mouse */
.widget_product_search form button[type="submit"]:hover {
  background-color: #000000;
	
}
.widget_product_search form input[type="search"] {
  font-family: 'lato', sans-serif;
  font-size: 14px;
  color: #333;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 300px;; /* Ocupa todo el ancho del contenedor */
  box-sizing: border-box;
}


/*categorias*/
.woocommerce ul.products li.product .product-category,
.woocommerce ul.products li.product .posted_in,
.woocommerce ul.products li.product .ast-woo-product-category {
    color: #d57c8f !important;
}
/*valoraciones*/
.woocommerce .star-rating,
.woocommerce .star-rating span {
    color: #d57c8f !important;
}














