/**
* 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: 999999;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 80px;
    border-top: 1px solid #ccc;
    background-color: #f1f1f1;
}

#app_advertise_fixed #app_image{
    display: inline-block;
    width: 21%;
    vertical-align: middle;
    padding: 5px;
    height: 100%;
}
#app_advertise_fixed #app_image img{
    width: 70px;
    border-radius: 10px;
}

#app_advertise_fixed #app_text{
    width: 74%;
    vertical-align: middle;
    padding: 5px;
    height: 100%;
    display: inline-block;
}

#app_advertise_fixed #app_text p{
    color: #000;
    font-family: "EB Garamond",Garamond,serif;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 18px;
}
#app_advertise_fixed #app_text p span{
    color: #000;
    font-family: "EB Garamond",Garamond,serif;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
}
#app_advertise_fixed #app_text p:first-of-type{
    font-weight: bold;
}

.back-top-app4less.back-top-app4less-ios a{
    display: block !important;
    position: absolute;
    z-index: 99999999999;
    bottom: 20px;
    transition: bottom 0.3s;
}

#app_advertise_fixed #APPpopupClose{
    width: 35px;
    text-align: center;
    font-size: 28px;
    top: 0px;
    right: 0px;
    color: #000;
    position: absolute;
}