@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root body {
  --main-container-width: 1280px;
  --container-width: var(--main-container-width);
  --paragraphecolor: #1c2c3e;
  --dominente1: #008687;
  --dominente2: #228e8e;
  --dominente3: #f70;
  --dominente4: #1c1c1b;
  --white: #fff;
  --fullwhite: #fff;
  --lightgrey: #f4fbfa;
  --black: #1c1c1b;
  --lightyellow: #fbf5e4;
  --fontfamily2: "Poppins", sans-serif;
  --fontfamily1: "Montserrat", "Verdana", sans-serif;
  --loader-color-primary: #2d9cd3;
  --loader-color-secondary: #d40050;
  --lightblue: #cfede8;
  --icon-height: 1.5rem;
}
body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  background: var(--white);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--dominente1);
  outline: none;
  border-radius: 0.5rem;
}
body .h1,
.h2,
.h3 {
  text-transform: none;
}
body .h1,
body h1 {
  font-size: 2rem;
  font-weight: 600;
  font-family: var(--fontfamily2);
  color: var(--paragraphecolor);
}

.product-description h1 {
  text-align: center !important;
  font-weight: normal !important;
  font-size: 1.2rem !important;
}

.product-resume .h1 {
  font-size: 1.5rem;
}
body .btn {
  border-radius: 0.5rem;
}

body .btn.btn-default {
  color: var(--dominente1);
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  /* right: 5px; */
  /* bottom: 5px; */
  background: none;
  text-shadow: none;
  border: 1px solid;
  font-size: 0.8rem;
}

body #header .header-nav {
  border-bottom: 2px solid var(--white);
  max-height: 150px;
  margin-bottom: 0px;
  padding-bottom: 0;
  padding-top: 0;
  background: var(--white);
}

body #header .header-nav .user-info {
  text-transform: none;
}
.ndkcp_left .ndkcp-slide-item {
  padding-left: 0;
  padding-right: 0;
}
#header .ndkcp_menu a,
.ndkcp_menu a,
#header .ndkcp_menu_left a,
.ndkcp_menu_left a,
#header .ndkcp_menu_right a,
.ndkcp_menu_right a {
  color: inherit;
  font-weight: normal;
}

body #header .header-top {
  box-shadow: none;
}

body #header .logo {
  max-width: 210px;
}

.ndkcp_nav1 {
  height: auto;
}

.ndkcp-menu-item > ul > li.category > a {
  text-align: left;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.ndkcp-menu-item ul > li > div > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  font-size: 1rem;
  text-align: left;
}

#index #content-wrapper {
  background: var(--lightgrey);
}
.slide_desc p,
.slide_short_desc p {
  text-align: inherit;
  padding-top: 0;
  color: inherit;
}
:root body:not(.opened_ndkcp_fixed_left_column) .ndkcp_fixed_left_column {
  top: 0em !important;
}

body .search-widget form input[type="text"]::placeholder,
body .search-widgets form input[type="text"]::placeholder {
  color: var(--dominente2);
  opacity: 1;
}

body .search-widget form input[type="text"],
body .search-widgets form input[type="text"],
body #search_widget form input {
  background-color: var(--lightblue);
  color: var(--paragraphecolor);
  border-radius: 1rem;
  border: none;
}
body .search-widget form input[type="text"]:focus,
body .search-widgets form input[type="text"]:focus,
body #search_widget form input:focus {
  background-color: var(--white);
  border: 2px solid var(--lightblue);
}

/* Define the keyframe animation */
@keyframes backgroundAnimation {
  0% {
    background-color: var(--lightblue);
  }
  100% {
    background-color: var(--white);
  }
}
.product-reference,
.product-reference label {
  display: none;
}

/* Apply the animation to an element */
/* body .search-widgets form input[type="text"] {
  animation: backgroundAnimation 5s infinite;
} */

.search-widget form input[type="text"]::placeholder,
.search-widgets form input[type="text"]::placeholder {
  color: var(--dominente1);
}
body #search_widget.search-widgets .material-icons.search {
  position: absolute;
  right: 0.8rem;
  top: 0.4rem;
}
body .material-icons.search::before {
  background: var(--dominente1);
}
body #products .thumbnail-container,
body .featured-products .thumbnail-container,
body .product-accessories .thumbnail-container,
body .product-miniature .thumbnail-container,
body .products .thumbnail-container {
  width: 255px;
  box-shadow: none !important;
  background: var(--white) !important;
  padding-bottom: 0;
}

.product-miniature .thumbnail-container .product-thumbnail {
  position: relative;
  height: calc(100% - 70px);
  /* border-radius: 0 3rem; */
  box-shadow: 0 3px 8px #0003;
}

