#navPro a {
    background-color: orange;
    padding: 5px 10px;
    color: white;
    border-radius: 6px;
}

h1.titulo-producto-individual {
    margin: 0px;
    font-size: 29px;
    margin-bottom: 10px;
}
.presentacion-producto-individual {
    margin-bottom: 10px;
}
.precio-producto {
    font-weight: 700;
    margin-bottom: 10px;
}

.precio-producto-oferta {
    font-size: 16px;
    text-decoration: line-through;
    text-decoration-color: red;
    margin-bottom: 10px;
}
table.cantidad-tabla td {
    outline: none;
}

