/**
 * x13 Price History Extra
 *
 * @author    Michał Grzesik <mgrzesik@refix.pl>
 * @copyright REFIX 2022 - https://refix.pl
 * @license   Commercial
 * @version   1.0.0
 *
 */

.x13phe-price-history {
    font-size: 10px;
    font-weight: normal;
    min-height: 20px;
}
.x13phe-price-history span {
    font-weight: bold;
    color: #d01216;
}
.products-list-in-column .x13phe-price-history,
.page-home .x13phe-price-history,
.featured-products .x13phe-price-history {
    text-align: center;
}
.products-list-in-row .x13phe-price-history {
    text-align: left;
}
.cate_tab .product-preview .product-info {
    min-height: 121px !important;
}
