/**
* 2007-2021 PrestaShop
*
* 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    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.hidden-insurance {
  display: none;
}
.ndk-insurance-item {
  text-align: center;
}

.multiply-infos-ndkci {
  padding: 0.5rem 0;
  font-style: italic;
  font-size: 0.9rem;
  margin: 0;
}

.ndk-insurance-item:not(:last-child) {
  border-bottom: 1px solid #dedede;
}
.ndk-insurance-checkbox {
  margin-right: 0.3em;
}

.btn-modal-insurance {
  width: 100%;
}

.ndk-insurance-checkbox-block {
  border: 1px solid #dedede;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: left;
  position: relative;
}

.ndk-insurance-checkbox-block .label label {
  margin: 0;
}

.label-ndk-i {
  display: inline-block;
  background: #98b97c;
  padding: 4px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 1em;
  position: absolute;
  top: -1em;
  left: 0;
}
.label-ndk-i.mandatory-label {
  background: #e3a735;
}

.value.ndk-i-price {
  float: right;
  font-weight: bold;
}

#modal-insurance,
#modalInsurance {
  display: none;
}

.popupContainer {
  background: #fff none repeat scroll 0 0;
  padding: 1em;
  text-align: center;
  position: relative;
  width: 600px;
  max-width: 75vw;
}
.popupContainer .btn {
  margin: unset;
}

.popupContainer .card {
  box-shadow: none;
  border: none;
}

.ndki-infos {
  display: block;
  font-size: 0.7rem;
  line-height: 0.7rem;
  float: left;
}

.ndki-summary-popup {
  display: none;
}
