.box-product .parcelamento,.product-list .parcelamento,.product-grid .parcelamento{
    font-size:12px;
    font-weight:normal;
}
.box-product .boleto-discount,.product-list .boleto-discount,.product-grid .boleto-discount{
    font-size:12px;
    line-height: 12px;
    margin:10px 0;
    font-weight: bold;
}
.box-product .boleto-discount .price-new,.product-list .boleto-discount .price-new,.product-grid .boleto-discount .price-new{
    font-size: 20px;
}
.product-thumb,.thumbnails {
    position: relative;
    overflow: hidden;
}
.ribbon-free {
    background: none repeat scroll 0 0 #0F0F0F;
    color: #FFFFFF;
    font-size:13px;
    line-height:12px;
    padding: 48px 35px 15px 35px;
    text-align: center;
    text-transform: uppercase;
    position:absolute;
    top:-10px;
    right:-51px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}
.product-info .boleto-discount{
    color:#666;
    margin-top:0;
}
.product-info .boleto-discount strong{
    font-weight:bold;
    color:#f0af29;
}