html {
  scroll-behavior: smooth !important;
}
/*
body {
  background-image: url(/api/assets/u-f17c020a-0586-4e0c-9bd2-4faa8ff0ad7f);
}
*/

:root{
--blanc : #FFFFFF;
--gris : #A3BBC3;
--noir : #7E7A7D;
}


.product-card .product-card-top .product-option {
  top: 0;
  right: 0;
}

.product-card .product-card-top .product-labels-container {
  max-width: 200px;
}

.product-card .product-card-top .product-labels-container .label {
  font-size: 0.9rem;
}


html {
  scroll-behavior: smooth !important;
}

body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, p, a, span, tr, td, th, thead, tbody, tfoot, ul, li {
  font-family: 'Roboto', serif;
}

h1, h2, h3 {
    color: #111;
}

#logout-reveal a.button,
#logout-reveal a.button:hover {
  background-color: var(--gris);
}

.product-card .product-card-top .product-option {
  top: 0;
  right: 0;
}

.product-card .product-card-top .product-labels-container {
  max-width: 200px;
}

.product-card .product-card-top .product-labels-container .label {
  font-size: 0.9rem;
}

/* Placeholders */
::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome 56, Safari 9 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

/* Focus */
*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome 56, Safari 9 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

/* Fil d'ariane à placer sur la home puis css appliqué à tout le site */
._0033_marketing {
  max-width: 1200px;
  margin: 20px auto;
}

.breadcrumbs li {
  color: #111;
}

.breadcrumbs li a {
  color: #666;
}

.breadcrumbs li a:hover {
  color: var(--gris);
}

@media screen and (min-width: 40em) {
  .grid-container.fluid {
      padding-right: 0;
      padding-left: 0;
  }
}

/*COOKIES*/

.cookiesOpenButton {
  background-color: var(--gris);

}

.cookiesPreferences-table-header {
  background-color: var(--gris);
}

.cookiesPreferences-action .button {
   background-color: var(--gris);
   border-radius: 5px;
}
.cookiesPreferences-action .button:hover {
   background-color: #111;
}

#lib-cookies .switch-paddle {
  background-color: var(--gris)!important;
  border-radius: 5px;
}

#lib-cookies .switch-paddle::after {
  border-radius: 3px;
}

#lib-cookies-validation #libCookieAcceptButton {
  background-color: var(--gris);
  color: #fff;
  border-radius: 5px;
}

#lib-cookies-validation #libCookiePreferencesButton {
  background-color: #fff;
  border: 2px solid var(--gris);
  color: var(--gris);
  border-radius: 5px;
}

#libCookieDeclineButton:hover {
  color: #111;
}

#libCookieClosePreferencesButton .fa-times {
  color: #111;
}
/*FIN COOKIES*/


/* devis express */

button[data-es-id=product_card-express-quotation] {
  width: 80%;
  font-size: 0.7rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #8a8a8a;
  border-radius: 60px;
  margin: 0 auto 1rem;
}

button[data-es-id=product_card-express-quotation]:hover {
  color: #fff;
  background-color: #B00E17!important;
}

.expressQuotation {
  display: none;
}

/* Modale Devis express */
.expressQuotation {
  width: 95% !important;
min-height: 70vh;
padding: 1.5rem 3rem;
}

