/**
 *  Tous droits réservés NDKDESIGN
 *
 *  @author Hendrik Masson <postmaster@ndk-design.fr>
 *  @copyright Copyright 2013 - 2019 Hendrik Masson
 *  @license   Tous droits réservés
*/

body {
  overflow-x: hidden;
  width: 100vw;
}
img[data-sizes='auto'] {
  display: block;
  width: auto;
}
.img-responsive,
.product-cover img,
.product-cover img,
.thumb-container img {
  max-width: 100%;
  height: auto;
}
#index #wrapper,
#module-ndk_custom_product_pteage-view #wrapper,
#module-ndk_custom_product_page-view #content {
  padding-top: 0;
}
#index #main .page-footer,
#module-ndk_custom_product_page-view #main .page-footer {
  margin-bottom: 0;
}
.flex-break {
  flex-basis: 100%;
  height: 0;
}
.row.ndkacf-items-container:after {
  width: 0;
  height: 0;
  position: absolute;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.slide_short_desc .marquee p,
.slide_desc .marquee p,
.marquee p {
  display: inline-block;
  padding-left: 100% !important;
  animation: marquee 15s linear infinite;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ndkccp-page-title {
  text-align: center;
  margin-bottom: 1rem;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.topHook {
  width: 100%;
}

.clearfix::before {
  content: '';
  display: table;
  clear: both;
}
.ndkacf-items-container {
  counter-reset: my-counter;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  min-width: 100%;
  min-height: 100%;
  justify-content: space-between;
}
.ndk-custom-group-block[data-custom_class*='masonry'] .ndkacf-items-container,
.ndk-custom-group-block[data-display_mode*='masonry'] .ndkacf-items-container {
  display: initial;
}

.ndk-custom-group-block[data-custom_class*='masonry']
  .ndkacf-items-container
  .ndk-slide-item,
.ndk-custom-group-block[data-display_mode*='masonry']
  .ndkacf-items-container
  .ndk-slide-item {
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
  justify-content: normal;
}

.ndk-custom-group-block[data-custom_class*='masonry']
  .ndkacf-items-container
  .ndk-slide-item
  .ndk_banner_container,
.ndk-custom-group-block[data-display_mode*='masonry']
  .ndkacf-items-container
  .ndk-slide-item
  .ndk_banner_container {
  grid-row: 1 / -1;
  grid-column: 1;
  width: 100%;
  display: grid;
  height: auto;
}

.ndk-custom-group-block[data-custom_class*='align_left']
  .ndkacf-items-container,
.ndk-custom-group-block[data-align*='left'] .ndkacf-items-container,
.ndk-custom-group-block.ndkcp_menu[data-align*='left'] .ndkacf-items-container {
  justify-content: flex-start;
}

.ndk-custom-group-block[data-custom_class*='align_center']
  .ndkacf-items-container,
.ndk-custom-group-block[data-align*='center'] .ndkacf-items-container,
.ndk-custom-group-block.ndkcp_menu[data-align*='center']
  .ndkacf-items-container {
  justify-content: center;
  /* column-gap: 2rem; */
}

.ndk-custom-group-block[data-align*='auto'] .ndkacf-items-container,
.ndk-custom-group-block.ndkcp_menu[data-align*='auto'] .ndkacf-items-container {
  justify-content: space-around;
}

.ndk-custom-group-block[data-align*='justify'] .ndkacf-items-container,
.ndk-custom-group-block.ndkcp_menu[data-align*='justify']
  .ndkacf-items-container {
  justify-content: space-between;
}

.ndk-custom-group-block[data-custom_class*='align_right']
  .ndkacf-items-container,
.ndk-custom-group-block[data-align*='right'] .ndkacf-items-container,
.ndk-custom-group-block.ndkcp_menu[data-align*='right']
  .ndkacf-items-container {
  justify-content: flex-end;
}

.ndk-custom-group-block[data-custom_class*='full_width_container']
  .container:not(.slide-caption) {
  width: 100%;
  padding: 0;
}

.ndk-slide-item[data-custom_class*='padding_0'] {
  padding: 0;
}

.ndk-slide-item[data-custom_class*='padding_0'] {
  padding: 0 !important;
}

.ndk-slide-item[data-custom_class*='padding_0_1'] > .ndk_banner_container,
.ndk-custom-group-block[data-custom_class*='padding_0_1'] {
  padding: 0 1em !important;
}
.ndk-slide-item[data-custom_class*='padding_1_0'] > .ndk_banner_container,
.ndk-custom-group-block[data-custom_class*='padding_1_0'] {
  padding: 1em 0 !important;
}
.ndk-slide-item[data-custom_class*='padding_1_1'] > .ndk_banner_container,
.ndk-custom-group-block[data-custom_class*='padding_1_1'] {
  padding: 1em !important;
}
.ndk-slide-item[data-custom_class*='padding_0_2'] > .ndk_banner_container,
.ndk-custom-group-block[data-custom_class*='padding_0_2'] {
  padding: 0 2em !important;
}
.ndk-slide-item[data-custom_class*='padding_2_0'] > .ndk_banner_container,
.ndk-custom-group-block[data-custom_class*='padding_2_0'] {
  padding: 2em 0 !important;
}
.ndk-slide-item[data-custom_class*='padding_2_2'] > .ndk_banner_container,
.ndk-custom-group-block[data-custom_class*='padding_2_2'] {
  padding: 2em !important;
}

.ndk-slide-item[data-custom_class*='padding_0_0_1_0'] > .ndk_banner_container,
.ndk-custom-group-block[data-custom_class*='padding_0_0_1_0'] {
  padding: 0 0 1em 0 !important;
}
.ndk-slide-item[data-custom_class*='padding_1_0_0_0'] > .ndk_banner_container,
.ndk-custom-group-block[data-custom_class*='padding_1_0_0_0'] {
  padding: 1em 0 0 0 !important;
}

.ndk-slide-item[data-box_style*='radius'] > .ndk_banner_container,
.ndkcp-slide-item[data-box_style*='radius'] .slide-caption .slide-textes {
  border-radius: 0.5em;
  overflow: hidden;
  padding: 2rem;
}

.ndk-slide-item[data-box_style*='card'] > .ndk_banner_container,
.ndkcp-slide-item[data-box_style*='card'] .slide-caption .slide-textes {
  box-shadow: 0 3px 8px #0003, 0 0 2px #0003;
  overflow: hidden;
  padding: 2rem;
}

.ndk-slide-item[data-custom_class*='auto_width'],
.ndk-slide-item.col-xl-100,
.ndk-slide-item.col-sm-100,
.ndk-slide-item.col-xs-100 {
  width: auto !important;
}

.ndk-slide-item[data-custom_class*='pull-right'],
.ndk-slide-item[data-pull*='right'] {
  padding-right: 0;
  margin-right: 0;
  /* margin-left: auto !important; */
  order: 2;
}
.ndk-slide-item[data-custom_class*='pull-left'],
.ndk-slide-item[data-pull*='left'] {
  padding-left: 0;
  margin-left: 0;
  margin-right: auto !important;
}

.ndk-slide-item[data-custom_class*='ndk_header_logo'] {
  width: auto !important;
  float: right;
  text-align: center;
  padding: 0 0.5rem;
}
.ndk-slide-item[data-custom_class*='ndk_header_logo'] .hidden-sm-down {
  display: none;
}

#header
  .header-nav
  .ndk-slide-item[data-custom_class*='ndk_header_logo']
  .blockcart,
.ndk-slide-item[data-custom_class*='ndk_header_logo'] .ndk-menu-main,
.ndk-slide-item[data-custom_class*='ndk_header_logo'] .ndk-menu-item,
.ndk-slide-item[data-custom_class*='ndk_header_logo'] .ndk-menu-link {
  padding: 0 !important;
  margin: 0 !important;
}

.ndk-slide-item[data-custom_class*='ndk_header_logo'] .ndk-menu-main {
  display: flex;
}

.product_extra .ndk-slide-item {
  margin-top: 0;
  padding-top: 0;
}
.ndkcp_fixed_left_column .ndk-slide-item[data-custom_class*='ndk_header_logo'],
.ndkcp_fixed_rigth_column
  .ndk-slide-item[data-custom_class*='ndk_header_logo'] {
  padding: 0em 0.5em;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
}
.ndkcp-slide-link {
  display: block;
  position: relative;
  z-index: 2;
}

.ndk-slide-item .pull-right {
  float: right;
}
.ndk-slide-item .pull-left {
  float: left;
}

.ndkTextEffecthover .slide-caption {
}

/* 

.ndkTextEffecthover .slide_name {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 1rem;
  right: 1rem;
}
.ndkAlignright.ndkTextEffecthover .slide_long_desc {
  right: 0px;
}

.ndkAlignleft.ndkTextEffecthover .slide_long_desc {
  left: 0px;
}

.ndkAligncenter.ndkTextEffecthover .slide_long_desc {
  left: 0px;
  right: 0px;
} */

.ndkTextEffectlight {
  text-shadow: 0px 0px 1em #fff;
}

.ndkTextEffectshadow {
  text-shadow: 0px 0px 0.5em #000;
}

.ndkTextEffectshadow .btn {
  text-shadow: none;
}

.ndk-custom-group-block.ndkcp_popup {
  display: none;
}
.popupContainer .ndkcp_popup {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.ndk-custom-group-block {
  margin-bottom: 15px;
  /* max-width: 100%; */
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.page-product-box {
  margin-bottom: 25px;
}
.slide-toggler > .container {
  background-position: left center, right center !important;
  background-repeat: no-repeat !important;
  background-size: auto 90% !important;
  display: block;
  padding: 0;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}

.ndk-product-list-carousel {
  margin-left: 0;
  margin-right: 0;
}

.ndk-slide-item .material-icons {
  margin-right: 0;
  font-size: inherit;
  line-height: 0.8em;
}

.ndk-slide-item {
  margin-top: 1.5em;
  display: block;
  float: left;
  clear: none !important;
  position: relative;
}

.slide-content {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.slide_name {
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.slide_desc {
  margin: 0 auto 1em auto;
  padding: 0;
  color: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
  max-width: calc(100vw - 2rem);
  flex-direction: column;
}

.slide_desc h2,
.slide_desc h3 {
  margin-top: 1em;
  width: 100%;
}

.ndkccp-slide-type-0.col-xl-99 {
  margin-top: 0;
  margin-bottom: 0;
}

.slide_desc p,
.slide_short_desc p {
  text-align: inherit;
  padding-top: 1em;
  color: inherit;
}

.ndkacf-items-container ol {
  list-style-type: none;
}
.ndkacf-items-container ol li {
  padding-bottom: 2em;
}
.slide_desc ol li::before {
  content: counter(my-counter) '  ';
  counter-increment: my-counter;
  font-size: 3em;
  font-family: var(--fontfamily2);
  display: inline-block;
  width: 1em;
}

.toggleContentSlide {
}

.ndk-slide-item .exclusive {
  background-image: linear-gradient(#009ad0, #007ab7);
  background-size: 100% auto;
  border-color: #0079b6 #006fa8 #012740;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 0;
  position: relative;
  display: table;
  padding: 12px 36px 14px 36px;
  text-shadow: 0 1px #015883;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin: 15px auto;
}

#header .ndk_banner_container {
  padding: 0;
}

.ndk_banner_container {
  padding: 0;
  text-align: inherit;
  position: relative;
  flex: 1;
  display: block;
  /* height: 100%; */
  max-width: 100%;
  align-self: inherit;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
}

.ndk-slide-item .slide_content {
  padding-left: 0;
  padding-right: 0;
}

.top-custom-block h4 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.top-custom-block p {
  margin: 0;
  padding: 0;
}

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

.clear {
  clear: both;
}

ul.ndk-product-list-carousel.sliderLoaded > li {
  clear: none !important;
}

.ndk-custom-group-block .bx-wrapper {
  min-width: 100%;
  padding: 0 15px;
}

.ndk-custom-group-block .bx-wrapper img {
  width: 100%;
  height: auto;
}
.ndk-custom-group-block .bx-wrapper .bx-controls-direction a {
  width: 48px;
  height: 48px;
  border-color: #000;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  opacity: 0;
  box-shadow: -3px 2px 2px #5553537d;
  background: none;
}

.ndk-custom-group-block .bx-wrapper .bx-controls-direction a.bx-prev {
  border-bottom: 6px solid;
  border-left: 6px solid;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 15px;
}

.ndk-custom-group-block .bx-wrapper .bx-controls-direction a.bx-next {
  border-bottom: 6px solid;
  border-left: 6px solid;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  right: 15px;
}

.ndk-custom-group-block .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}

.ndk-custom-group-block .bx-wrapper .bx-controls-direction a::before {
  display: none !important;
}

.ndk-custom-group-block .bx-wrapper .bx-pager,
.ndk-custom-group-block .bx-wrapper .bx-controls-auto {
  position: absolute !important;
  bottom: 2em;
  right: 2em;
  width: auto;
  left: 2em;
}

.manufacturers_list {
  margin-top: 15px;
}

.manufacturer-item {
  margin-bottom: 15px;
}

.mansup-container {
  border: none;
}
.mansup-container p {
  text-align: inherit;
}

.mansup-container .img-responsive {
  width: auto !important;
}

#ps-image-slider figcaption {
}

.slide-textes {
  width: auto;
  padding: 1em;
}

.slide-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: inherit;
  padding: 0.71429rem;
  text-align: inherit;
  color: inherit;
  font-size: 1rem;
}
.slide-caption .slide_title {
  font-size: 2em;
  text-align: inherit;
  color: inherit;
}
.slide-caption p {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

.slide-caption .btn.btn-default {
  margin-top: 1em;
  margin-bottom: 1em;
  color: inherit;
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
    max-width: 100vw;
  }
  .slide-caption {
    /* font-size: 0.5rem; */
    /* justify-content: flex-start !important; */
  }
}

.slide-caption .ndk-slide-over {
  font-weight: 900;
  font-size: 3em;
  text-transform: none;
  padding: 0;
  display: block;
  line-height: 1em;
}

.ndk_banner_container img,
.mansup-container img {
  margin: inherit;
  width: 100%;
  height: auto;
}

.ndk-slide-item[data-image_width='auto'] .ndk_banner_container img {
  margin: auto;
  width: auto;
  max-width: 100%;
}
.ndk-slide-item[data-image_width='auto'][data-align='left']
  .ndk_banner_container
  img {
  margin-left: 0;
}

.ndk-slide-item[data-image_width='auto'][data-align='right']
  .ndk_banner_container
  img {
  margin-right: 0;
}

.ndk-cart-details .product-image {
  max-width: 100%;
}

.ndk-cart-details {
  padding: 1em;
}

.ndk-custom-group-block .bx-wrapper .bx-viewport {
  direction: ltr !important;
  height: auto !important;
  background: inherit;
}

.img-responsive {
  max-width: 100%;
}

.ndk-custom-group-block .featured-products {
  /* margin-left: -15px; */
  /* margin-right: -15px; */
  margin-top: 1em;
  padding-bottom: 2em;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  position: relative;
  height: auto;
}

.overflowed .overflow-container .overflow-item.product-miniature {
  align-self: stretch;
}

.overflowed .overflow-container .overflow-item.product-miniature.clonedPush {
  display: flex;
}

.overflowed
  .overflow-container
  .overflow-item.product-miniature.clonedPush
  .ndk_banner_container {
  align-self: stretch;
  display: flex;
}

.slide_name i {
  line-height: 2rem;
  font-size: 2em;
  margin-right: 8px;
}

#footer .slide_name {
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 10px;
  font-weight: normal;
}

#footer .slide_name i {
  line-height: 1.5rem;
  font-size: 2em;
  margin-right: 8px;
}

.thumbnail-container .ndk-custom-group-block {
  margin-bottom: 0.2rem;
  max-width: unset;
}

.ndk-custom-group-block .rmv {
  display: none !important;
}

.ndk-slide-item .menu-top li,
.ndk-slide-item .menu-nav1 li,
.ndk-slide-item .menu-nav2 li,
.ndk-slide-item .menu-home li,
.ndk-slide-item .menu-product li {
  display: inline-block;
}

.ndk-slide-item .menu-nav1 li ul li,
.ndk-slide-item .menu-nav2 li ul li {
  display: block;
}

.ndk-slide-item .menu-top li ul,
.ndk-slide-item .menu-nav1 li ul,
.ndk-slide-item .menu-nav2 li ul,
.ndk-slide-item .menu-home li ul {
  position: absolute;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 1.563rem 1.25rem;
  z-index: 3;
  left: 0;
  right: 0;
  margin-top: 0.5em;
}

.ndk-slide-item .menu-top li ul li ul,
.ndk-slide-item .menu-nav1 li ul li ul,
.ndk-slide-item .menu-nav2 li ul li ul,
.ndk-slide-item .menu-home li ul li ul {
  position: relative;
  background: none;
  box-shadow: none;
  padding: 0;
}

.ndk-slide-item .menu-top li ul li,
.ndk-slide-item .menu-nav1 li ul li,
.ndk-slide-item .menu-nav2 li ul li,
.ndk-slide-item .menu-home li ul li {
  padding: 0.5em;
}

.ndk-slide-item .menu-top li ul li i,
.ndk-slide-item .menu-nav1 li ul li i,
.ndk-slide-item .menu-nav2 li ul li i,
.ndk-slide-item .menu-home li ul li i {
  display: none;
}
/* .ndkcp_left .ndk-slide-item {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1.563rem;
  background: #fff;
  padding: 1.563rem 1.25rem;
} */

.ndk-menu-link {
  color: inherit;
}

.ndk-menu-item i {
  font-size: 1.6em !important;
}

.ndk-slide-item iframe {
  max-width: 100%;
}

.displayNdkVirtual {
  text-align: inherit;
  padding: 15px 0;
}

.displayNdkVirtual
  *:not(i):not(.btn):not(input):not(select):not(textarea):not(
    .form-control
  ):not(.modal-content):not(.ndkcp-menu-item-container):not(
    .ndkcp-menu-item
  ):not(.ndkcp-menu-item ul[data-depth='1'] > li):not(
    .ndkcp-menu-item ul[data-depth='1'] > li > a
  ):not(.ndk-scroll-pager):not(.ndk-slide-item),
.ndk-slide-item .login-form *:not(i),
.displayNdkVirtual #_desktop_cart .cart-preview.active {
  color: inherit;
  background-color: inherit;
  text-align: inherit;
}

.displayNdkVirtual .modal-content {
  color: initial;
  background-color: var(--white);
}
.displayNdkVirtual #search_widget {
  margin-bottom: 0;
  overflow: visible;
  height: auto;
  width: 100%;
}
.displayNdkVirtual .product-list-reviews {
  position: relative;
  top: 0;
}

