#promobanner-block {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 5px 20px;
    display: block;
    line-height: 1.4em;
    font-size: 14px;
    margin: 0;
    background: #C8A45B;
}

#promobanner-block > p {
    float: left;
    margin-right: 10px;
    color: white;
}

#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: 16px;
    font-weight: 300;
    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;
}
