/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

/* OCULTAR INSIGNIA RECAPTCHA v3 */
.grecaptcha-badge { 
    visibility: hidden;
}


/* TEXTO ENVIO */
p.woocommerce-shipping-destination {
    display: none !important;
}
a.shipping-calculator-button {
    display: none !important;
}

/* MENSAJE ERROR */
.alert.alert_error {
    display: none !important;
}

/* ANÁLISIS ACCESIBILIDAD KIT DIGITAL */
ul.social {
display: none;	
}
.mfn-header-login .lost_password a, .mfn-header-login .create_account a {
color: #000000 !important;	
}
.woocommerce form .show-password-input {
width: 48px !important;
height: 48px !important;
box-shadow: none !important;	
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
display: flex;
font-size: 20px;
align-items: center;
margin-left: 14px;
}
@media only screen and (max-width: 767px) {
.woocommerce-form .form-row.form-row-last::after {
width: 48px !important;
height: 48px !important;
left: 0px !important;
}
.mfn-header-login .woocommerce-form .form-row.form-row-last::after, .mfn-header-login .woocommerce-form .form-row.form-row-first::after, .woocommerce form .show-password-input::after {
font-size: 20px !important;
}
}