/**
 *  @author    Dusnic <info@dusnic.es>
 *  @copyright 2021 Dusnic
 *  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *  International Registered Trademark & Property of PrestaShop SA
 */

.whatsapp_popup_link{
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 55px;
    height: 55px;
}

.whatsapp_popup_link img{
    width: 55px;
    height: 55px;
}
    
#whatsapp_popup_store_info{
    display:none;
    position: fixed;
    bottom: 3px;
    left: 3px;
    width: 352px;
    height: 344px;
    z-index: 10;
    background: url('/modules/popupwhatsapp/views/img/background_popup_whatsapp.png') no-repeat top left transparent;
}
.whatsapp_popup_close_link{
    position: absolute;
    right: 16px;
    top: 12px;  
}

#whatsapp_popup_store_info_text{
    position: absolute;
    top: 85px;
    left: 40px;
    width: 272px;
    height: 149px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.whatsapp_popup_link_phone{
    position: absolute;
    bottom: 17px;
    left: 100px;
    background-color: #128c7e;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    transition: background-color .2s linear;
    -webkit-tap-highlight-color: transparent;
    height: 60px;
    width: 150px;
    color: #fff !important;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0;
}