.expressQuotationForm {
display: flex;
flex-direction: column;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 {
width: 100%;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 label {
display: none;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 input,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 select {
box-shadow: none;
border: 1px solid #414042;
border-radius: 4px;
font-size: 0.9rem;
font-weight: 500;
color: #414042;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 input::placeholder {
font-size: 0.9rem;
font-weight: 500;
color: #414042;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 input:focus,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 select:focus {
box-shadow: none;
}

.expressQuotationForm h2[data-es-id="express_quotation_modal_title"] {
font-size: 1.9rem;
  font-weight: 600;
  color: #414042;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}

.expressQuotationForm .editableLabel p,
.expressQuotationForm .editableLabel span {
font-family: inherit !important;
color: #414042 !important;
}

.expressQuotationForm .editableLabel a p,
.expressQuotationForm .editableLabel a span {
color: var(--noir) !important;
}

.expressQuotationForm .editableLabel a:hover p,
.expressQuotationForm .editableLabel a:hover span {
text-decoration: underline !important;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: var(--gris);
}

.button.primary:hover {
  background-color: var(--noir);
}

.expressQuotationForm .express-quotation-confirm-button:hover {
  background-color: var(--noir);
}

.close-button#express-quotation-close svg {
width: 0.75rem;
color: #414042;
}

.close-button#express-quotation-close svg:hover {
color: var(--noir);
}

.reveal-overlay .mt-20 {
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 39.9375em) {
 .expressQuotationForm h2[data-es-id="express_quotation_modal_title"] {
  font-size: 1.5rem;
}
}
/* devis express */

@media screen and (min-width: 40em) {
  .grid-container.fluid {
      padding-right: 0;
      padding-left: 0;
  }
}
/* 0007_header : u-bc6a57f3-f526-4f65-bad4-f667801be546 */
#u-bc6a57f3-f526-4f65-bad4-f667801be546      header {
  z-index: 10000;
  top: 0;
  width: 100vw;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .home-title {
  visibility: hidden;
  height: 0;
  margin: 0;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .menu.large-horizontal {
  align-items: center;
}

/* CATEGORY MENU */

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 365px;
  background: #fff;
  box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.4);
  padding: 16px 16px 16px 0;
  overflow-y: auto;
  transform: translateX(-375px);
  transition: transform ease-out 500ms;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu._open {
  transform: translateX(0);
  transition: transform ease-in 500ms;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu .is-drilldown {
  max-width: inherit !important;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu .is-drilldown .drilldown {
  margin-left: 0;
  background-color: transparent;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu .is-drilldown .drilldown {
  margin-left: 0;
  background-color: transparent;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu .is-dropdown-submenu-parent {
  position: initial;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu .drilldown .js-drilldown-back>a::before {
  border-color: transparent #414141 transparent transparent;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu .is-drilldown .drilldown .is-drilldown-submenu {
  background-color: #fff;
  border: none;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu .is-drilldown .drilldown a {
  background-color: transparent;
  color: #414141;
  font-size: 0.9rem;
  text-transform: uppercase;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu .is-drilldown .drilldown a:hover {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--gris);
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu .is-drilldown .drilldown a::after {
  border-color: transparent transparent transparent #414141;
}

/* END CATEGORY MENU */

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .sticky-container .sticky {
  position: fixed;
  width: 100%;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop {
  background-color: var(--gris);
  border-bottom: 2px solid #F1F1F1;
  padding: 0 16px;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop a {
  color: #fff;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .companyInformations a:first-child {
  display: none;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop a:hover {
  color: #000;
  transition: 250ms color ease;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop .dropdown.menu a::after {
  border-color: #fff transparent transparent;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop .is-dropdown-submenu {
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  background-color: white;
  z-index: 20;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenu .is-dropdown-submenu button {
  color: #414141;
  padding: 8px;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop .is-dropdown-submenu button:hover {
  cursor: pointer;
  color: #414141;
  transition: 250ms color ease;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenu {
  background-color: white;
  padding: 0 10px;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenu a:not(.logo) {
  color: #fff;
  background-color: var(--gris);
  padding: 10px 10px;
  border: 1px solid #fff;
  font-size: 1rem;
  font-weight: 500;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenu a:not(.logo):hover {
  color: #000;
  background-color: #dadada;
  padding: 10px 10px;
  border: 1px solid #fff;
  font-size: 1rem;
  font-weight: 500;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenu-menu {
  align-items: center;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenu-menu .logo {
  padding-left: 0;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      header .logo img {
  height: auto;
  max-width: 200px;
  min-width: 150px;
  object-fit: contain;
  margin-left: 20px;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenu-search form {
  margin-bottom: 0;
}

.menu-secondLevel .is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu,
.menu-thirdLevel .is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu,
#u-bc6a57f3-f526-4f65-bad4-f667801be546      .menu-lastLevel {
  left: 100% !important;
}

/* Connexion / Account */

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .connexion-link {
  position: relative;
  color: #414141;
  font-size: 1.2rem;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .connexion-link:hover {
  cursor: pointer;
  color: #0da7b6;
  transition: 250ms color ease;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .connexion-link-dropdown {
  display: none;
  position: absolute;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 10000;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .connexion-link:hover .connexion-link-dropdown {
  display: block;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .connexion-link-dropdown a {
  display: block;
  padding: 8px 16px;
  color: #414141;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .connexion-link-dropdown a:first-child {
  border-bottom: 1px solid #ebeaec;
}

/* End Connexion / Account */

@media screen and (min-width: 64em) {

  .mobileMenu-btn,
  .headerMenuTop-searchExandable,
  .headerMenuTop .logo,
  .mobileMenu,
  .headerMenu .companyInformations,
  .headerMenu .accountLinks,
  .headerMenu .accountLinks .wishlist-link,
  .headerMenu .accountLinks .connexion-link,
  .headerMenu .accountLinks .shoppingCart-link,
  .headerMenu .accountLinks .languageSelect,
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .close-button {
    display: none;
  }

  .headerMenuTop .companyInformations,
  .headerMenuTop .accountLinks .wishlist-link,
  .headerMenuTop .accountLinks .connexion-link,
  .headerMenuTop .accountLinks .languageSelect,
  .headerMenu-search,
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu .logo {
    display: block;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .accountLinks a span {
    display: none !important;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .accountLinks a svg {
    font-size: 1.2rem;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu {
    display: flex;
    justify-content: space-around;
    position: inherit;
    visibility: visible;
    width: 100%;
    transform: inherit;
    overflow: visible;

  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .off-canvas-wrapper {
    overflow: visible;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenuTop .accountLinks .shoppingCart-link span {
    display: inline-block;
  }

  .menu-firstLevel-link,
  .menu-secondLevel-link,
  .menu-thirdLevel-link,
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .menu-lastLevel-link {
    color: #414141;
  }

  .menu-firstLevel-link:hover,
  .menu-thirdLevel-link:hover,
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .menu-lastLevel-link:hover {
    color: var(--gris);
    transition: 250ms color ease;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .menu-firstLevel-link::after {
    border-color: #8a8a8a transparent transparent;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .menu-firstLevel-link:hover::after {
    border-color: var(--gris) transparent transparent;
    transition: 250ms all ease;
  }
}

/**** RESPONSIVE ****/
@media screen and (max-width: 63.9375em) {
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .drilldown .is-drilldown-submenu-parent>a::after {
    border-color: transparent transparent transparent #414141;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .languageSelect a::after {
    border-color: #414141 transparent transparent;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .languageSelect button {
    color: #414141;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .languageSelect button:hover {
    cursor: pointer;
    color: #414141;
    transition: color 250ms ease-in;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .languageSelect {
    text-transform: uppercase;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .sticky {
    transform: inherit;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu-menu a {
    color: #414141 !important;
    padding: .7rem 0;
  }


#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu-menu .is-accordion-submenu-parent a span {
    display: block;
    max-width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .drilldown .is-drilldown-submenu-parent>a::after {
    border-color: transparent transparent transparent white;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    background-color: #FFF;
    padding: 32px 0 0 0;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .close-button {
    position: absolute;
    align-items: center !important;
    justify-content: center;
    border-bottom: none;
    top: 8px;
    right: 8px;
    width: 32px !important;
    padding: 0 !important;
    color: #414141;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenuTop {
    padding: 16px;
    background-color: #FFF;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        header .logo img {
    margin-left: 0;
  }

  .headerMenuTop .companyInformations,
  .headerMenuTop .accountLinks .wishlist-link,
  .headerMenuTop .accountLinks .connexion-link,
  .headerMenuTop .accountLinks .shoppingCart-link span,
  .headerMenuTop .accountLinks .languageSelect,
  .headerMenu-search,
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu .logo {
    display: none !important;
  }

  .mobileMenu-btn,
  .headerMenuTop-searchExandable,
  .headerMenuTop .logo,
  .headerMenu .companyInformations,
  .headerMenu .accountLinks .wishlist-link,
  .headerMenu .accountLinks .connexion-link,
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu .accountLinks .languageSelect {
    display: block;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu .accountLinks .shoppingCart-link span {
    display: inline-block;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .mobileMenu-btn-icon {
    color: #414141;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .mobileMenu-btn:hover .mobileMenu-btn-icon {
    cursor: pointer;
    color: var(--gris);
    transition: 250ms color ease;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu>*:not(.close-button) {
    width: 100%;
    padding: 32px 16px;
    border-bottom: 1px solid #cacaca;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu>*:last-child {
    border: none;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu-menu a::after {
    border-color: #414141 transparent transparent;
  }

  .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a,
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a {
    background-color: rgba(255, 255, 255, 0.2) !important;
    font-weight: 500;
    margin: 0 -16px 8px -16px;
    width: calc(100% + 32px) !important;
    padding: 0.7rem 16px !important;
  }

  .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a:hover,
  .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a:focus,
  .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a:hover,
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a:focus {
    color: #414141 !important;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true] a::after {
    right: 8px;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .menu-lastLevel {
    left: 0 !important;
    margin-bottom: 32px;
  }

  .headerMenu .accountLinks a,
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu .companyInformations a {
    padding: 8px 0 !important;
    color: #414141;
    background: transparent !important;
  }

  .menu-secondLevel,
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .menu-thirdLevel {
    background-color: #414141 !important;
  }

  .headerMenu .accountLinks a:hover,
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu .companyInformations a:hover {
    color: #414141;
    transition: 250ms all ease;
  }

  .headerMenuTop .mobileMenu-btn:hover .fa-bars,
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenuTop .shoppingCart-link:hover {
    color: #414141;
    transition: 250ms all ease;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .is-drilldown {
    max-width: 100% !important;
    min-height: 0 !important;
    width: 100% !important;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .is-drilldown li {
    width: 100%;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenu a {
    color: #414141;
  }

#u-bc6a57f3-f526-4f65-bad4-f667801be546        .wishlist-link span {
    margin-left: 7px;
  }

  .headerMenu a:not(.logo),
#u-bc6a57f3-f526-4f65-bad4-f667801be546        .headerMenuTop a {
    color: #414141 !important;
    padding: 15px 20px;
    border: 1px solid #fff;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 39.97375em) {
#u-bc6a57f3-f526-4f65-bad4-f667801be546      header .logo img {
    height: auto;
    max-width: 100px;
    min-width: 100px;
    object-fit: contain;
}
#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop a {
    color: #414141 !important;
   padding: 0px;
    border: 1px solid #fff;
    font-size: 1.2rem;
}
}

/**** SEARCH EXANDABLE ****/
#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop-searchExandable input {
  background: var(--gris) url('/api/assets/u-52338cb7-b46b-415d-9f6f-4e0694e4bc7b') no-repeat 9px center !important;
  border: solid 1px transparent;
  padding: 9px 10px 9px 26px;
  width: 35px;
  border-radius: 5000px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 1rem;
  margin-top: 15px !important;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop-searchExandable input:focus {
  cursor: text;
  width: 120px;
  border-color: #414141;
  -webkit-box-shadow: 0 0 5px rgba(23, 121, 186, 0.5);
  box-shadow: 0 0 5px rgba(23, 121, 186, 0.5);
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop-searchExandable input::placeholder {
  font-size: 1rem;
  color: #414141;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop-searchExandable input:hover:not(:focus) {
  cursor: pointer;
  background: #fefefe url('../../public/images/ico-search-hover.png') no-repeat 9px center;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop-searchExandable input:focus {
  width: 120px;
  background-color: #fefefe;
  border-color: #414141;
  padding: 9px;
  background-image: none!important;
}

.headerMenuTop-searchExandable input:-moz-placeholder::after,
#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop-searchExandable input::-webkit-input-placeholder::after {
  color: #8a8a8a;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop-searchExandable input:hover {
  background-color: #fefefe;
}


#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenuTop-searchExandable input {

  background-color: var(--gris);
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      [type='search'] {
  border-right: none;
  border-top: none;
  border-left: none;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .input-group-field {

  border-bottom: 1px solid #414141 !important;
  border-right: 0;
  box-shadow: none;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .input-group-button button {
  background-color: var(--gris);
  box-shadow: none;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .input-group-button button:hover {
  background-color: #dadada;
  box-shadow: none;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      [type='search'] {
  border: none;
}

/* --- SHOPPING CART --- */
#u-bc6a57f3-f526-4f65-bad4-f667801be546      .mini-shopping-cart-modal {
  position: fixed;
  overflow-y: auto;
  min-width: 22em;
  max-width: 30em;
  top: 4em;
  right: 24em;
  padding: 1em 1.5em;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.29em 0.19em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.29em 0.19em rgba(0, 0, 0, 0.2);
  max-height: calc(100% - 5em);
  z-index: 10;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .mini-shopping-cart-product {
  padding: 1em 0 0.5em;
  border-bottom: 1px solid #414141;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      #mini-shopping-cart-title {
  margin-bottom: 0.5em;
  color: #000;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      #mini-shopping-cart-link {
  display: block;
  color: #414141;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      #mini-shopping-cart-img {
  margin-right: 0.5em;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .mini-shopping-cart-product-title {
  margin-bottom: 0.5em;
  font-weight: 500;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      #mini-shopping-cart-description {
  font-size: 75%;
  margin-bottom: 3em;
}

#mini-shopping-cart-price,
#u-bc6a57f3-f526-4f65-bad4-f667801be546      #mini-shopping-cart-ordered-quantity {
  font-size: 80% !important;
  margin-bottom: 0 !important;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      #mini-shopping-cart-button {
  padding-top: 1em;
}

#mini-shopping-cart-see,
#u-bc6a57f3-f526-4f65-bad4-f667801be546      #mini-shopping-cart-continue {
  margin-bottom: 0 !important;
  background-color: var(--gris);
}

#mini-shopping-cart-see:hover,
#u-bc6a57f3-f526-4f65-bad4-f667801be546      #mini-shopping-cart-continue:hover {
  margin-bottom: 0 !important;
  background-color: #dadada;
}

/* Menu categories header */

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu .is-drilldown .drilldown .submenu-title {
  background-color: transparent;
  color: #414141;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .categoryMenu .is-drilldown .drilldown .submenu-title::after {
  border-color: transparent transparent transparent #414141;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .submenu-title {
  font-size: 18px;
  font-weight: bold;
  color: #414141;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .menu-all {
  padding-bottom: 32px;
}

#u-bc6a57f3-f526-4f65-bad4-f667801be546      .menu-all span {
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 14px;
  color: #414141;
}

.categoryMenu .is-dropdown-submenu-parent,
#u-bc6a57f3-f526-4f65-bad4-f667801be546      .headerMenu-menu .is-accordion-submenu-parent a {
    text-transform: uppercase!important;
}

/* 0084_product_result : u-5759fc33-02a4-4902-8999-2a36c1dfa4f6 */
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6    ._0084_product-result {
  position: relative;
  margin: 0px auto;
  max-width: 1200px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .grid-container {
  margin: 30px auto;
  max-width: 1200px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       span.checkmark {
  margin-top: 4px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .widget-container {
  position: relative;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       h1 {
font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #414141;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6     .title-page-wrapper {
    background-color: transparent!important;
    background-image: none!important;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .title-page-subtitle {
  color: #414141;
  max-width: 70vw;
}

.product-result-header h2,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-result-header p {
  color: white;
}

.aside-category,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .aside-keyword {
  margin-bottom: 2.5rem;
}

.accordion,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category {
  background-color: transparent !important;
  border: none;
}

.accordion-title,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-title:focus {
  border: none;
  color: #fff;
  background-color: var(--gris);
  text-transform: capitalize !important;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-title:hover {
  color: var(--gris);
  text-transform: capitalize !important;
  font-weight: 400;
  background-color: #fff ;
   border-bottom: 1px solid var(--gris) !important;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-content {
  border: 0;
  padding: 0;
  background-color: transparent;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       :last-child>.accordion-content:last-child {
  border-bottom: 0;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-all-first-item .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-current-first-item .accordion-title {
  color: #fff;
  border-bottom: 1px solid var(--gris) !important;
  text-transform: capitalize !important;
  font-weight: 400;
  background-color: var(--gris);

}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-current-first-item .accordion-title:hover {
  border-bottom: 1px solid var(--gris);
  background-color: white;
  color: var(--gris);
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-current-second-item .accordion-title {
  color: #fff;
  border-bottom: 1px solid var(--gris) !important;
  font-weight: 400;
  background-color: var(--gris);
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-current-third-item .accordion-title {
  margin-top: 2px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-current-third-item .accordion-title:hover {
  font-weight: normal !important;
  color: var(--gris);
  border-bottom: 1px solid var(--gris) !important;

}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-item .accordion-title:before {
  display: none;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-toggle:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .category-filter:hover {
  cursor: pointer;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-all-first-item {
  margin-bottom: 16px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-all-second-item .accordion-title {
  font-weight: normal !important;
  color: #fff;
  border-bottom: 1px solid var(--gris) !important;
  background-color: var(--gris);
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-all-second-item .accordion-title:hover {
  color: var(--gris);
  border-bottom: 1px solid var(--gris) !important;
  font-weight: 400;
  background-color: #fff;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-all-second-item .accordion-title:hover {
  font-weight: normal;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-all-first-item {
  border-bottom: 1px solid var(--gris);
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-current-first-item {
  border-top: 0;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-all-first-item .accordion-title {
  font-size: 0.8rem;
  font-weight: 500;
}

.accordion-category-all-second-item .accordion-title,
.accordion-category-current-second-item .accordion-title,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-current-third-item .accordion-title {
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: inherit;
  color: #fff;
  border-bottom: 1px solid var(--gris) !important;
  background-color: var(--gris);
}

.accordion-category-all-second-item.is-active .accordion-title,
.accordion-category-current-second-item.is-active .accordion-title,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-current-third-item.is-active .accordion-title {
  font-weight: 600;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-current-second-item.is-active .accordion-content .accordion-category-current-third-item .accordion-title {
  font-weight: normal;
}

.accordion-category-current-second-item .accordion-title,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-current-third-item .accordion-title {
  border-right: none;
  border-left: none;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-category-current-third-item .accordion-title {
  padding: 0.75rem 0.75rem 0.75rem 2rem;
}

.accordion-content .filter-category-button.is-active,
.accordion-content .filter-category-button:focus,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .accordion-content .filter-category-button:active {
  font-weight: 600;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-filters {
  background-color: transparent;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-filters label {
  color: #414141;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-filters .menu.nested {
  margin-left: 0rem;
  margin-bottom: 0.9rem;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-filters .menu>li>a {
  padding-left: 0;
  color: #414141;
  font-size: 0.85rem;
  font-weight: 500;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-filters .is-accordion-submenu-parent>a::after {
  border-color: #cacaca transparent transparent;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-filters-header {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--gris);
  border-bottom: 1px solid var(--gris);
  padding: 5px;
  text-align: center;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .active-search {
  position: relative;
  background-color: transparent;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 500;
  display: inline-block;
  margin: 10px 5px 0 0;
  padding: 5px 10px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .active-search input {
  background-color: white;
  color: #414141;
  font-size: 14px;
  padding: 4px 8px;
  border: 1px solid #414141;
  border-radius: 5px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .active-search input:focus {
  outline: none;
  color: #414141;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .active-search .clear-query-input {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: calc(50% - 7px);
  font-size: 14px;
  color: #414141;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .active-filters {
  color: #414141;
  font-size: 0.9rem;
  margin-bottom: 1rem;

}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .active-filters .filters .active-filter {
  color: #fefefe;
  background-color: #414141;
  font-size: 0.7rem;
  font-weight: 500;
  display: inline-block;
  margin: 10px 5px 0 0;
  padding: 5px 10px;

}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .active-filters .filters .close-button {
  position: relative;
  top: 0;
  right: 0;
  font-size: 1em;
  color: #fefefe;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .active-filters .filters .close-button i {
  margin-left: 5px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .active-filters .reset .close-button {
  position: relative;
  top: 0;
  right: 0;
  font-size: 1em;
  color: #414141;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .active-filters .reset .close-button i {
  margin-right: 5px;
}

.others-filters .accordion-title,
.others-filters .accordion-title:hover,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .others-filters .accordion-title:focus {
  padding: 2rem 0 0.5rem;
  border: 0;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .others-filters .accordion-title::before {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.75rem;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .others-filters :last-child:not(.is-active)>.accordion-title {
  border-bottom: 0;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6      .others-filters .accordion-title {
    background-color: transparent!important;
    border-bottom: 1px solid var(--gris);
}


#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .others-filters .accordion-title-name {
  color: var(--gris);
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 5px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6      .others-filters .accordion-title span:first-child {
    color: var(--gris);
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6      .others-filters .accordion-title:first-child span {
    color: #111;
}


#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .filter-container-type1 {
  padding: 0.5rem;
  border: 1px solid #cacaca;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .filter-content-type1 {
  max-height: 150px;
  overflow-y: scroll;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .filter-content-type3 {
  padding: 0.5rem;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .filter-content-type1::-webkit-scrollbar {
  width: 10px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .filter-content-type1::-webkit-scrollbar-track {
  background-color: #cacaca;
  border-radius: 5px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .filter-content-type1::-webkit-scrollbar-thumb {
  background-color: #8a8a8a;
  border-radius: 5px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .filter-content-type1::-webkit-scrollbar-thumb:hover {
  background-color: #414141;
}

.filter-content-type1 label,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .filter-content-type3 label {
  font-size: 0.75rem;
  position: relative;
  top: -1px;
  display: table-row;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #cacaca;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .checkmark-margin {
  margin-right: 20px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .checkmark-color {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 60px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .checkbox-container:hover input~.checkmark {
  background-color: #8a8a8a;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .checkbox-container input:checked~.checkmark {
  background-color: #414141;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .checkbox-container input:checked~.checkmark-color {
  border: 2px solid #414141;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .checkbox-container input:checked~.checkmark:after {
  display: block;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .checkbox-container .checkmark:after {
  left: 4px;
  width: 7px;
  height: 11px;
  border: solid #fefefe;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .filter-container-type2 {
  padding: 0.5rem 0;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .slider {
  width: 95%;
  height: 0.25rem;
  border-radius: 90px;
  margin-bottom: 1rem;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .slider-fill {
  height: 0.25rem;
  background-color: #8a8a8a;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .slider-handle {
  width: 1rem;
  height: 1rem;
  border-radius: 90px;
  background-color: #fefefe;
  border: 2px solid #414141;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .slider-handle:hover {
  background-color: #cacaca;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .age-output {
  font-size: 0.75rem;
  color: #8a8a8a;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .age-output input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  width: auto;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #8a8a8a;
  text-align: center;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .pagination-noncurrent:hover {
  background-color: #e4d6be;
  color: #fff;
  font-weight: normal;
}

/*PRICE OUTPUT*/

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .price-output {
  font-size: 0.75rem;
  color: var(--gris);
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .price-output-price {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  padding: 8px;
  margin-bottom: 8px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .price-output-quantity {
  font-size: 12px;
  font-weight: 500;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .price-output .filter-quantity-checkbox {
  width: 18px;
  height: 18px;
  margin-right: 16px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .price-output input {
  display: inline-block;
  background-color: white;
  box-shadow: none;
  border: none;
  width: 65px;
  height: 34px;
  text-align: center;
  color: #8a8a8a;
  margin: 0 8px;
  font-weight: 900;
  font-size: 15px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .price-output-quantity input {
  background-color: #f1f1f1;
  height: 28px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .price-output input:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
.price-output input::-webkit-outer-spin-button,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .price-output input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .price-output input[type=number] {
  -moz-appearance: textfield;
}


/*END PRICE OUTPUT*/

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .more-color {
  display: none;
}

#see-more-color,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       #see-less-color {
  font-size: 0.75rem;
  text-align: left;
  color: #414141;
  padding-top: 0.5rem;
  text-decoration: underline;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .characteristics {
  display: none;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .page-number {
  margin-top: 1rem;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .page-number span {
  font-size: 0.75rem;
  color: #8a8a8a;
  float: left;
  padding-top: 0.5rem;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .page-number input {
  width: 100px;
}

.shoplist-header1,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .shoplist-footer {
  color: #414141;
  font-size: 0.9rem;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .shoplist-footer {
  padding: 1rem 0;
  border-top: 1px solid #cacaca;
}

.shoplist-header1 .search-select,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .shoplist-footer .search-select {
  width: auto;
  height: 1.8rem;
  font-size: 0.9rem;
  margin-bottom: 0;
  padding: 0 1.5rem 0 0.25rem;
  color: #414141;
  background-color: #fff;
  border: 1px solid #cacaca;
}

.shoplist-header1 .products-number,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .shoplist-footer .products-number {
  padding-top: 0.2rem;
  margin-bottom: 0;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .pagination {
  margin-bottom: 0;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .pagination li {
  font-size: 0.9rem;
}

.pagination-previous a::before,
.pagination-previous.disabled::before,
.pagination-next a::after,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .pagination-next.disabled::after {
  display: none;
}

.pagination .disabled,
.pagination .current,
.pagination a,
.pagination button,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .pagination .ellipsis::after {
  padding: 0.1875rem;
  min-width: 20px;
  text-align: center;
  color: #414141;
}



#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .pagination .disabled {
  color: #cacaca;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .currentPage {
  color: #fff;
  background-color: var(--gris);
  padding: 1px 6px
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .shoplist-header2 {
  background-color: #fff;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border-bottom: 1px solid #8a8a8a;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .shoplist-header2 .grid-x {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       #filters {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.shoplist-header2 #show-filters i,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .shoplist-header2 #show-filters svg {
  color: #0a0a0a;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       #hide-filters {
  position: relative;
  top: -5px;
  color: #414141;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .shoplist-header2 .search-select {
  width: auto;
  font-size: 0.9rem;
  color: #414141;
  margin-bottom: 0;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .productsDisplay-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 26px;
  height: 26px;
  color: #898a89;
  margin-right: 6px;
  padding: 4px;
}

.productsDisplay-item:hover,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .productsDisplay-item.is-active {
  cursor: pointer;
  color: #3d3e3d !important;
  transition: color 500ms ease;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-card {
margin-bottom: 1rem;
    background-color: transparent;
    padding: 10px;
    border: 1px solid #d8d8d8;
}


#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .gridDisplay .product-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}



#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-card-top:hover .see-product {
width: 100%;
    height: 250px;
    left: 0;
    bottom: -7px;
    background-color: rgba(165, 187, 195, 0.5);
    font-size: 1.1rem;
}


#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-card a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .gridDisplay .product-name p {
font-size: 0.95rem;
    margin: 0.5rem 0 0;
    padding: 10px 15px;
    font-weight: 600 !important;
    color: #111 !important;
    min-height: 120px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .gridDisplay .product-price p {
font-size: 0.95rem;
    font-weight: 600;
    margin: 0.5rem 0 0;
    padding: 10px 15px;
    color: #111;

}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .gridDisplay .product-ref small {
     font-size: 80%;
    padding: 15px;
    color: var(--gris);
    font-weight: 600;
  }

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-card-img {
  position: relative;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-card-img .img-top-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6      .gridDisplay .product-price p {
    font-size: 1rem;
    font-weight: 500;
    background: var(--gris) !important;
    padding: 15px;
        white-space: nowrap;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

/* --- LIST DISPLAY --- */
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .product-name {
  margin: 0.5rem 0;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .product-description {
  font-size: 0.9rem;
  color: #565656;
  margin-bottom: 0;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .product-ref {
  display: block;
  margin-bottom: 24px;
  color: var(--gris);
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .product-price span {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--gris);
    margin-bottom: 0;
    font-weight: 600;
}

.line-through-price span,
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .line-through-price {
  color: #cc4b37;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .product-card-right {
  margin-left: 24px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .add-wishlist {
  position: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #5b5b5b;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 0;
  margin: 0 4px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .add-wishlist:hover {
  cursor: pointer;
  color: #cc4a37;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .see-product:hover {
  cursor: pointer;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .product-label-img-listdisplay {
  display: flex;
  position: initial;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #5b5b5b;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 10px;
  margin: 0 4px;
  cursor: default !important;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .product-label-img-listdisplay:hover {
  cursor: pointer;
  color: black;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .product-label-img-listdisplay:hover {
  cursor: pointer;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .wish-and-see {
  display: flex;
  align-items: center;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .listDisplay .wish-and-see .see-product {
  position: inherit;
  width: 150px;
  padding: 6px 12px;
  opacity: 1;
  margin-bottom: 0;
  margin-right: 8px;
}

/* --- GRID DISPLAY --- */
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-info {
  font-size: 0.9rem;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-info .product-name {
  font-size: 1rem;
  font-weight: 600;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-info .product-name p {
  margin: 0.5rem 0 0;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .line-through-price {
  color: #cc4b37;
  text-decoration: line-through;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .pub-img {
  min-width: 100%;
  height: auto;
  object-fit: cover;
}


#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6  button[data-es-id=product_card-express-quotation] {
        width: 100%;
    font-size: 0.7rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: var(--gris);
    border-radius: 0px;
    margin: 0 auto 1rem;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6  button[data-es-id=product_card-express-quotation]:hover {
    background-color: var(--noir)!important;
}

/* --- BACK TO TOP --- */
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .topButton {
  position: fixed;
  z-index: 100;
  background-color: var(--gris);
  color: #fff;
  border-radius: 5px;
  right: 5%;
  bottom: 5%;
  width: 40px;
  height: 40px;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .topButton:hover {
  cursor: pointer;
  color: white;
  background-color: var(--gris);
  transition: color 500ms ease;
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .search-submit {
  width: 100%;
  height: 100%;
  background-color: var(--gris);
  color: #fff;

}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .search-submit:hover {
  background-color: #dadada;

}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       .product-card-top .wish-and-see {
  pointer-events: auto;
}





/* Media Queries */
@media screen and (max-width: 63.9375em) {
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6         #filters {
    z-index: 100;
    position: fixed;
    top: 40px;
    left: -330px;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.29);
    padding: 15px;
  }
}



@media screen and (max-width: 1024px) {
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6         .product-card-top .see-product {
    opacity: 0;
  }

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6         .product-card-top:hover .see-product {
    opacity: 1;
  }
}

@media screen and (min-width: 40em) {
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6         .title-page-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 39.9375em) {
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6         .title-page-title {
    font-size: 1.2rem;
  }
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6         .product-card-top .wish-and-see {
  pointer-events: none;
}
}

#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6       * {
  word-break: normal;
}
#u-5759fc33-02a4-4902-8999-2a36c1dfa4f6 .add-wishlist.active {
    color: #cc4a37;
}

/* 0020_footer : u-a2ab5ef8-eafd-4f1a-aad3-491826a39983 */
#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              ._0020_footer {
  background-color: #fff !important;
  border-top: 1px solid var(--gris);
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              ._0020_footer .show-for-large {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              footer a {
  padding: 0.5rem 0;
  color: var(--noir);
  font-size: 0.8rem;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .svg-inline--fa {
  color: var(--gris);
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .company-logo {
  object-fit: contain;
  margin-top: 5px;
  padding: 15px;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .accordion-title {
  border: 0;
  border-bottom: 1px solid var(--gris);
  background-color: #fff;
  color: var(--noir);
  padding-left: 15px;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .accordion-title h5 {
  font-size: 1rem;
  font-weight: 600;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .accordion-content {
  border: 0;
  background-color: #f7f7f7;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .fa-angle-up {
  color: #8a8a8a;
  margin-top: 15px;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              footer .fa-2x {
  font-size: 2.5em;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              footer .fa-phone {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              footer small {
  font-size: 0.7rem;
  color: var(--noir);
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              footer .input-group-button .button {
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  background-color: var(--gris);
  width: 40px;
  max-height: 35px;
  margin-top: 4px;
  margin-left: 5px;
  padding: 0 !important;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              footer input {
  font-size: 0.9rem;
  color: var(--noir);
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              footer input::placeholder {
  font-size: 0.9rem;
  color: var(--noir);
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              footer .input-group> :first-child {
  color: var(--noir);
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--noir);
  box-shadow: none;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .rubric-title {
  color: var(--gris);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .gc2 {
  border-bottom: 1px solid var(--gris);
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .newsletter-message {
  display: block;
  line-height: 16px;
  color: var(--noir);
  font-size: 70%;
  margin: 5px 10px 10px 0;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .switch {
  margin: 0.5rem 0;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .switch.mobile {
  height: inherit;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .switch-paddle {
  color: var(--gris);
  background: #fff;
  border: 1px solid var(--gris);
  width: 3.5rem;
  border-radius: 4px;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .switch.tiny input:checked~.switch-paddle::after {
  left: inherit;
  right: 0.25rem;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .switch-active {
  left: 15%;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .social-network li {
  margin: 0 8px;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .social-network li:first-child {
  margin-left: 0;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .social-network a {
  border: none;
  color: var(--gris);
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .social-network li .svg-inline--fa {
  color: var(--gris);
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              footer .hide-for-large .grid-margin-x>small.shrink {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              footer .switch.tiny .switch-paddle::after {
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--gris);
  border-radius: 4px;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              footer [type=email]:focus {
  box-shadow: none;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                              .rubric-list-item-image {
  display: inline-block;
}

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983        .fa-balance-scale {
    margin-right: 4px!important;
}

@media screen and (min-width: 64em) {
#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                                .company-logo {
    max-width: 30%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                                .company-logo {
    max-width: 40%;
  }
}

@media screen and (max-width: 63.9375em) {}

@media screen and (min-width: 40em) {
#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                                .show-for-large .grid-x>.medium-3:first-child {
    width: 30%;
  }

#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                                .show-for-large .grid-x>.medium-3:nth-child(3) {
    width: 20%;
  }
}

@media screen and (max-width: 39.9375em) {
#u-a2ab5ef8-eafd-4f1a-aad3-491826a39983                                .company-logo {
    max-width: 70%;
  }
}