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

@import 'root.css';
/* @import "ndk-icons.css"; */
/* @import "custom-user.css"; */

body {
  color: var(--paragraphecolor);
  font-family: var(--fontfamily1);
  height: auto;
  background-color: var(--white);
}
/* body::-webkit-scrollbar {
  width: 0.5em;
  position: fixed;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--dominente2);
  outline: none;
  border-radius: 0.5rem;
} */
.btn {
  position: relative;
}

/* .fixed_col_toggler .material-icons {
  color: var(--white);
} */
.add-to-cart:not(.disabled)::after,
.btn-ndkacf-popup:not(.disabled)::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
  background-color: transparent;
}
.add-to-cart:hover::after,
.btn-ndkacf-popup:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
  background-color: inherit;
}
body .btn:focus,
body .btn.focus,
body .btn:active:focus,
body .btn:active.focus,
body .btn.active:focus,
body .btn.active.focus {
  outline: none;
}

#products {
  color: var(--paragraphecolor);
}

#header {
  background: var(--white);
  color: var(--paragraphecolor);
  box-shadow: none;
}
#content {
  box-shadow: none;
}
.alert-danger {
  border: 1px solid var(--alert-color);
  color: var(--alert-color);
}
b,
strong {
  font-weight: inherit;
  font-weight: bold;
}

p {
  margin-top: 0;
  margin-bottom: 0.3rem;
  color: var(--paragraphecolor);
  text-align: justify;
  font-weight: normal;
  font-size: 0.9rem;
}

a {
  color: var(--dominente2);
  text-decoration: none;
}

a:hover,
body#checkout a:hover {
  color: var(--dominente1);
  text-decoration: none;
}

.field_notice,
.field_notice p {
  font-style: italic;
  font-size: 0.8rem !important;
  color: var(--paragraphecolor);
}

/* .material-icons {
  margin-right: 0.2rem;
} */

.container {
  width: var(--container-width);
  max-width: 100%;
}

h1,
.h1,
.h1 a,
body .product-price,
.block-category h1 {
  color: var(--dominente1);
  font-family: var(--fontfamily2);
  font-size: 1.5rem;
  word-wrap: break-word;
  font-weight: 600;
}
body .product-price {
  line-height: 2rem;
}
.cart-summary-products .product-price {
  font-size: 1.2rem;
}

h2,
.h2 {
  font-size: 1.6rem;
  text-transform: none;
  color: var(--dominente2);
  font-weight: 600;
  font-family: var(--fontfamily2);
}

.h3,
.h4,
h3,
h4,
body#checkout section.checkout-step .step-title {
  font-size: 1.6rem;
  text-transform: none;
  color: var(--dominente2);
  font-weight: 700;
  font-family: var(--fontfamily2);
}
body#checkout section.checkout-step .step-title.h3,
.address-alias.h4 {
  font-size: 1rem;
}
body#checkout section.checkout-step .content {
  padding: 1rem;
}
.dropdown:hover .expand-more {
  color: var(--dominente1);
}
body #header .header-nav .material-icons.expand-more {
  margin-left: -0.375rem;
  font-size: 1.5em;
  line-height: 1em;
}
body#checkout #search_widget {
  display: inherit;
}
body#checkout section.checkout-step .address-item.selected {
  background: var(--white);
  border: 3px solid var(--dominente1);
}
.ndkacf-popup-selection {
  text-align: center;
  margin-top: 1rem;
}

body .label,
body label {
  color: var(--paragraphecolor);
  text-align: right;
  font-size: 0.875rem;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
  /* margin-right: 0.5em; */
  padding: 0;
}

.pull-right {
  float: right;
  margin-right: 0 !important;
}

.noborder-right {
  border: none !important;
}

.pull-left {
  float: left;
}

.card,
.block-categories,
#search_filters,
#search_filters_brands,
#search_filters_suppliers,
.content-box,
.products-sort-order .select-title,
.columns_everblog_wrapper {
  box-shadow: var(--box-shadow);
  border-radius: 3px;
  border: none;
  padding: 0.625rem;
  background: var(--fullwhite);
}

#search_filters span.magnitude {
  margin-left: 0.3rem;
}

.columns_everblog_wrapper h3 {
  font-size: 1rem;
}
.columns_everblog_wrapper .btn {
  margin: 1rem auto;
}
.columns_everblog_wrapper.carousel .carousel-inner {
  height: auto;
}
.columns_everblog_wrapper.carousel .carousel-item img {
  padding: 0;
  margin-bottom: 1rem;
}

.columns_everblog_wrapper.carousel .everpsblogcontent {
  color: var(--paragraphecolor);
}

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

.block-categories .category-sub-menu li {
  position: relative;
  margin-left: 1em;
  list-style: disclosure-closed;
}

body:not(.opened_ndkcp_fixed_left_column) .ndkcp_fixed_left_column {
  bottom: unset;
  height: var(--header-height);
  box-shadow: none !important;
  top: 0 !important;
  line-height: calc(var(--header-height) / 1.5);
  padding-top: 0;
  padding-bottom: 0;
  */: ;
}
.social-sharing li {
  box-shadow: var(--box-shadow);
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--white);
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  background-position: 0.25rem 0.25rem;
  cursor: pointer;
  margin-left: 0.5rem;
}

.radio-label {
  box-shadow: var(--box-shadow);
  background: var(--white);
  display: inline-block;
  padding: 0.125rem 0.625rem;
  font-weight: 600;
  border: 2px solid var(--white);
  border-radius: 3px;
}

#header .header-nav {
  border-bottom: none;
  max-height: unset;
  margin-bottom: 0px;
  padding-bottom: 0rem;
  padding-top: 0rem;
  background: var(--white);
}
.header-nav .slide_desc p,
.header-nav .slide_short_desc p {
  padding: 0.5rem 0;
}

#_desktop_logo {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#header .logo {
  max-width: 100%;
  /* max-width: 250px; */
  vertical-align: middle;
  height: auto !important; 
  /* height: var(--header-height); */
  width: auto;
}
.checkout-header {
  text-align: center;
  border-bottom: 1px solid var(--verylightgrey) !important;
}
.checkout-footer {
  text-align: center;
  padding-top: 1rem;
}

#_desktop_logo h1 {
  margin: 0;
}

#header .header-nav #menu-icon {
  vertical-align: middle;
  cursor: pointer;
  margin: 0 1rem;
  position: relative;
  z-index: 1;
}

#search_widget.search-widgets .material-icons.search {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
}
#search_widget form i {
  position: unset;
  padding: 0;
}

#header .header-nav .search-widget,
#header .header-nav .search-widgets {
  margin-top: 0;
  width: 100%;
  /* padding: 0 3rem; */
}

.search-widget .material-icons,
.search-widgets .material-icons {
  font-size: 24px;
}

