div.product-page-header {

    background-color: #dfe6e9;
}

div.product-name {
}

h2.product-name {
    color: #353b48;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}
.required{
    background-size: 14px;
    background-image: url(../img/input-required.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}