/**
* 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.
*/
#APPpopupClose {
  margin-top: 5px;
  width: 35px;
  top: 0;
  right: 0;
  position: absolute;
  font-size: 20px;
}
#app_advertise_fixed {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  color: #212529;
  border-top: 1px solid #ccc;
  background-color: #FFFFFF;
}

#app_advertise_fixed .app_advertise_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-right: 25px;
  position: relative;
}
#app_advertise_fixed #app_image{
    padding: 5px 5px 5px 0;
    max-width: 30vw;
}
#app_advertise_fixed #app_text {
  line-height: 1.1em;
  max-width: 230px;
  padding: 5px 5px 5px 0;
  text-align: center;
  position:relative
}
#app_advertise_fixed .app-title{
  font-weight: bold;
  display: block;
  font-size: .95em;
}
#app_advertise_fixed .app-subtitle{
  font-size: .75em;
  display: block;
}
#app_advertise_fixed #app_text .btn-primary {
  box-shadow: none !important;
  padding: 2px 10px 2px 10px !important;
  margin-top: 5px !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF !important;
}

@media (min-width: 600px) {
  #app_advertise_fixed .app_advertise_wrapper {
    max-width: 50vw;
    margin: 0 auto;
    justify-content: space-around;
  }
}
