/* 
Theme Name: Libelyux
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
*/

.elementor a {
    box-shadow: none;
    text-decoration: underline;
	color:#000;
   }

.elementor a:hover {
	font-weight: bold;
	color:#000;
   }

.woocommerce-MyAccount-navigation li {
	line-height: 30px;
	text-decoration: none;
}

.woocommerce-Address-title h3 {
	font-size: 1.2em !important;
	color: #000;
}


.woocommerce-message, .woocommerce-info {
    border-top-color: #07f59d;
}

.woocommerce-message::before{
    content: "\e015";
    color: #07f59d;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: "\e028";
	color: #07f59d;
}

.shipping-calculator-button {
	text-decoration: underline !important;
}

.woocommerce-privacy-policy-link {
	font-size: 11px !important;
}
.cart-subtotal {
	margin-bottom: 30px;
	clear: both;
	padding-bottom: 20px;
}

.woocommerce ul#shipping_method {
	margin-top: 10px;

}

.preciosoarchivo .amount {
    font-size:16px !important;
	 color: #000;
}

.precioso .amount {
    font-size:20px !important;
	font-weight: 500;
	
}
.variable-item-contents {font-size:12px !important; }

.wapf-input {font-size:12px !important; }

.leve {color: #666;}



.product-name {font-size:14px !important;}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th {
	padding: 0px !important;
	
}

.woocommerce .elementor-58 .elementor-element.elementor-element-a91b107 form.cart .variations {

    text-align: left;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {

    color:#000 !important;
}

.wapf-field-label .wapf--above {

font-weight: bold !important;
}

 .multicolor {
        background-image: linear-gradient(to left, violet, indigo, green, blue, yellow, orange, red);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        color: transparent;
    }



