/**
 * 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-2025 Goryachev Nikolay
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
*/
@keyframes ngdisplayattributeproduct_anim_loader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.ngdisplayattributeproduct--loader:before {
  content: '';
  background: url("../../img/_configure/loader.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 33px;
  height: 33px;
  z-index: 100;
  animation: ngdisplayattributeproduct_anim_loader 0.8s; }
.ngdisplayattributeproduct--loader-fixed:before {
  position: fixed; }
.ngdisplayattributeproduct--loader:after {
  content: '';
  background: rgba(250, 250, 250, 0.74);
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: ngdisplayattributeproduct_anim_loader 0.5s; }
.ngdisplayattributeproduct--loader-fixed:after {
  position: fixed;
  background: rgba(0, 0, 0, 0.74); }

/*# sourceMappingURL=front.css.map */
