/* 
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.0
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 */


/* WOOCOMERCE */
/* MENU DESPLEGABLE */
.elementor-menu-cart__product-image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
	border-radius: 8px;
}

/* PRODUCTO INDIVIDUAL */
/* Ancho inpu cantidad */
.elementor-799 .elementor-element.elementor-element-2cbc8e5 .quantity .qty {
	min-width: 100px;
}

/* Precio variacin */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 24px;
	color: #424242;
}

/* CARRITO */
/* Nombres de productos */
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 21px !important;
	color: #000000;
}
.wc-block-components-product-name:hover {
	color: #F74C2B !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
	color: var(--e-global-color-accent);
}

.secc_carrito .carrito .woocommerce-cart-form__cart-item.cart_item .product-name a{
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 21px !important;
	color: #000000;
}
.secc_carrito .carrito .woocommerce-cart-form__cart-item.cart_item .product-thumbnail a img{
	border-radius:8px;
}

/* Botn de "Finalizar compra" */
.wc-block-components-button .wp-element-button .wc-block-cart__submit-button, .contained {
	color: #FFFFFF;
	background-color: #000000;
	font-family: "Work Sans", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 15px;
	border: 1px solid #000;
	border-radius: 50px 50px 50px 50px;
	padding: 16px 32px 16px 32px;
}
	
.wc-block-components-button .wp-element-button .wc-block-cart__submit-button, .contained:hover {
    color: #FFFFFF;
	background-color: #F74C2B;
	border: 1px solid #F74C2B;
}


/* SECCIN VER CARRITO */
/* WooCommerce Cart Blocks: respetar ancho del contenedor Elementor */
.wp-block-woocommerce-cart {
  max-width: 100% !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Anular comportamiento wide */
.wp-block-woocommerce-cart.alignwide {
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}



/* CONTACTO */
/* Contenedor del checkbox + texto */
.lopd { color: #424242; }
.lopd:hover { text-decoration: underline; }

label {
	display: inline-flex;
	align-items: center;
	gap: 8px; /* separación entre el checkbox y el texto */
	cursor: pointer;
}


/* COOKIES */

.secc_cookies .cookies #cmplz-document{
	max-width:100%;
	width:100%;
}


/* PAYPAL */

#ppc-button-ppcp-gateway{
	margin-top:20px;
}