/* FONTS */

@font-face {
  font-family: "FuturaLTPro";
  src: url("../fonts/FuturaLT/FuturaLTPro-MediumOblique.eot");
  src: url("../fonts/FuturaLT/FuturaLTPro-MediumOblique.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaLT/FuturaLTPro-MediumOblique.woff2") format("woff2"),
    url("../fonts/FuturaLT/FuturaLTPro-MediumOblique.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FuturaLTPro";
  src: url("../fonts/FuturaLT/FuturaLTPro-Heavy.eot");
  src: url("../fonts/FuturaLT/FuturaLTPro-Heavy.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaLT/FuturaLTPro-Heavy.woff2") format("woff2"),
    url("../fonts/FuturaLT/FuturaLTPro-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaLTPro";
  src: url("../fonts/FuturaLT/FuturaStd-BoldOblique.eot");
  src: url("../fonts/FuturaLT/FuturaStd-BoldOblique.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaLT/FuturaStd-BoldOblique.woff2") format("woff2"),
    url("../fonts/FuturaLT/FuturaStd-BoldOblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FuturaLTPro";
  src: url("../fonts/FuturaLT/FuturaLTPro-HeavyOblique.eot");
  src: url("../fonts/FuturaLT/FuturaLTPro-HeavyOblique.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaLT/FuturaLTPro-HeavyOblique.woff2") format("woff2"),
    url("../fonts/FuturaLT/FuturaLTPro-HeavyOblique.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FuturaLTPro";
  src: url("../fonts/FuturaLT/FuturaStd-Bold.eot");
  src: url("../fonts/FuturaLT/FuturaStd-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaLT/FuturaStd-Bold.woff2") format("woff2"),
    url("../fonts/FuturaLT/FuturaStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaLTPro";
  src: url("../fonts/FuturaLT/FuturaLTPro-Light.eot");
  src: url("../fonts/FuturaLT/FuturaLTPro-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaLT/FuturaLTPro-Light.woff2") format("woff2"),
    url("../fonts/FuturaLT/FuturaLTPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaLTPro";
  src: url("../fonts/FuturaLT/FuturaLTPro-LightOblique.eot");
  src: url("../fonts/FuturaLT/FuturaLTPro-LightOblique.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaLT/FuturaLTPro-LightOblique.woff2") format("woff2"),
    url("../fonts/FuturaLT/FuturaLTPro-LightOblique.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FuturaLTPro";
  src: url("../fonts/FuturaLT/FuturaLTPro-Medium.eot");
  src: url("../fonts/FuturaLT/FuturaLTPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaLT/FuturaLTPro-Medium.woff2") format("woff2"),
    url("../fonts/FuturaLT/FuturaLTPro-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* VARS */

:root {
  --main-color: #2a3470;
  --main-color-darker: #111840;
  --second-color: #d8231a;
}

/* GENERAL */

html{
  font-size: 62.5%;
  font-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  font-family: "FuturaLTPro";
  color: var(--main-color);
  box-sizing: border-box;
}

h2 {
  position: relative;
  color: var(--main-color);
  margin-bottom: 60px !important;
  padding-bottom: 20px;
  font-size: 3.8rem;
  font-weight: 300!important;
}

h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: var(--second-color);
}

#maincontent {
  padding-top: 5px;
}


.cms-home #maincontent,
.page-products #maincontent {
  padding-top: 0;
}

.catalog-product-view .item.product.product-item{
  position: relative;
  z-index: 3;
}

/* HEADER */

.cms-home .page-header,
.page-products .page-header {
  margin-bottom: 0 !important;
}

.header.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 10px 20px !important;
  position: static;
}

.header.content::before,
.header.content::after {
  display: none !important;
}

.block-search-mobile {
  display: none;
}

.block-search input{
  font-size: 14px!important;
}

.header.content .header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.header.content .logo {
  float: none;
  margin: 0;
}

.header.content a {
  color: var(--main-color);
  text-transform: uppercase;
  text-decoration: none;
}

.header.content #search_mini_form {
  position: relative;
  max-width: 385px;
  margin: 0 auto;
}

.header.content #search_mini_form .actions {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.header.content #search_mini_form .actions .action.search {
  position: static;
}

.header.content #search_mini_form .actions img {
  height: 59px;
  width: 56px;
}

.header.content .field.search .input-text {
  padding: 20px 10px;
  border-radius: 20px;
}

.header.content .order-by-ref a {
  display: flex;
  gap: 5px;
  max-width: 200px;
}

.header.content .order-by-ref a img {
  align-self: center;
  min-width: 49px;
}

.header.content .account,
.header.content .authorization-link,
.header.content .minicart-wrapper {
  margin: 0 !important;
  text-align: center;
}

.header.content .account img,
.header.content .authorization-link img,
.header.content .minicart-wrapper img {
  display: block;
  margin: 0 auto 5px auto;
}

.header.content .minicart-wrapper .showcart {
  display: block;
  position: relative;
}

.header.content .minicart-wrapper .showcart .cart-icon {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.header.content .minicart-wrapper .action.showcart .counter.qty {
  background: url("../image/hexa.png") no-repeat;
  background-size: contain;
  margin: 0;
  border-radius: 0;
}

.checkout-cart-index .page-wrapper .ammenu-nav-sections.nav-sections {
  position: static;
}


.page-wrapper .ammenu-nav-sections {
  margin-bottom: 0;
  position: fixed;
  top: 144px;
  left: 0;
  right: 0;
  z-index: 9;
}

.ammenu-category-columns .ammenu-column{
  width: calc(100% / 4);
}

.fotorama__wrap{
  display: flex;
  align-items: center;
  min-height: 639px;
  height: 100%;
}

.fotorama__stage__shaft{
  max-height: 90%;
}

.fotorama__stage{
  position: absolute!important;
  top: 45px!important;
}

.product-info-main{
  display: none;
}

.ammenu-header-container .header.content .ammenu-logo{
  margin: 0;
}

.page-wrapper .ammenu-nav-sections .ammenu-content,
.ammenu-nav-sections.-mobile.-drill.ammenu-drill-section {
  background-color: var(--main-color) !important;
}

.page-wrapper .ammenu-menu-wrapper,
.ammenu-main-container {
  background-color: var(--main-color) !important;
  margin-bottom: 0 !important;
}

.page-wrapper
  .ammenu-menu-wrapper
  .ammenu-item:not(.current):not(:hover)
  > .ammenu-link,
.page-wrapper .ammenu-menu-wrapper .ammenu-item > .ammenu-link,
.ammenu-nav-sections .ammenu-link.-main,
.ammenu-nav-sections .ammenu-menu-header,
.ammenu-menu-wrapper.-desktop
  .ammenu-item.-main:not(.current):not(:hover)
  > .ammenu-link,
.ammenu-menu-wrapper.-hamburger-top .ammenu-item.-main > .ammenu-link,
.ammenu-nav-sections .ammenu-title > .ammenu-link,
.ammenu-nav-sections .header.links li > a {
  color: #fff !important;
  text-transform: uppercase;
}

.page-wrapper .ammenu-menu-wrapper .ammenu-item > .ammenu-link:hover, .page-wrapper .ammenu-menu-wrapper .ammenu-item > .ammenu-link:hover{
  background-color: white!important;
}

.header.links{
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.ammenu-menu-wrapper .ammenu-category-columns .ammenu-title{
  font-weight: 400;
  font-size: 16px!important;
}

body .ammenu-items .current,
body .ammenu-nav-sections .ammenu-items .ammenu-link.current,
body
  .ammenu-menu-wrapper
  .ammenu-items
  .ammenu-item.current:not(:hover):not(.-active)
  > .ammenu-link:not(:hover),
body .ammenu-items .current > .ammenu-wrapper {
  color: #b1b8e1 !important;
}

.ammenu-menu-wrapper
  .ammenu-categories-container
  .ammenu-link.-level1
  .ammenu-wrapper,
.ammenu-menu-wrapper
  .ammenu-categories-container
  .ammenu-link.-level2
  .ammenu-wrapper {
    font-size: 1rem;
    color: var(--main-color);
  /*white-space: nowrap !important;*/
}

.ammenu-menu-wrapper.-mobile .ammenu-link,
.ammenu-menu-wrapper .ammenu-link.-level1 {
  font-weight: normal !important;
}

.page-wrapper
  .ammenu-menu-wrapper
  .ammenu-items
  > .ammenu-item:hover
  > .ammenu-link {
  color: var(--main-color) !important;
  text-transform: uppercase;
}

.page-wrapper .ammenu-menu-wrapper .ammenu-items {
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .page-wrapper .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-link {
    color: white !important;
  }
}

@media screen and (min-width: 1025px) {
  .page-wrapper .ammenu-menu-wrapper .ammenu-submenu-container .ammenu-link {
    color: var(--main-color) !important;
  }
}

.page-wrapper .ammenu-menu-wrapper .ammenu-link:hover > .ammenu-wrapper {
  color: var(--main-color) !important;
}

.page-wrapper .ammenu-menu-wrapper .ammenu-item:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.block-search {
  width: 400px !important;
  float: none;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
  left: 8px;
}

.block-search .action.search::before,
.minicart-wrapper .action.showcart::before {
  display: none !important;
  content: none !important;
}

.slider {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 40px;
}

body .owl-carousel .owl-nav.disabled,
body .owl-carousel .owl-dots.disabled {
  display: initial;
}

/*CHOIX DE LA LANGUE*/
.switcher-trigger {
  display: flex !important;
  background-color: #f2f2f2;
  padding: 3px 10px !important;
  border-radius: 20px;
  color: #2a5495;
}
.switcher-trigger strong {
  display: flex;
  align-items: center;
}
.switcher-trigger img {
  margin-right: 10px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  margin-left: 20px !important;
  padding-right: 5px;
}
.dropdown .switcher-dropdown .switcher-option {
  padding-left: 5px;
}
.dropdown .switcher-dropdown .switcher-option a {
  display: flex !important;
  align-items: center;
  padding: 3px !important;
  color: #2a5495 !important;
  text-transform: inherit;
}
.dropdown .switcher-dropdown .switcher-option a img {
  margin-right: 10px;
  width: 19px;
  height: 19px;
}
/* HOME */

#univers-produits,
#univers-marques {
  text-align: center;
}

.univers-produits-grid,
.univers-marques-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}

.univers-produits-grid {
  grid-template-columns: repeat(5, 1fr);
}

.univers-marques-grid {
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
}

.univers-produits-grid .block,
.univers-marques-grid .block {
  margin-bottom: 0 !important;
}

#univers-marques img {
  object-fit: contain;
  max-width: 150px;
}

#univers-marques .btn,
.mp-product-slider-content .btn {
  padding: 8px 14px;
  text-transform: uppercase;
  background-color: #f2f2f2;
  color: #36424a;
}

.mp-product-slider-content {
  text-align: center;
}
.mp-product-slider-content .products-grid {
  text-align: left;
}

.univers-produits-grid .content {
  position: relative;
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.16);
}