#search_widget form i {
  position: unset;
  padding: 0;
}
/* .displayNdkVirtual .search-widget form button[type="submit"] {
  position: absolute;
  right: 2em;
  top: 0.5em;
  bottom: unset;
} */
.displayNdkVirtual #_desktop_language_selector button {
  line-height: 3em;
}
.ndk-slide-item .login-form section {
  padding: 0.5em;
}
.header-nav .ndk-slide-item {
  margin: 0;
}
.header-nav .displayNdkVirtual,
.header-top .displayNdkVirtual {
  padding: 0;
}

.displayNdkVirtual .block_newsletter {
  background: none;
  width: 100%;
}

.header-nav .ndk-custom-group-block,
.header-top .ndk-custom-group-block,
.header-nav .ndk-slide-item,
.header-top .ndk-slide-item {
  margin: 0;
}

.showDisabled {
  position: relative;
}

.showDisabled::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffffe0;
  content: ' ';
  border: 3px solid #bd6f6f;
  z-index: 99;
}

.showDisabled .ndk-slide-item::before {
  /* background: #333; */
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* border: inset 3px solid #333; */
  z-index: 99;
  box-shadow: inset 0px 0px 0px 5px #bd6f6f;
}

.btn-primary.toggleNdkcp {
  opacity: 1;
  z-index: 999;
  position: relative;
  background: #bd6f6f;
  border: none;
  color: #fff;
}

