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


/*PAGINA PRODUCTO*/

/*Precio*/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #000;
    font-size: 1.6em;
    font-weight: 600;
}
.woocommerce-variation-price{
	margin-bottom:20px;
}
/*Entrega estimada fecha*/
.rp_estimated_date {
    color: #394149;
    font-family: 'Open Sans' !important;
    margin: 0 0 20px 0;
    font-weight: 200 !important;
}
/*Cantidad inventario*/
.woocommerce-variation-availability {
    display: none;
}
/*Botones selectores de medidas*/
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: #1c81d1;
    font-weight: 500;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
	-webkit-box-shadow: 0 0 0 2px #1C81C0;
    box-shadow: 0 0 0 2px #1C81C0;
    color: #1c81d1 !important;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    display: none;
}