/* --------------------
Added Top Message styling to rest of site.
-------------------- */

#top-message {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2000;
    background-color: rgba(0,0,0,0.5);
}

#top-message .box {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    max-width: 400px;
    transform: translate(-50%, -50%);
    padding: 15px 45px 15px 15px;
    vertical-align: middle;
    text-align: left;
    border-radius: 5px;
}

#top-message a.close-link {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
    line-height: 18px;
}

#top-message .close-img {
    width: 15px;
    height: 15px;
    background: transparent url(/eshop/skin/pivotal/images/icon_cross_white.png) no-repeat left top;
}

#top-message .message-i {
    color: #ffffff;
    background-color: #1b5d8e;
}

#top-message .message-w {
    color: #94572a;
    background-color: #eedeb4;
}

#top-message .message-e {
    color: #fff;
    background-color: #e65e57;
}

.products-list .item .item-box .details .product-code {
    font-size: 100% !important;
}
