body {
    font-family: 'Playfair', "Times New Roman", serif;
}

#wrapper {
    background: #fff;
}

#product #wrapper {
    background: linear-gradient(to bottom, #ececec, #ffffff 300px);
}

#wrapper .breadcrumb {
    font-size: 13px;
    background: #fff;
    margin-top: 10px;
    padding: 5px 10px;
    font-family: 'Montserrat', sans-serif;
}

#wrapper .breadcrumb li:last-of-type span {
    font-weight: bold;
    color: #000;
}