#header .header-nav .right-nav {
  margin-top: 0rem;
  display: block;
}

.search-widget form input[type='text'],
.search-widgets form input[type='text'],
#search_widget form input {
  width: 100%;
  background-color: var(--white);
  color: var(--paragraphecolor);
  border-radius: 3px;
  border: 1px solid var(--lightgrey);
  box-shadow: none;
  transition: all var(--cubic);
  min-width: 0;
}

.search-widget:hover input[type='text'],
.search-widget form input[type='text']:focus,
.search-widgets form input[type='text']:focus {
  outline: 3px solid var(--dominente2);
  color: var(--dominente2);
  background: var(--white);
  min-width: 300px !important;
}

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

.search-widget form button[type='submit'],
.search-widgets form button[type='submit'] {
  position: absolute;
  /* background: none; */
  border: none;
  right: 0.4rem;
  top: 0.4rem;
}

.search-widget form input[type='text']:focus + button .search,
.search-widgets form input[type='text']:focus + button .search {
  color: var(--dominente2);
}

#search_widget {
  min-width: 0;
}
.search_toggler {
  color: var(--paragraphecolor);
  cursor: pointer;
}
#search_widget.search-widgets .search_toggler .material-icons.search {
  position: relative;
  top: 0;
  right: 0;
}

.togglable_search {
  position: absolute !important;
  top: auto;
  left: auto;
  right: 100%;
  background: var(--dominente1);
  padding: 1em;
  z-index: 99;
  box-shadow: var(--box-shadow);
  width: 300px;
}
.togglable_search .material-icons.search {
  display: none;
}
.search_close {
  bottom: -0.5rem;
  position: absolute;
  cursor: pointer;
  background: var(--black);
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  right: -1rem;
  box-shadow: var(--box-shadow);
}
.search_close i.material-icons {
  background: none;
  color: var(--white);
  opacity: 1;

  background: none;
}
#_desktop_cart {
  position: relative;
}
.ndk_banner_container img,
.mansup-container img {
  margin: auto;
  border-radius: 0rem;
}

#wrapper {
  background: var(--white);
  box-shadow: none;
  padding-top: 1rem;
}

.header-banner i {
  font-size: 16px;
}
#header .header-nav .language-selector {
  margin-top: 0;
  white-space: nowrap;
}
#header .header-nav .material-icons {
  line-height: inherit;
  font-size: 2em;
}

.full-top-header > div {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  vertical-align: middle;
}

.full-top-header .social-logos {
  margin-top: 0.1rem;
}

.social-logos a {
  height: 1rem;
  width: 1rem;
  background-color: var(--paragraphecolor);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0.125rem 0.125rem 0 0;
  cursor: pointer;
  background-size: contain;
}

.shop_phone {
  color: var(--dominente1);
}

.rea-item {
  display: inline-block;
  margin: 0 1.5rem;
  color: var(--dominente2);
}

.rea-item i {
  font-size: 1.5em;
}
.top-links a {
  text-transform: uppercase;
  margin: 0.125rem 0.125rem 0 0;
  border-right: 1px solid;
  padding-right: 0.3rem;
}

#header a {
  color: var(--paragraphecolor);
}

.mobile.classic-burger {
  position: absolute;
}
#checkout .mobile.classic-burger {
  display: none;
}

#header .header-nav .user-info {
  margin: auto;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
}

#header .header-nav .user-info a {
  /* line-height: 23px; */
  display: block;
}
#header .header-nav .cart-preview.active a:not(.btn),
#header .header-nav .cart-preview.active i {
  color: var(--paragraphecolor);
}
#header .header-nav .cart-preview.active a.btn {
  color: initial;
}

#header .header-nav .blockcart {
  background: none !important;
  height: auto;
  padding: 0 0.75rem;
  margin-left: 0.9375rem;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  position: relative;
  margin-top: 0;
}

.header .cart-products-count {
  position: absolute;
  top: -6px;
  background: var(--dominente1) !important;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  color: var(--white) !important;
  padding: 0;
  font-size: 0.8em;
  opacity: 1;
  line-height: 1rem;
  /* right: -8px; */
  text-align: center !important;
  font-weight: bold;
}

#header a:hover {
  text-decoration: none;
  color: var(--dominente2);
}

#header .header-nav .blockcart.active a:hover {
  color: var(--dominente2);
}

#header .header-top {
  padding-bottom: 0;
  background: var(--white);
  box-shadow: var(--box-shadow);
  padding-top: 0;
  margin: 0;
}

#header .header-top .menu {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

#header .menu > ul > li {
  display: inline-block;
}

#top-menu {
  padding: 0;
  margin: 0;
  /* line-height: 30px; */
}

#header
  .ndk-slide-item[data-custom_class='ndk_main_menu']
  .ndk_banner_container {
  padding: 1.5em 0;
}

.ndk-slide-item[data-custom_class='ndk_main_menu'] .ndkcp_menu {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
  color: var(--paragraphecolor);
}

#header .header-top a[data-depth='0'] {
  color: var(--paragraphecolor);
  text-transform: none;
  line-height: 40px;
  font-size: 1.1em;
  font-weight: 900;
}

#_desktop_top_menu .top-menu[data-depth='0'] li:hover .sub-menu {
  display: block !important;
  top: 50px !important;
  background: var(--white);
}
.top-menu[data-depth='1'] {
  margin: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 4em;
  grid-auto-columns: 250px;
  grid-column-gap: 30px;
}

#header .top-menu a[data-depth='0']:hover {
  color: var(--dominente1);
  text-decoration: none;
}

#_desktop_top_menu .top-menu a.dropdown-submenu {
  color: var(--dominente2);
}

#_desktop_top_menu .top-menu a[data-depth='2'] {
  font-weight: 700 !important;
}

#_desktop_top_menu .top-menu a[data-depth='3'] {
  padding-top: 0;
}

#left-column {
  padding-left: 0;
  position: sticky;
  top: 0;
  z-index: 2;
}

body.ndkCfMakeFloat .pb-left-column,
body.ndkCfMakeFloat .pb-right-column {
  top: calc(var(--header-height) + 1rem);
}
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[data-depth='0']:hover > a {
  font-weight: bold;
}

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

.lit-brand-img {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 5px;
  width: 40px;
  height: 40px;
}

#js-product-list-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* @Group toogle display */

.toggle-list-display-container {
  text-align: right;
  line-height: 40px;
}
.selected-view {
  color: var(--rouge);
}
.toggle-list-display {
  text-align: right;
  display: inline-block;
  cursor: pointer;
}

.js-qv-mask-ndk.mask {
  margin-top: 1rem;
}

.thumb-container img {
  height: auto;
}
.product-miniature.js-product-miniature.prod_list {
  width: 100%;
}

