#estilo{color:red;}
#content-wrapper .product_header_container .page-title .manufacturer_title{
    color: grey;
    font-weight: normal;
}
.product-prices .badge {
    vertical-align: unset;
    padding: 0;
    font-size: 2rem;
    font-weight: normal;
}
#product-availability.product-available .fa{
    color:#4097aa;
}
#product-availability{
    font-size: 1rem;
    font-weight: 700;
}
.product-unavailable {
    border: 1px solid #dbddde;
    padding: 3px 6px;
    font-size: 1rem;
    font-weight: 700;
}
#product-availability.product-unavailable .fa{
    color:#aa4040;
}