/**
 * 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 {
  background-color: #ffffff;
  padding: 15px 10px;
  margin-bottom: 1em;
  margin-top: 1em; }

.product-price-and-shipping .ngpfr-product_features {
  padding: 5px 10px;
  margin-bottom: 0.5em;
  margin-top: 1em; }

.ngpfr-product_features .specificsize_wrapping {
  display: flex;
  flex-wrap: wrap; }

.ngpfr-product_features .specificsize_show,
.ngpfr-product_features .specificsize_hide {
  font-size: 0.85em;
  margin-bottom: 0.95em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 400;
  text-align: left;
  order: 0; }

.ngpfr-product_features .specificsize_show:after,
.ngpfr-product_features .specificsize_hide:after {
  content: '\f107';
  font-family: 'fontAwesome', serif;
  transform: rotateX(0deg);
  margin-left: 5px;
  font-size: 1.2em;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s; }

.ngpfr-product_features .specificsize_show.specificsize_click:after {
  transform: rotateX(0deg); }

.ngpfr-product_features .specificsize_hide.specificsize_click:after {
  transform: rotateX(180deg); }

.ngpfr-product_features_box {
  font-size: 0.7em;
  width: 100%;
  order: 1;
  margin-bottom: -1em; }

.product-description .ngpfr-product_features_box {
  margin-bottom: 0;
  background-color: transparent; }

.ngpfr-product_item {
  margin-bottom: 1em;
  width: 100%; }

@media (min-width: 992px) {
  .ngpfr-product_features_box[data-count-computer="0"] .ngpfr-product_item {
    display: none; }
  .ngpfr-product_features_box[data-count-computer="1"] .ngpfr-product_item:nth-child(2n) {
    display: none; }
  .ngpfr-product_features_box[data-count-computer="2"] .ngpfr-product_item:nth-child(3n) {
    display: none; }
  .ngpfr-product_features_box[data-count-computer="3"] .ngpfr-product_item:nth-child(4n) {
    display: none; }
  .ngpfr-product_features_box[data-count-computer="4"] .ngpfr-product_item:nth-child(5n) {
    display: none; }
  .ngpfr-product_features_box[data-count-computer="5"] .ngpfr-product_item:nth-child(6n) {
    display: none; }
  .ngpfr-product_features_box[data-count-computer="6"] .ngpfr-product_item:nth-child(7n) {
    display: none; }
  .ngpfr-product_features_box[data-count-computer="7"] .ngpfr-product_item:nth-child(8n) {
    display: none; }
  .ngpfr-product_features_box[data-count-computer="8"] .ngpfr-product_item:nth-child(9n) {
    display: none; }
  .ngpfr-product_features_box[data-count-computer="9"] .ngpfr-product_item:nth-child(10n) {
    display: none; } }
@media (max-width: 992px) and (min-width: 768px) {
  .ngpfr-product_features_box[data-count-tablet="0"] .ngpfr-product_item {
    display: none; }
  .ngpfr-product_features_box[data-count-tablet="1"] .ngpfr-product_item:nth-child(2n) {
    display: none; }
  .ngpfr-product_features_box[data-count-tablet="2"] .ngpfr-product_item:nth-child(3n) {
    display: none; }
  .ngpfr-product_features_box[data-count-tablet="3"] .ngpfr-product_item:nth-child(4n) {
    display: none; }
  .ngpfr-product_features_box[data-count-tablet="4"] .ngpfr-product_item:nth-child(5n) {
    display: none; }
  .ngpfr-product_features_box[data-count-tablet="5"] .ngpfr-product_item:nth-child(6n) {
    display: none; }
  .ngpfr-product_features_box[data-count-tablet="6"] .ngpfr-product_item:nth-child(7n) {
    display: none; }
  .ngpfr-product_features_box[data-count-tablet="7"] .ngpfr-product_item:nth-child(8n) {
    display: none; }
  .ngpfr-product_features_box[data-count-tablet="8"] .ngpfr-product_item:nth-child(9n) {
    display: none; }
  .ngpfr-product_features_box[data-count-tablet="9"] .ngpfr-product_item:nth-child(10n) {
    display: none; } }
@media (max-width: 768px) {
  .ngpfr-product_features_box[data-count-mobile="0"] .ngpfr-product_item {
    display: none; }
  .ngpfr-product_features_box[data-count-mobile="1"] .ngpfr-product_item:nth-child(2n) {
    display: none; }
  .ngpfr-product_features_box[data-count-mobile="2"] .ngpfr-product_item:nth-child(3n) {
    display: none; }
  .ngpfr-product_features_box[data-count-mobile="3"] .ngpfr-product_item:nth-child(4n) {
    display: none; }
  .ngpfr-product_features_box[data-count-mobile="4"] .ngpfr-product_item:nth-child(5n) {
    display: none; }
  .ngpfr-product_features_box[data-count-mobile="5"] .ngpfr-product_item:nth-child(6n) {
    display: none; }
  .ngpfr-product_features_box[data-count-mobile="6"] .ngpfr-product_item:nth-child(7n) {
    display: none; }
  .ngpfr-product_features_box[data-count-mobile="7"] .ngpfr-product_item:nth-child(8n) {
    display: none; }
  .ngpfr-product_features_box[data-count-mobile="8"] .ngpfr-product_item:nth-child(9n) {
    display: none; }
  .ngpfr-product_features_box[data-count-mobile="9"] .ngpfr-product_item:nth-child(10n) {
    display: none; } }

.ngpfr-product_item_sub {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start; }

.ngpfr-product_line {
  flex: auto;
  width: 1%;
  min-height: 1em;
  min-width: 10px;
  border-bottom: 0.1rem dotted #979797; }

.ngpfr-product_label,
.ngpfr-product_value {
  font-size: 1.1em;
  line-height: 1.2; }

.ngpfr-product_label {
  width: auto;
  max-width: 47%;
  padding-right: 4px;
  color: #333333;
  font-weight: 600;
  text-align: left; }

.ngpfr-product_value {
  max-width: 47%;
  color: #979797;
  order: 2;
  padding-left: 4px;
  font-weight: 400;
  text-align: left; }

.ngpfr-product_value_line {
  line-height: 1.2;
  margin-bottom: 3px; }

.ngpfr-product_value_line:nth-last-child(1) {
  margin-bottom: 0; }

/*# sourceMappingURL=front.css.map */