.header-nav .ndk-custom-group-block {
  clear: none;
  width: auto;
  margin-bottom: 0;
  position: relative;
  max-width: 100%;
  align-items: baseline;
}

/* .header-nav .ndk-custom-group-block .container,
.header-nav .ndk-custom-group-block .container .ndk-slide-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
} */

.ndkcp-position-bloc {
  position: relative;
  top: -3em;
  font-size: 2em;
  text-shadow: 1px 1px 7px #000;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
}

.ndkcp_top .ndk-slide-item,
.ndkcp_top .ndk_banner_container {
  /*   position: static; */
}
a.ndkCpEdit,
.ndkCpEdit .ndk_banner_container {
  -webkit-filter: grayscale(90%, 90%);
  filter: grayscale(90%, 90%);
  background: ;
  border: 3px dashed #bd6f6f;
  overflow: hidden;
}

a.ndkCpEdit:hover,
.ndkCpEdit:hover .ndk_banner_container {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}

.hidden-ndk {
  display: none;
}

.ndkCpEdit:hover .adminEditLink {
  display: block;
}

.ndkCpEdit:hover .ndk_banner_container,
.ndkCpEdit:hover img {
  filter: blur(2px);
}
.adminEditLink {
  width: 2em !important;
  height: 2em !important;
  /* content: "+"; */
  position: absolute;
  display: block;
  background: #71bd6f;
  z-index: 999;
  border-radius: 100%;
  font-size: 1em;
  font-weight: bold;
  color: #fff !important;
  right: calc(50% - 1em);
  top: calc(50% - 1em);
  border: 3px solid #fff;
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-align: center;
  padding: 0;
  display: none;
  line-height: 1.5em;
}
.adminEditLink i.material-icons {
  margin: 0 !important;
  padding: 0 !important;
}

