/**
* 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_container {
    padding: 7px 10px 7px 7px;
    gap: 1.8rem;
    width: 100%;
}

#app_container p {
    margin-bottom: 0 !important;
    min-height: 45px;
}
#app_container a {
    height: 34px;
    color: white !important;
}
#APPpopupClose {
    margin-top: 5px;
    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;
    position: relative;
    padding-right: 0 !important;
  }

  #app_advertise_fixed #app_image{
      padding: 5px 5px 5px 0;
      max-width: 30vw;
  }
  #app_advertise_fixed #app_text {
    line-height: 1.1em;
    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: 0;
    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;
    }
  }
  
body:has(#sticky-addtocart.showsticky) #app_advertise_fixed,
body:has(#_mobile_blockcart-content.show) #app_advertise_fixed {
  display: none !important;
}
  