/*
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.9
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
-------------------------------------------------------------- */
/*Fix slider padding text*/
@media (min-width: 768px) {
    @media (max-height: 900px) {
        .c-ip-slider--full:not(.c-ip-slider--fixed-height) .c-ip-slider__wrap {
            padding-bottom: 0px !important;
        }
    }
}


.woocommerce-MyAccount-content .pmpro_account {
    background: #f9f9f9; /* Fondo similar al de WooCommerce */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.woocommerce-MyAccount-content .pmpro_account h3 {
    font-size: 1.5em;
    color: #333;
}

.woocommerce-MyAccount-content .pmpro_account a {
    color: #0071a1; /* Color de WooCommerce */
    text-decoration: none;
}

.woocommerce-MyAccount-content .pmpro_account a:hover {
    text-decoration: underline;
}

/*MERCADO PAGO*/
/*Ajuste en el checkout*/
.c-cart__payment-methods-box{
    width: -webkit-fill-available !important;
}
.mp-checkout-custom-container{
	padding-left: 0px !important;
    padding-right: 0px !important;
}

/*Estilos de Paid Membership*/
/*.pmpro_section_title{
	font-size: 17px;
    font-weight: 500;
    color: #240023;
    text-transform: uppercase;
}

.pmpro_card{
	padding: 25px;
    margin-bottom: 15px;
	margin-top: 5px;
    border: 1px solid #ececec;
	font-size: 13px !important;
}
*/
.pmpro_heading-with-avatar>img{
	border-radius: 5rem !important;
}

.pmpro_btn-password-toggle, .pmpro_btn-plain{
	padding: 2px 10px !important;
    letter-spacing: normal !important;
    display: flex !important;
    text-transform: unset !important;
}

/*Plugin booking*/
.wp-core-ui div.wpbc_container.wpbc_form input, .wp-core-ui div.wpbc_container.wpbc_form select, div.wpbc_container.wpbc_form input, div.wpbc_container.wpbc_form select{
	height:43px !important;
}

.entry-content button:not(.h-cb):not([aria-controls]), .entry-content input[type=submit]:not(.h-cb), div[class*="-text-editor"] input[type=submit]:not(.h-cb), .entry-content .wp-block-button__link, div[class*="-text-editor"] .wp-block-button__link{
	font-size: 18px !important;
	text-transform: none !important;
	line-height: 0 !important;
	letter-spacing: 0.015em !important;
}

.wpbc_container_booking_form .wpbc__field:not(.wpbc__cal){
	margin: 0 !important;
}

.wc_payment_method>label>img{
	display:none !important;
}

.c-cart__payment-methods-box{
	padding-left: 0px !important;
}