body.liveEditing::before {
  background: #e86f6f24 !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: ' ';
}

.adminEditLink:hover {
  background: #333;
}

.toggleLiveEdit {
  position: fixed;
  right: 1em;
  top: 1em;
  /* padding: 1em; */
  box-shadow: inset 0px 0px 0px 5px #bd6f6f !important;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  border-radius: 100%;
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 3em;
}

.toggleLiveEdit i {
  font-size: 2em;
  margin: 0;
}
.toggleLiveEdit.ndkEditing {
  box-shadow: inset 0px 0px 0px 5px #333 !important;
  background: #333;
}

.liveEditing .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
  width: 30px;
  right: -15px;
}

.liveEditing .ui-resizable-handle:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-top: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
  box-shadow: 0 10px 0 #666, 0 20px 0 #666;
}

.ndkcp_product_list_reviews {
  margin-top: 0;
}

.ndkcp_product_list_reviews .ndkEmptyNode {
  background-image: repeating-linear-gradient(
    180deg,
    transparent 0,
    transparent 0.5em,
    #f0f0f0 0.5em,
    #f0f0f0 1.5em
  );
  max-width: 100%;
  margin: 0;
}

.ndkcp_product_list_reviews .ndk-slide-item {
  margin-top: 0;
  /* padding: 0; */
}