.product-miniature.js-product-miniature.prod_list .thumbnail-container {
  max-width: 100% !important;
}

.list_description {
  display: none;
}
.prod_list .list_description {
  display: block;
  text-align: left;
}

.prod_list .product-title {
  text-align: left !important;
  border: none !important;
}

.prod_list .thumbnail-container {
  width: 100% !important;
  height: auto !important;
  display: grid;
  justify-content: start;
  align-items: center;
  grid-template-columns: minmax(150px, 25%) 1fr;
  gap: 1rem;
}

.prod_list .miniature-image {
  width: 45%;
  vertical-align: middle;
  max-width: 250px;
}

.prod_list a.thumbnail.product-thumbnail {
  flex: 0 1 250px;
}

.prod_list .miniature-details {
  width: 65%;
  vertical-align: middle;
}
.prod_list .product-description {
  box-shadow: none !important;
  text-align: left;
  border: none;
  width: auto !important;
  min-width: 0;
}

.prod_list .bottom-information {
  text-align: left;
}

/* @Group toogle display */

body #search_filters .facet .facet-label {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.facet .facet-label .img-picto-ndksf {
  max-width: 50px !important;
  clip-path: none;
  height: 1.5rem;
  width: auto;
}

#search_filters .facet .facet-label a {
  color: var(--paragraphecolor);
  margin-top: 0;
  display: flex;
  align-items: center;
}

body #search_filters .facet .facet-label .custom-checkbox,
body #search_filters .facet .facet-label .custom-radio {
  top: 0;
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: auto !important;
}

#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 {
  max-width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  position: relative;
  z-index: 1;
  background: inherit;
  width: 100%;
  bottom: 0;
  height: auto;
  padding: 0.5rem;
  max-width: 100%;
  box-shadow: none !important;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container,
.products .thumbnail-container {
  position: relative;
  margin-bottom: 3rem;
  height: 100%;
  width: 290px;
  background: var(--fullwhite);
  border-radius: 0.5em;
  max-width: 42vw;
  padding: 0;
  margin: 1rem auto 0 auto;
  box-shadow: var(--box-shadow);
  transition: all var(--cubic);
  -moz-transition: all var(--cubic);
  -webkit-transition: all var(--cubic);
  -o-transition: all var(--cubic);
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#products .thumbnail-container:hover,
.products .thumbnail-container:hover,
.featured-products .thumbnail-container:hover,
.product-accessories .thumbnail-container:hover {
  box-shadow: var(--box-shadow-dark);
  margin-top: 1.5rem;
  margin-bottom: -0.5rem;
}

#products .thumbnail-container:focus .product-description::after,
#products .thumbnail-container:hover .product-description::after,
.featured-products .thumbnail-container:focus .product-description::after,
.featured-products .thumbnail-container:hover .product-description::after,
.product-accessories .thumbnail-container:focus .product-description::after,
.product-accessories .thumbnail-container:hover .product-description::after,
.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
  content: '';
  border: none;
  position: absolute;
  width: 80%;
  top: 0;
  left: 10%;
  opacity: 0.25;
}
.modal-open .modal {
  background: #1b191950;
}
#product-modal .modal-open .modal {
  display: flex !important;
  align-items: center;
}

body .modal-dialog {
  max-width: 1200px;
  margin-left: auto;
  margin-left: auto;
}
body #product-modal .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

body#cart .modal-dialog {
  margin-top: 12vh;
}
.modal-backdrop.in {
  display: none;
}

#product .modal-open .modal {
  justify-content: center;
  align-items: center;
  display: flex !important;
}
#product .modal.fade .modal-dialog {
  -webkit-transform: none !important;
  transform: none !important;
  max-height: 90vh;
  max-width: 800px;
}

#product .modal-img-container .overflow-container {
  height: auto !important;
}

#product-modal .modal-content .modal-body .product-images img {
  width: auto;
  cursor: pointer;
  background: var(--white);
  display: block;
  max-width: 100px;
}
#product-modal .modal-content .modal-body .product-cover-modal-ndk {
  background: var(--white);
  max-width: 100%;
  max-height: 90vh;
  width: auto;
}

/* #product-modal .modal-content .modal-body .mask.nomargin {
  margin-top: 0;
  width: auto;
  display: inline-flex;
} */

#product-modal .modal-content .modal-body .product-images {
  margin-left: 1em;
  width: auto;
  display: block;
}

.product-quantities {
  display: none;
}
.prod-warranty {
  background: var(--dominente1);
  display: block;
  font-size: 0.71rem;
  color: var(--white);
  padding: 3px;
  text-transform: uppercase;
  font-weight: 700;
}

.prod-warranty i {
  font-size: 1rem;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  text-align: center;
  text-transform: capitalize;
  margin-top: 5px;
  min-height: 0px;
  line-height: 1rem;
}
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
  color: var(--paragraphecolor);
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
#products .product-miniature:hover .product-title a,
.product-miniature:hover .product-title a {
  color: var(--dominente2);
}

.resume-features p {
  margin: 0;
  font-size: 0.7rem;
}

.resume-features i {
  font-size: 1rem;
  color: var(--dominente1);
  line-height: 0.8rem;
  border-radius: 2px;
  margin-right: 3px;
}

.bottom-information {
  position: relative;
  /* width: 100%; */
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.bottom-information .view-btn {
  display: none;
}

.product-miniature .product-flags li.product-flag {
  font-family: var(--fontfamily1);
  background: var(--dominente1);
  color: var(--white);
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.on-sale {
  display: block !important;
  background: var(--dominente3);
}

.product-flags li.product-flag.out_of_stock {
  background: var(--dominente2);
}

.product-miniature .badge {
  z-index: 2;
  background: var(--dominente1);
  color: var(--white);
  border: 1px solid var(--dominente1);
  margin-bottom: 5px;
  border-radius: 1rem;
  font-size: 0.6em;
  position: relative;
  min-width: auto;
  min-height: 1em;
  padding: 0.225em 0.5rem;
  box-shadow: none;
  text-align: center;
  line-height: 1.2em;
  left: 0;
}
.product-flags {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}

.product-miniature .product-flags {
  display: block;
}
.product-miniature .product-flags li.product-flag {
  color: var(--white);
  /* background: none; */
  border: 1px solid;
  margin-top: 0.5rem !important;
  margin-left: 0.5rem;
  font-family: var(--fontfamily1);
  font-weight: normal;
  width: auto !important;
  text-align: left;
  float: left;
}

li.product-flag.new {
  display: none !important;
}

.flashsale-countdown-box.product_list {
  margin-top: 0;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
  color: var(--dominente1);
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
  color: var(--paragraphecolor);
  text-decoration: line-through;
  font-size: 0.875rem;
  float: left;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  background-color: var(--dominente1);
  border-color: transparent;
}

.btn.btn-default {
  color: inherit;
  text-transform: uppercase;
  padding: 5px 10px;
  /* right: 5px;
  bottom: 5px; */
  background: none;
  text-shadow: none;
  border: 1px solid;
}

.btn-default,
.btn-primary:not(.add-to-cart),
.btn-secondary {
  transition: all var(--cubic);
  -moz-transition: all var(--cubic);
  -webkit-transition: all var(--cubic);
  -o-transition: all var(--cubic);
  border-radius: var(--btn-radius);
}

.btn.disabled,
.btn.disabled:hover {
  opacity: 0.65;
  cursor: not-allowed;
  color: var(--paragraphecolor);
}

.btn.btn-default p,
.btn.btn-default span {
  color: inherit;
}

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

.ndk-slide-item .refurb-legend {
  display: none;
}

#slide-content-2 .ndk-slide-item .refurb-legend {
  display: inline-block;
  float: right;
  width: auto;
}

#slide-content-8 .featured-products {
  margin-left: -7px;
  margin-right: -4px;
  background: var(--lightgrey);
}