.univers-produits-grid .content .picto {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.univers-produits-grid .content .txt {
  padding: 10px;
  background-color: #fff;
  text-align: left;
}

.univers-produits-grid .content .ambiance a {
  display: block;
}

.univers-produits-grid .content .ambiance img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

/* FOOTER */

.page-footer {
  background-color: var(--main-color) !important;
  padding-bottom: 0 !important;
}

.page-footer a {
  color: #fff !important;
}

.page-footer .footer {
  color: #fff;
}

.page-footer .row {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.page-footer .surfooter {
  padding: 40px 0;
  background-color: #f2f2f2;
  color: var(--main-color);
  text-align: center;
}

.page-footer .surfooter a {
  color: var(--main-color) !important;
}

.page-footer .surfooter .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.page-footer .surfooter .container img {
  margin-bottom: 10px;
  height: 50px;
}

.page-footer .footer-main-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}

.page-footer .footer-main-container .titre {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--second-color);
}

.page-footer .footer-main-container .content {
  text-transform: uppercase;
}

.page-footer .footer-main-container .content a {
  display: block;
  margin-bottom: 10px;
}

.page-footer .footer-main-container .content a.tel {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #fff;
  color: var(--main-color) !important;
  white-space: nowrap;
  text-decoration: none;
}

.page-footer .footer-main-container .content a.tel i {
  color: var(--second-color);
}