#products .thumbnail-container .slide-content .product-add-to-cart,
.featured-products .thumbnail-container .slide-content .product-add-to-cart,
.product-accessories .thumbnail-container.slide-content .product-add-to-cart,
.product-miniature .thumbnail-container .slide-content .product-add-to-cart {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

body .ndk_banner_container img,
.mansup-container img {
  margin: auto;
  border-radius: 0rem;
}

body #products .product-price-and-shipping,
body .featured-products .product-price-and-shipping,
body .product-accessories .product-price-and-shipping,
body .product-miniature .product-price-and-shipping {
  color: var(--paragraphecolor);
  width: 100%;
}

#products .product-miniature .product-title a,
.featured-products .product-miniature .product-title a,
.product-accessories .product-miniature .product-title a,
body .product-miniature .product-title a {
  color: var(--black);
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  letter-spacing: -1;
}
.product-miniature .bottom-information {
  text-align: center;
  position: relative;
}
.product-miniature .bottom-information .view-btn {
  position: relative;
  bottom: unset;
  right: unset;
  margin: 1rem auto 0 auto;
  display: inline-block;
  float: none;
  top: auto;
  min-width: 75%;
}
.product-miniature .bottom-information .view-btn .hidden-sm-down {
  display: block !important;
}
.product-miniature .ndk_att_list {
  padding: 0;
  margin-bottom: 0;
}

.product-miniature .resume-features {
  padding: 0;
  margin-bottom: 1rem;
}

.product-miniature .resume-features p {
  color: var(--dominente1);
  text-align: center;
  font-size: 0.8rem;
}

.product-miniature .resume-features .material-icons {
  display: none;
}

.product-miniature .bottom-information .view-btn .material-icons {
  display: none;
}
body #products .product-title,
body .featured-products .product-title,
body .product-accessories .product-title,
body .product-miniature .product-title {
  min-height: 5rem;
}

#footer .ndkcp_footer .slide_name,
.footer-title,
#footer .h3,
#footer h4,
.block-contact-title,
.blockcms-title,
#footer .myaccount-title,
#footer .myaccount-title a {
  font-weight: 600 !important;
}

body .card,
body .block-categories,
body #search_filters,
body #search_filters_brands,
body #search_filters_suppliers,
body .content-box,
body .products-sort-order .select-title,
body #slide-content-14 .slide-content,
body #slide-content-14 .ndk_banner_container {
  box-shadow: none;
}

body #search_filters {
  padding: 0;
}

#left-column {
  z-index: 2;
}

#left-column .ndk-slide-item:first-of-type {
  margin-top: 0;
}

body .block-categories .h6 {
  display: none;
}
body .block-categories .category-sub-menu li {
  position: relative;
  margin-left: 0;
  list-style: none;
}
body .block-categories .category-sub-menu li[data-depth="0"] > a {
  font-weight: normal;
  border: none;
  width: calc(100% - 45px);
}
/* body .block-categories .category-sub-menu li .collapse {
  display: none;
}
body .block-categories .category-sub-menu li:hover > .collapse {
  position: fixed;
  left: 32%;
  background: var(--lightblue);
  padding: 1rem;
  top: auto;
  margin-top: -2rem;
  display: block;
}
body .block-categories .category-sub-menu li[data-depth="0"]:has(.collapse.in) {
  background: var(--lightblue);
  padding-left: 1rem;
  font-weight: bold;
} */
body .block-categories .category-sub-menu li[data-depth="0"]:hover > a {
  font-weight: bold;
}

.block-categories li[data-depth="0"] .category-sub-menu {
  margin-top: 0;
  margin-left: 1rem;
}

.btn-comment i,
.btn-comment-inverse i {
  display: none;
}

.ndk-custom-group-block[data-custom_class*="home_grid"] .ndk-slide-item {
  margin: 0;
  padding: 0;
  height: auto;
  align-self: stretch;
}

.ndk-custom-group-block[data-custom_class*="home_grid"] .ndkacf-items-container,
.ndk-custom-group-block[data-custom_class*="reassurance"]
  .ndkacf-items-container {
  padding: 0 1rem;
}

.ndk-custom-group-block[data-custom_class*="home_grid"]
  .ndk-slide-item[data-vertical_align="bottom"]
  .ndk_banner_container {
  display: flex;
  align-items: end;
}

.ndk-custom-group-block[data-custom_class*="reassurance"] .ndk-slide-item {
  padding: 0;
  margin-top: 0.5rem;
}
.ndk-custom-group-block[data-custom_class*="reassurance"] .slide_short_desc p {
  font-size: 0.8rem;
  font-weight: bold;
}
.ndk-custom-group-block[data-custom_class*="home_categories"] {
  border-radius: 10rem 0 0 0;
  padding: 0;
  overflow: hidden;
}

