/**
 * WaPoNe
 *
 * @category   WaPoNe
 * @package    WaPoNe_CookieNotification
 * @copyright  Copyright (c) 2017 WaPoNe (http://www.fantetti.net)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#promobanner-block {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 14px;
    margin: 0;
}

#promobanner-block > p {
    float: left;
    margin-right: 10px;
}

#promobanner-block {
    position: relative;
    /*max-width: 1280px;*/
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#promobanner-block p {
    font-size: 13px;
    font-weight: 400;
    margin-right: 3px;
    margin-bottom: 0;
}

#promobanner-block a {
    text-decoration: underline;
}

#promobanner-block a:hover span {
    color: #ffffff !important;
    text-decoration: underline;
}

#promobanner-block .line-before {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 100px;
    height: 2px;
    margin: 8.3px 19px;
    vertical-align: middle;
    background: #ffffff;
}

#promobanner-block .line-after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 100px;
    height: 2px;
    margin: 8.3px 19px;
    vertical-align: middle;
    background: #ffffff;
}

#promobanner-block .promobanner-link {
    text-decoration: underline;
    color: #ffffff !important;
}

#promobanner-block a.promobanner-link:hover {
    text-decoration: underline;
}

/* Weltpixel quickview fix */
.weltpixel-quickview-catalog-product-view #promobanner-block {
    display: none;
}
