/**
* 2007-2016 WebImpacto Consulting S.L.
*
*
*  @author    WebImpacto Consulting S.L. <info@webimpacto.net>
*  @copyright 2007-2015 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.
*/


#app_advertise_fixed{
    position: fixed;
    z-index: 9999999999999;
    bottom: 0px;
    right: 0px;
    width: 100%;
    /*height: 80px;*/
    border-top: 1px solid #ccc;
    background-color: rgba(101,101,101,0.9);
    /*display: table;*/
}
#app_advertise_fixed .table {
  display: table;
  width: 100%;
  height: 80px;
}

#app_advertise_fixed #app_image{
    width: 56px;
    margin: 5px;
    display: table-cell;
    vertical-align: middle;
}

#app_advertise_fixed #app_image img{
    height: 50px;
    width: 50px;
    margin-top: 8px;
}

#app_advertise_fixed #app_text{
    position: relative;
    padding-right: 5px;
    color: white;
    font-family: Trebuchet MS;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}

#app_advertise_fixed #app_text strong {
    display: inline-block;
    padding-bottom: 3px;
}

#app_advertise_fixed #APPpopupClose{
    margin-top: 23px;
    width: 25px;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

#app_advertise_fixed #link_download_app.link_download_app_inline{
    position: relative;
    height: 100%;
    width: 91px;
    display: table-cell;
    vertical-align: middle;
}

#app_advertise_fixed #link_download_app.link_download_app_newline{
    margin-top: 4px;
    margin-bottom: 3px;
}

#app_advertise_fixed #link_download_app a{
    background-color: #e870a3;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-family: Trebuchet MS;
    color: white;
}