.btn-whatsapp {
    background-color: rgba(66, 214, 151, .08);
    color: #42d697;
}

.btn-whatsapp:hover {
    background-color: #42d697;
}

.alert.notificacion {
    z-index: 9999;
}

#advSearchResultsDefault {
    width: 100%;
}

.card-body table>tbody>tr {
    cursor: pointer;
}

.esmovil .product-gallery-preview-item {
    position: relative;
}

.product-gallery-preview-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
}

.product-card a.card-img-top {
    text-align: center;
    min-height: 240px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-card a.card-img-top img {
    max-height: 240px;
}

@media only screen and (min-width:1024px) {
    .product-gallery-preview-item::before {
        display: none;
    }
}


.tns-item > img {
    width: 100%;
}
/* No quiere el boton denegar de las cookies */
.btn-cookies-denegar {
    display: none;
}

#siteMap ul li a {
line-height: 2.2;
}

#menu_D ul li {
    line-height: 2.1;
}