/**
 * 2025 HotWebDesign - Christos A. Daggas
 *
 * NOTICE OF LICENSE
 *
 * This source file is part of the PsmOmniprice Prestashop module.
 * It is licensed under the End-User License Agreement (EULA)
 * bundled with this package in the file LICENSE.md.
 *
 * @author    Christos A. Daggas <info@hotwebdesign.gr>
 * @copyright 2025 HotWebDesign
 * @license   Proprietary - See LICENSE.md for details
 */


#psmOmnipriceChart {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.psm_omniprice-lowest {
    color: #000;
    font-weight: 400;
    line-height: 14px;
    font-size: 12px;
}


#js-product-list .psm_omniprice-lowest {
    color: #000;
    font-weight: 400;
    line-height: 14px;
    font-size: 12px;
}


.product-price-and-shipping .psm_omniprice-lowest {
    color: #000;
    font-weight: 400;
    line-height: 14px;
    font-size: 12px;
}