.page-footer .footer-main-container .footer-block5 .content a {
  display: inline-block;
  vertical-align: middle;
}

.page-footer .footer-main-container .footer-block5 .content a:not(:last-child) {
  margin-right: 5px;
}

.page-footer .sousfooter {
  background-color: var(--main-color-darker);
}

.page-footer .sousfooter .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-footer .sousfooter a {
  color: rgba(242, 242, 242, 0.52) !important;
}

.page-footer .sousfooter .block {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}

/* PRODUCTS */

.product-item.product-slider,
.products-grid .product-item {
  border: 1px solid #f2f2f2;
}

.product-item.product-slider:hover,
.products-grid .product-item:hover {
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.16);
}

.product-item .slider-product-item-info,
.products-grid .product-item-info {
  width: 95% !important;
  margin: 0 auto;
  position: relative;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0 auto;
  padding: initial;
}

.product-item-name,
.product.name a {
  font-weight: bold;
  color: var(--main-color);
  min-height: 68px;
}

.minicart-items .product-image-wrapper{
  min-width: 75px;
  min-height: 75px;
}

.minicart-items .product-image-wrapper img{
  margin: 0!important;
  width: 100%!important;
}

.minicart-items-wrapper .product-item-name,
.minicart-items-wrapper .product.name a,
#shopping-cart-table .product-item-name {
  min-height: auto;
}

#minicart-content-wrapper .minicart-items-wrapper{
  min-height: 140px;
}

.product.details .sku {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--second-color);
  color: #a2a2a2;
}

.product-item-description {
  margin: 10px 0;
  min-height: 68px;
}

.product-item .price-box {
  margin: 0;
}

.product-item .price-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 10px;
}
.old-price {
  opacity: 0.5;
}

.product-item .price-block p {
  margin-bottom: 0;
}

.product-item .price-block div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
}

.product-item .price-block .price {
  font-weight: normal;
  font-size: 18px;
}

.product-item .conditionnement {
  margin-bottom: 20px;
  color: #a2a2a2;
}

.product-item .tocart {
  display: block;
  width: 100%;
  white-space: initial;
  font-size: 13px;
}

/* CATEGORY PAGE */

.category-view-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 40px;
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.16);
  min-height: 180px;
  background-position: center;
}

.category-view-content.no-color {
  background-color: rgb(42, 52, 112);
}

.category-view-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.category-view-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 90px;
  height: 173px;
  background-image: url("../image/chef.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.category-view-content > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background-size: cover;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.category-view-content h1 {
  margin-bottom: 20px;
  color: #fff;
}

.category-view-content .desc {
  color: rgba(242, 242, 242, 0.52);
}

.filter .block-subtitle {
  padding: 0 10px 10px 10px;
  text-transform: uppercase;
  border-bottom: 2px solid var(--second-color);
  font-weight: normal;
}

.filter-options-title {
  font-weight: normal;
}

.filter-options
  .items:not(.items-children)
  > .item:not(.-is-collapsible).-filter-parent {
  margin-left: 0;
}

/* PRODUCT PAGE */

.product-info-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.product-info-top-left {
  width: 50%;
}

.product-info-top-right {
  width: 50%;
}

.product-info-top-left .product.media {
  width: 100% !important;
  float: none !important;
  position: relative;
  padding: 10px;
  border: 1px solid #f2f2f2;
  margin-bottom: 5px;
}

.product-info-top-left .product.media .picto {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  text-align: right;
  z-index: 8;
}

.catalog-product-view .page-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
}

.product.attribute.sku {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #a2a2a2;
}

.product.attribute.sku::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  background-color: var(--second-color);
}

.stock.available {
  font-style: italic;
  text-align: right;
  font-size: 1.8rem;
  color: #7cc263;
}

.conditionnement {
  margin-bottom: 10px;
  text-align: right;
  font-weight: 300;
}

.product-info-price-addto {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.product-info-price .price-box {
  padding-bottom: 0;
}

.product-info-price .price,
.product-info-price .price-label {
  color: var(--main-color) !important;
  font-weight: initial !important;
  font-size: 1.4rem !important;
}

.product-info-price .special-price {
  display: block;
  color: var(--main-color);
}

.product-info-price .old-price {
  display: block;
  margin-bottom: 10px;
}

.product-info-price .special-price .price-label {
  display: inline-block;
  border: initial;
  clip: initial;
  height: initial;
  margin: initial;
  overflow: initial;
  padding: initial;
  position: initial;
  width: initial;
}
.product-info-price .special-price .price-label,
.product-info-price .special-price .price {
  font-weight: 400 !important;
  font-size: 1.8rem !important;
}

.box-tocart,
.box-tocart .fieldset {
  margin: 0 !important;
}

.box-tocart .action.tocart {
  width: 100% !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7rem;
}
body.checkout-index-index.page-layout-checkout .action.action-edit-address {
  display: block!important;
}

.product-info-importantpicto,
.product-info-certifpicto,
#utilisation-pictos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.product-info-importantpicto {
  justify-content: flex-start;
}