#slide-content-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.refurb-legend {
  text-align: right;
  width: 100%;
  display: none;
}

.refurb-legend ul li {
  display: inline-block;
  background: var(--lightgrey);
  padding: 3px;
  margin-left: 10px;
}
.refurb-legend ul li * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}

.prod-warranty.reco-used {
  background: var(--dominente1);
}
.product-condition.reco-used {
  color: var(--dominente1);
}
.reco-used path {
  fill: var(--dominente1);
}
.prod-warranty.reco-new {
  background: var(--dominente2);
}
.reco-new path {
  fill: var(--dominente2);
}
.product-condition.reco-new {
  color: var(--dominente2);
}
.prod-warranty.reco-refurbished {
  background: var(--dominente3);
}
.reco-refurbished path {
  fill: var(--dominente3);
}
.product-condition.reco-refurbished {
  color: var(--dominente3);
}
.regular_price_row {
  min-height: 0px;
}

.recopicto {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
}

#left-column .card-block {
  padding-left: 0;
  padding-right: 0;
}

.card-header {
  padding: 0.75rem 0;
  margin-bottom: 0;
  background: none;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--dominente2);
  font-size: 16px;
}

#product #content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

#footer {
  padding-top: 0rem;
}
body#checkout #footer {
  box-shadow: none;
  padding: 0.9375rem;
  background: var(--white);
  color: var(--paragraphecolor);
}

#use_same_address {
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
}
.footer-container {
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
  box-shadow: none;
  background: var(--lightgrey);
}
.footer-container .container .row {
  padding-top: 0 !important;
}
.boxed-footer .content-box {
  background: var(--white);
  padding: 1rem;
  box-shadow: var(--box-shadow);
}
#footer .content-box {
  box-shadow: none !important;
  padding: 0;
}

#footer .ndkcp_footer .slide_name,
.footer-title,
#footer .h3,
#footer h4,
.block-contact-title,
.blockcms-title,
#footer .myaccount-title,
#footer .h6 {
  font-size: 1.5rem;
  text-align: left;
  margin: 0;
  padding-left: 0px;
  font-weight: 900;
  margin-bottom: 0.5rem;
  color: var(--paragraphecolor);
  text-transform: capitalize;
  padding-top: 0;
  font-family: var(--fontfamily2);
  padding-bottom: 0.5rem;
}
#footer .myaccount-title a {
  font-size: inherit;
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit !important;
}

#footer .displayNdkVirtual {
  text-align: inherit;
  padding: 0;
}
.block-contact .block-contact-title,
.linklist .blockcms-title a {
  color: var(--dominente2);
}
.block-contact h4 {
  display: none;
}
.contact-address::before {
  background: url('../img/icones-svg/localisation-01.svg');
}
.contact-phone::before {
  background: url('../img/icones-svg/phone-01.svg');
}
.contact-email::before {
  background: url('../img/icones-svg/mail-01.svg');
}
.contact-row::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: '';
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}
.contact-row {
  margin-bottom: 0.5em;
  /* line-height: 1.3em; */
  position: relative;
  padding-left: var(--icon-height);
  height: auto;
  min-height: var(--icon-height);
  display: flex;
  align-items: center;
}

.footer-title i {
  line-height: 1.2rem;
  margin-right: 3px;
}

.footer-container .links ul {
  background-color: inherit;
  margin-bottom: 0;
  padding-left: 0;
}

.block-social {
  text-align: left;
}

.block-social li {
  height: 2.5rem;
  width: 2.5rem;
  background-color: transparent !important;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0.5rem !important;
  cursor: pointer;
  position: relative;
  background-image: none !important;
}
.block-social ul li:hover {
  background-color: var(--white);
}
.block-social li::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: contain;
}

.block_newsletter p {
  padding-top: 0;
}
.block_newsletter form input[type='email'] {
  padding: 11px;
  width: 100%;
  border: 1px solid var(--black);
  background: var(--white);
}
.block_newsletter form input {
  height: 42px;
  box-shadow: none;
  border-left: none;
  border-radius: var(--btn-radius);
}
.block_newsletter form input.btn {
  margin-left: -3rem;
}

.breadcrumb,
#wrapper .breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 0.9rem;
}
.slide_short_desc .breadcrumb {
  margin-bottom: 0;
}

.breadcrumb ol,
#wrapper .breadcrumb ol {
  margin-bottom: 0;
}
.breadcrumb ol li,
#wrapper .breadcrumb ol li {
  display: inline;
}
.slide_short_desc .breadcrumb ol li a,
#header .slide_short_desc .breadcrumb ol li a {
  color: inherit;
}
.breadcrumb li::after,
#wrapper .breadcrumb li::after {
  margin: 0.3125rem;
  color: inherit;
  content: '>';
}
.breadcrumb li:last-child,
#wrapper .breadcrumb li:last-child {
  margin: 0;
  color: inherit;
  content: '>';
}
.breadcrumb li:last-child::after,
#wrapper .breadcrumb li:last-child::after {
  content: '';
}
.products-selection .sort-by-row {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 0;
}
body .btn-primary {
  color: var(--white);
  border-color: var(--black);
  border: 1px solid var(--black);
  font-weight: 400;
  font-size: 1rem;
  box-shadow: none;
  text-transform: uppercase;
  background-color: var(--dominente2);
}
body .btn-primary.focus,
body .btn-primary:focus,
body .btn-primary:hover,
body .btn-primary.active.focus,
body .btn-primary.active:focus,
body .btn-primary.active:hover,
body .btn-primary:active.focus,
body .btn-primary:active:focus,
body .btn-primary:active:hover,
body .open > .btn-primary.dropdown-toggle.focus,
body .open > .btn-primary.dropdown-toggle:focus,
body .open > .btn-primary.dropdown-toggle:hover,
body .btn-primary:hover {
  color: var(--white) !important;
  background-color: var(--black);
}

