/**
 * 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 <nikol73333333@yandex.ru>
 * @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
*/
.modal-root--DIM5T {
  z-index: 9999 !important; }

.ngcbct-block-button-product {
  width: calc(100% + 10px);
  margin-left: -5px; }

.ngcbct-btn-tinkoff {
  font-weight: 400 !important;
  color: #212529 !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  line-height: normal;
  border-radius: 0.4em !important;
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative !important;
  background-color: #ffdd2d !important;
  border: 0 !important;
  font-family: inherit !important;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  font-size: 1.25em !important;
  min-height: 3em !important;
  padding: 0.3em 0.95em !important;
  width: 100%; }

.ngcbct-min-txt {
  font-size: 0.65em;
  width: 100%;
  line-height: 1.2; }

.ngcbct-block-button-product--text,
.ngcbct-block-button-product--link {
  width: auto;
  display: inline; }

.ngcbct-block-button-product--text .ngcbct-btn-tinkoff,
.ngcbct-block-button-product--link .ngcbct-btn-tinkoff {
  font-weight: 400 !important;
  color: #000000 !important;
  text-align: left;
  vertical-align: middle;
  user-select: none;
  line-height: normal;
  border-radius: 0 !important;
  align-items: normal;
  justify-content: normal;
  position: relative !important;
  background-color: transparent !important;
  border: 0 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  min-height: auto !important;
  padding: 0 !important;
  width: auto !important; }

.ngcbct-block-button-product--link .ngcbct-btn-tinkoff {
  text-decoration: underline; }

.ngcbct-block-button-product--text .ngcbct-btn-tinkoff {
  color: inherit !important; }

.ngcbct-block-button-product--text .ngcbct-btn-tinkoff:hover,
.ngcbct-block-button-product--link .ngcbct-btn-tinkoff:hover {
  color: inherit !important;
  background-color: inherit !important;
  border: inherit !important; }

.ngcbct-block-button-product--link .ngcbct-btn-tinkoff:hover {
  text-decoration: none; }

.ngcbct-block-button-product .ngcbct-btn-tinkoff:hover {
  background-color: #e2c428 !important; }

.ngcbct-btn-tinkoff--loading:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 80px;
  width: 80px;
  background: url("../../img/front/loader.svg") no-repeat center;
  background-size: 32px; }

.ngcbct-btn-tinkoff--loading:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1; }

.ngcbct-block-button-product--disabled .ngcbct-btn-tinkoff {
  pointer-events: none;
  opacity: .65;
  background-color: #e9e9e9 !important;
  border-color: #d1d1d1 !important;
  color: #202020 !important;
  box-shadow: none; }

/*# sourceMappingURL=front.css.map */
