/**
 * 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
*/
.ngioc-btn-found-cheaper {
  display: inline-block; }

.ngioc-found-cheaper_title {
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem; }

.ngioc-found-cheaper_description {
  font-size: 16px;
  margin-bottom: 25px; }

.ngioc-confirmed-message {
  padding: 15px;
  border: 1px solid #009123;
  background-color: #37d15c;
  color: #ffffff;
  text-align: center;
  font-size: 16px; }

.ngioc-confirmed-message > p {
  margin-bottom: 0; }

.ngioc-block-found-cheaper,
.ngioc-block-btn {
  margin-top: 15px;
  margin-bottom: 15px; }

.ngioc-not-registered_message {
  margin-bottom: 35px;
  margin-top: 15px;
  text-align: center; }

.ngioc-not-registered_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.ngioc-not-registered_btn {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px; }

/* modal */
.ngioc-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: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s; }

.ngioc-modal--open {
  opacity: 1;
  visibility: visible; }

.ngioc-modal_fon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5); }

.ngioc-modal_content {
  width: 100%; }

.ngioc-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; }

.ngioc-modal[data-type-form="one_click_product"] .ngioc-modal_box {
  max-width: 950px; }

.ngioc-modal--open .ngioc-modal_box {
  top: 0;
  opacity: 1; }

.ngioc-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.ngioc-modal .modal-header:after {
  display: none; }

.ngioc-modal .modal-header .modal-dialog_btn-close-icon {
  line-height: 1.2; }

.ngioc-form_errors-order ul li:nth-last-child(1),
.ngioc-form_errors-order ul {
  margin-bottom: 0; }

.ngioc-zip-code-format {
  font-size: 13px;
  margin-top: 8px;
  display: inline-block; }

.ngioc-alert-danger ul li:nth-last-child(1),
.ngioc-alert-danger ul {
  margin-bottom: 0; }

.ngioc-form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px; }

.ngioc-form-action_btn-post {
  width: 100%;
  max-width: 280px; }

.modal-header .ngioc-found-cheaper_title {
  margin-bottom: 0; }

.modal-header .close.ngioc-modal-dialog_btn-close {
  padding: 0;
  top: 50%;
  margin-top: 0;
  margin-bottom: 0; }

.product-miniature {
  position: relative; }

.ngioc-top-btn-miniature-product {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  min-width: 40px;
  padding-top: 3px;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s ease-out;
  border: none;
  position: absolute !important;
  top: 10px;
  right: 10px;
  z-index: 10; }

.ngioc-top-btn-miniature-product--next {
  top: 60px; }

.ngioc-top-btn-miniature-product:focus,
.ngioc-top-top-btn-miniature-product:active {
  outline: none;
  box-shadow: none; }

.ngioc-top-btn-miniature-product i {
  color: #7a7a7a; }

.ngioc-top-btn-miniature-product.ngioc-loader:before,
.ngioc-top-btn-miniature-product.ngioc-loader:after {
  position: absolute; }

/* loader */
.ngioc-loader {
  position: relative; }

@keyframes ngioc-loader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.ngioc-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: 1000;
  animation: ngioc-loader 0.8s; }

.ngioc-loader:after {
  content: '';
  background: rgba(0, 0, 0, 0.44);
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: ngioc-loader 0.5s; }

.ngioc-btn {
  position: relative; }

.ngioc-btn.ngioc-loader:before,
.ngioc-btn.ngioc-loader:after {
  position: absolute; }

body.ngioc-block-form--open .modal.fade[role="dialog"],
body.ngioc-block-form--open .modal-backdrop.fade.in {
  display: none !important; }

.ngioc-row-contenr-products {
  display: flex; }

.ngioc-content-product {
  display: flex; }

.ngioc-content-product-box {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto; }

.ngioc-content-product-box.ngioc-loader:before,
.ngioc-content-product-box.ngioc-loader:after {
  position: absolute; }

.ngioc-content-product-box.ngioc-loader:after {
  background: rgba(255, 255, 255, 0.77); }

.ngioc-product-cover {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.ngioc-product-name {
  font-size: 19px;
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px; }

.ngioc-product-qty .bootstrap-touchspin {
  display: flex;
  float: none; }

.ngioc-product-total-price {
  margin-bottom: 20px;
  font-size: 17px;
  margin-top: 20px;
  color: #000000; }

.ngioc-product-total-price_val {
  font-weight: 600; }

.ngioc-product-total-regular-price {
  margin-bottom: 8px;
  font-size: 16px; }

.ngioc-block_number-captcha {
  display: flex; }

.ngioc-block_number-captcha .captcha-code {
  margin-right: 0.8rem; }

.ngioc-form-control-label {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.ngioc-form-field_value {
  font-weight: 600;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

@media (max-width: 992px) {
  .ngioc-row-contenr-products {
    flex-wrap: wrap; }

  .ngioc-form-fields,
  .ngioc-content-product {
    width: 100%; }

  .ngioc-form-fields {
    order: 1; }

  .ngioc-content-product {
    order: 0;
    margin-bottom: 15px; } }
@media (max-width: 768px) {
  .ngioc-modal {
    padding: 25px 15px; } }

/*# sourceMappingURL=front.css.map */