body .btn-secondary {
  color: var(--white);
  background-color: var(--black);
  border: 1px solid transparent;
  font-weight: normal;
  font-size: 1rem;
  box-shadow: none;
  text-transform: uppercase;
}
body .btn-scondary:hover {
  color: var(--black);
  background-color: var(--white);
  border: 1px solid var(--black);
}

.product-tag {
  padding: 0.25rem 0.5rem;
  background: var(--lightgrey);
  line-height: 1.5rem;
  border-radius: 3rem;
  margin: 1rem 0;
}

.product-condition .recopicto {
  position: relative;
  right: auto;
  top: auto;
  display: inline-block;
  float: left;
  margin-right: 5px;
  height: 1.5rem;
}

.product-warranty i {
  color: var(--dominente1);
}

.discount.product-tag {
  background: var(--dominente1);
  color: var(--white);
  border: 1px solid var(--dominente1);
  border-radius: 2rem;
  float: right;
  margin-right: -15px;
  clear: left;
  margin: 0;
  line-height: 1.3em;
  font-size: 1em;
}

.product-tag i {
  font-size: 2rem;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.product-cover img {
  box-shadow: none;
  background: var(--white);
  max-width: 100%;
  width: 100%;
  height: auto;
}

.product-images li.thumb-container > .thumb {
  box-shadow: none;
  cursor: pointer;
  margin-bottom: 0.625rem;
}

.product-images li.thumb-container > .thumb.selected,
.product-images li.thumb-container > .thumb:hover {
  border: 3px solid #dedede;
}

.strong_point p {
  padding: 0;
  margin: 0;
}
.prod_small_title {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  color: var(--dominente2);
  padding-bottom: 1rem;
}

.product-quantity .qty {
  margin-right: 0.4rem;
}
.product-quantity .add {
  flex: auto;
  padding-left: 1rem;
}

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

#block-reassurance {
  margin-top: 1rem;
}

#product #block-reassurance {
  box-shadow: none;
  background: none;
}

#product #block-reassurance span {
  font-weight: normal;
  font-size: 12px;
}

#block-reassurance li .block-reassurance-item {
  padding: 0.5rem;
}

#block-reassurance li {
  border-bottom: none;
  font-size: 14px;
  font-weight: normal;
  background: var(--lightgrey);
  margin-top: 5px;
}
#block-reassurance img {
  width: 1.563rem;
  margin-right: 0;
}

#product #additionnal_price {
  font-size: 1em;
  color: var(--dominente2);
}

#product #additionnal_price {
  font-size: 1em;
  color: var(--dominente2);
}

.has-discount.product-price,
.has-discount p {
  color: inherit;
}

#product .current-price {
  color: var(--dominente1) !important;
  font-size: 2.2rem;
}

.product-prices {
  margin-top: 0;
  margin-bottom: 1rem;
}
.product-prices div {
  margin-bottom: 0;
}

.product-discount {
  color: inherit;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: inherit;
}

.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: inherit;
  display: none;
}

/* .product-quantity .qty {
  width: 25%;
  min-width: 4rem;
}
.product-quantity .add {
  width: 75%;
} */

.block-category {
  min-height: auto;
}

#blockcart-modal .cart-content p.cart-products-count {
  color: var(--paragraphecolor);
}
.ndk-cart-customization {
  display: none;
}

.toggle-ndk-cart-customization {
  cursor: pointer;
  font-weight: bold;
  color: var(--dominente2);
}
.ndk-cart-customization .custo-name {
  font-weight: bold;
}
.product-add-to-cart.sticky-target.sticky-target-bottom {
  background: var(--white);
  text-align: center;
  padding: 0.5em;
  bottom: 0;
}
/* #product #axeptio_overlay {
  display: none !important;
} */
.product-add-to-cart.sticky-target.sticky-target-bottom .product-quantity .add {
  width: 100%;
}
.product-actions .add-to-cart {
  height: 2.75rem;
  line-height: inherit;
  padding-top: 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;
}

#blockcart-modal .cart-content .btn-primary,
.card-block.checkout .btn-primary {
  background-color: var(--dominente3);
  color: var(--paragraphecolor);
  border-color: var(--paragraphecolor);
}
.product-actions .add-to-cart .material-icons {
  line-height: inherit;
  margin: 0;
}

.product-actions .add-to-cart:hover {
  background-color: var(--paragraphecolor);
}
.product-actions .add-to-cart:hover .material-icons::before {
  background-color: var(--white);
}
.product-minimal-quantity {
  padding: 0;
  margin: 0;
}

#product-availability {
  margin-top: 0;
  display: block;
  font-weight: 700;
  padding: 0;
  text-align: center;
}
.sticky-add-to-cart {
  padding-top: initial !important;
}
.product-add-to-cart {
  text-align: center;
  padding-top: 0;
}
.product-navigation {
  padding: 0;
  max-width: 280px;
  top: 50px !important;
}

.product-features {
  margin-top: 0;
}

.product-navigation li {
  text-align: center;
  display: block;
  background: var(--white);
  /* border: 1px solid #dedede; */
  font-weight: normal;
  margin-top: 5px;
  padding: 0.3rem;
  /* color: beige; */
  box-shadow: 0px 1px 3px #ccc;
}

.product-navigation .nav-link {
  color: var(--dominente2) !important;
}

.input-group .input-group-btn > .btn {
  bottom: 0;
  top: 0;
  right: 0;
}

.tabs {
  box-shadow: none;
  margin-top: 3rem;
  background: var(--white);
  padding: 0;
}

.tab-content-block .h6 {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  color: var(--dominente2);
}

.text-uppercase.h6,
.text-uppercase.h6 a {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--paragraphecolor);
}

.features_title {
  width: 100%;
  padding-top: 5px;
  background: var(--dominente2);
  padding: 5px 5px 0 5px;
  color: var(--white);
  margin-right: 10px;
  margin-top: 10px;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  text-transform: none;
}

.product-discounts {
  margin-bottom: 0;
  text-align: center;
}

.product-line-grid {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1rem;
}
.product-line-grid .btn {
  font-size: 0.8rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: none;
}
.pagination .page-list {
  background: var(--white);
  padding: 0.375rem;
  margin-bottom: 0;
  box-shadow: var(--box-shadow);
}

.pagination .current a {
  color: var(--dominente1);
}

.has-discount .discount {
  background: var(--dominente3);
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
  margin-left: 0px;
  max-width: 100%;
  height: auto;
}

.slide_name {
  font-size: 1.5em;
  text-align: center;
  margin: 0;
  padding: 1em 0.5em 0.5em;
  color: var(--dominente2);
}

