/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author Goryachev Nikolay <versus73333333@gmail.com>
 * @copyright 2021-2023 Goryachev Nikolay
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
*/

.ngpfr-product_features {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0.85em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.ngpfr-product_features .specificsize_show,
.ngpfr-product_features .specificsize_hide,
#category .ngpfr-product_features .specificsize_hide,
#category .ngpfr-product_features .specificsize_show,
#module-pm_advancedsearch4-searchresults .ngpfr-product_features .specificsize_hide,
#module-pm_advancedsearch4-searchresults .ngpfr-product_features .specificsize_show {
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: -5px;
}
.ngpfr-product_features_box {
    font-size: 0.7em;
}
.product-description .ngpfr-product_features_box {
    margin-bottom: -1em;
}
.ngpfr-product_features .specificsize_wrapping {
    flex-direction: column;
}
.ngpfr-product_label,
.ngpfr-product_value {
    font-family: 'Gotham Pro', serif;
    z-index: 1;
}
.ngpfr-product_label_val,
.ngpfr-product_value {
    background-color: #ffffff;
}
.ngpfr-product_label_val {
    display: inline;
    position: relative;
}
.ngpfr-product_label {
    color: #979797;
    font-weight: 400;
    position: relative;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
}
.ngpfr-product_item_sub {
    position: relative;
}
.ngpfr-product_line {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}