/* contenedor de página  de no hay producto */
#content.page-not-found {
    margin-top: 2rem;
    margin-bottom: 18rem !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Buscador */
.page-not-found #search_widget{
    display: none;
}

/* Icono de warning */
.page-not-found i{
    font-size: 48px;
    color: #856404;
    margin-bottom: 1rem;
}

/* Titulo del warning */
.page-not-found h4 {
    font-size: 1.5rem;
    color: #856404;
    margin-bottom: 0.5rem;
}

/* descripcion del warning */
.page-not-found p {
    font-size: 1rem;
    color: #856404;
    margin: 0;
}