/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/*
    FONDOS DEGRADADOS
*/

/**Estilo formulario productos**/

div.wapf-field-label.wapf--above, div.wapf-field-description, span.wapf-label-text{
	
	color: white!important;
	
}

abbr.required{
	
	color: red!important;
	
}

label.wapf-input-label{
	line-height: inherit!important;
}

div.wapf-field-label.wapf--above{
	
	font-family: var(--e-global-typography-8ddf625-font-family), Sans-serif;
    font-weight: var(--e-global-typography-8ddf625-font-weight);
    text-transform: var(--e-global-typography-8ddf625-text-transform);
    line-height: var(--e-global-typography-8ddf625-line-height);
    color: var(--e-global-color-text);
	
}
    
/**Ajuste tabla pedido recibido**/

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details{
	table-layout: auto;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td:nth-child(1) {
    width: 80%;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul.wc-item-meta{
	padding-inline-start: 10px;
	padding-top: 10px;
}

ul.wc-item-meta li{
	padding: 0px 0 5px 0;
}

/** Estilo selector de tallas**/

.woocommerce div.product form.cart .variations th{
	vertical-align: baseline;
}


div.woocommerce-notices-wrapper{
	z-index: 10000!important;
}






.jet-woo-builder-cart .quantity {
    display: flex !important;
}

.woocommerce .quantity {
    display: flex !important;
}
