.col-md-12.search-item-result h2 {
    font-size: 18px;
}

.col-md-12.search-item-result h2 a {
    color: black;
}

.col-md-12.search-item-result {
    border: solid 1px silver;
    margin: 15px 0;
    padding: 25px;
}

.detalles a {
    color: #163288;
    text-decoration: underline;
    font-weight: 500;
}

.search-404 {
    font-weight: 700;
    font-size: 50px;
}

.bg-sitemap {
    margin: 30px 0!important;
}

a.btn.btn-ecommerce {
    background: #fee912;
    font-weight: bold;
}

.boton-comprar {
    text-align: center;
    padding-top: 20px;
}

.col-md-4 .image {
    text-align: center;
}
.row-search.colores .col-md-4 .image {
    text-align: unset;
}
.row-search.colores .col-md-4 .image img {
    height: 150px;
    width: 295px;
}
.col-md-4 img.img-fluid {
    height: 250px;
    object-fit: cover;
}

@media(max-width: 767px) {
    .search-404 {
        font-size: 40px;
        line-height: 45px;
    }
}