/* 
Theme Name: Hello Elementor Child theme
Description: Child theme for Hello Elementor.
Author: colectivofreelance
Author URI: https://colectivofreelance.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
*/

/* -- PÁGINA DE CONTACTO -- */
.c-form .aceptacion span.wpcf7-form-control.wpcf7-acceptance {
    width: 100%;
    display: block;
    background:transparent !important;
    padding: 0 !important;
}
.c-form textarea.wpcf7-form-control.wpcf7-textarea  {
    height:150px;
    max-height: 300px;
}
.c-form form span input, .c-form span textarea {
    margin-bottom: 15px;
    background: white;
}
.aceptacion span.wpcf7-list-item {
    margin: 0;
}
.c-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 0;
}
.c-form  .wpcf7-submit {
    background-color: #6e3f7d;
    color: white;
    border-radius: 10px;
}

/* -------- WOOCOMERCE ------------- */
/* -- GENERALES -- */
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward){
	color: #6e3f7d;
}
.woocommerce-info {
    border-top-color: #6e3f7d;
}

.woocommerce-info::before {
    color: #6e3f7d;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button {
    color: white;
    background: #6e3f7d;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button:hover {
    background-color: #9869a7;
    color: white;
}
/* -- MI CUENTA -- */
.custom-acc nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
    padding-left: 50px !important;
}
.custom-acc nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link{
    position: relative;
}
.custom-acc nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link::before{
    content:'';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
	transition:0.1s ease-in-out;
}
.custom-acc nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active::before,.custom-acc nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:hover::before  {
    filter: brightness(100);
}

.custom-acc nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard::before{
    background-image: url('https://bodegasjovellar.com/wp-content/uploads/2025/05/dashboard-svgrepo-com-purple.svg');    
}
.custom-acc nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders::before{
    background-image: url('https://bodegasjovellar.com/wp-content/uploads/2025/05/bag-svgrepo-com-purple.svg');    
}
.custom-acc nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads::before{
    background-image: url('https://bodegasjovellar.com/wp-content/uploads/2025/05/download-svgrepo-com-purple.svg');    
}
.custom-acc nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address::before{
    background-image: url('https://bodegasjovellar.com/wp-content/uploads/2025/05/address-svgrepo-com-purple.svg');    
}
.custom-acc nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account::before{
    background-image: url('https://bodegasjovellar.com/wp-content/uploads/2025/05/edit-3-svgrepo-com-purple.svg');    
}
.custom-acc nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout::before{
    background-image: url('https://bodegasjovellar.com/wp-content/uploads/2025/05/logout-svgrepo-com-purple.svg');    
}


.woocommerce-account .woocommerce-MyAccount-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}


.woocommerce-account .woocommerce-notices-wrapper {
    width: 100%;
}


.woocommerce-account p.limiteMensaje {
    width: 95%;
    order: 2;
    margin-top: 20px;
}
/* -- CHECKOUT -- */


/* -- PLUGIN LIMITE DE PRODUCTOS -- */
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form) {
    flex-wrap: wrap;
}

.lcpu-limit-reached .quantity {
    display: none !important;
}

.lcpu-limit-reached button.single_add_to_cart_button {
    display: none;
}

p.limiteMensaje {

    border-style: solid;
    border-width: 0px 0px 0px 6px;
	border-radius: 3px;
    border-color: var(--e-global-color-accent);
    box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.22);
	padding: 10px;
}