#bloque-whatsapp{
    background: #44de30;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 5px;
    display: none;
    max-height: 32px;
}

#bloque-whatsapp a,
#bloque-whatsapp i{
    color: #fff !important;
}

#bloque-whatsapp i{
    font-size: 24px;
}

#bloque-whatsapp div.whatsapp{
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding: 7px 15px;
}

@media (max-width: 767px){
    #bloque-whatsapp{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.ajax_block_product .ajax_add_to_cart_button{
    background: #a9003e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lastposts_item .btn-link-prefooter,
.destacados_home .btn-link-prefooter{
    width: auto !important;
}

/*cambio de colores para mejorar el contraste*/

.content_scene_cat h1.category-name{
    font-size: 30px !important;
    line-height: 1 !important;
  }
  
  .cat_desc .rte h2{
    font-size: 20px !important;
    line-height: 1 !important;
  }
  
  #search_query_top::placeholder{
    color: #797676 !important;
  }