/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

	.float-floating.float-right {
    bottom: 20%;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 20px ;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
	background-color: #25d366;
}

.float-floating {
    z-index: 10000;
    color: #FFF!important;
}
.whatsapp-icon-3x {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAwAAAAMADO7oxXAAADqElEQVRo3u2ZS0hVURSG1ym10l7odRIaRBFkNClLiYho0KRpL6EalAVJj5k0qAwaVBA0qZAgpJGSNRAhKCiCokkZhNkge2LkQKHItKzwa3C3cVp333te+2qUP9zBPXf9/1r/Oevuvc/eIlOYwv8Nz4UIME1EVovIRhFZJSJLRaRCREpMyLCIvBeRFyLSJSJ3ReSR53ljk+oeqADOAH1ER5/hVkxG4SngIjAao3CNUaOVmqji64ABB4VrDAB1+Sy8EGjOUcAQ0ArsB9YA5UCR+ZSba/tNzFAOnWagwHXxxUBnloS9QD1QHFGv3nBt6IyiF+bOd1iSfAUagcKE2o1GS6MjibY/ia1tPgC1Tu5QOket0cxop6TCOyyi3eRh6CM9JHdb8u2IK1gGDCqx/nwUr0z0q5yDQFkcsUtK6BtQY4k7CHwxMdccmKgxufy4FOdO6Emq0RK3XcWMAUscmGhUuqORnjxwWgm81CMCUAC8s/TsKQcGCk1OP06HJU8jc21Tb4lbiR1vgMSLRNLzhB99pBeNgcRaRfwMlFjitpEd6x0YKDG5/cgYum2ONqjvNz3PG7bEfcyRf2ZSAybnzYDarAaq1fc7WXI8FxEs11s8z7ud1ECW3NWBDDInk5ocsfdV7GNguqPix4dUP7rDkPTklcoRu1nFfgDmOjSQUvqDYUh6/C8KiL+l4i84NFCktEfDkEYUaVZA/GJgWHF2TqaB94q0MARnr04ErHNgIFYLPQ37J1a8FsUbAbZa4lYAb4E2YGmAZqw/casiHQppoBi4RyauAgtMTDnpmXocP4DLQGUWzX1K63qYQo4oUugVJjAPeGgxMQJcAZ5hxwiwyaLXpuKOhilCP7YhYE4EE8XADaJjt9IJtZSwFeABrxWxIawBn06DpYBsGEMNFsRdzBnySUXuBWbEMJECzgOfAgycVbz4y2kjUEnmTsHxqAZ8erOBPcAD4KdP8xWwyxKf7IXGiJxTIl1xDSjd+cAqYFGW35O/UhqhUv5cVjS5MBCQ0+lLfZUSqpqA4p1uqzT5RIJnwGTFu9/YAnps7QMsA04AT4BjcUYnn1Z+thYt7bPFPBHbTNoLHCDCewD53txV7RMWQ0A7cNi0RKUpdOK311X72PA9hsEguDngILN9xtFDeoZeTnrf9Bz23o0Kt0dM/Nk+v4vOEltpfn8ZtWocHfJl7KAB7SLSIyLtnuf1hDTtSfqYda2I1IrIMhEpE5FSEZkuf+sx6xSm8A/gFyLit6sRyX5hAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    display: inline-block;
    height: 38px;
    width: 38px;
    background-size: 38px 38px;
    top: 10px;
    vertical-align: middle;
    left: 2px;
}
.label-container {
   //  background: #512a69;
    padding: 3px;
    width: 200px;
    height: 50px;
    position: relative;
    left: -210px;
    top: -32px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 5px;
	display:none;
}

.whatsapp_1:hover .label-container { display: flex }