.ndkcp_product_list_reviews .ndk-slide-item .ndk_banner_container {
  padding: 0;
  /* margin-left: -15px;
  margin-right: -15px; */
}

img.ndk_hover_image {
  display: none;
}

.resume-features {
  padding: 1em;
}

.resume-features > p {
  color: inherit;
  margin-bottom: 0;
  text-align: left;
}

#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: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  height: auto;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
  position: relative;
  height: auto;
}

#products .thumbnail-container .product-thumbnail img.last_image,
.product-miniature .thumbnail-container .product-thumbnail img.last_image {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  background: #fff;
  width: 0;
  height: 0;
  opacity: 0;
}

/* .ndkcp_right_column_product .ndk-slide-item {
  padding-left: 0;
  padding-right: 0;
} */

#products .thumbnail-container .product-thumbnail:hover > img.last_image,
.product-miniature
  .thumbnail-container
  .product-thumbnail:hover
  > img.last_image {
  width: 100%;
  height: auto;
  opacity: 1;
}

.ndkcp_footer .displayNdkVirtual > * {
  width: 100% !important;
  padding: 0 !important;
}

.ndk_unlogged .logged-only {
  display: none !important;
}
.ndk_logged .unlogged-only {
  display: none !important;
}

.ndkcp-slide-block {
  margin: 0;
  padding: 0;
  max-width: 100vw;
}

.ndk-custom-group-block[data-parallax_background='scroll'] {
  background-size: cover;
  background-attachment: scroll !important;
}

body .ndk-slide-item[data-overflow_x='1'],
body .ndk-slide-item[data-overflow_x='1'] .ndk_banner_container {
  display: block;
}

.ndkcp-slide-item > a,
.ndkcp-slide-item img.img-responsive {
  width: 100%;
  height: auto;
}

.ndkAlignleft,
[data-custom_class*='ndkAlignleft'],
.ndkcp-slide-item[data-align='left'],
.ndkcp-slide-item[data-align='left'] .slide-caption {
  text-align: left;
  justify-content: start;
}

.ndkcp-slide-item[data-align='left'] .slide-caption .slide-textes {
  align-self: flex-start;
}

.ndkAligncenter,
[data-custom_class*='ndkAligncenter'],
.ndkcp-slide-item[data-align='center'],
.ndkcp-slide-item[data-align='center'] .slide-caption {
  text-align: center;
  justify-content: center;
}

.ndkcp-slide-item[data-align='center'] .slide-caption .slide-textes {
  align-self: center;
}

.ndkAlignright,
[data-custom_class*='ndkAlignright'],
.ndkcp-slide-item[data-align='right'],
.ndkcp-slide-item[data-align='right'] .slide-caption {
  text-align: right;
  justify-content: end;
}

.ndkcp-slide-item[data-align='right'] .slide-caption .slide-textes {
  align-self: flex-end;
}

.ndkAlignright .displayNdkVirtual {
  float: right;
}
.ndkAlignright .dropdown-menu {
  left: unset;
  right: 0;
}

.ndkAlignleft .dropdown-menu {
  left: 0;
  right: unset;
}

.ndkAligncenter .dropdown-menu {
  left: 0;
  right: 0;
}

.ndkAlignleft .slide_short_desc {
  margin: auto 1em;
  padding: 0px;
  word-wrap: anywhere;
}
.ndkAlignleft .slide_short_desc {
  margin-left: 0;
  padding: 0px;
}

.ndkAlignright .slide_short_desc {
  margin-right: 0;
  padding: 0px;
}

.ndkAlignleft .slide_name {
  text-align: left;
  padding-left: 0;
}
.ndkAlignCenter .slide_name {
  text-align: center;
}
.ndkAlignright .slide_name {
  text-align: right;
  padding-right: 0;
}

.ndk-slide-item[data-vertical_align='top'],
.ndkcp-slide-item[data-vertical_align='top'],
.ndkcp-slide-item[data-vertical_align='top'] .slide-caption {
  display: flex;
  /* justify-content: flex-start; */
  align-self: flex-start;
}
.ndk-slide-item[data-vertical_align='center'],
.ndkcp-slide-item[data-vertical_align='center'],
.ndkcp-slide-item[data-vertical_align='center'] .slide-caption {
  justify-content: center;
  height: 100%;
  display: flex;
  align-self: center;
}

