/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .sale-perc {
    background-color: #d3542e;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin: 10px 0;
}


.product_title {
    font-size: 40px;
    margin: 0;
    font-weight: 500;
}

.price {
    margin: 10px 0!important;
}
.format-price {
    font-size: 15px;
    color: #212121;
    display: block;
}
