/**********************************************************************************************************************/
/*
/*                                      ESTILOS BÁSICOS DE WOOCOMMERCE
/*
***********************************************************************************************************************/

#happymami-sidebar-overlay {
    z-index: 999999998 !important;
}

#happymami-sidebar {
    z-index: 999999999 !important;
}   

/* Ocultando secciones básicas */
.single_add_to_cart_button {
    display: none !important;
}

/**********************************************************************************************************************/
/*
/*                                      ESTILOS PROPIOS HAPPYMAMIO
/*
***********************************************************************************************************************/

/* Box-shadow para elementos activos en sidebar */
.sidebar .flow-option.active,
.sidebar .size-option.active,
.sidebar button.active {
    box-shadow: 0 0 0 1px #F49696 !important;
}


/* Estilos para estado de error en selector de flujo */
.sidebar-row.error .teat-flows {
    border: 2px solid #FF4363;
    border-radius: 10px;
    padding: 10px;
}

.sidebar-row .teat-flows {
    display: inline-block;
    width: auto;
}

.sidebar-row .flow-error-message {
    color: #FF4363;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 100%;
}

/* Estilos para estado de error en selector de tamaño */
.sidebar-row.error .bottle-sizes {
    border: 2px solid #FF4363;
    border-radius: 10px;
    padding: 10px;
}

.sidebar-row .bottle-sizes {
    display: inline-block;
    width: auto;
}

.sidebar-row .size-error-message {
    color: #FF4363;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 100%;
}