.product-info-importantpicto .break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.product-info-certifpicto {
  margin-bottom: 40px;
  justify-content: flex-end;
}

.product-info-importantpicto img,
.product-info-certifpicto img,
#utilisation-pictos img {
  max-width: 120px !important;
  max-height: 60px !important;
}

.product-infos-tabs {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
}

.product-infos-tabs::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--second-color);
}

.product-infos-tabs::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 40px;
  width: 64px;
  height: 122px;
  background-image: url("../image/chef-rouge.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.product-infos-tabs span {
  display: inline-block;
  margin-right: 10px;
  padding: 15px 20px;
  cursor: pointer;
}

.product-infos-tabs span.current {
  color: var(--second-color);
  font-weight: bold;
  border-bottom: 2px solid var(--second-color);
}

.product-info-details {
  margin-bottom: 40px;
}

#caracteristiques .carac {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 10px;
}

.products-upsell .product-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.products-upsell .product-items .product-item,
.products-upsell .product-items .product-image-container {
  width: 100% !important;
}

/* PAGINATION */

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0 5px 0;
  padding: 0 20px !important;
}

.breadcrumbs img {
  align-items: center;
}

.breadcrumbs .items,
.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs strong {
  color: var(--main-color);
  font-size: 16px;
}

.pages .items {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.products.wrapper ~ .toolbar .pages {
  float: none !important;
}

.pages .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 42px;
  background: url("../image/hexa_white.png") no-repeat;
  background-size: contain;
  margin: 0;
  line-height: 1em;
}

.pages .item.current {
  background: url("../image/hexa_blue.png") no-repeat;
  background-size: contain;
}

.pages .item:not(.current):hover {
  background: url("../image/hexa_blue.png") no-repeat;
  background-size: contain;
}

.pages .item:not(.current):hover a.page,
.pages .item:not(.current):hover .action.previous::before,
.pages .item:not(.current):hover .action.next::before {
  color: #fff;
}

.pages a.page,
.pages a.page:hover,
.pages a.page:visited,
.pages .action.previous:visited::before,
.pages .action.next:visited::before {
  color: var(--main-color);
}

.pages a.page,
.pages .action.previous,
.pages .action.next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 42px;
  padding: 0;
}

.pages strong.page {
  background: none;
  padding: 0;
  line-height: 1em;
  color: #fff;
}

.pages .action,
.pages .action:hover {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}

.pages .action.previous,
.pages .action.next {
  margin: 0;
}

.pages .action.previous::before,
.pages .action.previous:hover::before,
.pages .action.next::before,
.pages .action.next:hover::before {
  color: var(--main-color);
}

.pages-item-previous,
.pages-item-next {
  position: static !important;
}

/* BUTTONS */

.action.primary {
  background-color: var(--main-color);
  border: none;
}

.action.primary:hover {
  background-color: var(--main-color-darker);
  border: none;
}

/* FORMS */

form input[type="text"],
form input[type="password"],
form input[type="search"],
form textarea {
  background-color: #f2f2f2;
  border: none;
}

._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}

/* VARIOUS */

#return-top {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 20%;
  left: calc(100% - 168px);
  padding: 10px;
  border-radius: 20px 0 0 20px;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.16);
  color: var(--main-color);
  cursor: pointer;
}

#return-top p {
  margin-bottom: 0;
}

#return-top p i {
  margin-right: 10px;
}

/* Remove */

[data-ui-id="default-billing-edit-link"],
[data-ui-id="default-shipping-edit-link"],
[role="add-address"],
.new-address-popup,
.billing-address-same-as-shipping-block {
  display: none !important;
}

.cart-summary #block-shipping{
  display: none;
}


/* RESPONSIVE */
@media screen and (min-width: 1260px) and (max-width: 1530px) {
  .page-header #switcher-language {
    position: static;
  }
}

@media screen and (max-width: 1260px) {
  .page-header #switcher-language {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .block-search {
    width: 250px !important;
  }

  .univers-produits-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .univers-marques-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .cart-container form.form-cart,
  .cart-container .cart-summary {
    width: 100%;
    float: none;
  }

  .fotorama__wrap{
    min-height: 445px;
  }

  .block-search {
    display: none;
  }

  .page-footer .surfooter .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-footer .footer-main-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .univers-produits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-upsell .product-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-footer .sousfooter .container {
    flex-direction: column;
  }

  .category-view-content > div {
    flex-direction: column;
  }

  .product-info-top {
    flex-direction: column;
  }

  .product-info-top-left {
    width: 100%;
  }

  .product-info-top-right {
    width: 100%;
  }

  .product-infos-tabs span {
    margin-right: 0px;
    padding: 15px 5px;
  }

  .category-view-content::after {
    display: none;
  }

  .product-infos-tabs::after {
    display: none;
  }

  .products.list .product-item-description,
  .cms-home .product-item-description {
    display: none;
  }

  .switcher {
    position: relative;
    margin-top: 20px;
  }

  #return-top{
    left: auto;
    right: 0;
  }

  #return-top span {
    display: none;
  }

  .page-footer .switcher .options .action.toggle::after {
    margin-left: 5px !important;
  }

  h2,
  .mp-product-slider-title {
    font-size: 2rem;
  }

  #caracteristiques .carac {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 480px) {
  .page-wrapper {
    padding-top: 109px;
  }

  .header.content .order-by-ref span,
  .header.content .account span,
  .header.content .authorization-link span,
  .header.content .minicart-wrapper > a > span,
  .header.content .minicart-wrapper .items-total,
  .header.content .minicart-wrapper .subtotal {
    display: none;
  }

  .logo img {
    max-width: 150px;
  }

  .product-item .price-block {
    flex-direction: column;
    align-items: initial;
  }

  #caracteristiques {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-footer .footer-main-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .header.content .minicart-wrapper .showcart .cart-icon {
    bottom: -10px;
    right: -6px;
  }

  .header.content .minicart-wrapper span.counter-number {
    display: block;
  }
}

