.product-info em, .snippet-buscador em{
    font-style:inherit; font-weight: bold; padding: 0.2em; background-color: #fcf8e3; color:black;
}

#searchListContainer {
    width: 122% !important;
    left: 14px !important;
    background-color: white;
}

@media screen and (max-width: 767.9px) {
    #searchListContainer {
        width: 130%;
        left: -30px;
    }
}