.ndk-custom-group-block[data-custom_class*="home_categories"] .ndkcp_menu {
  width: 100%;
  padding: 0;
  background-color: transparent;
}

.ndk-custom-group-block[data-custom_class*="home_categories"] .ndk-block-name {
  text-align: left;
  padding-left: 8rem;
  padding-top: 4rem;
  color: var(--white);
  font-size: 2rem;
}
.ndk-custom-group-block[data-custom_class*="home_categories"]
  .ndkcp-menu-item-container
  .ndk_banner_container {
  padding: 4rem;
}
.ndk-custom-group-block[data-custom_class*="home_categories"] .clearfix::before,
.ndk-custom-group-block[data-custom_class*="home_categories"] .clearfix::after,
.ndk-custom-group-block[data-custom_class*="home_categories"] .row::before,
.ndk-custom-group-block[data-custom_class*="home_categories"] .row::after {
  display: none;
}
.ndk-custom-group-block[data-custom_class*="home_categories"]
  .ndk_banner_container
  > .clearfix {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 0rem;
}
.ndk-custom-group-block[data-custom_class*="home_categories"]
  .ndk_banner_container
  .ndkcp_menu
  > .clearfix
  .ndkcp-img,
.ndk-custom-group-block[data-custom_class*="home_categories"]
  .ndk_banner_container
  .ndkcp_menu
  > .clearfix
  .slide-content {
  flex: 1;
  max-width: initial;
  height: auto;
  margin-top: 0 !important;
  margin: 1rem;
  margin-bottom: auto;
}

.ndk-custom-group-block[data-custom_class*="home_categories"]
  .ndk-slide-item[data-pull="right"]
  .ndkcp-img {
  order: 2;
}

.ndk-custom-group-block[data-custom_class*="home_categories"]
  .ndkcp-menu-item-container {
  position: relative;
  z-index: 1;
  box-shadow: none;
  opacity: 1;
  transform: none !important;
  padding: 0;
  margin: 0;
}

.ndk-custom-group-block[data-custom_class*="home_categories"] .ndkcp-menu-link {
  display: none;
}

.ndk-custom-group-block[data-custom_class*="home_categories"]
  .ndkcp-menu-link
  .slide-caption,
.ndk-custom-group-block[data-custom_class*="home_categories"]
  .ndk_banner_container
  .ndkcp_menu
  .ndk-slide-item,
.ndk-custom-group-block[data-custom_class*="home_categories"] .ndk-slide-item,
.ndk-custom-group-block[data-custom_class*="home_categories"]
  .displayNdkVirtual {
  padding: 0;
  margin: 0;
}

.ndk-custom-group-block[data-custom_class*="home_categories"]
  .ndkcp-menu-item
  ul[data-depth="1"] {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  padding: 0;
}
.ndk-custom-group-block[data-custom_class*="home_categories"]
  .ndkcp-menu-item
  ul[data-depth="1"]
  > li {
  flex: 100%;
}

.ndk-custom-group-block[data-custom_class*="home_categories"]
  .ndkcp-menu-item
  ul[data-depth="1"]
  > li
  > a {
  display: initial;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.ndk-custom-group-block[data-custom_class*="home_categories"]
  .ndk_banner_container
  .ndkcp_menu
  > .clearfix
  .slide-content
  .ndkcp-menu-item
  ul
  > li
  > div {
  max-height: 15rem;
  overflow-y: scroll;
}

.product-actions .add-to-cart {
  height: 2.75rem;
  line-height: inherit;
  padding: 0.625rem;
  width: 100%;
  background-color: var(--dominente3);
  color: var(--paragraphecolor);
  border-color: var(--paragraphecolor);
  border-radius: 2em;
  -webkit-appearance: initial;
  font-size: 1rem;
  text-transform: none;
}

.product-information {
  font-size: 0.9375rem;
  color: inherit;
  margin: 2rem 0;
}

.product-unit-price {
  display: none;
}
body .ndksf-value-feature-detail-specific-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body#product .img-picto-ndksf {
  max-width: 130px !important;
  clip-path: none;
  max-height: 50px;
}

.h1.product-h1 {
  font-size: 1.5rem;
}