.message.global.cookie {
  background-color: rgb(42, 52, 112);
  color: #fff;
  text-align: center;
}

.message.global.cookie a,
.message.global.cookie a:hover {
  color: #fff;
  text-decoration: underline;
}

.product-item .price-box .special-price {
  width: 100%;
  flex-direction: row;
}

.product-item .price-box .price-label {
  width: auto;
  height: 18px;
  position: static;
}

.form.form-edit-account fieldset.info,
.form.form-edit-account fieldset.password {
  float: none;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}
header.page-header .switcher {
  /* position: absolute; */
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  z-index: 1;
}

.product-item .price-box > span {
  white-space: nowrap;
  width: 100%;
}

.cart-container .form-cart .actions.main .clear {
  display: inline-block;
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}



.cart-container .form-cart .actions.main .clear:hover{
  display: inline-block;
  background-image: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  color: #333;
  text-decoration: none;
  background: #e1e1e1;
  border: 1px solid #cccccc;
}


.use-ajax.action.towishlist.action-towishlist {
  display: none !important;
}

.amqorder-search-block .amqorder-items-block .amqorder-button.-empty {
  padding: 5px;
}

.amqorder-buttons-block.-qty-2 .amqorder-button,
.amqorder-buttons-block.-qty-3 .amqorder-button {
  flex-basis: auto !important;
}

.checkout-cart-index .subtotal {
  white-space: nowrap;
}

.checkout-cart-index .page-wrapper .ammenu-nav-sections{
  position: absolute;
}

.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: static;
}

.cart.table-wrapper .item-actions {
  padding: 2px;
}

.cart.table-wrapper .action {
  margin-right: 0;
}

body
  .ammenu-menu-wrapper
  .ammenu-categories-container
  > .ammenu-item.-child
  > .ammenu-wrapper:not(:last-of-type) {
  margin: 0 !important;
}

body
  .ammenu-menu-wrapper
  .ammenu-categories-container
  [class*="-col-"]:not(.-col-1) {
  padding: 0 !important;
}
body .ammenu-menu-wrapper .ammenu-submenu-container:not(.-content) {
  padding: 15px !important;
}

.ammenu-menu-wrapper .ammenu-submenu-wrapper {
  padding: 15px!important;
  background-color: #fff!important;
}

.ammenu-menu-wrapper .ammenu-submenu-wrapper > div .ammenu-column.category-item{
  text-transform: uppercase!important;
  min-height: 40px;
  padding-bottom: 0;
  z-index: 2;
}

.ammenu-menu-wrapper .ammenu-submenu-wrapper > div .ammenu-column.category-item > .ammenu-list{
  display: none;
}

body
  .ammenu-menu-wrapper
  .ammenu-categories-container
  [class*="-col-"]:not(.-col-1) {
  max-width: none !important;
}

.btn.btn-primary{
  padding:8px 12px;
  border-radius: 10px;
  color:#283583;
  box-shadow: 0 0 0 2px #eee;
  font-size: 18px;
  margin: 16px 0;
  display: inline-block;
}
.btn.btn-primary.white{
  padding:8px 12px;
  border-radius: 10px;
  color:#ba144b;
  background: #fefefe;
  font-size: 18px;
  margin: 16px 0 0;
  display: inline-block;
}

.fotorama__nav--thumbs{
  position: absolute!important;
  left: 0!important;
  bottom: 0!important;
}

.fotorama__nav .fotorama__thumb {
  background: none;
}
.fotorama__nav .fotorama__thumb img {
  object-fit: contain;
}

body .ammenu-menu-wrapper .ammenu-item > .ammenu-link {
  font-size: 16px !important;
  position: relative !important;
  padding: 10px 15px !important;
}

body .am-labels-folding .am-collapse-icon {
  position: absolute;
  right: 0;
  left: initial;
}

body
  .filter-options
  [class*="am-filter-items-"].am-labels-folding
  .item:not(.swatch-option-link-layered)
  .am-collapse-icon
  + .am-input,
body
  .filter-options
  .amshopby-category-dropdown
  + form
  .item
  .am-collapse-icon
  + .am-input,
body
  .filter-options
  [class*="am-filter-items-"].am-labels-folding
  .item:not(.swatch-option-link-layered)
  .am-collapse-icon
  + input[type="radio"],
body
  .filter-options
  .amshopby-category-dropdown
  + form
  .item
  .am-collapse-icon
  + input[type="radio"],
body
  .filter-options
  [class*="am-filter-items-"].am-labels-folding
  .item:not(.swatch-option-link-layered)
  .am-collapse-icon
  + input[type="checkbox"],
body
  .filter-options
  .amshopby-category-dropdown
  + form
  .item
  .am-collapse-icon
  + input[type="checkbox"] {
  left: 0;
}

body
  .filter-options
  .am-labels-folding
  .item
  .am-collapse-icon
  ~ [class*="am-filter-item-"] {
  /*padding-left: 5px;*/
}

#amasty-shopby-product-list .picto img {
  width: 45px;
}
#amasty-shopby-product-list .picto {
  position: absolute;
  z-index: 99;
}

.checkout-payment-method .payment-method-content #po_number{
  width: 100%;
}


@media (max-width: 1024px) {
  .ammenu-menu-toggle:not(.-hamburger) {
    z-index: 99;
  }

  .checkout-payment-method .payment-method-content #po_number{
    width: 100%;
  }

  .checkout-cart-index .page-wrapper .ammenu-nav-sections.nav-sections {
    position: fixed;
  }

  body .ammenu-menu-wrapper .ammenu-item > .ammenu-link{
    font-size: 16px!important;
  }

  .page-wrapper .ammenu-nav-sections.nav-sections {
    top: 0;
    left: 100%;
  }

  .page-wrapper .ammenu-nav-sections.-opened {
    top: 0;
    left: 0;
    z-index: 99999;
  }

  .page-wrapper {
    padding-top: 134px;
  }

  .ammenu-tabs-list .ammenu-button{
    color: #fff!important;
  }
}

