/**
 * StoreCustomizer Catalogue Mode - Frontend CSS
 */
/* ---- Catalogue Mode Notice ---- */
.wcz-notice {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), 0 0 10px 0 rgba(0, 0, 0, 0.06);
    padding: 1em 2em 1em 3.5em;
    margin: 0;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    text-align: center;
    font-size: 16px;
    z-index: 99;
}
.wcz-notice::before {
    font-family: 'Dashicons';
    content: "\f534";
    color: #a46497;
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.wcz-notice.wcz-notice-solid {
    background-color: #a46497;
    color: #FFF;
}
.wcz-notice.wcz-notice-solid::before {
    color: #FFF;
}

.wcz-product-id {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 1px 6px;
    font-size: 12px;
    color: #515151;
    position: absolute;
    top: -8px;
    right: 12px;
    z-index: 11;
}
.wcz-product-id b {
    font-size: 15px;
    color: #a46497;
}
