.estoqueProductWarning::before{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' fill='%23ff0000'%3E%3Cpath d='M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12-12-5.377-12-12 5.377-12 12-12zm0 1c6.071 0 11 4.929 11 11s-4.929 11-11 11-11-4.929-11-11 4.929-11 11-11zm0 11h6v1h-7v-9h1v8z'/%3E%3C/svg%3E");
    content: "";
    background-repeat: no-repeat;
    padding: 7px 15px;
    fill: red;
}
.product-specification .quantity_row {
    padding-top: 50px!important;
}
.bannerMobile{
    margin-top: 30px!important;
}
.revistaLink {
    margin-top: 3px;
    font-weight: 600;
}
.revistaLink::after {
    content: ">";
    margin-left: 6px;
}
body > header > section.header-middle.container > div > div.col-xs-4.col-sm-4.hidden-xs > ul{
    display: flex;
    flex-flow: row;
}
.dropdown.help {
    margin-right: 13px!important;
}