/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 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.
*/
body #notifications{
    margin-top: 0;
}
body#cart #notifications{
    margin-top: 117px;
}
#wim_toppromobar{
    width: 100%;
    height: 50px;
    display: inline-block;
}
@media (max-width: 991px){
    #wim_toppromobar{
        top: 58px;
        height: 42px;
    }
}
@media (min-width: 992px){
    #wim_toppromobar{
        z-index: 9;
    }
}
#wim_toppromobar_text{
    padding: 0;
    background: var(--color-active-red);
    height: 50px;
    width: 100%;
    transition: 200ms height ease-out;
}
@media (max-width: 991px){
    #wim_toppromobar_text{
        height: 42px;
    }
}
#wim_toppromobar_text.none-promo{
    height: 0;
    overflow: hidden;
}
#wim_toppromobar_text.block-promo{
    display: block;
}
#wim_toppromobar_text .close-promo{
    width: 50px;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}
@media (max-width: 991px){
    #wim_toppromobar_text .close-promo{
        width: 42px;
        margin-left: 0;
        height: 42px;
    }
}
#wim_toppromobar_text .close-promo i{
    font-size: 32px;
    padding: 9px;
    color: #fff;
}
@media (max-width: 991px){
    #wim_toppromobar_text .close-promo i{
        font-size: 24px;
    }
}
#wim_toppromobar_text ul{
    white-space: nowrap;
}
#wim_toppromobar_text .promo-text{
    width: calc(100% - 80px);
    padding: 5px 0;
    height: 100%;
    justify-content: center;
    display: flex;

    font-family: 'LG Smart Regular';
    font-size: 18px ;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 32px;
}
@media (max-width: 991px){
    #wim_toppromobar_text .promo-text{
        width: calc(100% - 42px);
        height: 100%;
    }
}
#wim_toppromobar_text .promo-text .content{
    width: 100%;
    text-align: center;
    position: relative;
}
#wim_toppromobar_text .promo-text .content li{
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 991px){
    #wim_toppromobar_text .promo-text .content li{
        height: 32px;
        display: list-item;
        opacity: 0;
        white-space: nowrap;
        display: none;
    }
    #wim_toppromobar_text .promo-text .content li.show{
        display: list-item;
        opacity: 1;
        transition: opacity .5s 0ms;
        top: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        display: block;
    }
}
@media (min-width: 992px){
    #wim_toppromobar_text .promo-text .content li::after{
        content: " | ";
        font-family: 'LG Smart Regular';
        font-size: 18px ;
        color: #FFFFFF;
        letter-spacing: 0;
        font-weight: normal;
        line-height: 32px;
    }
    #wim_toppromobar_text .promo-text .content li:last-child::after{
        content: "";
    }
}
#wim_toppromobar_text .promo-text a{
    font-family: 'LG Smart Regular';
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 32px;
}
@media (min-width: 992px){
    #wim_toppromobar_text .promo-text a{
        padding: 0 7px 0 5px;
    }
}
@media (max-width: 991px){
    #wim_toppromobar_text .promo-text a{
        font-size: 16px;
    }
}
#wim_toppromobar_text .promo-text a:hover{
    text-decoration: underline;
}

/* promo bar cerrada */
#wim_toppromobar_voice{
    border-radius: 0 0 4px 4px;
    width: 50px;
    height: 50px;
    background: var(--color-active-red);
    z-index: 9 !important;
}
@media (max-width: 991px){
    #wim_toppromobar_voice{
        width: 42px;
        height: 42px !important;
        z-index: auto !important;
    }
}
#wim_toppromobar_voice.none-voice{
    display: none;
}
#wim_toppromobar_voice.block-voice{
    display: block;
}
#wim_toppromobar_voice .icon-voice{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#wim_toppromobar_voice .icon-voice i{
    font-size: 32px;
    color: #fff;
}
@media (max-width: 991px){
    #wim_toppromobar_voice .icon-voice i{
        font-size: 24px;
    }
} 