.ic-livechat::after {
    content: url(../assets/img/ico/tool-bar/ic-livechat.png)!important;
    margin-right: 4px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.ic-wechat::after {
    content: url(../assets/img/ico/tool-bar/ic-wechat.png)!important;
    margin-right: 4px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.ic-skype::after {
    content: url(../assets/img/ico/tool-bar/ic-skype.png)!important;
    margin-right: 4px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.ic-whatsapp::after {
    content: url(../assets/img/ico/tool-bar/ic-whatsapp.png)!important;
    margin-right: 4px;
    position: absolute;
    left: 5px;
    top: 5px;
}

/*coin */
.ic-coin{
    content: url(../assets/img/ico/coin.svg)!important;
    position: relative;
    /*left: 5px;*/
    /*top: 5px;*/
    width: 24px;
}