/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.5
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* GENERALES */
.accent {
	color: var(--e-global-color-accent)
}

/* CONTACTO */
.elementor-166 .elementor-element.elementor-element-c15763a .elementor-button[type="submit"]:hover {
	color: #FFFFFF !important;
}

/*SINGLE PRODUCTO*/
.secc_single_producto .col_single_producto .col_precio_single .elementor-widget-woocommerce-product-add-to-cart .elementor-add-to-cart .ppc-button-wrapper{
	margin-top:20px;
	width:fit-content;
}

/* PRODUCTOS */
/*.prod-tag {
    background-color: #e9e9e9;
    font-family: var(--e-global-typography-e09d801-font-family), Sans-serif;
    font-size: var(--e-global-typography-e09d801-font-size);
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    border-radius: 4px 4px 4px 4px;
    padding: 6px 12px 6px 12px;
    
    a {
        color: var(--e-global-color-secondary);
    }
}*/

.product-tag {
	display: inline-block;
	background: #e9e9e9;
	color: var(--e-global-color-secondary);
	padding: 4px 10px;
	margin: 3px 5px 3px 0;
	border-radius: 4px;
	font-family: var(--e-global-typography-e09d801-font-family), Sans-serif;
	font-size: var(--e-global-typography-e09d801-font-size);
	text-decoration: none;
	transition: all 0.2s ease;
}
.product-tag:hover {
	background: #e0e0e0;
}



/* BLOG */

.hero_blog .hero_blog_col .hero_blog_migas .elementor-sitemap-section h2{
	display:none;
}
.hero_blog .hero_blog_col .hero_blog_migas .elementor-sitemap-wrap .elementor-sitemap-list{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	padding-left:0px;
}
.hero_blog .hero_blog_col .hero_blog_migas .elementor-sitemap-wrap .elementor-sitemap-list li{
	padding: 12px 32px;
    background-color: #C2B4A7;
    margin: 5px;
    list-style-type: none;
    border-radius: 8px;
}
.hero_blog .hero_blog_col .hero_blog_migas .elementor-sitemap-wrap .elementor-sitemap-list li a{
	color:#000000;
	font-family:'Inter', sans-serif;
	font-size:16px;
	font-weight:500;
	line-height:24px;
}
.hero_blog .hero_blog_col .hero_blog_migas .elementor-sitemap-wrap .elementor-sitemap-list li:hover, .hero_blog .hero_blog_col .hero_blog_migas .elementor-sitemap-wrap .elementor-sitemap-list li:hover a{
	background-color:#7A5C4A;
	color:#FFFFFF;
}
.hero_blog .hero_blog_col .hero_blog_migas .elementor-sitemap-wrap .elementor-sitemap-section .elementor-sitemap-list li.current-cat{
	background-color:#7A5C4A;
	color:#FFFFFF;
}

/* CATEGORAS BLOG */
/* Contenedor principal */
.elementor-sitemap-list.elementor-sitemap-category-list,
.elementor-sitemap-list.elementor-sitemap-category-list li {
	list-style: none !important; /* fuerza eliminación de los puntos */
	margin: 0;
	padding: 0;
}

/* Estilo del listado tipo “tags” */
.elementor-sitemap-list.elementor-sitemap-category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

/* Cada ítem de categoría */
.elementor-sitemap-item-category a {
	display: inline-block;
	background: #e9e9e9;
	color: var(--e-global-color-secondary);
	padding: 4px 10px;
	border-radius: 4px;
	font-family: var(--e-global-typography-e09d801-font-family), Sans-serif;
	font-size: var(--e-global-typography-e09d801-font-size);
	text-decoration: none;
	transition: all 0.2s ease;
}

/* Hover */
.elementor-sitemap-item-category a:hover {
	background: #e0e0e0;
	color: var(--e-global-color-secondary);
}




/* SINGLE BLOG */

.hero_single_blog .hero_single_blog_tit_col .elementor-widget-post-info .elementor-icon-list-items .elementor-icon-list-item:last-child .elementor-post-info__terms-list a.elementor-post-info__terms-list-item{
	background-color: #C2B4A7;
    border-radius: 8px;
    padding: 12px 32px;
    margin-right: 5px;
	color:#000000;
	font-family:'Inter', sans-serif;
	font-size:16px;
	font-weight:500;
	line-height:24px;
}
.hero_single_blog .hero_single_blog_tit_col .elementor-widget-post-info .elementor-icon-list-items .elementor-icon-list-item:last-child .elementor-post-info__terms-list a.elementor-post-info__terms-list-item:hover{
	background-color:#7A5C4A;
	color:#FFFFFF;	
}

/* CARRITO */
/* Nombres de productos */
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	/*font-family: var(--e-global-typography-6a36b8a-font-family) "Inter", Sans-serif;
    font-weight: var(--e-global-typography-6a36b8a-font-weight);*/
	font-family: var(--e-global-typography-dfcbc9a-font-family), Sans-serif;
    font-size: var(--e-global-typography-dfcbc9a-font-size);
	color: var(--e-global-color-secondary);
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
		color: var(--e-global-color-accent);
	}

/* Botn de "Finalizar compra" */
.wc-block-components-button .wp-element-button .wc-block-cart__submit-button, .contained {
	background-color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-6a36b8a-font-family) "Inter", Sans-serif;
    font-weight: var(--e-global-typography-6a36b8a-font-weight);
    color: var(--e-global-color-primary);
    border-radius: 8px 8px 8px 8px;
}
	
.wc-block-components-button .wp-element-button .wc-block-cart__submit-button, .contained:hover {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
}

/* Badge de Ahorro */
.wc-block-components-product-badge {
	color: lightseagreen;
}

/* Eliminar artículo */
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	color: red !important;
}