/**
 * NOTICE OF LICENSE.
 *
 * Digiteal for PrestaShop 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:
 * https://opensource.org/licenses/afl-3.0.php
 *
 * @author    SARL KIXELL (https://kixell.fr)
 * @copyright Copyright © 2021 - SARL Kixell
 * @license   Commercial license (You can not resell or redistribute this software.)
 *
 * @version   1.0.0
 *
 *  _  __
 * | |/ /  (_)   _  _    ___   _     _
 * |   |   | |  \ \/ /  / _ \ | |   | |
 * | |\ \  | |  / / \  |  __/ | |_  | |_
 * |_| \_\ |_| /_/ \_\  \___| |___\ |___\
 */
#js-kixb-msg .kixbanner-w {
    padding: 0.625rem 0;
    background-color: #414042;
    font-size: .875rem;
    color: #fff;
    margin-bottom: 0;
    border-radius: 0;
}
#js-kixb-msg .kixbanner-w{
    margin-bottom: 0;
    border: none;
    color: #fff;
    background-color: #e65021 ;
}

#js-kixb-msg .kixbanner-w__txt{
    text-align: center;
    margin: 0;
    color: #fff;
}
#js-kixb-msg .kixbanner-w__link{
    text-decoration: underline;
    color: #fff;
}
#js-hidden-kixb-msg{
    display: none;
}

#js-kixb-msg #js-close-kixbanner{

    padding: 0;
    background: 0 0;
    background-image: initial;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    border: none;

    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}