/**
 * 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
*/
.ngcheckershop-modal_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.3em; }
.ngcheckershop-modal_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  flex: auto; }
.ngcheckershop-modal_close {
  font-size: 1.5em;
  font-weight: 600;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
.ngcheckershop-modal_close:not(:hover) {
  color: inherit; }
.ngcheckershop-modal_icon-close {
  font-style: normal;
  font-weight: 400; }
.ngcheckershop-modal_icon-close:before {
  content: 'x';
  font-family: Arial, sans-serif; }
.ngcheckershop-modal_icon-close--v1_6:before {
  content: '\f00d';
  font-family: 'FontAwesome', sans-serif; }
.ngcheckershop-modal_icon-close--v1_7:before, .ngcheckershop-modal_icon-close--v8:before, .ngcheckershop-modal_icon-close--v9:before {
  content: 'close';
  font-family: Material Icons, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }
.ngcheckershop-modal_header-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
.ngcheckershop-modal {
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  color: #333333;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.15, 1);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0, 0.15, 1);
  -o-transition: all 0.4s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.15, 1); }
@media (max-width: 768px) {
  .ngcheckershop-modal {
    padding: 30px 15px; } }
.ngcheckershop-modal--active {
  visibility: visible;
  opacity: 1; }
.ngcheckershop-modal--loader {
  position: relative;
  opacity: 0.5; }
.ngcheckershop-modal--loader.ngcheckershop-modal {
  position: fixed;
  opacity: 1; }
.ngcheckershop-modal--loader:before {
  content: '';
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url("../../img/_configure/loader.svg") no-repeat center;
  background-size: 100%;
  width: 2.5em;
  height: 2.5em;
  z-index: 100; }
.ngcheckershop-modal--loader:after {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99; }
.ngcheckershop-modal--loader.ngcheckershop-modal:after {
  background-color: rgba(255, 255, 255, 0.4); }
.ngcheckershop-modal_fon {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer; }
.ngcheckershop-modal_content {
  max-width: 1000px;
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 35px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-60px);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.15, 1);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0, 0.15, 1);
  -o-transition: all 0.4s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.15, 1); }
.ngcheckershop-modal--active .ngcheckershop-modal_content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }
.ngcheckershop-modal_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2.3em; }
.ngcheckershop-modal_actions {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px; }
.ngcheckershop-modal_action {
  margin-left: 10px;
  margin-right: 10px; }

/*# sourceMappingURL=front.css.map */