.ndk-slide-item[data-vertical_align='stretch'],
.ndkcp-slide-item[data-vertical_align='stretch'],
.ndkcp-slide-item[data-vertical_align='stretch'] .slide-caption {
  /* justify-content: center; */
  height: auto;
  display: flex;
  align-self: stretch;
}

.ndk-slide-item[data-vertical_align='bottom'],
.ndkcp-slide-item[data-vertical_align='bottom'],
.ndkcp-slide-item[data-vertical_align='bottom'] .slide-caption {
  /* justify-content: end; */
  height: 100%;
  display: flex;
  align-self: flex-end;
}

.slide-push-ndk {
  margin-top: 0;
}
.ndkParallaxing {
  overflow: hidden;
  background-image: none !important;
}

.ndk-custom-group-block[data-parallax_background='scroll'] {
}
.parallax_img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.ndk-custom-group-block.parallax,
.ndk_banner_container.parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  float: unset !important;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100vw;
}

.ndk-custom-group-block.parallax.parallaxHeight_100,
.ndk_banner_container.parallax.parallaxHeight_100 {
  min-height: 100vh;
  padding-top: 20vh;
  padding-bottom: 20vh;
}
.ndk-custom-group-block.parallax.parallaxHeight_50,
.ndk_banner_container.parallax.parallaxHeight_50 {
  min-height: 50vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.ndk-custom-group-block.parallax.parallaxHeight_25,
.ndk_banner_container.parallax.parallaxHeight_25 {
  min-height: 25vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.ndk-custom-group-block.parallax .bx-wrapper {
  padding: 0;
}
.ndk_att_list {
  padding: 0.5em 1em;
  /* background: #F5F5F5; */
  margin-bottom: 5px;
}

.ndksp-add-to-cart {
  min-width: 100%;
  /* font-size: 1.2em; */
}

.ndk_attribute_label {
  /* width: 120px; */
  text-align: inherit;
  display: block;
}

.ndk_attribute_select {
  padding: 0.25rem;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
}
.ndk_quantity_wanted_p label {
  display: none;
}

.ndkcp_product_list_reviews .add-to-cart-or-refresh {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 1em;
}

.ndkcp_product_list_reviews
  .ndk-add-to-cart-incremental
  .add-to-cart-or-refresh {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}

.ndkcp_product_list_reviews
  .ndk-add-to-cart-incremental
  .add-to-cart-or-refresh
  .product-quantity {
  justify-content: end;
}

.ndk-add-to-cart-incremental .ndksp-add-to-cart:not(.disabled) {
  display: none;
}

.ndkcp_product_list_reviews .add-to-cart-or-refresh.only-button {
  grid-template-columns: 1fr;
}
.ndkcp_product_list_reviews
  .add-to-cart-or-refresh.only-button
  .product-quantity {
  display: none;
}
.ndk_quantity_wanted_p {
  display: flex;
  padding: 0;
  margin: 0;
  line-height: 2rem;
}
.ndk_quantity_wanted_p i {
  line-height: 1rem !important;
}
/* .ndkcp_product_list_reviews .product-quantity {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  border: 1px solid #dedede;
} */
.ndk_quantity_wanted_p input {
  width: 40px;
  border: none;
  text-align: center;
}
.col-xl-99 {
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  /* left: 50%;
  right: 50%; */
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  float: unset !important;
  position: relative;
  max-width: 100vw;
  clear: both !important;
}

/* col-sm col-xs */
@media (max-width: 576px) {
  .col-xs-99 {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    /* left: 50%;
    right: 50%; */
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    float: unset !important;
    position: relative;
    max-width: 100vw;
    clear: both !important;
  }
}

@media (max-width: 768px) {
  .ndk-custom-group-block .col-xs-0 {
    display: none !important;
  }
  .btn.ndksp-add-to-cart {
    font-size: 10px;
  }
}

/* col-md col-sm */
@media (min-width: 768px) and (max-width: 1200px) {
  .ndk-custom-group-block .col-md-0,
  .ndk-custom-group-block .col-sm-0 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .col-md-99 {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    /* left: 50%;
    right: 50%; */
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    float: unset !important;
    position: relative;
    max-width: 100vw;
    clear: both !important;
  }
  .col-sm-99 {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    /* left: 50%;
    right: 50%; */
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    float: unset !important;
    position: relative;
    max-width: 100vw;
    clear: both !important;
  }
}

/* col-xl */
@media (min-width: 1200px) {
  .ndk-custom-group-block .col-xl-0 {
    display: none !important;
  }
}

.col-md-99 .container,
.col-xl-99 .container,
.col-sm-99 .container,
.col-xs-99 .container {
  max-width: 100%;
}
.hasFixedCols
  #header
  div:not([data-module~='displayNdkCpMenu']):not(.ndkcp_category)
  .ndkacf-items-container:eq(0) {
  padding-left: 1em;
}
body.hasFixedCols #menu-icon {
  display: none !important;
}
.ndkcp_fixed_left_column,
.ndk-custom-group-block.parallax.ndkcp_fixed_left_column {
  position: absolute;
  left: -1.5rem !important;
  top: 0;
  bottom: -15px;
  background: #fffffff0;
  z-index: 9999;
  max-width: 4rem;
  padding: 1rem;
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.2);
  animation: all 1s linear ease;
  width: auto;
  right: auto !important;
  margin: unset;
  display: block;
}
.ndkcp_fixed_left_column:hover {
  box-shadow: -1px 3px 10px 4px rgba(0, 0, 0, 0.2);
}
.ndkcp_fixed_left_column.hovered {
  width: 8rem;
}
body.opened_ndkcp_fixed_left_column .ndkcp_fixed_left_column,
body.opened_ndkcp_fixed_left_column .ndkcp_fixed_left_column.hovered,
body.opened_ndkcp_fixed_left_column
  .ndk-custom-group-block.parallax.ndkcp_fixed_left_column,
