
html {
  scroll-behavior: smooth !important;
}

body {
  background-color: #fff;
}
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: 'Poppins', sans-serif!important;
}

h1, h2, h3 {
    color: #5bc2e7;
}

#logout-reveal a.button {
  background-color: #5bc2e7 ;
}
#logout-reveal a.button:hover {
  background-color: #817172 ;
}

.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: 30px auto 20px;
}

.breadcrumbs li {
  color: #232323;
}

.breadcrumbs li a {
  color: #232323;
}

.breadcrumbs li a:hover {
  color: #5bc2e7 ;
}

@media screen and (min-width: 40em) {
  .grid-container.fluid {
      padding-right: 0;
      padding-left: 0;
  }
}

/*COOKIES*/

.cookiesOpenButton {
  background-color: #5bc2e7 ;
}

.cookiesPreferences-table-header {
  background-color: #5bc2e7 ;
}

.cookiesPreferences-action .button {
   background-color: #5bc2e7 ;
   border-radius: 0px;
}
.cookiesPreferences-action .button:hover {
   background-color: #817172;
}

#lib-cookies .switch-paddle {
  background-color: #5bc2e7 !important;
  border-radius: 0px;
}

#lib-cookies .switch-paddle::after {
  border-radius: 3px;
}

#lib-cookies-validation #libCookieAcceptButton {
  background-color: #5bc2e7 ;
  color: #fff;
  border-radius: 0px;
}

#lib-cookies-validation #libCookiePreferencesButton {
  background-color: #5bc2e7;
  color: #fff ;
  border: 0;
  border-radius: 0px;
}

#libCookieDeclineButton:hover {
  color: #817172;
}

#libCookieClosePreferencesButton .fa-times {
  color: #232323;
}
/*FIN COOKIES*/
@media screen and (max-width: 1023px) {

}
button[data-es-id=m_2323239_search-banner-launch] {
background-color:#232323;

}

