/*
Theme Name: Luchiana-Child
Theme URI: https://parkofideas.com/luchiana/
Text Domain: luchiana-child
Description: Cosmetics and Beauty Shop Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.2
Template: luchiana
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* Theme customization starts here
-------------------------------------------------------------- */
/*Customizacion pagina de carrito y checkout*/
.c-cart a:not(.c-button) {
    color: #471d6b !important;
    font-size: 14px;
    font-weight: 600;
}

.c-cart input[type="number"].c-product__quantity-value {
    background-color: transparent !important;
}

.c-cart__collaterals,
.c-cart__customer-details {
    border: 1px solid rgba(71, 29, 107, 0.2);
}

@media (max-width: 768px) {
    .c-cart__collaterals,
    .c-cart__customer-details {
        border: none;
    }
}

.c-cart input,
.c-cart select {
    background-color: #ffffff !important;
}

/* Additional specificity for select elements */
.c-cart select,
.c-cart .select2-selection,
.select2-search__field,
.input-text {
    background-color: #ffffff !important;
}

.c-cart__customer-details label,
.woocommerce-input-wrapper {
    color:black;
    font-weight: 400 !important;
}


/*Customizacion vista previa producto*/
.c-product__quantity-value {
    background-color: white !important;
}

.c-product__wrap .price{
    color: #471d6b !important;
}

.c-product__share,
.c-product__share .c-post-share__link {
    color: #471d6b !important;
}


/*Customizacion pagina de single producto*/


/*Customizacion titulo paginas*/
.c-breadcrumbs__item {
	font-size: 18px;
}

/*ocultar produced by de plugin de whatsapp*/
.wa__popup_powered {
    display: none !important;
}


/*Customizacion pagina de contacto*/
.cont-inf p label {
    color: #471d6b
}

.cont-inf p span input,
.cont-inf p span textarea {
    background-color: white !important;
    border-radius:10px;
    border: 1px solid rgba(71, 29, 107, 0.3);
}

/*Ocultar powered by ninja en celular*/
.wa__popup_tooltiptext_mb{
	display:none
}

/*Recaptcha v3 left*/
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}