/* Výkupní cena */
.product-stats li.product-jan {
    list-style: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-stats li.product-jan b {
    display: block !important;
    font-weight: normal !important;
    font-size: 11px !important;
    color: #999 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}
.product-stats li.product-jan span {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #444 !important;
}
