/*
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.4.4.1755160167
Updated: 2025-08-14 10:29:27

*/

/*Productos*/
.boton_comprar .variations th, .boton_comprar .variations td{
	background-color: white;
}
.boton_comprar #longitud {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
.boton_comprar .variations th {
	text-align: left;
    padding: 0;
	padding-top: 7px !important;
}
.boton_comprar .reset_variations {
	color: #3C4F75 !important;
}
.boton_comprar .price span {
	color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-5f01276-font-family), Sans-serif;
    font-size: var(--e-global-typography-5f01276-font-size);
    font-weight: var(--e-global-typography-5f01276-font-weight);
}

.boton_comprar .woocommerce-variation.single_variation {
	padding-bottom: 15px;
}

.datos-tecnicos {
  max-width: 500px;
  margin: 0 auto;
}

.datos-tecnicos h2 {
  margin-bottom: 15px;
}

.dato {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.parametro {
  font-weight: bold;
  margin-right: 10px;
}

.valor {
  text-align: right;
}

@media (max-width: 600px) {
  .dato {
    flex-direction: column;
    align-items: flex-start;
  }
  .valor {
    text-align: left;
    margin-top: 5px;
  }
}

/*END productos*/

/*Carrito*/

h3.wc-block-components-product-name {
	font-size: 19px !important;		
}

main.site-main .wc-block-components-button.wp-element-button, .carrito_contenedor .button.wc-backward  {
	background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-e260f55-font-family), Sans-serif;
    font-size: var(--e-global-typography-e260f55-font-size);
    font-weight: var(--e-global-typography-e260f55-font-weight);
    color: var(--e-global-color-secondary);
    border-style: none;
    border-radius: 20px 20px 20px 20px;
	text-decoration: none;
	color: #262626;
}

@media(min-width: 1024px) {
	.page-content .wp-block-woocommerce-cart.alignwide, main.site-main .page-content, main.site-main .entry-title, main.site-main .page-header, main.site-main {
		width: 1280px !important;
		margin: auto;
		max-width: 1280px !important;
	}	
}

.woocommerce-notices-wrapper {
	display: none;
}
main.site-main {padding: 50px 0px;}
main.site-main .page-header {padding-bottom: 30px;}

@media (max-width: 767px) {
    .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
        padding: 0px !important;
    }
}

/*END carrito*/

.filtro_productos button {border-radius: 0px !important}

/*Mi cuenta*/


.mi_cuenta_contenedor .woocommerce-info {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
	border-top-color: #5CE1E6;
}
.mi_cuenta_contenedor .woocommerce-info::before {color: #5CE1E6;}

.mi_cuenta_contenedor .woocommerce-Address-title a.edit {padding: 7px 20px; margin: 0px !important;}
.mi_cuenta_contenedor .woocommerce-info .button, .woocommerce-Address-title a.edit {
	background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-e260f55-font-family), Sans-serif;
    font-size: var(--e-global-typography-e260f55-font-size);
    font-weight: var(--e-global-typography-e260f55-font-weight);
    color: var(--e-global-color-secondary);
    border-style: none;
    border-radius: 20px 20px 20px 20px;
	text-decoration: none;
	color: #262626;
}
.mi_cuenta_contenedor .woocommerce-info .button:hover, .woocommerce-Address-title a.edit:hover {background-color: var(--e-global-color-accent) !important;}


.mi_cuenta_contenedor .woocommerce-MyAccount-navigation ul {
	padding: 10px 30px 10px 0px;
	border-right: solid 1px var(--sections-border-color, #d5d8dc);
}
.mi_cuenta_contenedor .woocommerce-MyAccount-content-wrapper {
	padding: 0px !important;
}

.mi_cuenta_contenedor .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {display: none !important;}
/*END mi cuenta*/