/**
* 2007-2021 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-2021 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.
*/
#cl-promo-top-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 60px;
    background: #000000;
    transition: opacity 500ms, height 700ms;
    height: auto;
    opacity: 1;
}
#cl-promo-top-banner.ended {
    display: none!important;
}
#cl-promo-top-banner.shrink {
    transition:  opacity 500ms, height 700ms;
    height: 0;
    opacity: 0;
    padding: 0;
}
#cl-promo-top-banner span, #cl-promo-top-banner a, #cl-promo-top-banner p {
    color: #fff!important;
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 0;
}

#cl-promo-top-banner a:hover {
    color: #fff!important;
}
#cl-promo-top-banner .promo-top-banner-text {
    width: 100%;
    height: 100%;
}
#cl-promo-top-banner .promo-top-banner-text span {
    display: flex;
}
#cl-promo-top-banner .promo-top-banner-text, #cl-promo-top-banner .promo-top-banner-social {
display: flex;
align-items: center;
}
#cl-promo-top-banner .promo-top-banner-social {
    flex-wrap: nowrap;
}
#cl-promo-top-banner #countdown {
    margin: 0 35px 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cl-promo-top-banner .time-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    width: 35px;
}
#cl-promo-top-banner .time-cont:first-child .type {
    padding-right: 3px;
}
#cl-promo-top-banner .time-cont .time, #cl-promo-top-banner .time-cont .type {
    color: #fff;
    line-height: 12px;
}
#cl-promo-top-banner .time-cont .type {
font-size: 12px;
font-weight: 300;
margin: 0;
}
#cl-promo-top-banner .time-cont .time {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 25px;
    }
#cl-promo-top-banner .promo-top-banner-social #promo-btn {
    padding: 10px 21px;
    border: 3px solid #fff;
}
#cl-promo-top-banner .promo-top-banner-social #promo-btn:hover {
background: #fff;
    /*color: #000000!important;*/
}
