#product-list .product-list-item .product-list-item-inner {
    background: #e6e5e5;
    display: block;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

#nav-bottom .element-newsletter-bottom .newsletter-inner {
    background: #e6e5e5;
}

#nav-bottom .element-newsletter-bottom .newsletter-header .header-box-content .title-secundary {
    color: #323232;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}

.element-banner-shop #banner-shop {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    width: auto;
}

#content-main div[class^="element-"] + div[class^="element-"] {
    margin-top: 80px;
}

.msg.msg-warning, .message.msg-warning, .msg.msg-masked-warning, .message.msg-masked-warning, .msg.warning, .message.warning {
    background: url("https://cdn.dlojavirtual.com/static1/webroot/img/frontend/icon-warning.png") no-repeat 20px center #f39c12;
    background: url("https://cdn.dlojavirtual.com/static1/webroot/img/frontend/icon-warning.png") no-repeat 20px center rgba(156, 0, 30, 0.85);
    -webkit-box-shadow: 0 0 15px rgba(243,156,18,0.75);
    -moz-box-shadow: 0 0 15px rgba(243,156,18,0.75);
    box-shadow: 0 0 15px rgba(244, 156, 18, 0);
}

.msg.msg-error, .message.msg-error, .msg.error, .message.error {
    background: url("https://cdn.dlojavirtual.com/static1/webroot/img/frontend/icon-error.png") no-repeat 20px center rgba(156, 0, 30, 0.85);
    -webkit-box-shadow: 0 0 15px rgba(192,57,43,0.75);
    -moz-box-shadow: 0 0 15px rgba(192,57,43,0.75);
    box-shadow: 0 0 15px rgba(193, 57, 43, 0);
}