.product-description {
  text-align: justify;
}
.product-description h2,
.product-description h3 {
  margin-top: 1.5rem;
}

#description .product-accessories {
  margin-top: 15px;
  text-align: center;
}

#description .product-accessories .product-miniature {
  margin: auto;
}

#description .product-accessories .slide_name {
  text-align: left;
}

.highlighted-informations {
  display: none !important;
}

.site-slogan {
  text-align: center;
  font-size: 1rem;
  padding: 0.2rem;
  color: var(--white);
  background: var(--paragraphecolor);
}

.social-sharing {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  float: right;
  padding: 1rem;
}

.product-variants.js-product-variants {
  margin-bottom: 1rem;
}

.product-variants > .product-variants-item {
  margin: 0;
}
.product-variants > .product-variants-item select {
  max-width: 100%;
}

.product-reference,
.product-reference label {
  font-size: 0.8rem;
  font-style: italic;
}
.shipping_price_estimation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-around;
  justify-content: center;
  align-items: center;
}

.shipping_price_estimation i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.shipping_price_estimation .value {
  margin-left: 0.5rem;
}

.road-to-free-delivery {
  font-size: 0.8rem;
}

.ndkcfLoaded .add-to-cart.falseButton {
  display: block !important;
  float: right;
  position: relative;
  z-index: 2;
  padding: 0.625rem;
}

.ndkcfTitle {
  cursor: auto;
  display: none;
}

#product .col-md-5.card {
  margin-top: 15px;
}

.btn {
  border-radius: var(--btn-radius);
}

.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
  padding: 0.5rem;
}

ul.product-images {
  margin-bottom: 0;
  text-align: center;
}

.contentPrice {
  color: var(--dominente2);
  font-size: 1.1rem;
}

.blockPrice {
  margin-bottom: 1rem;
}

/* .product-actions .ndk-slide-item span {
  border: 1px solid;
  display: inline-flex;
  border-radius: 3px;
  padding: 3px;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: left;
  width: 100%;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
} */

.product-images .thumb-container {
  max-width: 100px;
  display: inline-block !important;
  margin-right: 10px;
}

.product-images li.thumb-container > .thumb {
  box-shadow: var(--box-shadow);
  cursor: pointer;
  margin-bottom: 0.625rem;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}

.product-cover {
  margin-bottom: 0;
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}
.close-product-modal {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: none;
  opacity: 1;
  position: fixed;
  right: 1em;
  bottom: 1em;
}
#product-modal .modal-content .modal-body {
  background: var(--white);
}
#product-modal .modal-content .modal-body .image-caption {
  width: 100%;
  padding: 0.625rem 1.25rem;
  background: #fff;
  border-top: #f6f6f6 1px solid;
}
#product-modal figure {
  margin: 0 0 1rem;
  max-width: 100%;
}
#main .js-qv-mask {
  white-space: nowrap;
  overflow: hidden;
  margin: 1em auto;
}
/* @media (max-width: 1400px) {
  .left-nav {
    padding-left: calc(var(--icon-height) * 2);
  }
} */

.hasFixedCols .ndk-slide-item.ndkccp-slide-type-18 {
  padding-left: 2rem;
}

@media (max-width: 991px) {
  .col-md-6.col-xs-6.qty {
    padding-right: 0;
  }
  #header .header-nav .top-logo {
    padding-top: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    display: inline-block;
    left: 0;
  }
  #header .header-nav .right-nav {
    margin-top: 0;
  }

  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container,
  .products .thumbnail-container {
    max-width: 40vw;
  }
  .footer-container {
    margin-top: 0rem;
    padding-top: 0rem;
  }

  #header .header-nav .top-logo a img {
    max-height: 50px !important;
    max-width: 100%;
    width: auto;
  }

  .btn.btn-default {
    font-size: 1rem;
  }

  #menu-icon-bis {
    margin: 0.5em;
    display: none;
    cursor: pointer;
  }
  #_mobile_close_menu {
    text-align: center;
    cursor: pointer;
    margin-top: 1em;
  }

  #products .product-title a,
  .featured-products .product-title a,
  .product-accessories .product-title a,
  .product-miniature .product-title a {
    font-size: 13px;
  }

  .rea-item {
    display: inline-block;
    margin: 0;
    color: inherit;
    font-size: 0.7em;
  }

  .top-links {
    display: none !important;
  }

  #footer {
    /* padding-top: 0.5rem; */
    /* padding-bottom: 5rem; */
  }

  #header .header-nav .top-logo {
    padding-top: 0;
    text-align: center;
  }

  #header .header-nav {
    padding-bottom: 0;
    padding-top: 0;
  }

  #_mobile_cart,
  #_mobile_user_info {
    padding-top: 0;
    z-index: 1;
    position: relative;
  }
  .#header .header-nav .blockcart {
    height: auto;
  }
  .full-top-header > div {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

  .thumbnail-container:hover .wishlist-button-add {
    display: block;
  }

  .wishlist-button-add {
    background-color: none;
    box-shadow: none;
    border: none;
    margin: 0;
  }

  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container {
    box-shadow: var(--box-shadow);
    /*width: 175px;*/
  }

  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    /*width: 175px;*/
  }

  .PM_ASBlockOutput {
    position: relative;
    margin-left: 0;
  }

  .refurb-legend ul li {
    display: block;
    background: var(--lightgrey);
    padding: 3px;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 0.8rem;
    /* width: 100%; */
    text-align: left;
    margin-right: 10px;
  }

  #mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0.625rem;
    background: var(--dominente2);
  }

  #header .top-menu a[data-depth='0']:hover {
    color: var(--dominente2);
  }

  .product-navigation {
    max-width: 100%;
    bottom: 0px !important;
    top: unset !important;
    background: var(--white);
    box-shadow: 0px -2px 2px #ccc;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .product-navigation li {
    display: inline-block;
  }

  #product .footer-container {
    padding-bottom: 4rem;
  }

  .full-top-header {
    display: none;
  }

  .rollMe {
    bottom: 5rem !important;
    right: 50% !important;
    margin-right: -24px !important;
  }
  .product-cover {
    margin: 1em 2em;
  }
  #popup-add-to-cart {
    left: 3em;
    margin-bottom: 1rem;
  }
  #product #header .header-nav .search-widget,
  #product #header .header-nav .search-widgets {
    display: none;
  }
}