@media screen and (max-width: 1024px) {

  .ammenu-button.-hamburger{
    height: 27px!important;
    border-top: 5px solid!important;
    border-bottom: 5px solid!important;
  }
  .ammenu-button.-hamburger:before{
    border-top: 5px solid!important;
  }
  .ammenu-nav-sections .ammenu-link.-main > .ammenu-wrapper {
    word-break: normal;
  }
  .page-wrapper .ammenu-nav-sections.-opened{
    max-width: 300px;
  }

  .ammenu-menu-title{
    display: none;
  }

  .ammenu-nav-sections.-sidebar .ammenu-text{
    font-size: 16px!important;
    font-weight: 400!important;
  }

  .ammenu-nav-sections.-mobile.-drill .ammenu-item:not(:last-child)>.ammenu-link{
    border-bottom: 1px solid #fff!important;
  }

  .ammenu-nav-sections.-sidebar .ammenu-items.-root>.ammenu-item>.ammenu-link{
    min-height: 1px!important;
    margin: 0!important;
  }

  .ammenu-menu-wrapper .ammenu-icon-block path{
    fill: #fff;
  }

  .page-wrapper .ammenu-menu-wrapper .ammenu-item > .ammenu-link:hover, .page-wrapper .ammenu-menu-wrapper .ammenu-item > .ammenu-link:hover .ammenu-icon-block path{
    fill: #333;
  }

  .ammenu-drill-navigation .ammenu-button{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px!important;
  }

  .ammenu-nav-sections.-mobile.-drill .ammenu-current-title{
    font-size: 16px!important;
    font-weight: 400!important;
    color: #b1b8e1!important;
    text-transform: uppercase;
  }

  .ammenu-nav-sections.-mobile.-drill .ammenu-current-title .ammenu-text{
    font-weight: 400!important;
  }

  .ammenu-button.-go-main{
    border-bottom: 1px solid #fff!important;
  }

  .ammenu-nav-sections.-mobile.-drill .ammenu-drill-section{
    background-color: #2a3470!important;
    min-height: 78vh!important;
  }

  .ammenu-tabs-list{
    margin: 0;
  }

  .ammenu-tabs-list .ammenu-item{
    color: #fff!important;
  }

  .ammenu-drill-navigation .ammenu-button:hover{
    color: #fff!important;
  }

  .ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link{
    min-height: 1px;
  }

  .ammenu-menu-wrapper .ammenu-menu-overlay{
    background-color: rgba(255, 255, 255, 0.8)!important;
  }
}

.minicart-items-wrapper.overflowed img {
  object-fit: contain;
}

.ammenu-menu-toggle .ammenu-icon {
  border-bottom: 5px solid;
}

.amqorder-price .special-price,
.amqorder-price .old-price {
  display: flex;
  gap: 5px;
}

.amqorder-price .special-price .price-label {
  width: auto;
  display: block;
  height: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .ammenu-nav-sections.nav-sections .switcher .switcher-label {
    color: #fff;
  }

  div[id="store.links"] {
    display: none;
  }
}

.greet.welcome,
.customer-welcome {
  display: none !important;
}

body .product-options-bottom .price-box .old-price,
body .product-info-price .price-box .old-price {
  font-size: 14px;
  color: var(--main-color);
  font-weight: 400;
}

.box-tocart .input-text.qty {
  height: 44px;
}

.box-tocart .fieldset > .field > .label,
.box-tocart .fieldset > .fields > .field > .label {
  margin: 0;
}

