#producto h1 {
    background-color: #FFF000;
    font-weight: bold;
}
#producto #descripcion p span{
	font-size: 22px !important;
}
#producto .fas.fa-angle-left,
#producto .fas.fa-angle-right {
    color: yellow;
    font-size: 48px;
    font-weight: bold;
}

#producto table th {
    background-color: lightgray;
    text-align: center;
}


#lista-productos {
    background-color: lightgray;
}

#lista-productos h2 {
    font-weight: bold;
}


#lista-productos figure {
    height: 325px;
    width: auto;
    background-color: #FFF;
}

#lista-productos figure figcaption {
    background-color: #FFF;
}

.fas.fa-times-circle{
    color: red;
    background-color: #FFF;
    border-radius: 50%;
    position: relative;
    top: -20px;
    left: 20px;
}