.product-quantity .qty,
.product-quantity .add {
  flex: 0 0 100%;
}
.product-quantity .add {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
body .product-quantity .qty {
  display: flex;
  flex-wrap: nowrap;
  align-content: space-around;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  margin-top: 2rem;
}

#product #product-availability {
  text-align: right;
}
body .product-quantity #quantity_wanted {
  width: calc(100% - 1.5rem);
}
.product-quantity .bootstrap-touchspin {
  width: 100%;
}
#product .product-prices {
  margin-top: 0;
  text-align: right;
}
body .product-actions .add-to-cart {
  border-radius: 0.5rem;
}
.extraRight.clear.clearfix.sticky-hidden {
  padding-top: 1rem;
}

.proprietes-wiki {
  background: var(--white);
  padding: 1rem 0;
  border-radius: 1rem;
}
.wikiphyto .ndksf-value-feature-detail-specific-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
}

.wikiphyto .ndksf-value-feature-detail-specific {
  flex: 0 1 auto;
  padding: 0.25rem 0.5rem;
  border: 1px solid;
  border-radius: 5px;
  color: var(--dominente1);
}
.wikiphyto .ndksf-value-feature-detail-specific:hover {
  background: var(--lightblue);
}
.wikiphyto .ndksf-feature-link {
  padding-bottom: 0;
}

#main .js-qv-mask {
  display: none;
}

.dlc-dluo-product .price-label {
  color: var(--dominente1);
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  background: var(--white);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-image: none;
  padding: 1rem;
  min-width: 270px;
  margin-bottom: 15px;
  border: 1px solid var(--dominente2);
  border-radius: 1rem;
}
.french_flag .price-label::before {
  background: rgb(9, 9, 121);
  background: linear-gradient(
    90deg,
    rgba(9, 9, 121, 1) 0%,
    rgba(25, 25, 130, 1) 32%,
    rgba(255, 255, 255, 1) 32%,
    rgba(251, 251, 251, 1) 65%,
    rgba(255, 20, 20, 1) 65%,
    rgba(255, 0, 0, 1) 100%
  );
  width: 2rem;
  height: 1rem;
  content: "";
  display: block;
  position: absolute;
}

body .product-actions .add-to-cart {
  background-color: var(--dominente1);
  color: var(--white);
  border-color: var(--white);
  padding: 1rem;
  height: auto;
  font-weight: 600;
}
.product-actions .add-to-cart .material-icons.shopping-cart::before {
  background-color: var(--white);
}

body .ndk-tb-toggler {
  font-size: 0.9em;
  text-align: center;
}
body .product_extra.tab-content-block {
  padding-top: 1rem;
}
body .product_extra .ndk-tb-toggler-container {
  margin-bottom: 0em;
}
body .ndk-slide-content {
  width: 100%;
  padding-top: 1rem;
}
body .tax_label {
  display: none;
}
body #footer {
  padding-top: 0rem;
  background: var(--lightyellow);
}
.instock {
  color: #4cbb6c;
}
body .product-cover .layer {
  background: none;
}
body .product-cover .layer .zoom-in {
  color: var(--dominente1);
}
@media (min-width: 1400px) {
  body:not(#product) #ndkcp-31 {
    display: none;
  }
  body:not(#product) .search_col_toggler {
    display: none;
  }
}

.wikiphyto {
  color: #4291c6;
}
.small-reviews {
  min-width: 160px;
}
.feat-labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 0.5rem;
}
span.feat-label:after {
  content: "•";
  margin-left: 0.5rem;
}

body h1,
body .h1,
body .h1 a,
body .product-price,
body .block-category h1 {
  font-size: 1.4rem;
}

@media (max-width: 991px) {
  body #header .header-nav {
    padding-top: 1rem;
  }
  .sticky-add-to-cart {
    padding-top: 0 !important;
  }
  body .product_extra.tab-content-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #blockcart-modal .product-image {
    display: none;
  }
  .av_category_stars .ratingText {
    display: block;
    float: left;
    margin: auto;
    width: 100%;
    text-align: center;
  }
}

.is-sticky .logo.img-responsive {
  margin-top: 0.5rem !important;
  max-height: 2.5rem !important;
}
body .toggle-list-display-container,
body .sort-by-row {
  display: none !important;
}

.tabs-container .ndk-slide-content {
  padding-top: 0;
}

body.ndk-light-body,
body.ndk-light-body #wrapper {
  background: var(--lightgrey);
  text-align: center;
}
body.ndk-light-body .custom-checkbox label {
  text-align: center;
}

body.ndk-light-body .container {
  width: 800px;
  max-width: 100%;
}
body.ndk-light-body #content {
  background: var(--white);
  border-radius: 0.5rem;
}
.page-customer-account #content .forgot-password p {
  font-weight: bold;
  text-align: center;
}
body .av_category_stars {
  height: auto;
  max-width: 100%;
}