body#checkout section.checkout-step .address-item.selected {
  background: var(--white);
  border: 3px solid var(--dominente1);
}
body#checkout section.checkout-step hr {
  margin: 0;
  border: none;
}
body#checkout section.checkout-step a:hover {
  color: var(--dominente1);
}
.page-addresses .address {
  color: var(--paragraphecolor);
  background: var(--white);
  border-radius: 0.2rem;
  border: 1px solid var(--verylightgrey);
  margin: 1rem;
}
#payment-confirmation {
  clear: both;
}
#checkout #stripe-payment-form {
  width: 265px;
  margin-top: 15px;
  padding: 20px;
  border: 1px solid #dedede;
  box-shadow: var(--box-shadow);
}
.card-block.checkout {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.is-sticky .card-block.checkout {
  z-index: 99999;
  background: var(--white);
  padding: 1rem;
}
body#checkout section.checkout-step.-current .step-title {
  cursor: default;
  color: var(--paragraphecolor);
}
body#checkout section.checkout-step.-reachable.-current .step-number {
  color: var(--paragraphecolor);
  background-color: inherit;
  border: 1px solid;
}
body#checkout section.checkout-step #conditions-to-approve {
  border: none;
  padding: 0.5rem;
  border-radius: 3px;
  margin: 0.5rem 0;
}

body#checkout
  section.checkout-step
  #conditions-to-approve:has(input[type='checkbox']:not(:checked)) {
  box-shadow: inset 0 0 0 3px #f55;
}

#conditions-to-approve
  .custom-checkbox
  input[type='checkbox']:not(:checked)
  + span {
  animation: lookatme 1s ease-in-out infinite alternate;
  -webkit-animation: lookatme 1s ease-in-out infinite alternate;
  border-color: #f55;
}
body#checkout section.checkout-step #conditions-to-approve ul {
  margin: 0;
}
.done {
  color: var(--dominente3);
}

.tax_label {
  font-size: 1rem;
  margin-right: 0rem;
}

.category-full-text {
  display: none;
}

.readmore,
.readless {
  cursor: pointer;
  color: var(--dominente2);
}

body #subcategories {
  margin-bottom: 20px;
  border-top: none;
}

body #subcategories ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -10px;
  flex-direction: row;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
}
body #subcategories ul li {
  margin: unset;
  text-align: center;
  align-self: center;
  margin-bottom: 1rem;
}

body #subcategories ul li .subcategory-image {
  padding: 0;
}
body #subcategories ul li .subcategory-image a {
  display: block;
  padding: 0;
  border: 2px solid transparent;
  clip-path: circle(35%);
}
#subcategories ul li:hover .subcategory-image a {
  padding: 0;
  border: 2px solid var(--dominente2);
}

.add {
  padding-bottom: 1rem;
}

#ndk_attr_short_desc p {
  color: var(--dominente1);
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
  color: #232323;
  background-color: var(--white);
  height: 2.5rem;
  padding: 0.175rem 0.5rem;
  width: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  float: left;
}
.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.product-quantity #quantity_wanted {
  color: #232323;
  background-color: var(--white);
  height: 2.75rem;
  padding: 0.175rem 0.5rem;
  width: 2rem;
}

body #products .products,
body .featured-products .products,
body .product-accessories .products,
body .product-miniature .products {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  align-items: normal;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
  margin: 0 0 2.5em 0;
  align-items: stretch;
}

.ndk-floating {
  padding-top: 6rem;
}

.rollMe {
  position: fixed;
  z-index: 9999;
  bottom: 1rem;
  cursor: pointer;
  right: 2rem;
  width: var(--icon-height);
  height: var(--icon-height);
  margin-right: -1rem;
  background: var(--white);
  padding: 0rem;
  /* border: 1px solid #dedede; */
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  display: none;
}
.rollMe img {
  width: 100%;
  height: auto;
}

.color_group_tag.color_grouppailleté-plus-cher {
  background: var(--dominente1) 17;
}

.color_group_tag.color_groupmetallisé {
  background: var(--dominente2) 2e;
}

.displayNdkVirtual .content-box,
.displayNdkVirtual .block-categories {
  /* padding: 0; */
  background: none;
  border: none;
  box-shadow: var(--box-shadow);
}

.ndkcp_footer .slide_name a {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--dominente2);
}
#footer .displayNdkVirtual .category-top-menu a,
.footer-container li a {
  margin-top: 0;
  margin-bottom: 0;
  /* color: var(--paragraphecolor); */
  text-align: justify;
  font-weight: normal;
  border: none;
  font-size: 1em;
}

.ndkcp_footer .slide_name {
  text-align: inherit !important;
}
body .displayNdkVirtual .category-top-menu a {
  /* margin-top: 0;
  margin-bottom: 0.3rem !important;
  color: var(--paragraphecolor) !important;
  text-align: justify !important;
  font-size: 0.9rem; */
}

body .ndkcp_fixed_left_column .displayNdkVirtual .category-top-menu a {
  text-align: left !important;
}

body
  .block-categories
  .category-sub-menu
  li:not([data-depth='0']):not([data-depth='1'])::before {
  display: none;
}

.block-categories .category-sub-menu li {
  list-style: none;
}

body .block-categories .collapse-icons .material-icons,
body .block-categories .arrows .material-icons {
  /* display: inline-block; */
  font-size: 1.5rem;
}

#_mobile_top_menu {
  height: 80vh;
  overflow-y: scroll;
}

.block-contact .block-contact-title,
.linklist .blockcms-title a {
  color: var(--dominente2);
}
.ndk-social {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: inherit;
  padding: 0 0.5rem;
}
.displayNdkVirtual .footer-title {
  margin-bottom: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
section.product-customization {
  display: none;
}

.ndksp-add-to-cart {
  width: 100%;
  background: var(--dominente3);
  color: var(--white);
}

#footer .block_newsletter .page-content.page-cms ul,
#footer .block_newsletter p,
.page-content.page-cms #footer .block_newsletter ul {
  padding-top: 0;
}

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

/* #_mobile_top_menu li,
#_mobile_top_menu li:hover {
  background: var(--black);
} */

#_mobile_top_menu li a,
#_mobile_top_menu li a:hover {
  background: var(--white);
}
.go-to-back a {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  background: var(--dominente3);
  color: var(--white) !important;
  font-weight: 900;
  border: none;
  cursor: pointer;
}
.active_search {
  top: 50%;
}

.bootstrap-touchspin {
  width: auto;
  float: left;
  display: inline-block;
  box-shadow: none;
}

#colissimo-widget-container {
  height: auto !important;
}
.colissimo-pickup-point-address {
  margin-bottom: 20px;
  text-align: right;
}

.btn-primary.btn-ndkacf-popup,
.btn-primary.btn-ndkacf-scroll {
  background: var(--dominente2);
  color: var(--white);
  border-color: var(--paragraphecolor);
  border-radius: 2em;
  margin: 1em 0;
  width: 100%;
}
.product_extra.tab-content-block {
  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;
  background: var(--lightgrey);
  padding-top: 2em;
  padding-bottom: 4em;
  color: var(--paragraphecolor);
}
.product_extra.tab-content-block section {
  margin: 0;
}

.product_extra.tab-content-block p {
  color: var(--paragraphecolor);
}

