/*
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 page 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: 2.9.0.1709054587
Updated: 2024-02-27 18:23:07

*/

/* PRODUCTO SIMPLE */

body {
	overflow-x: hidden;
}

.wc-measurement-price-calculator-price-table .price-table-row td{
    background-color: white !important;
	padding: 0;
}
.wc-measurement-price-calculator-price-table.simple_price_calculator {
	margin-top: 40px !important;}

#price_calculator td {
    border-style: none;
    vertical-align: middle;
}

#price_calculator tbody{
	display: flex;
	gap: 20px;
}

.price-table-row.calculated-price td:first-child{
	display:none;	
}

.price-table-row.calculated-price td:last-child{
	width:100%;	
	text-align: center;
	font-size: 20px;
}

#price_calculator input {
    width: 70px;
	text-align: center;
	padding: 2px;
	margin: 0px 10px;
}

tr.price-table-row.length-input td label, tr.price-table-row.length-input td input{
	font-size: 14px !important;
}

/* ESPACIO SUPERIOR PAYPAL*/
.ppc-button-wrapper {
    margin-top:15px;
}

.single_add_to_cart_button {
	margin-left: 0px !important;
}

/* PRECIO FUERA*/
.elementor-grid .price .woocommerce-Price-amount {
display: none !important; }

/*TARJETA REGALO*/

.gift-cards_form h3 {
	font-size:24px !IMPORTANT;
}

.single_add_to_cart_button {
	padding: 10px 30px !important;
}


/* COUPON CHECKOUT */
.e-coupon-box .e-coupon-anchor{
	display: inline-block !important;
}