/**
 * 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
*/
.ngafr-btn-found-cheaper {
  display: inline-block; }

.ngafr-found-cheaper_title {
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem; }

.ngafr-found-cheaper_description {
  font-size: 16px;
  margin-bottom: 25px; }

.ngafr-confirmed-message {
  padding: 15px;
  border: 1px solid #009123;
  background-color: #37d15c;
  color: #ffffff;
  text-align: center;
  font-size: 16px; }

.ngafr-block-found-cheaper,
.ngafr-block-ask-question {
  margin-top: 15px;
  margin-bottom: 15px; }

/*.ngafr-btn-found-cheaper:not(:hover),
.ngafr-btn-ask-question:not(:hover) {
  text-decoration: underline;
}*/
.ngafr-not-registered_message {
  margin-bottom: 35px;
  margin-top: 15px;
  text-align: center; }

.ngafr-not-registered_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.ngafr-not-registered_btn {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px; }

/* modal */
.ngafr-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 25px;
  overflow: hidden;
  overflow-y: auto;
  background-color: transparent;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s; }

.ngafr-modal--open {
  opacity: 1;
  visibility: visible; }

.ngafr-modal_fon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5); }

.ngafr-modal_content {
  width: 100%; }

.ngafr-modal_box {
  background-color: #ffffff;
  width: 100%;
  max-width: 700px;
  position: relative;
  margin: 0 auto;
  z-index: 3;
  top: -80px;
  opacity: 0;
  -webkit-transition: top 0.5s, opacity 0.5s;
  -moz-transition: top 0.5s, opacity 0.5s;
  -o-transition: top 0.5s, opacity 0.5s;
  transition: top 0.5s, opacity 0.5s; }

.ngafr-modal--open .ngafr-modal_box {
  top: 0;
  opacity: 1; }

.ngafr-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.ngafr-modal .modal-header:after {
  display: none; }

.ngafr-modal .modal-header .ngafr-found-cheaper_title {
  margin-bottom: 0; }

.ngafr-modal .modal-header .modal-dialog_btn-close {
  padding: 0; }

.ngafr-modal .modal-header .modal-dialog_btn-close-icon {
  line-height: 1.2; }

/* loader */
.ngafr-loader {
  position: relative; }

@keyframes ngafr-loader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.ngafr-loader:before {
  content: '';
  background: url("../../img/loader.svg") no-repeat center;
  background-size: 100%;
  position: fixed;
  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: ngafr-loader 0.8s; }

.ngafr-loader:after {
  content: '';
  background: rgba(0, 0, 0, 0.44);
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: ngafr-loader 0.5s; }

/*# sourceMappingURL=front.css.map */
