/* скрываем оригинальный виджет - чтобы не было два ярлыка на экране*/
#jivo_chat_widget{
	display: none;
}

/* стиль по умолчанию - для оффлайн сообщений, если никого нет в онлайне */
#jivo_custom_widget {
    position: fixed;
    right: 1%;
    bottom: 2%;
    width: 40px;
    z-index: 300000;
    cursor: pointer;
    height: 40px;
    background: url('images/write.png') 0px 0px;
    background-repeat: no-repeat;
	background-size: contain;
}

/* при наведении ярлык должен сдвигаться вправо на 3px */
a.whatsapp-icon {
	position: fixed;
    right: calc(1% + 45px);
    bottom: 2%;
    width: 40px;
    z-index: 300000;
    cursor: pointer;
    height: 40px;
	display: block;
    /*background: url('/local/templates/aspro_optimus/images/svg/social.svg') -283px -42px;*/
	background: url('images/whatsapp.png') 0px 0px;
    background-repeat: no-repeat;
	background-size: contain;
}