.box-tocart .field.qty {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.box-tocart > .fieldset {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

body .ammenu-menu-wrapper .ammenu-categories-container > .ammenu-item.-child {
  padding: 0 !important;
}

.picto-marque {
  position: absolute;
  z-index: 99;
  right: 0;
}

.page-wrapper {
  padding-top: 184px;
}

.checkout-cart-index .page-title-wrapper{
  margin-top: 38px;
}

.checkout-cart-index .page-header,
.checkout-index-index .page-header {
  position: relative;
}

.checkout-cart-index .page-wrapper,
.checkout-index-index .page-wrapper {
  padding-top: 0;
}

.logo img {
  max-height: 100px;
  width: auto;
}

.catalog-product-view .message-success.success.message,
.catalog-category-view .message-success.success.message,
.cms-home .message-success.success.message {
  position: fixed;
  top: 200px;
  left: 50%;
  z-index: 999;
  width: 100%;
  max-width: 300px;
  transform: translateX(-50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.catalog-product-view .message-success.success.message,
.catalog-category-view .message-success.success.message,
.cms-home .message-success.success.message {
  animation: autohide 0s 4s forwards;
}

@keyframes autohide {
  to {
    visibility: hidden;
    height: 0;
  }
}

.amasty_quickorder-index-index .price-label {
  white-space: nowrap;
}

.amasty_quickorder-index-index .amqorder-image {
  max-width: 150px !important;
}

.order-details-items .order-title .action.track {
  display: none;
}

.customer-account-login .column.main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.customer-account-login .column.main > div {
  width: 100%;
}
.login-container .block {
  width: 100% !important;
}

.owl-carousel img.product-image-photo {
  object-fit: contain;
}

@media screen and (max-width: 425px) {
  .customer-account-login .column.main {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .ammenu-nav-sections.nav-sections .switcher .switcher-label {
    color: #fff;
  }

  div[id="store.links"] {
    display: none;
  }
}

.search-toggler {
  width: 49px;
  flex-shrink: 0;
}
.minicart-wrapper {
  flex-shrink: 0;
  min-width: 83px;
}

@media screen and (max-width: 768px) {
  .minicart-items-wrapper {
    max-height: calc(100vh - 500px);
  }
  .search-toggler {
    display: block !important;
  }
  .block-search {
    display: none;
    background: #293571;
    position: fixed;
    top: 100px;
    left: 0;
    height: 55px;
    width: 100% !important;
  }
  .block-search.opened {
    display: block;
  }
  #search {
    left: 8px;
    width: calc(100vw - 16px);
    top: -8px;
  }

  .cart-container .form-cart .actions.main{
    flex-direction: row;
    justify-content: center;
  }

  .cart-container .form-cart .actions.main button{
    margin: 0 5px;
  }

  .block-search .control {
    border-top: 0px solid #ccc;
    clear: both;
    /* margin: 0 -15px -1px; */
    /* padding: 0 15px; */
  }
  .block-search .label {
    position: absolute;
    top: 13px;
    right: 36px;
    z-index: 10;
  }
}

@media screen and (max-width: 425px) {
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title,
  .magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
    margin-right: 25px;
    margin-top: 25px;
  }
  .product-item .price-box .price-label {
    font-size: 10px;
    width: auto;
    height: 18px;
    position: static;
    color: #666666;
  }
  .product-item .price-block .price {
    font-weight: normal;
    font-size: 11px;
  }
}

@media screen and (max-width: 375px) {
  .product-item .tocart {
    font-size: 1rem;
    border-radius: 0;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .page-header .panel.wrapper {
    display: none;
  }
}

/********** MODULE PIECES DETACHEES */
.product-spare-parts-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(54, 66, 74, 0.17);
  margin-top: 5px;
}

.product-spare-parts-container a {
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: bold;
  font-style: italic;
  font-size: 1.4rem;
}
.product-item-info .spare-parts {
  text-align: center;
  background-color: var(--main-color);
  padding: 10px;
}
.product-item-info .spare-parts > a {
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
}
.exploded-view .header-page {
  padding: 30px 0 0 0;
}
.exploded-view .header-page > img {
  margin: auto;
  display: flex;
  max-height: 500px;
}
.exploded-view .header-page > h3 {
  text-align: center;
  margin-top: 50px;
  font-weight: 400;
  font-size: 30px;
}
.exploded-view .header-page > p {
  position: relative;
  text-align: center;
  color: #a2a2a2;
}
.spare-parts .spare-parts-title h3 {
  position: relative;
  margin-top: 50px;
  font-weight: 400;
  font-size: 25px;
}
.exploded-view .header-page > p:after,
.exploded-view .spare-parts .spare-parts-title > h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 90px;
  height: 2px;
  background-color: var(--second-color);
  left: calc(50% - 45px);
}
.exploded-view .spare-parts .spare-parts-title > h3:after {
  left: 0;
}
.exploded-view .product-spare-parts-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .exploded-view .product-spare-parts-content {
    justify-content: space-between;
    flex-direction: unset;
  }
}
.exploded-view .product-spare-parts-content .product-spare-parts-cart {
  order: 2;
  max-height: 700px;
  overflow-y: auto;
  width: calc(100vw - 15px);
  padding: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .exploded-view .product-spare-parts-content .product-spare-parts-cart {
    width: 49%;
    padding: 0 25px 0 0;
    order: 1;
  }
}
.exploded-view
  .product-spare-parts-content
  .product-spare-parts-cart::-webkit-scrollbar {
  width: 15px;
}
.exploded-view
  .product-spare-parts-content
  .product-spare-parts-cart::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.exploded-view
  .product-spare-parts-content
  .product-spare-parts-cart::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: var(--main-color);
}
.exploded-view .product-spare-parts-content .product-spare-parts-exploded-view {
  display: flex;
  align-items: center;
  order: 1;
  padding: 25px 0;
  justify-content: center;
}
.exploded-view
  .product-spare-parts-content
  .product-spare-parts-exploded-view
  > a {
  height: 100%;
  width: 100%;
}
.exploded-view
  .product-spare-parts-content
  .product-spare-parts-exploded-view
  img {
  max-height: 500px;
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .exploded-view
    .product-spare-parts-content
    .product-spare-parts-exploded-view {
    max-width: 49%;
    order: 2;
    padding: 0 0 0 25px;
  }
  .exploded-view
    .product-spare-parts-content
    .product-spare-parts-exploded-view
    img {
    max-height: 700px;
    object-fit: cover;
    height: 100%;
  }
}
.exploded-view .spare-parts-table {
  display: flex;
}
.exploded-view .spare-parts-table:first-child {
  padding: 20px 0 0 0;
}
.exploded-view .spare-parts-table .number-spare-part {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  margin: 0 20px 0 0;
  min-width: 30px;
}
.exploded-view .spare-parts-table .number-spare-part > p {
  display: flex;
  align-items: center;
  height: 100%;
  width: auto;
}
.exploded-view .spare-parts-table > .product-items-cart {
  display: flex;
  flex-direction: column;
}
.exploded-view
  .spare-parts-table
  .product-items-cart
  .product
  .product-items-cart-title
  > h4 {
  margin: 0;
}
.exploded-view
  .spare-parts-table
  .product-items-cart
  .product
  .product-items-cart-sku
  > p {
  margin: 0;
  font-size: 1.4rem;
  color: #a2a2a2;
}
.exploded-view .spare-parts-table .product-items-cart .product {
  line-height: 2.3rem;
  padding: 0 0 15px 0;
}
.exploded-view .spare-parts-table .product-items-cart .product.sku-undefined {
  line-height: 3.5rem;
  padding: 0 0 30px 0;
}
.exploded-view
  .spare-parts-table
  .product-items-cart
  .product.product.product-item-actions
  > * {
  font-size: unset;
}
.exploded-view
  .spare-parts-table
  .product-items-cart
  .product.product.product-item-actions
  span {
  font-size: 1.4rem;
}
.exploded-view
  .spare-parts-table
  .product-items-cart
  .product.product.product-item-actions
  span.responsive-xl {
  display: none;
}
.exploded-view
  .spare-parts-table
  .product-items-cart
  .product.product.product-item-actions
  span.responsive-sm {
  display: block;
}
.altais_productexplodedview-view-details .special-price .price-label {
  position: unset;
}
.altais_productexplodedview-view-details .price-box.price-final_price {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .exploded-view
    .spare-parts-table
    .product-items-cart
    .product.product.product-item-actions
    span.responsive-xl {
    display: block;
  }
  .exploded-view
    .spare-parts-table
    .product-items-cart
    .product.product.product-item-actions
    span.responsive-sm {
    display: none;
  }
  .altais_productexplodedview-view-details .price-box.price-final_price {
    display: block;
  }
}
.exploded-view .spare-parts-table .product-items-cart .product.opacity {
  opacity: 0.7;
}
.exploded-view .spare-parts-table .product-items-cart .product form {
  display: flex;
}
.exploded-view
  .spare-parts-table
  .product-items-cart
  .product
  form
  > .quantity-custom {
  height: 40px;
  width: 60px;
  padding: 0 10px 0 0;
}
.exploded-view
  .spare-parts-table
  .product-items-cart
  .product
  form
  .quantity-custom
  > input {
  text-align: center;
}
.exploded-view
  .spare-parts-table
  .product-items-cart
  .product
  form
  > .action.tocart.primary {
  height: 32px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: unset;
}
*[class^="page-with-filter page-products categorypath-pieces-detachees"]
  div#narrow-by-list
  > div:not(:first-child) {
  display: none;
}