.product_extra .ndk-tb-toggler-container {
  display: flex;
  justify-content: center;
  padding: 0;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}

.ndk-tb-toggler {
  padding: 0.7em 2.5em;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: none !important;
}

.tabs {
  box-shadow: none;
  margin-top: 3rem;
  background: var(--lightgrey);
  padding: 0;
}

.tab-content-block .h6 {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  color: var(--dominente2);
}

.features_title {
  width: 100%;
  padding-top: 5px;
  background: var(--dominente2);
  padding: 5px 5px 0 5px;
  color: var(--white);
  margin-right: 10px;
  margin-top: 10px;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  text-transform: none;
  background: none;
  border: 1px solid;
  margin: 0;
  border-width: 0 1px 1px 0;
}
.data-sheet {
  border: 1px solid;
  border-width: 1px 0px 0 1px;
}

.product-features > dl.data-sheet dd.value:nth-of-type(2n),
.product-features > dl.data-sheet dt.name:nth-of-type(2n) {
  background: none;
}

#blockcart-modal .product-name {
  color: var(--dominente1);
  font-size: 1.125rem;
}
.fixed_cart_opened #shopping_cart_fixed {
  right: 0;
  z-index: 99;
}

#shopping_cart_fixed {
  /* display: none; */
  position: fixed;
  overflow-y: scroll;

  background: var(--white);
  width: 25rem;
  right: -35em;
  top: 0;
  height: 100vh;
  bottom: 0;
  padding: 1rem;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
  max-width: 80%;
  z-index: -1;
  transition: all var(--cubic);
}
#shopping_cart_fixed .cart-product-list {
  max-height: 85vh;
  overflow-y: auto;
}
#shopping_cart_fixed .product-line-grid {
  padding-top: 1rem;
}
#shopping_cart_fixed .product-line-grid-body,
#shopping_cart_fixed .product-line-actions,
#shopping_cart_fixed .product-line-grid-left {
  width: 100% !important;
}
#shopping_cart_fixed .price,
#shopping_cart_fixed .product-price,
#shopping_cart_fixed .regular-price {
  font-size: 1.2rem;
}
#shopping_cart_fixed .js-touchspin .material-icons {
  font-size: 1rem;
}
/* #shopping_cart_fixed .ndk-rowcustomization {
  text-align: center;
} */
#shopping_cart_fixed .cart_buttons {
  padding-top: 1rem;
  text-align: center;
}
#shopping_cart_fixed .cart_buttons .btn {
  margin-top: 0.5rem;
  border-radius: 2em !important;
  padding: 0.5rem 1rem;
}
#shopping_cart_fixed .cart_buttons .btn.btn-primary {
  background: var(--dominente3);
}
#shopping_cart_fixed .product-image {
  max-width: 100px;
  display: block;
  margin: auto;
}
#shopping_cart_fixed .product-line-info a {
  white-space: break-spaces;
}
#shopping_cart_fixed
  .product-line-grid-right
  .cart-line-product-actions
  .remove-from-cart {
  margin-top: 0;
}
.page-my-account #content .links a:hover i {
  color: var(--dominente1);
}
.bqzerq {
  z-index: 20930940;
  position: fixed;
  left: -10px !important;
  bottom: 0px !important;
  right: 0px;
}
.cart-grid-right .promo-discounts p {
  text-align: center;
  text-transform: none;
}
.cart-summary-line.btn.btn-default {
  display: block;
  white-space: normal;
}

.radio-inline {
  margin-right: 0.5rem;
}

.custom-radio input[type='radio']:checked + span {
  background-color: var(--dominente1);
}

.form-control:focus {
  color: var(--paragraphecolor);
  outline: 0.1875rem solid var(--dominente1);
  outline: none;
}
.form-control:focus,
.input-group.focus {
  outline: 0.1875rem solid var(--dominente1);
}
.ndk-slide-item #fmmblogHomeBlock .title_block {
  display: none;
}
.main_wrapper .blog_post_feed,
.home_wrapper .blog_post_feed {
  background: var(--white);
  padding: 0;
  margin-bottom: 1rem;
  border-bottom: none;
}
#module-everpsblog-blog .evercategory .category-featured-image {
  display: none;
}

.post-product-comment .material-icons {
  display: none;
}
.product-additional-info.js-product-additional-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  align-content: center;
  justify-content: flex-end;
  align-items: stretch;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
  margin-bottom: 0;
}
body .product-list-reviews {
  position: relative;
  top: auto;
}
.page-authentication #content {
  background: var(--white);
  box-shadow: var(--box-shadow);
}

#main .page-header {
  margin-bottom: 1.563rem;
  text-align: center;
}

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

body.ndk-light-body .container {
  width: var(--small-container-width);
  max-width: 100%;
}
body.ndk-light-body #content {
  background: var(--white);
  border-radius: 0.5rem;
}

body#checkout,
body#checkout #wrapper {
  text-align: left;
}

body div.freeprivacypolicy-com---nb-headline {
  position: fixed !important;
}

@media (max-width: 480px) {
  .modal-open .modal {
    overflow-y: auto;
    max-height: 85vh;
  }
  body .footer-container .links ul > li {
    padding: initial;
    border: none;
    font-weight: initial;
  }

  body .btn-primary.btn-ndkacf-popup,
  body .btn-primary.btn-ndkacf-scroll {
    display: block;
    /* width: calc(100% - 2em);
    position: fixed;
    bottom: 100px;
    left: 1em;
    z-index: 5;
    right: 1em;
    background: var(--paragraphecolor);
    color: var(--white); */
    /* -webkit-animation: shockwaveJump 1s ease-out infinite;
    animation: shockwaveJump 1s ease-out infinite; */
  }

  body.modal-open .btn-primary.btn-ndkacf-popup,
  body.modal-open .btn-primary.btn-ndkacf-scroll {
    display: none;
  }

  body.ndkCfMakeFloat .pb-left-column,
  body.ndkCfMakeFloat .pb-right-column {
    top: auto;
  }
  /* body .bottom-information {
    min-height: 0;
    position: relative;
    bottom: unset;
    padding: 0 0.5em;
    left: auto;
    right: auto;
    text-align: ;
    display: flex;
    justify-content: center;
  } */

  body .footer-container .links ul {
    display: block !important;
  }
  body .footer-container .links .title {
    display: none !important;
  }
  body .footer-container .links ul > li {
    padding: 0 0.625rem;
    font-weight: 600;
    /* border-bottom: 1px solid #fff; */
  }
}
@media (max-width: 575px) {
  #payment-confirmation button.btn {
    white-space: normal;
    width: 100%;
  }
  .cart-item .product-line-grid-left {
    padding-right: 0 !important;
    margin: auto;
    float: none;
  }
}

@keyframes lookatme {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}
