/**
 * 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-2022 Goryachev Nikolay
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
*/
.nglocation-modal_title {
  text-align: center;
  justify-content: center;
  padding-left: 1.3em; }

.nglocation-modal_description-info {
  font-size: 1.3em;
  max-width: 460px;
  margin: 0 auto 2.3em;
  line-height: 1.5;
  text-align: center; }

.nglocation-btn-open-modal {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.nglocation-block-search-city {
  margin-bottom: 1.5em; }

.nglocation-list-cities_item {
  margin-bottom: 1.5em; }

.nglocation-list-cities_item:nth-last-child(1) {
  margin-bottom: 0; }

.nglocation-list-cities_col--null,
.nglocation-list-cities_item--null {
  display: none; }

.nglocation-list-cities_letter {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.8em; }

.nglocation-list-cities_list {
  margin-bottom: 0;
  padding-left: 0; }

.nglocation-list-city-item {
  margin-bottom: 0.5em; }

.nglocation-list-city-item:nth-last-child(1) {
  margin-bottom: 0; }

.nglocation-list-city-item_click:not(:hover) {
  color: #7b7a7a; }

.nglocation-list-city-item_click.active {
  color: #00b537;
  font-weight: 600; }

.nglocation-btn-open-location {
  display: inline-flex; }

.nglocation-btn-open-location_label {
  margin-right: 0.4em; }

.nglocation-btn-open-location_value {
  font-weight: 500; }

/*# sourceMappingURL=front.css.map */