/** Resolved ticket css **/
@media screen and (min-width: 1025px) {
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container > div {
    gap: 10px 20px;
  }
}

/* Switch language */
.opc-wrapper .form-discount .field .label,.bundle-options-container .block-bundle-summary .product-image-container,.bundle-options-container .block-bundle-summary .product.name,.bundle-options-container .block-bundle-summary .stock,.product-item-actions .actions-secondary>.action span,.special-price .price-label,.table-comparison .cell.label.remove span,.table-comparison .cell.label.product span,.block.related .field.choice .label,.cart.table-wrapper .col.qty .label,.minicart-wrapper .action.showcart .text,.minicart-wrapper .action.showcart .counter-label,.checkout-index-index .page-title-wrapper,.checkout-payment-method .field-select-billing>.label,.checkout-payment-method .payments .legend,.checkout-payment-method .ccard .legend,.fieldset .fullname>.label,.field.street .field .label,.block-balance .balance-price-label,.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,.page-product-giftcard .fieldset.giftcard>.legend,.opc-wrapper .form-giftcard-account .field .label,.form-add-invitations .fields .label,.filter-options-content .filter-count-label,.table-comparison .wishlist.split.button>.action.split span,.product-items .wishlist.split.button>.action.split span,.page-multiple-wishlist .page-title-wrapper .page-title,.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,.multicheckout .table-wrapper .col .label,.multicheckout .block .methods-shipping .item-content .fieldset>.legend,.block.newsletter .label,.review-date .review-details-label,.customer-review .product-details .rating-average-label,.block-reorder .product-item .label,.action.skip:not(:focus),.page-header .switcher .label,.page-footer .switcher .label,.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.page-header .switcher .options,.page-footer .switcher .options {
  display: inline-block;
  position: relative
}

.page-header .switcher .options:before,.page-footer .switcher .options:before,.page-header .switcher .options:after,.page-footer .switcher .options:after {
  content: '';
  display: table
}

.page-header .switcher .options:after,.page-footer .switcher .options:after {
  clear: both
}

.page-header .switcher .options .action.toggle,.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none
}

.page-header .switcher .options .action.toggle>span,.page-footer .switcher .options .action.toggle>span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.page-header .switcher .options .action.toggle:after,.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center
}

.page-header .switcher .options .action.toggle:hover:after,.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit
}

.page-header .switcher .options .action.toggle:active:after,.page-footer .switcher .options .action.toggle:active:after {
  color: inherit
}

.page-header .switcher .options .action.toggle.active,.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none
}

.page-header .switcher .options .action.toggle.active>span,.page-footer .switcher .options .action.toggle.active>span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.page-header .switcher .options .action.toggle.active:after,.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center
}

.page-header .switcher .options .action.toggle.active:hover:after,.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit
}

.page-header .switcher .options .action.toggle.active:active:after,.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit
}

.page-header .switcher .options ul.dropdown,.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0,0,0,0.15)
}

.page-header .switcher .options ul.dropdown li,.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0
}

.page-header .switcher .options ul.dropdown li:hover,.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer
}

.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before,.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0
}

.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99
}

.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98
}

.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px
}

.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px
}

.page-header .switcher .options.active,.page-footer .switcher .options.active {
  overflow: visible
}

.page-header .switcher .options.active ul.dropdown,.page-footer .switcher .options.active ul.dropdown {
  display: block
}

.page-header .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px
}

.page-header .switcher .options ul.dropdown a:visited,.page-footer .switcher .options ul.dropdown a:visited {
  color: #333;
  text-decoration: none
}

.page-header .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover {
  color: #333;
  text-decoration: none
}

.page-header .switcher .options ul.dropdown a:active,.page-footer .switcher .options ul.dropdown a:active {
  color: #333;
  text-decoration: none
}

.page-header .switcher strong,.page-footer .switcher strong {
  font-weight: 400
}

.page-header .switcher .options ul.dropdown {
  right: 0
}

.page-header .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px
}

.page-header .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px
}