/*bouton 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: #5bc2e7 ;
    margin: 0 auto 1rem;
	border-radius: 0px;
}

button[data-es-id=product_card-express-quotation]:hover,
button[data-es-id=product_card-express-quotation]:focus {
    color: #fff;
    background-color: #817172 ;
	border-radius: 0px;
}


.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:not(.genderContainer label) {
	display: none;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 input,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 select,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 textarea {
	font-size: 0.9rem;
	font-weight: 500;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #232323;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 input::placeholder,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 textarea::placeholder {
	font-size: 0.9rem;
	font-weight: 500;
	color: #232323;
}

.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: #5bc2e7;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.expressQuotationForm .editableLabel p,
.expressQuotationForm .editableLabel span {
	font-family: inherit !important;
	color: #232323 !important;
}

.expressQuotationForm .editableLabel a p,
.expressQuotationForm .editableLabel a span {
	color: #5bc2e7 !important;
}

.expressQuotationForm .editableLabel a:hover p,
.expressQuotationForm .editableLabel a:hover span {
	text-decoration: underline !important;
}

.expressQuotationForm .express-quotation-confirm-button {
    background-color: #5bc2e7 ;
    border-radius: 0px;
	color: #FFF;
    text-transform: uppercase;
}

.expressQuotationForm .express-quotation-confirm-button:hover {
    background-color: #232323  ;
	border-radius: 0px;
}

.close-button#express-quotation-close svg {
	width: 0.75rem;
	color: #232323;
}

.close-button#express-quotation-close svg:hover {
	color: #817172;
}
.expressQuotationForm .captcha,
.expressQuotationForm .g-recaptcha {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
	  
/* 0007_header : u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf */
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                 header {
    z-index: 10000;
    top: 0;
    width: 100vw;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     h1.home-title {
    display: none;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .sticky-container .sticky {
    position: fixed;
    width: 100%;
    box-shadow: 0 9px 9px 1px rgb(0 0 0 / 9%);
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop {
    background-color: #5bc2e7;
    padding: 2px 16px;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop a {
    color: #fff;
    font-size: 0.8em;
    font-weight: 600;
  }



  .headerMenuTop a:hover,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop a:hover svg {
    color: #817172 !important;
    transition: 250ms color ease;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop .dropdown.menu a::after {
    border-color: white transparent transparent;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop .is-dropdown-submenu {
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    background-color: white;
    z-index: 20;
    border-top: 2px solid #817172;
    padding: 5px 10px;
    top: 31px;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop .is-dropdown-submenu li {
    line-height: 2;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenu .is-dropdown-submenu button {
    color: #000;
    padding: 8px;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop .is-dropdown-submenu button:hover {
    cursor: pointer;
    color: #817172;
    transition: 250ms color ease;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenu {
    background-color: white;
    padding: 0 16px;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenu-menu {
    align-items: center;
    font-weight: 600;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenu-menu .logo {
    padding-left: 0;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     header .logo img {
    height: auto;
    max-width: 400px;
    min-width: 50px;
    object-fit: contain;
    margin-top: -5px;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenu-search input {
    border-color: #5bc2e7;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    margin-right: 5px;
    color: #314159;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenu-search input::placeholder {
    color: #000;
    font-size: 14px;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenu-search button {
    background-color: #5bc2e7;
    padding-left: 9px;
    border-radius: 10px;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenu-search button:hover {
    background-color: #817172;
    padding-left: 9px;
    border-radius: 10px;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenu-search button svg {
    position: relative;
    left: 6px;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenu-search form {
    margin-bottom: 0;
  }



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

    .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-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .close-button {
      display: none;
    }

    .headerMenuTop .companyInformations,
    .headerMenuTop .accountLinks .wishlist-link,
    .headerMenuTop .accountLinks .connexion-link,
    .headerMenuTop .accountLinks .languageSelect,
    .headerMenu-search,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu .logo {
      display: block;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop .accountLinks {
      margin-right: 50px;
      align-items: center;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop .accountLinks .connexion-link {
      display: flex;
      align-items: center;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop .accountLinks .connexion-link svg {
      color: #fff;
      width: 14.39px;
      height: 14.39px;
      position: relative;
      top: -1px;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop .accountLinks .connexion-link span {
      display: none;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop .accountLinks .connexion-link span[data-es-label="header.login"] {
      display: block;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop .accountLinks .connexion-link .connexion-link-dropdown a:first-child {
      margin-right: 0;
      padding-left: 0;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop .accountLinks .connexion-link .connexion-link-dropdown a:last-child::before {
      content: '✕';
      margin-right: 5px;
      color: #817172;
      font-size: 1rem;
      position: relative;
      top: 1px;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop .accountLinks .languageSelect .is-dropdown-submenu-parent a span {
      text-transform: uppercase;
      margin-right: 5px;
      position: relative;
      top: -1px;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu {
      display: flex;
      position: inherit;
      visibility: visible;
      width: 100%;
      transform: inherit;
      overflow: visible;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .off-canvas-wrapper {
      overflow: visible;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop .accountLinks .shoppingCart-link span {
      display: inline-block;
    }

    .menu-firstLevel-link,
    .menu-secondLevel-link,
    .menu-thirdLevel-link,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .menu-lastLevel-link {
      color: #000;
    }

    .menu-firstLevel-link:hover,
    .menu-secondLevel-link:hover,
    .menu-thirdLevel-link:hover,
    .menu-lastLevel-link:hover,
    .menu-firstLevel-link:focus,
    .menu-secondLevel-link:focus,
    .menu-thirdLevel-link:focus,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .menu-lastLevel-link:focus {
      color: #817172;
      transition: 250ms color ease;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .menu-firstLevel-link::after {
      border-color: #8a8a8a transparent transparent;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .menu-firstLevel-link:hover::after {
      border-color: #817172 transparent transparent;
      transition: 250ms all ease;
    }

  }

  /**** RESPONSIVE ****/
  @media screen and (min-width: 75em) {
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu-menu li a {
      font-size: 14px;
      text-transform: uppercase;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu-menu .categoryMenu li a {
      font-size: 1rem;
    }
  }

  @media screen and (min-width: 64em) {
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu {
      justify-content: space-around;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop a {
      color: #fff;
      font-size: 0.75rem;
      font-weight: 500;
      padding: .4rem 1rem;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop a.wishlist-link svg.fa-heart {
      margin-right: 3px;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop a[data-es-label="header.logout"] {
      padding: 0.4rem 0.1rem 0.4rem 0.5rem;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
      margin-top: -1px;
    }
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                         .headerMenuTop a svg {
    color: #fff;
    font-size: 0.9rem;
  }
  }

  @media screen and (min-width: 64em) and (max-width: 1325px) {
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       header .logo img {
      max-width: 300px;
      margin-right: 20px;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu-menu li a {
      font-size: 0.9rem;
      padding-right: 0.7rem;
      padding-left: 0.7rem;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu-menu .categoryMenu li a {
      font-size: 14px;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu-search {
      max-width: 180px;
    }

    .headerMenu-search input,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu-search input::placeholder {
      font-size: 0.75rem !important;
    }
  }



  @media screen and (min-width: 1092px) {
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .drilldown .is-drilldown-submenu-parent>a::after {
      right: 0;
    }
  }

  @media screen and (max-width: 1023px) {
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .sticky {
      transform: inherit;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      overflow-y: auto;
      width: 280px;
      background-color: #5bc2e7;
      padding: 32px 0 0 0;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .close-button {
      position: absolute;
      align-items: center !important;
      justify-content: center;
      border-bottom: none;
      top: 8px;
      right: 8px;
      width: 32px !important;
      padding: 0 !important;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop {
      padding: 16px;
      background-color: #fff;
      box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.19);
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop a {
      font-size: 1.05em;
      color: #8a8a8a;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop a .svg-inline--fa.fa-w-18 {
      width: 2.1em;
      height: 1.1em;
      margin-right: 0;
      margin-left: 15px;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       [type=search] {
      box-shadow: none;
    }

    .headerMenuTop .companyInformations,
    .headerMenuTop .accountLinks .wishlist-link,
    .headerMenuTop .accountLinks .connexion-link,
    .headerMenuTop .accountLinks .shoppingCart-link span,
    .headerMenuTop .accountLinks .languageSelect,
    .headerMenu-search,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu .logo {
      display: none !important;
    }

    .mobileMenu-btn,
    .headerMenuTop-searchExandable,
    .headerMenuTop .logo,
    .headerMenu .accountLinks .wishlist-link,
    .headerMenu .accountLinks .connexion-link,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu .accountLinks .languageSelect {
      display: block;
      width: 100%;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu .accountLinks .wishlist-link svg {
      margin-right: 7px;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu .accountLinks .languageSelect .is-accordion-submenu-parent a span {
      text-transform: uppercase;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
      border-color: #fff transparent transparent;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       /* .headerMenu .accountLinks .languageSelect {
        display: none;
    } */

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
      border-color: #fff transparent transparent;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu button {
      color: #fff;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu .accountLinks .shoppingCart-link span {
      display: inline-block;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .mobileMenu-btn .fa-bars {
      color: #817172;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .mobileMenu-btn:hover .fa-bars {
      cursor: pointer;
      color: #817172;
      transition: 250ms color ease;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu>*:not(.close-button) {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      padding: 32px 16px;
      border-bottom: 1px solid #cacaca;
      text-transform: uppercase;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu>*:last-child {
      border: none;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu-menu {
      font-weight: 500;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu-menu a {
      width: calc(100% - 16px);
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu-menu a::after {
      border-color: white transparent transparent;
      right: -8px;
    }

    .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .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-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a:focus {
      color: #817172 !important;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true] a::after {
      right: 22px;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .menu-lastLevel {
      left: 0 !important;
      margin-bottom: 32px;
    }

    .headerMenu .accountLinks a,
    .headerMenu .companyInformations a,
    .menu-firstLevel-link,
    .menu-secondLevel-link,
    .menu-thirdLevel-link,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .menu-lastLevel-link {
      padding: 8px 0 !important;
      color: #fff;
      background: transparent !important;
      font-size: 0.9rem;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu .companyInformations a:nth-child(1) {
      display: none;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu .accountLinks a:last-child {
      color: #000;
      padding: 8px !important;
    }

    .menu-secondLevel,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .menu-thirdLevel {
      background-color: transparent;
      padding-left: 10px;
    }

    .menu-firstLevel-link:hover,
    .menu-secondLevel-link:hover,
    .menu-thirdLevel-link:hover,
    .menu-lastLevel-link:hover,
    .headerMenu .accountLinks a:hover,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenu .companyInformations a:hover {
      color: #817172;
      transition: 250ms all ease;
    }

    .headerMenuTop .mobileMenu-btn .fa-bars,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop .shoppingCart-link {
      color: #817172;
      transition: 250ms all ease;
    }

    .headerMenuTop .mobileMenu-btn:hover .fa-bars,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .headerMenuTop .shoppingCart-link:hover {
      color: #817172;
      transition: 250ms all ease;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .is-drilldown {
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .is-drilldown li {
      width: 100%;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .drilldown .is-drilldown-submenu-parent>a::after {
      border-color: transparent transparent transparent #fff;
    }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       .drilldown .js-drilldown-back>a::before {
      border-color: transparent #314159 transparent transparent;
    }
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                    .vertical.menu a {
        color: white;
    }
  }

  @media screen and (max-width: 670px) {
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                       header .logo img {
      max-width: 100px;
    }
  }


  /**** SEARCH EXANDABLE ****/
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop-searchExandable input[type=search] {
    background: #fff url('/api/assets/u-848b4702-3187-4781-a959-82f88f8cc961') no-repeat 9px center;
    border: solid 1px transparent !important;
    padding: 9px 10px 9px 26px;
    width: 35px;
    background-size: 15px;
    border-radius: 5000px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop-searchExandable input[type=search]:focus {
    cursor: text;
    width: 120px;
    border-color: #000;
    -webkit-box-shadow: 0 0 5px rgba(87, 87, 87, 0.5);
    box-shadow: 0 0 5px rgba(87, 87, 87, 0.5);
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop-searchExandable input::placeholder {
    font-size: 1rem;
    color: #8a8a8a;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop-searchExandable input[type=search]:hover:not(:focus) {
    cursor: pointer;
    background: #fff url('/api/assets/u-2be3f2ee-a326-4156-ba24-8d88a3cfa450') no-repeat 9px center;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop-searchExandable input[type=search] {
    margin: 0 1rem;
    border: solid 2px transparent;
    padding: 9px 10px 9px 26px;
    width: 35px;
    border-radius: 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop-searchExandable input[type=search]:focus {
    width: 110%;
    background-color: #fff;
    border-color: #817172;
    -webkit-box-shadow: 0 0 5px rgba(23, 121, 186, 0.5);
    box-shadow: none;
    padding: 9px;
    padding-left: 30px;
    margin-bottom: 20px;
  }

  .headerMenuTop-searchExandable input:-moz-placeholder::after,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop-searchExandable input::-webkit-input-placeholder::after {
    color: #8a8a8a;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .headerMenuTop-searchExandable input[type=search]:hover {
    background-color: #fff;
  }

  /* --- SHOPPING CART --- */
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .mini-shopping-cart-modal {
    position: fixed;
    overflow-y: auto;
    min-width: 29em;
    max-width: 31em;
    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-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .mini-shopping-cart-product {
    margin-bottom: 1rem;
    padding: 1em 0 0.5em;
    border-bottom: 1px solid #817172;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     #mini-shopping-cart-title {
    margin-bottom: 0.5em;
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     h4.subheader {
    color: #5bc2e7;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 10px;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     #mini-shopping-cart-link {
    display: block;
    color: #8a8a8a;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     #mini-shopping-cart-img {
    margin-right: 0.5em;
    width: 80px;
    height: 80px;
    object-fit: contain;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .mini-shopping-cart-product-title {
    color: #000;
    margin-bottom: 0.5em;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: underline;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     #mini-shopping-cart-description {
    font-size: 75%;
    margin-bottom: 5em;
  }

  #mini-shopping-cart-price,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     #mini-shopping-cart-ordered-quantity {
    color: #000;
    font-size: 80% !important;
    margin-bottom: 0 !important;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     #mini-shopping-cart-price {
    display: none;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     #mini-shopping-cart-button {
    padding: 1em 0;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     #mini-shopping-cart-button a.button {
    background-color: #5bc2e7;
    border-radius: 10px;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     #mini-shopping-cart-button a.button:hover {
    background-color: #817172;
    border-radius: 10px;
  }

  #mini-shopping-cart-see,
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     #mini-shopping-cart-continue {
    margin-bottom: 0 !important;
  }

  /* Menu categories header */

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu .is-drilldown .drilldown .submenu-title {
    background-color: transparent;
    color: white;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu .is-drilldown .drilldown .submenu-title::after {
    border-color: transparent transparent transparent white;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .menu-all {
    padding-bottom: 45px;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .menu-all span {
    font-weight: bold;
    color: white;
  }
#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                  .submenu-title {
      color: white;
  }

  /* CATEGORY MENU */

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 365px;
    background: #5bc2e7;
    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-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu._open {
    transform: translateX(0);
    transition: transform ease-in 500ms;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu .is-drilldown {
    max-width: inherit !important;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu .is-drilldown .drilldown {
    margin-left: 0;
    background-color: transparent;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu .is-drilldown .drilldown {
    margin-left: 0;
    background-color: transparent;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu .is-dropdown-submenu-parent {
    position: initial;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu .drilldown .js-drilldown-back>a::before {
    border-color: transparent white transparent transparent;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu .is-drilldown .drilldown .is-drilldown-submenu {
    background-color: #5bc2e7;
    border: none;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu .is-drilldown .drilldown a {
    background-color: transparent;
    color: white;
    font-weight: 500;
    line-height: 1.2;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu .is-drilldown .drilldown a::first-letter {
    text-transform: uppercase;
  }

#u-4692d34c-07fb-41cd-8e4a-d4fecb4004bf                                     .categoryMenu .is-drilldown .drilldown a::after {
    border-color: transparent transparent transparent white;
  }

  /* END CATEGORY MENU */
/* 0044_product_result : u-1a8b9415-3297-47e6-82e6-e59ee5c3b615 */
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615  ._0044_product-result {
    position: relative;
    margin: 10px auto 0;
    max-width: 1200px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .grid-container {
    margin: 30px auto;
    max-width: 1200px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        span.checkmark {
    margin-top: 4px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .widget-container {
    position: relative;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        h1 {
    color: #5bc2e7;
    font-weight: normal;
    padding: 5px;
  }


#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .title-page-subtitle {
    color: #232323;
    max-width: 70vw;
  }

  .product-result-header h2,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-result-header p {
    color: #232323;
  }

  .aside-category,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .aside-keyword {
    margin-bottom: 2.5rem;
  }

  .accordion,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category {
    background-color: transparent !important;
    border: none;
  }

  .accordion-title,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-title:focus {
    border: none;
    color: #232323;
    text-transform: capitalize !important;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-title:hover {
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #5bc2e7;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-content {
    border: 0;
    padding: 0;
    background-color: transparent;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        :last-child>.accordion-content:last-child {
    border-bottom: 0;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-all-first-item .accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-current-first-item .accordion-title {
    color: #232323;
    border-bottom: 1px solid #5bc2e7 !important;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: white;

  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-current-first-item .accordion-title:hover {
    background-color: #5bc2e7;
    color: #fff;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-current-second-item .accordion-title {
    color: #232323;
    border-bottom: 1px solid #5bc2e7 !important;
    font-weight: 400;
    background-color: white;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-current-third-item .accordion-title {
    margin-top: 2px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-current-third-item .accordion-title:hover {
    font-weight: normal !important;
    color: #fff;
    border-bottom: 1px solid #5bc2e7 !important;

  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-item .accordion-title:before {
    display: none;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-toggle:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .category-filter:hover {
    cursor: pointer;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-all-first-item {
    margin-bottom: 16px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-all-second-item .accordion-title {
    font-weight: normal !important;
    color: #232323;
    border-bottom: 1px solid #5bc2e7 !important;
    background-color: white;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-all-second-item .accordion-title:hover {
    color: #fff;
    border-bottom: 1px solid #5bc2e7 !important;
    font-weight: 400;
    background-color: #5bc2e7;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-all-second-item .accordion-title:hover {
    font-weight: normal;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-all-first-item {
    border-bottom: 1px solid #5bc2e7;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-current-first-item {
    border-top: 0;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .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-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-current-third-item .accordion-title {
    font-size: 0.75rem;
    font-weight: normal;
    text-transform: inherit;
    color: #232323;
    border-bottom: 1px solid #5bc2e7 !important;
    background-color: white;
  }

  .accordion-category-all-second-item.is-active .accordion-title,
  .accordion-category-current-second-item.is-active .accordion-title,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-current-third-item.is-active .accordion-title {
    font-weight: 600;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .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-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-category-current-third-item .accordion-title {
    border-right: none;
    border-left: none;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .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-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-content .filter-category-button:active {
    font-weight: 600;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-filters {
    background-color: transparent;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-filters label {
    color: #232323;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-filters .menu.nested {
    margin-left: 0rem;
    margin-bottom: 0.9rem;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-filters .menu>li>a {
    padding-left: 0;
    color: #232323;
    font-size: 0.85rem;
    font-weight: 500;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-filters .is-accordion-submenu-parent>a::after {
    border-color: #cacaca transparent transparent;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-filters-header {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background-color: #5bc2e7;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .active-search {
    position: relative;
    background-color: transparent;

    font-size: 0.7rem;
    font-weight: 500;
    display: inline-block;
    margin: 10px 5px 0 0;
    padding: 5px 10px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .active-search input {
    background-color: white;
    color: #232323;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #232323;
      border-radius: 5px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .active-search input:focus {
    outline: none;
    color: #232323;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .active-search .clear-query-input {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: calc(50% - 7px);
    font-size: 14px;
    color: #000;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .active-filters {
    color: #232323;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    border-radius: 5px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .active-filters .filters .active-filter {
    color: #fefefe;
    background-color: #232323;
    font-size: 0.7rem;
    font-weight: 500;
    display: inline-block;
    margin: 10px 5px 0 0;
    padding: 5px 10px;
    border-radius: 5px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .active-filters .filters .close-button {
    position: relative;
    top: 0;
    right: 0;
    font-size: 1em;
    color: #fefefe;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .active-filters .filters .close-button i {
    margin-left: 5px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .active-filters .reset .close-button {
    position: relative;
    top: 0;
    right: 0;
    font-size: 1em;
    color: #232323;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .active-filters .reset .close-button i {
    margin-right: 5px;
  }

  .others-filters .accordion-title,
  .others-filters .accordion-title:hover,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .others-filters .accordion-title:focus {
    padding: 2rem 0 0.5rem;
    border: 0;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .others-filters .accordion-title::before {
    font-size: 1rem;
    font-weight: 600;
    padding-top: 0.75rem;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .others-filters :last-child:not(.is-active)>.accordion-title {
    border-bottom: 0;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-title-name {
    color: #232323;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 5px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .accordion-title-name:hover {
    color: white;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .filter-container-type1 {
    padding: 0.5rem;
    border: 1px solid #cacaca;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .filter-content-type1 {
    max-height: 150px;
    overflow-y: scroll;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .filter-content-type3 {
    padding: 0.5rem;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .filter-content-type1::-webkit-scrollbar {
    width: 10px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .filter-content-type1::-webkit-scrollbar-track {
    background-color: #cacaca;
    border-radius: 5px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .filter-content-type1::-webkit-scrollbar-thumb {
    background-color: #8a8a8a;
    border-radius: 5px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .filter-content-type1::-webkit-scrollbar-thumb:hover {
    background-color: #232323;
  }

  .filter-content-type1 label,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .filter-content-type3 label {
    font-size: 0.75rem;
    position: relative;
    top: -1px;
    display: table-row;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .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-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #cacaca;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .checkmark-margin {
    margin-right: 20px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .checkmark-color {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 60px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .checkbox-container:hover input~.checkmark {
    background-color: #8a8a8a;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .checkbox-container input:checked~.checkmark {
    background-color: #232323;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .checkbox-container input:checked~.checkmark-color {
    border: 2px solid #232323;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .checkbox-container input:checked~.checkmark:after {
    display: block;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .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-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .filter-container-type2 {
    padding: 0.5rem 0;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .slider {
    width: 95%;
    height: 0.25rem;
    border-radius: 90px;
    margin-bottom: 1rem;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .slider-fill {
    height: 0.25rem;
    background-color: #8a8a8a;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .slider-handle {
    width: 1rem;
    height: 1rem;
    border-radius: 90px;
    background-color: #fefefe;
    border: 2px solid #232323;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .slider-handle:hover {
    background-color: #cacaca;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .age-output {
    font-size: 0.75rem;
    color: #8a8a8a;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .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-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .pagination-noncurrent:hover {
    background-color: #5bc2e7;
    color: #fff;
    font-weight: normal;
  }

  /*PRICE OUTPUT*/

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .price-output {
    font-size: 0.75rem;
    color: #184d99;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .price-output-price {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    padding: 8px;
    margin-bottom: 8px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .price-output-quantity {
    font-size: 12px;
    font-weight: 500;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .price-output .filter-quantity-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 16px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .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-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .price-output-quantity input {
    background-color: #f1f1f1;
    height: 28px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .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-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .price-output input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .price-output input[type=number] {
    -moz-appearance: textfield;
  }


  /*END PRICE OUTPUT*/

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .more-color {
    display: none;
  }

  #see-more-color,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        #see-less-color {
    font-size: 0.75rem;
    text-align: left;
    color: #232323;
    padding-top: 0.5rem;
    text-decoration: underline;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .characteristics {
    display: none;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .page-number {
    margin-top: 1rem;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .page-number span {
    font-size: 0.75rem;
    color: #232323;
    float: left;
    padding-top: 0.5rem;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .page-number input {
    width: 100px;
  }

  .shoplist-header1,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .shoplist-footer {
    color: #232323;
    font-size: 0.9rem;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .shoplist-footer {
    padding: 1rem 0;
    border-top: 1px solid #232323;
  }

  .shoplist-header1 .search-select,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .shoplist-footer .search-select {
    width: auto;
    height: 1.8rem;
    font-size: 0.9rem;
    margin-bottom: 0;
    padding: 0 1.5rem 0 0.25rem;
    color: #232323;
    border: 1px solid #232323;
    border-radius: 5px;
  }

  .shoplist-header1 .products-number,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .shoplist-footer .products-number {
    padding-top: 0.2rem;
    margin-bottom: 0;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .pagination {
    margin-bottom: 0;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .pagination li {
    font-size: 0.9rem;
  }

  .pagination-previous a::before,
  .pagination-previous.disabled::before,
  .pagination-next a::after,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .pagination-next.disabled::after {
    display: none;
  }

  .pagination .disabled,
  .pagination .current,
  .pagination a,
  .pagination button,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .pagination .ellipsis::after {
    padding: 0.1875rem;
    min-width: 20px;
    text-align: center;
    color: #232323;
  }



#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .pagination .disabled {
    color: #cacaca;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .currentPage {
    color: #fff;
    background-color: #5bc2e7;
    padding: 1px 6px
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .shoplist-header2 {
    padding: 0.5rem;
    margin: 0.5rem 0;
    border-bottom: 1px solid #232323;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .shoplist-header2 .grid-x {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        #filters {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .shoplist-header2 #show-filters i,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .shoplist-header2 #show-filters svg {
    color: #000;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        #hide-filters {
    position: relative;
    top: -5px;
    color: #232323;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .shoplist-header2 .search-select {
    width: auto;
    font-size: 0.9rem;
    color: #232323;
    margin-bottom: 0;
    border-radius: 5px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .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-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .productsDisplay-item.is-active {
    cursor: pointer;
    color: #3d3e3d !important;
    transition: color 500ms ease;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-card {
       margin-bottom: 1rem;
      padding: 5px;
      -webkit-box-shadow: 8px 8px 35px -18px rgba(66, 68, 90, 1);
      -moz-box-shadow: 8px 8px 35px -18px rgba(66, 68, 90, 1);
      box-shadow: 8px 8px 35px -18px rgba(66, 68, 90, 1);
      border-radius: 5px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615         .product-card:hover {
       margin-bottom: 1rem;
      padding: 5px;
      -webkit-box-shadow: 8px 8px 35px -18px rgba(0, 0, 0, 1);
      -moz-box-shadow: 8px 8px 35px -18px rgba(0, 0, 0, 1);
      box-shadow: 8px 8px 35px -18px rgba(0, 0, 0, 1);
      border-radius: 5px;
  }


#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .gridDisplay .product-card {
    flex: 1;
    display: flex;
    flex-direction: column;
  }



#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-card-top:hover .see-product {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -7px;
    background-color: rgba(94, 194, 231, 0.5);
    font-size: 1.1rem;
  }


#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-card a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .gridDisplay .product-name p {
    color: #232323;
    font-size: 13px;
    font-weight: 500;
    min-height: 112px;
    text-transform: capitalize !important;
  }

  .gridDisplay .product-ref .small,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .gridDisplay .product-price p {
      color: #fff !important;
      min-height: 40px;
      margin: 20px auto;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 300;
      background-color: #5bc2e7;
      border-radius: 5px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-card-img {
    position: relative;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-card-img .img-top-right {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
  }

  /* --- LIST DISPLAY --- */
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .listDisplay .product-name {
    margin: 0.5rem 0;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .listDisplay .product-description {
    font-size: 0.9rem;
    color: #565656;
    margin-bottom: 0;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .listDisplay .product-ref {
    display: block;
    margin-bottom: 24px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .listDisplay .product-price span {
    color: black;
    font-weight: bold;
  }

  .line-through-price span,
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .line-through-price {
    color: #cc4b37;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .listDisplay .product-card-right {
    margin-left: 24px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .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-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .listDisplay .add-wishlist:hover {
    cursor: pointer;
    color: #cc4a37;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .listDisplay .see-product:hover {
    cursor: pointer;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .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-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .listDisplay .product-label-img-listdisplay:hover {
    cursor: pointer;
    color: black;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .listDisplay .product-label-img-listdisplay:hover {
    cursor: pointer;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .listDisplay .wish-and-see {
    display: flex;
    align-items: center;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .listDisplay .wish-and-see .see-product {
    position: inherit;
    width: 150px;
    padding: 6px 12px;
    opacity: 1;
    margin-bottom: 0;
    margin-right: 8px;
  }

  /* --- GRID DISPLAY --- */
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-info {
    font-size: 0.9rem;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-info .product-name {
    font-size: 1rem;
    font-weight: 600;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-info .product-name p {
    margin: 0.5rem 0 0;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .line-through-price {
    color: #cc4b37;
    text-decoration: line-through;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .pub-img {
    min-width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* --- BACK TO TOP --- */
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .topButton {
    position: fixed;
    z-index: 100;
    background-color: #5bc2e7;
    color: #fff;
    border: 1px solid #5bc2e7;
    right: 5%;
    bottom: 5%;
    width: 40px;
    height: 40px;
    border-radius: 5px;;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .topButton:hover {
    cursor: pointer;
    color: #fff;
    background-color: #000;
    transition: color 500ms ease;
    border-radius: 5px;
  }

  /* Media Queries */
  @media screen and (max-width: 63.9375em) {
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615          #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 (min-width: 40em) {
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615          .title-page-title {
      font-size: 1.6rem;
    }
  }

  @media screen and (max-width: 39.9375em) {
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615          .title-page-title {
      font-size: 1.2rem;
    }
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .search-submit {
    width: 100%;
    height: 100%;
    background-color: #5bc2e7;
    border-radius: 5px;;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .search-submit:hover {
    background-color: #817172;
    color: #fff;
    border-radius: 5px;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        .product-card-top .wish-and-see {
    pointer-events: none;
  }

  @media screen and (max-width: 1024px) {
#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615          .product-card-top .see-product {
      opacity: 0;
    }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615          .product-card-top:hover .see-product {
      opacity: 1;
    }
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615        * {
    word-break: normal;
  }

#u-1a8b9415-3297-47e6-82e6-e59ee5c3b615     [data-es-label="product.from"]  {
      margin-right: 2px;
  }
/* 0020_footer : u-12b96715-d387-4b3e-8607-9e0ab32f12d8 */
#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .gc2 {
    padding-top: 25px;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .show-for-large {
    max-width: 1200px;
    margin: 0 auto;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                footer a {
    padding: 0.5rem 0;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .company-logo {
    height: 34px;
    object-fit: contain;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .accordion-title {
    border: 0;
    border-bottom: 1px solid #7D7D7D;
    background-color: #817172;
    color: #5bc2e7;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .accordion-title h5 {
    margin-left: 16px;
    margin-bottom: 0;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .accordion-content {
    border: 0;
    background-color: #817172;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .rubric-list-item-image {
    display: inline-block;
    text-align: center;
    width: 25px;
    color: #5bc2e7;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .backTop-icon {
    color: #5bc2e7;
    margin-top: 15px;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                footer .fa-2x {
    font-size: 1.75em;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                footer .fa-phone {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                footer small {
    color: #fff !important;
    max-width: 100%;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .input-group-field {
    background-color: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    border: 0 !important;
    border-bottom: 1px solid #5bc2e7 !important;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .input-group-button input {
    background-color: #5bc2e7 !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    margin-left: 6px !important;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                footer input {
    font-size: 1rem;
    color: #fff;
    border: 1px solid #fff;

}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                footer input::placeholder {
    font-size: 1rem;
    color: #fff;
}



#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .rubric-title {
    color: #5bc2e7;
    font-weight: 500;
    text-transform: uppercase
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .gc2 {
    border-bottom: 1px solid #5bc2e7;
    display: flex;
    justify-content: center;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .switch.mobile {
    height: inherit;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .switch-paddle {
    background: #fff;
    border: 1px solid #5bc2e7;
    width: 3.5rem;
    color: #5bc2e7;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .switch.tiny .switch-paddle::after {
    background-color: #5bc2e7;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .switch.tiny input:checked~.switch-paddle::after {
    left: inherit;
    right: 0.25rem;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .switch-active {
    left: 15%;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .social-network li {
    margin: 0 8px;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .social-network li:first-child {
    margin-left: 0;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .social-network a {
    border: none;
    color: #fff;
}
#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .social-network a:hover {
    border: none;
    color: #5bc2e7;
}
.third-rubric,
#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .fourth-rubric {
    display: none;
}
@media screen and (min-width: 64em) {
    .first-rubric,
#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                    .second-rubric {
        width: 50%!important;
    }

}

@media screen and (max-width: 63.9375em) {
#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                    .company-logo {
        height: 44px;
        margin-bottom: 8px;
    }
}

/* Reinsurance */

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .reinsurance {
    background-color: #333;
    display: none;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .reinsurance-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 32px;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .reinsurance-item:hover {
    opacity: 0.6;
    transition: all 500ms ease;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .reinsurance-item-icon {
    font-size: 32px;
    margin-bottom: 16px;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .reinsurance-item-text {
    font-weight: 600;
    text-align: center;
}



#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .fa-angle-right {
    display: none;
}

/* End reinsurance */

/* NEWSLETTER */

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .newsletterCheckbox-checkbox {
    margin-bottom: 0;
    margin-right: 8px;
}

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                .newsletterCheckbox-message {
    display: inline;
    margin: 0;
    line-height: 20.48px;
    color: #fff;
}

@media screen and (max-width: 63.9375em) {
#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                    .newsletterCheckbox {
        margin-bottom: 8px;
    }

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                    .newsletter-form-mobile .input-group {
        margin-bottom: 8px;
    }
}

/* END NEWSLETTER */


/*footer-2*/

#u-12b96715-d387-4b3e-8607-9e0ab32f12d8                                ._0020_footer {
    margin-bottom: 8px;
    background: #817172 !important;
}