﻿.ikea_embajadores .accion {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ikea_embajadores .buscador {
    position: relative;
}

.ikea_embajadores .buscador input {
    width: 100%;
}

.ikea_embajadores .buscador .lupa {
    position: absolute;
    right: 0;
    width: 40px;
    text-align: center;
}

.ikea_embajadores .buscador .borrar {
    position: absolute;
    right: 0;
    width: 40px;
    text-align: center;

}

.ikea_embajadores .buscador .lupa::before {
    content: "\26B2";
    cursor: pointer;
}

.ikea_embajadores .buscador .borrar::before {
    content: "\e80c";
    cursor: pointer;
}

.hidden{
    display: none;
}

.bp-messages-wrap {
    width: 100% !important;
}

.ikea_embajadores .favorito {
    margin-right: 7px;
}

.ikea_embajadores .favorito .accion {
    content: url('img/ico-fav.svg');
    height: 20px;
}

.ikea_embajadores .favorito .accion.selected {
    content: url('img/ico-fav-on.svg');
    height: 20px;
}

.ikea_embajadores .like .accion {
    content: url('img/ico-like.svg');
    height: 20px;
}

.ikea_embajadores .like .accion.selected {
    content: url('img/ico-like-on.svg');
    height: 20px;
}

.ikea_embajadores.share_btn .share-link {
    content: url('img/ico-share.svg');
    height: 20px;
}

.download_btn .download-link {
    content: url('img/ico-download.svg');
    height: 20px;
}

.ikea_embajadores .link-comments {
    content: url('img/ico-comment.svg');
    height: 20px;
}

body.single.category-Tendencias .ikea_embajadores .favorito .accion.selected {
    content: url('img/ico-fav-on-118.svg');
    height: 20px;
}

body.single.category-Tendencias .ikea_embajadores .like .accion.selected {
    content: url('img/ico-like-on-118.svg');
    height: 20px;
}

.ikea_embajadores .favs {
    margin-right: 7px;
}

.ikea_embajadores .likes {
    margin-right: 7px;
}

.ikea_embajadores .like {
    margin-right: 7px;
}

.ikea_embajadores .like .accion .cls-like-fill {
    display: none !important;
}

.ikea_embajadores .like .accion.selected .cls-like-fill {
    display: block !important;
}

.ikea_embajadores .like .accion .cls-like {
    display: block !important;
}

.ikea_embajadores .like .accion.selected .cls-like {
    display: none !important;
}

.ikea_embajadores .valor {
    line-height: 30px;
}