body.opened_ndkcp_fixed_left_column
  .ndk-custom-group-block.parallax.ndkcp_fixed_left_column.hovered {
  max-width: 90vw;
  width: auto;
  overflow-y: scroll;
  position: fixed;
  left: 0 !important;
  animation: none;
}
.fixed_col_toggler {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  cursor: pointer;
}

.fixed_col_toggler .material-icons {
  margin: 0;
}

.search_col_toggler {
  position: absolute;
  left: 0.5em;
  top: 0.6em;
  cursor: pointer;
}
.input-has-toggler {
  padding-left: 2.5em !important;
}
.ndkcp_fixed_left_column .container {
  width: 40rem;
  max-width: 100%;
}

/* .ndkcp_fixed_left_column .displayNdkVirtual .language-selector-wrapper {
  padding: 0.75em;
} */

.ndkcp_fixed_left_column .displayNdkVirtual {
  padding: 0;
}

body:not(.opened_ndkcp_fixed_left_column)
  .ndkcp_fixed_left_column
  .ndk-slide-item {
  display: none;
}

body .ndkcp_fixed_left_column .block-categories,
body .ndkcp_fixed_left_column #search_filters_wrapper {
  margin: 0;
}
body .ndkcp_fixed_left_column .block-categories,
body .ndkcp_fixed_left_column #search_filters {
  box-shadow: none;
  border-bottom: 1px solid;
  background: none;
}
.ndkcp_fixed_left_column .block-categories .category-top-menu li a {
  color: inherit;
}

.ndkcp_fixed_left_column
  .block-categories
  .category-sub-menu
  li[data-depth='0']
  > a {
  border: none;
  padding-bottom: 0;
  color: inherit;
}
.ndkcp_fixed_left_column
  .block-categories
  .category-sub-menu
  li[data-depth='0'] {
  padding-bottom: 0.5em;
}

.ndkcp_fixed_left_column .login-form {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
}

#top-menu {
  margin-top: 2em;
}

.ndk-slide-item .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ndk-slide-item .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #2fb5d2;
}

.featured-products .products.ndkcp-big-slider {
  display: block;
}
.ndkcp-big-slider .product-miniature {
  margin: 0;
}
.ndkcp-big-slider .product-price-and-shipping {
  margin-bottom: 1em;
}

.ndkcp-big-slider .thumbnail-container {
  height: auto;
  width: 100% !important;
  display: flex;
  background: none;
  box-shadow: none;
  justify-content: space-between;
  flex-flow: wrap;
  align-content: stretch;
  flex-direction: row;
  padding: 0 1em;
  /* align-items: center; */
}

.ndkcp-big-slider .thumbnail-container .product-thumbnail,
.ndkcp-big-slider .thumbnail-container .product-description {
  flex: 0 0 45%;
}

.ndkcp-big-slider .thumbnail-container .highlighted-informations {
  display: none;
}
.ndkcp-big-slider .thumbnail-container .product-description {
  padding: 1em;
}

.ndkcp-big-slider .thumbnail-container .product-title {
  height: auto !important;
}
.ndkcp-big-slider .thumbnail-container .product-title a,
.ndkcp-big-slider .thumbnail-container .price {
  font-size: 3rem;
  color: inherit;
}

/* #products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  width: 320px;
} */

[data-ndkccp-type='9'] .ndk_banner_container .img-responsive {
  float: left;
  max-width: 45%;
  margin-right: 1em;
}

.ndkcp_menu,
.ndkcp_menu_left,
.ndkcp_menu_right {
  display: inline-block;
  padding: 0.5em 0.7em;
  background: #fff;
  margin: 0;
}

.ndkcp_fixed_left_column .ndkcp_menu,
.ndkcp_fixed_left_column .ndkcp_menu_left,
.ndkcp_fixed_left_column .ndkcp_menu_right,
.ndkcp_fixed_rigth_column .ndkcp_menu,
.ndkcp_fixed_rigth_column .ndkcp_menu_left,
.ndkcp_fixed_rigth_column .ndkcp_menu_right {
  width: 100%;
}
.ndkcp-menu-link {
  position: relative;
}
.ndk-custom-group-block.ndkcp_menu {
  position: static;
}
.menu_sup_label {
  position: absolute;
  right: -0.7em;
  padding: 0.8em 0.5em;
  border-radius: 3px;
  display: block;
  height: auto;
  top: -1.5em;
  z-index: 2;
}
#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;
}
.ndkcp-menu-item-container {
  position: absolute;
  left: 0;
  right: 0;
  padding: 1em;
  background: var(--white);
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transform: translateY(100px) scale(0, 0);
  -webkit-transform: translateY(100px) scale(0, 0);
  /* box-shadow: 0px 0px 2px 0.357rem rgba(255, 255, 255, 0.5); */
  margin-top: 0.5em;
}
.ndkcp-menu-item-container .ndkacf-items-container {
  margin-left: 0;
  margin-right: 0;
}
.ndkcp-menu-item > ul > li > a {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: block;
}
.ndkcp-menu-item-container ul > li > div > ul,
.ndkcp-menu-item-container ul.ndk-menu-main {
  font-weight: normal;
  font-size: 0.9em;
  text-transform: none;
}
.ndkcp-menu-item-container ul > li > div > ul > li,
.ndkcp-menu-item-container ul.ndk-menu-main > li.ndk-menu-item {
  padding: 0.15em 0;
  font-weight: normal;
  flex: 1 1 200px;
  max-width: 200px;
}

