/**
* 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.
*/

:root {
  --ndksf-ui-color-primary: #ccc;
  --ndksf-ui-main-bg: #ffffff;
  --ndksf-ui-color-hover: #333333;
}

.ndksf-filters {
  display: flex;
  gap: 1em;
}

.feature-type h2 {
  padding: 1em;
  text-align: center;
}

.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

.display-flex-ndk {
  display: flex;
}

.bloc-feature h3 {
  font-weight: bold;
}

.crosseling-ndk-super-feature {
  margin-top: 2em;
}

.crosseling-ndk-super-feature article {
  margin-right: 1em;
}
.feature-short_description {
  margin-top: 2em;
}

.feature-long_description {
  margin-top: 2em;
}

.feature-list-detail {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.feature-image.card-block {
  width: 230px;
  padding: 0;
}
.feature-image.full-width.card-block {
  width: 100%;
  padding: 0;
}
.ndksf-label {
  position: relative !important;
  padding: 1em;
  position: relative;
  margin: 1em;
  margin-left: 0;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}

.ndksf-label *,
.ndksf-label *:hover {
  color: inherit;
  background: inherit;
}

.thumbnail-block-ndk-super-feature {
  margin: 1em;
  margin-left: 0;
}

.feature-detail {
  padding: 10px;
  padding-left: 0;
}

.value-feature-detail {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  cursor: pointer;
}

.listing-ndk.display-flex-ndk {
  display: grid;
  justify-content: space-around;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1em;
}

body .is_group ..ndksf-label {
  margin: 0.5em;
}

.is_group .value-feature-detail {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  cursor: pointer;
  min-width: 45%;
  text-align: center;
  border-radius: 3px;
}

.is_group .value-feature-detail span {
  width: 100%;
  display: block;
}

.block-category-ndksf img {
  max-width: 300px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .block-category-ndksf img {
    max-width: 150px;
  }
}

.ndksf-search-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 0;
}

.ndksf-search {
  border: 1px solid var(--ndksf-ui-color-primary);
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  height: 100%;
  overflow: hidden;
}

#input_search_feature {
  padding: 0.5rem 1rem;
  color: var(--ndksf-ui-color-primary);
  border: none;
  margin-bottom: 0;
  height: 100%;
  display: block;
  position: relative;
}

.text-center-ndk {
  text-align: center;
}

.block-detail-feature {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.btn-block {
  margin-top: 1em;
  margin-bottom: 1em;
}

.listing-card-ndk {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: grid;
  overflow: hidden;
}

.listing-card-ndk img {
  max-width: 130px;
  min-width: 130px;
  clip-path: circle(50%);
  background: #fff;
  margin: 0.5em 0;
}

#product .img-picto-ndksf {
  max-width: 120px !important;
  clip-path: none;
}

.ndksf-value-feature-detail {
  display: grid;
  grid-template-columns: 1fr 9fr;
  gap: 2em;
  margin-bottom: 2em;
  border-bottom: 1px dashed;
  padding-bottom: 2em;
}

.ndksf-feature-name {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.ndksf-feature-link {
  color: inherit;
  padding-bottom: 0.5em;
  display: block;
}

.ndksf-feature-short_description {
  margin-bottom: 1em;
}
.bloc-description-card {
  padding: 1em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nsksf-tag-list {
}
.nsksf-tag {
  display: inline-block;
  font-size: 0.8rem;
  background: var(--ndksf-ui-color-hover);
  border-radius: 2px;
  padding: 2px;
  line-height: 0.9rem;
  color: var(--ndksf-ui-main-bg);
}

.bloc-img-card {
  min-width: 150px;
  position: relative;
  background: #eee;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.img-picto-ndksf {
  max-width: 50px !important;
  clip-path: circle(30%);
}

.display-grid-ndk {
  display: grid;
}

.listing-ndk.display-grid-ndk.is_group {
  justify-content: space-around;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1em;
}

#product .value-feature-detail {
  padding: 10px;
}

.feature-additional-info-ndk-specific {
  margin-bottom: 1em;
}
.ndksf-value-feature-detail-specific-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
}

#NdkSfMap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 1rem;
}