.ndkcp-menu-item-container .ndk_banner_container,
#header .ndkcp-menu-item-container .ndk_banner_container {
  padding: 0.5em;
  color: inherit;
}

.ndkcp_menu:hover .ndkcp-menu-item-container,
.ndkcp_menu_left:hover .ndkcp-menu-item-container,
.ndkcp_menu_right:hover .ndkcp-menu-item-container {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
  z-index: 99;
}

.ndkcp_fixed_rigth_column .ndkcp_menu .ndkcp-menu-item-container,
.ndkcp_fixed_rigth_column .ndkcp_menu_left .ndkcp-menu-item-container,
.ndkcp_fixed_rigth_column .ndkcp_menu_right .ndkcp-menu-item-container,
.ndkcp_fixed_left_column .ndkcp_menu .ndkcp-menu-item-container,
.ndkcp_fixed_left_column .ndkcp_menu_left .ndkcp-menu-item-container,
.ndkcp_fixed_left_column .ndkcp_menu_right .ndkcp-menu-item-container {
}

.ndkcp-menu-item {
  text-align: left;
}

.ndkcp-menu-item ul > li {
}
.ndkcp-menu-item ul[data-depth='0'] > li > a {
  display: none;
}
.ndkcp-menu-item ul[data-depth='1'] {
  padding-left: 0;
  font-weight: normal;
  margin-top: 0.5em;
  font-size: 0.9em;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.ndkcp-menu-item ul[data-depth='2'] {
  display: block;
  padding: 0;
}

.ndkcp-menu-item ul[data-depth='3'] > li {
  display: block;
  margin: 0;
  padding: 0.15rem 0;
}
.ndkcp-menu-item ul[data-depth='1'] > li > a {
  display: block;
  font-weight: bold;
  margin-bottom: 0;
}

.ndkcp-menu-item .menu-images-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ndkcp-menu-item .menu-images-container img {
  max-width: 120px;
}

/* @media (min-width: 769px) {
  body.hasFixedCols {
    padding-left: 3rem;
  }
} */

.ndkcp_fixed_left_column .ndkcp-menu-item-container {
  position: relative;
  transform: none;
  -webkit-transform: none;
  opacity: 1;
  z-index: 99;
  left: auto;
  right: auto;
  top: auto;
  display: none;
  padding: 0;
  margin: 0;
}
.ndkcp_fixed_left_column .ndkcp-menu-item-container {
  width: 100%;
}
.ndkcp_fixed_left_column .ndkcp-menu-item ul {
  margin-top: 0;
}

.ndkcp_fixed_left_column .ndkcp-menu-item-container .ndk_banner_container {
  padding: 0;
}

.ndkcp_fixed_left_column .ndkcp-menu-item-container .ndk-slide-item {
  margin: 0;
}

.ndkcp_fixed_left_column .ndkcp-menu-link {
  position: relative;
  width: 100%;
  display: block;
  padding: 0.5rem 0;
}

.ndkcp-menu-link .collapse-icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
  display: none;
}
.ndkcp-menu-link.hasChildren .collapse-icons {
  display: block;
}

.ndkcp-menu-link .collapse-icons i {
  font-size: 1.5rem;
  top: 0.5rem;
}
.ndkcp-menu-link:not(.opened) .collapse-icons i[data-icon='expand_less'] {
  display: none;
}
.ndkcp-menu-link.opened .collapse-icons i[data-icon='expand_more'] {
  display: none;
}
.ndkcp_fixed_left_column .ndkcp-menu-item ul[data-depth='1'] {
  padding-left: 0;
  font-weight: normal;
  margin-top: 0;
  font-size: 1rem;
  display: block;
  gap: 1rem;
}

@media (max-width: 768px) {
  body:not(.opened_ndkcp_fixed_left_column) .ndkcp_fixed_left_column {
    bottom: unset;
    height: 3rem;
    box-shadow: none !important;
    top: 0.5em !important;
  }
  body .ndkcp_fixed_left_column .block-categories,
  body .ndkcp_fixed_left_column #search_filters_wrapper {
    display: block !important;
  }

  .ndkcp-big-slider .thumbnail-container .product-thumbnail,
  .ndkcp-big-slider .thumbnail-container .product-description {
    flex: 0 0 100%;
  }
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
  font-display: swap;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  -webkit-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.ndkccp-slide-type-20 {
  display: none !important;
}

#csinstagramfeed li.picture {
  padding: 0.5rem;
}

.ndkcp_product_tab .ndkcp-filters-container {
  display: none !important;
}

.magnify {
  border-radius: 50%;
  border: 2px solid black;
  position: absolute;
  z-index: 9999;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
  cursor: none;
}

.ndkccp-video-background {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.ndkccp-video {
  height: auto;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.footer-title,
.block-contact-title,
.blockcms-title,
#footer .myaccount-title,
#footer .h6,
.block-contact h4 {
  display: none !important;
}

.resume-features.ndksf-in-ndksp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.resume-features.ndksf-in-ndksp .img-picto-ndksf {
  max-width: 2rem !important;
  clip-path: none;
}
