html{scroll-behavior:smooth!important}.h1,.h2,.h3,.h4,.h5,.h6,a,body,h1,h2,h3,h4,h5,h6,li,p,span,tbody,td,tfoot,th,thead,tr,ul{font-family:"Roboto Slab",serif}.breadcrumbs li,h1,h2,h3{color:#111}#logout-reveal a.button,#logout-reveal a.button:hover{background-color:#e4342c}.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:.9rem}::-webkit-input-placeholder{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s}:-moz-placeholder{opacity:1;-moz-transition:opacity .5s;transition:opacity .5s}::-moz-placeholder{opacity:1;-moz-transition:opacity .5s;transition:opacity .5s}:-ms-input-placeholder{opacity:1;-ms-transition:opacity .5s;transition:opacity .5s}::placeholder{opacity:1;transition:opacity .5s}:focus::-webkit-input-placeholder{opacity:0}:focus:-moz-placeholder{opacity:0}:focus::-moz-placeholder{opacity:0}:focus:-ms-input-placeholder{opacity:0}:focus::placeholder{opacity:0}._0033_marketing{max-width:1200px;margin:20px auto}.breadcrumbs li a{color:#666}.breadcrumbs li a:hover{color:#e4342c}@media screen and (min-width:40em){.grid-container.fluid{padding-right:0;padding-left:0}}.cookiesOpenButton{border:2px solid #fff}.cookiesOpenButton,.cookiesPreferences-table-header{background-color:#e4342c}.cookiesPreferences-action .button{background-color:#e4342c;border-radius:5px}.cookiesPreferences-action .button:hover{background-color:#111}#lib-cookies .switch-paddle{background-color:#e4342c!important;border-radius:5px}#lib-cookies .switch-paddle::after{border-radius:3px}#lib-cookies-validation #libCookieAcceptButton{background-color:#e4342c;color:#fff;border-radius:5px}#lib-cookies-validation #libCookiePreferencesButton{background-color:#fff;border:2px solid #e4342c;color:#e4342c;border-radius:5px}#libCookieClosePreferencesButton .fa-times,#libCookieDeclineButton:hover,.close-button#express-quotation-close svg:hover{color:#111}.new-flag{background-color:#e4342c!important}button[data-es-id=product_card-express-quotation]{width:100%;font-weight:400;font-style:normal;text-transform:uppercase;text-decoration:none;background-color:#e4342c;color:#fff;margin:5px auto 1rem;border-radius:0}.expressQuotationForm .express-quotation-confirm-button:hover,button[data-es-id=product_card-express-quotation]:hover{background-color:#111;color:#fff;border-radius:0}.expressQuotation{display:none;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,.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 textarea{box-shadow:none;border:1px solid #111;border-radius:4px;font-size:.9rem;font-weight:500;color:var(--color1)}.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 input::placeholder,.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 textarea::placeholder{font-size:.9rem;font-weight:500;color:#111}.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:#111;text-align:center;text-transform:uppercase;margin-top:30px;margin-bottom:30px}.expressQuotationForm .editableLabel p,.expressQuotationForm .editableLabel span{font-family:inherit!important;color:#111!important}.expressQuotationForm .editableLabel a p,.expressQuotationForm .editableLabel a span{color:#111!important}.expressQuotationForm .editableLabel a:hover p,.expressQuotationForm .editableLabel a:hover span{text-decoration:underline!important}.expressQuotationForm .express-quotation-confirm-button{background-color:#e4342c;color:#fff;border-radius:0;text-transform:uppercase}.close-button#express-quotation-close svg{width:.75rem;color:#111}.expressQuotationForm .captcha,.expressQuotationForm .g-recaptcha{margin:0 auto;display:flex;justify-content:center}.expressQuotationForm .altcha-block{display:flex;justify-content:center;margin:10px auto}@media screen and (max-width:39.9375em){.expressQuotationForm h2[data-es-id=express_quotation_modal_title]{font-size:1.5rem}}
/* 0075_header : u-1794b581-4897-4b53-9653-76170d8da395 */
#u-1794b581-4897-4b53-9653-76170d8da395                      header {
    z-index: 10000;
    top: 0;
    width: 100vw;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .home-title {
    visibility: center;
    height: 0;
    margin: 0;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .menu.large-horizontal {
    align-items: full;
}

/* CATEGORY MENU */

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 365px;
    background: #ffffff;
    box-shadow: 4px 0 10px 0 rgba(255, 255, 255, 0.4);
    padding: 16px 16px 16px 0;
    overflow-y: auto;
    transform: translateX(-375px);
    transition: transform ease-out 500ms;
    color: #f5f5f5;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu._open {
    transform: translateX(0);
    transition: transform ease-in 500ms;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu .is-drilldown {
    max-width: inherit !important;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu .is-drilldown .drilldown {
    margin-left: 0;
    background-color: transparent;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu .is-drilldown .drilldown {
    margin-left: 0;
    background-color: transparent;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu .is-dropdown-submenu-parent {
    position: initial;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu .drilldown .js-drilldown-back>a::before {
    border-color: transparent white transparent transparent;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu .is-drilldown .drilldown .is-drilldown-submenu {
    background-color: #ffffff;
    border: none;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu .is-drilldown .drilldown a {
    background-color: transparent;
    color: #080808;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu .is-drilldown .drilldown a:hover {
    background-color: #ffffff;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu .is-drilldown .drilldown a::after {
    border-color: transparent transparent transparent #ffffff;
}

/* END CATEGORY MENU */

#u-1794b581-4897-4b53-9653-76170d8da395                      .sticky-container .sticky {
    position: fixed;
    width: 100%;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenuTop {
    background-color: #e7e7e7;
    padding: 5px 18px;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenuTop a {
    color: #000000;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenuTop a:hover {
    color: #000000;
    background-color: #e7e7e7;
    transition: 250ms color ease;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenuTop .dropdown.menu a::after {
    border-color: #000000 transparent transparent;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenuTop .is-dropdown-submenu {
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    background-color: white;
    z-index: 20;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenu .is-dropdown-submenu button {
    color: #000000;
    padding: 8px;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenuTop .is-dropdown-submenu button:hover {
    cursor: pointer;
    color: #e4342c;
    transition: 250ms color ease;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenu {
    background-color: #000000;
    padding: 8px 16px;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenu-menu {
    align-items: center;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenu-menu a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 0.8rem;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenu-menu a:hover {
    color: #ce1414;
    background-color: #000000;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenu-menu .logo {
    padding-left: 0;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      header .logo img {
    height: auto;
    max-width: 2000px !important;
    min-width: 400px;
    object-fit: full;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .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-1794b581-4897-4b53-9653-76170d8da395                      .menu-lastLevel {
    left: 100% !important;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .wishlist-link span {
    padding-left: 7px;
}

/* Connexion / Account */

#u-1794b581-4897-4b53-9653-76170d8da395                      .connexion-link {
    position: relative;
    color: #5A5A5A;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .connexion-link:hover {
    cursor: pointer;
    color: #e4342c;
    transition: 250ms color ease;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .connexion-link .connexion-link-dropdown {
    opacity: 0;
    position: absolute;
    top: 22px;
    left: -5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    z-index: 10000;
    transition: 500ms all ease-in-out;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .connexion-link:hover .connexion-link-dropdown {
    opacity: 1;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .connexion-link-dropdown a {
    display: inline-block;
    min-width: 120px;
    padding: 8px 16px;
    color: #5A5A5A;
    font-size: 12px;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .connexion-link-dropdown a:first-child {
    border-bottom: 1px solid #ebeaec;
}

/* End Connexion / Account */

/* langage display:none; */

#u-1794b581-4897-4b53-9653-76170d8da395                      .languageSelect {
    display: none !important;
}

/* end langage display: none; */



@media screen and (min-width: 64em) {
#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenuContent {
        width: 100%;
        padding-top: 5px;
    }

    .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-1794b581-4897-4b53-9653-76170d8da395                          .close-button {
        display: none;
    }

    .headerMenuTop .companyInformations,
    .headerMenuTop .accountLinks .wishlist-link,
    .headerMenuTop .accountLinks .connexion-link,
    .headerMenuTop .accountLinks .languageSelect,
    .headerMenu-search,
#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu .logo {
        display: block;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu {
        display: flex;
        position: inherit;
        visibility: visible;
        width: 100%;
        transform: inherit;
        overflow: visible;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .off-canvas-wrapper {
        overflow: visible;
    }

    .headerMenuTop .accountLinks .shoppingCart-link span,
#u-1794b581-4897-4b53-9653-76170d8da395                          .accountLinks span {
        display: none;
    }

    .menu-firstLevel-link,
    .menu-secondLevel-link,
    .menu-thirdLevel-link,
#u-1794b581-4897-4b53-9653-76170d8da395                          .menu-lastLevel-link {
        color: #8a8a8a;
    }

    .menu-firstLevel-link:hover,
    .menu-thirdLevel-link:hover,
#u-1794b581-4897-4b53-9653-76170d8da395                          .menu-lastLevel-link:hover {
        color: black;
        transition: 250ms color ease;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .menu-firstLevel-link::after {
        border-color: transparent transparent transparent;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .menu-firstLevel-link:hover::after {
        border-color: black transparent transparent;
        transition: 250ms all ease;
    }
}

/**** RESPONSIVE ****/
@media screen and (max-width: 63.9375em) {
#u-1794b581-4897-4b53-9653-76170d8da395                          .drilldown .is-drilldown-submenu-parent>a::after {
        border-color: transparent transparent transparent #5A5A5A;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .languageSelect a::after {
        border-color: white transparent transparent;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .languageSelect button {
        color: white;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .languageSelect button:hover {
        cursor: pointer;
        color: #8a8a8a;
        transition: color 250ms ease-in;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .sticky {
        transform: inherit;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu-menu a {
        color: #5A5A5A;
        padding: .7rem 0;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu-menu .is-accordion-submenu-parent a span {
        display: block;
        max-width: calc(100% - 40px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .drilldown .is-drilldown-submenu-parent>a::after {
        border-color: transparent transparent transparent #5A5A5A;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        overflow-y: auto;
        width: 250px;
        background-color: #ffffff;
        padding: 32px 0 0 0;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenuContent {
        display: block;
        padding: 0;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .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-1794b581-4897-4b53-9653-76170d8da395                          .headerMenuTop {
        padding: 16px;
        background-color: #ffffff;
    }

    .headerMenuTop .companyInformations,
    .headerMenuTop .accountLinks .wishlist-link,
    .headerMenuTop .accountLinks .connexion-link,
    .headerMenuTop .accountLinks .shoppingCart-link span,
    .headerMenuTop .accountLinks .languageSelect,
    .headerMenu-search,
#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu .logo {
        display: none !important;
    }

    .mobileMenu-btn,
    .headerMenuTop-searchExandable,
    .headerMenuTop .logo,
    .headerMenu .accountLinks .wishlist-link,
    .headerMenu .accountLinks .connexion-link,
#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu .accountLinks .languageSelect {
        display: block;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu .companyInformations {
        display: flex;
        flex-direction: column;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu .accountLinks .shoppingCart-link span {
        display: inline-block;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .mobileMenu-btn-icon {
        color: #5A5A5A;
        font-size: 1.3rem;
        background-color: white;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .mobileMenu-btn:hover .mobileMenu-btn-icon {
        cursor: pointer;
        color: #e4342c;
        transition: 250ms color ease;
    }


#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenuContent>*:not(.close-button) {
        width: 100%;
        padding: 32px 6px;
        border-bottom: 1px solid #cacaca;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenuContent>*:last-child {
        border: none;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu-menu a::after {
        border-color: #5A5A5A transparent transparent;
    }

    .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a,
#u-1794b581-4897-4b53-9653-76170d8da395                          .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-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a:focus {
        color: #5A5A5A !important;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true] a::after {
        right: 8px;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .menu-lastLevel {
        left: 0 !important;
        margin-bottom: 32px;
    }

    .headerMenu .accountLinks a,
#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu .companyInformations a {
        padding: 8px 0 !important;
        color: #5A5A5A;
        background: transparent !important;
    }

    .menu-secondLevel,
#u-1794b581-4897-4b53-9653-76170d8da395                          .menu-thirdLevel {
        background-color: #ffffff !important;
    }

    .headerMenu .accountLinks a:hover,
#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu .companyInformations a:hover {
        color: #5A5A5A;
        transition: 250ms all ease;
    }

    .headerMenuTop .mobileMenu-btn:hover .fa-bars,
#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenuTop .shoppingCart-link:hover {
        color: #5A5A5A;
        transition: 250ms all ease;
    }

    .headerMenuTop .accountLinks a span,
#u-1794b581-4897-4b53-9653-76170d8da395                          .headerMenu.headerMenuTop .accountLinks .shoppingCart-link span {
        display: none !important;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .is-drilldown {
        max-width: 100% !important;
        min-height: 0 !important;
        width: 100% !important;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .is-drilldown li {
        width: 100%;
    }

}

@media screen and (max-width: 39.9375em) {
#u-1794b581-4897-4b53-9653-76170d8da395                          header .logo img {
        height: auto;
        max-width: 150px !important;
        min-width: 150px;
        object-fit: contain;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          .sticky-container {
        height: 82px;
    }

}

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

#u-1794b581-4897-4b53-9653-76170d8da395                          header .logo img {
        display: none !important;
    }

#u-1794b581-4897-4b53-9653-76170d8da395                          img {
        max-width: 100% !important
    }

}

/**** SEARCH EXANDABLE ****/
#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenuTop-searchExandable input {
    background: #cacaca url('/api/assets/u-55ef2fe0-4737-434d-badd-37ee4bd1e586') 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;
    background-color: #5A5A5A;
    margin-top: 15px !important;

}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenuTop-searchExandable input:focus {
    cursor: text;
    width: 120px;
    border-color: #1779ba;
    -webkit-box-shadow: 0 0 5px rgba(23, 121, 186, 0.5);
    box-shadow: 0 0 5px rgba(23, 121, 186, 0.5);
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenuTop-searchExandable input::placeholder {
    font-size: 1rem;
    color: #5A5A5A;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenuTop-searchExandable input:hover:not(:focus) {
    cursor: pointer;
    background: #fefefe url('../../public/images/ico-search-hover.png') no-repeat 9px center;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenuTop-searchExandable input:focus {
    width: 120px;
    background-color: #fefefe;
    border-color: #1779ba;
    padding: 9px;
}

.headerMenuTop-searchExandable input:-moz-placeholder::after,
#u-1794b581-4897-4b53-9653-76170d8da395                      .headerMenuTop-searchExandable input::-webkit-input-placeholder::after {
    color: #8a8a8a;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .input-group-button .button {
    background-color: white;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .input-group-field {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .input-group-button .button .fa-search {
    color: #777;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .input-group-button .button:hover {
    background-color: #e4342c;
}

/* --- SHOPPING CART --- */
#u-1794b581-4897-4b53-9653-76170d8da395                      .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-1794b581-4897-4b53-9653-76170d8da395                      .mini-shopping-cart-product {
    padding: 1em 0 0.5em;
    border-bottom: 1px solid #8a8a8a;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      #mini-shopping-cart-title {
    margin-bottom: 0.5em;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      #mini-shopping-cart-link {
    display: block;
    color: #8a8a8a;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      #mini-shopping-cart-img {
    margin-right: 0.5em;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .mini-shopping-cart-product-title {
    margin-bottom: 0.5em;
    font-weight: 500;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      #mini-shopping-cart-description {
    font-size: 100%;
    margin-bottom: 3em;
}

#mini-shopping-cart-price,
#u-1794b581-4897-4b53-9653-76170d8da395                      #mini-shopping-cart-ordered-quantity {
    font-size: 100% !important;
    margin-bottom: 0 !important;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      #mini-shopping-cart-button {
    padding-top: 1em;
}

#mini-shopping-cart-see,
#u-1794b581-4897-4b53-9653-76170d8da395                      #mini-shopping-cart-continue {
    margin-bottom: 0 !important;
    background-color: #e4342c;
    border-radius: 7px;
    color: #ffffff !important;
    margin: 2px;
}

#mini-shopping-cart-see:hover,
#u-1794b581-4897-4b53-9653-76170d8da395                      #mini-shopping-cart-continue:hover {
    margin-bottom: 0 !important;
    background-color: #e7e7e7;
    border-radius: 7px;
    color: #777 !important;
    margin: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* Menu categories header */

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu .is-drilldown .drilldown .submenu-title {
    background-color: transparent;
    color: white;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .categoryMenu .is-drilldown .drilldown .submenu-title::after {
    border-color: transparent transparent transparent white;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .submenu-title {
    font-size:28px;
    font-weight: bold;
    color: white;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .menu-all {
    padding-bottom: 32px;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .menu-all span {
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 18px;
    color: #777;
}


#u-1794b581-4897-4b53-9653-76170d8da395                      .headerBanner-img {
    height: auto;
    max-width: 1920px !important;
    object-fit: contain;
    margin: 0 auto !important;
    justify-content: center;
    display: flex;
    width: 100%;
}

#u-1794b581-4897-4b53-9653-76170d8da395                      .headerBanner-container {
    background-color: white;
}
/* 0047_slideshow : u-321cb9d0-2ee4-4436-92d7-b4dd627e5070 */
#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                        ._0047_slideshow {
     max-width: 1200px;
     margin: 0rem auto 0;
     padding-bottom: 2rem;
 }

#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                        .orbit-figure a {
     display: flex;
     align-items: center;
     justify-content: center;
 }

#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                        .orbit-image {
     object-fit: contain;
     object-position: center;
 }

#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                        .responsive-embed {
     margin-bottom: 0;
 }

 .orbit-previous,
#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                        .orbit-next {
     color: #000;
     transition: .25s all ease-in-out;
 }

 .orbit-previous:hover,
 .orbit-next:hover,
 .orbit-previous:active,
 .orbit-next:active,
 .orbit-previous:focus,
#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                        .orbit-next:focus {
     color: #000 !important;
     background-color: #e4342c;
     border-radius: 0;
 }

 .orbit-next:hover,
 .orbit-next:active,
#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                        .orbit-next:focus {
     border-top-left-radius: 29px;
     border-bottom-left-radius: 29px;
 }

 .orbit-previous:hover,
 .orbit-previous:active,
#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                        .orbit-previous:focus {
     border-top-right-radius: 29px;
     border-bottom-right-radius: 29px;
 }

#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                        .orbit-caption {
     padding: 0.5rem 1rem;
     font-size: 90%;
     text-align: center;
     display: none;
 }

#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                        .orbit-bullets {
     margin: -3.5% 0 0;
 }

#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                        .orbit-bullets button {
     cursor: pointer;
     width: 2rem;
     height: 0.5rem;
     background-color: #e4342c;
     border: 0;
     border-radius: 9px;
     margin: 0.25rem;
 }

 .orbit-bullets button.is-active,
#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                        .orbit-bullets button:hover {
     background-color: #000 !important;
 }

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

 @media screen and (max-width: 63.9375em) {
#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                            ._0047_slideshow {
         margin-top: 0;
     }

     .fa-caret-left.fa-2x,
#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                            .fa-caret-right.fa-2x {
         font-size: 1.5em;
     }

#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                            .orbit-caption {
         padding: 0.25rem 1rem;
         font-size: 75%;
         text-align: center;
     }
 }

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

     .fa-caret-left.fa-2x,
#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                            .fa-caret-right.fa-2x {
         font-size: 1em;
     }

#u-321cb9d0-2ee4-4436-92d7-b4dd627e5070                            .orbit-bullets {
         margin: -5% 0 0;
     }
 }
/* 0009_search : u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a */
#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                      ._0009_search {
   margin-top: 20px;
 }

 /* --- TITLE --- */
 .search-title,
#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                            ._0009_search h2 {
   font-size: 1.7rem;
   font-weight: 600;
   text-transform: unset;
   margin-bottom: 20px;
   color: #111;
 }

 /* --- CONTENT --- */
#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                            .search-section {
   padding: 2rem 0 3rem;
 }

#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                            .search-input {
   font-size: 0.8rem;
   font-weight: 600;
   color: #000;
   border: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
 }

 .search-input:focus,
#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                            .search-select:focus {
   border: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
 }

 .search-input::placeholder,
#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                            .search-select {
   font-size: 0.8rem;
   font-weight: 600;
   color: #000;
 }

#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                            .search-input::placeholder {
   color: #000 !important;
 }

#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                            .search-select {
   border: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   color: #000;
 }

#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                            .divider {
   background-color: #111;
   width: 1px;
   height: 39px;
 }

#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                            .search-btn {
   font-size: 0.8rem;
   font-weight: 600;
   text-transform: uppercase;
   width: 100%;
   height: 39px;
   background-color: #e4342c;
   color: #fff;
 }

#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                            .search-btn:hover {
   background-color: #111;
   color: #fff;
 }


 /* --- RESPONSIVE --- */
 @media screen and (min-width: 64em) {
#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                              .search-section {
     padding-left: 15px;
     padding-right: 15px;
   }

#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                              .search-row {
     background-color: #fff;
     height: 64px;
     padding-top: 12px;
     border: 1px solid #111;
     border-radius: 5px;
   }

#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                              .search-btn {
     border-radius: 5px;
     padding-top: 0.7rem;
   }
 }

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

   .search-input::placeholder,
   .search-select,
#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                              .search-btn {
     font-size: 0.8rem !important;
   }

#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                              .search-btn svg {
     display: none;
   }
 }

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

   .search-input,
   .search-select,
#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                              .search-btn {
     border-radius: 5px !important;
   }

   .search-input,
#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                              .search-select {
     border: 1px solid #e4342c !important;
   }

#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                              .search-section {
     padding-bottom: 0;
   }

#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                              .search-row {
     background-color: transparent;
     height: auto;
     border-radius: 5px;
   }

#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                              .divider {
     display: none;
   }
 }

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

   .search-title,
#u-5f8f2b26-6f4c-4159-adfc-977ee2dc6a1a                              ._0009_search h2 {
     font-size: 1.5rem;
   }
 }
/* 0086_product_collection : u-ea56995e-c0e9-425c-9601-e7cd269505fa */
#u-ea56995e-c0e9-425c-9601-e7cd269505fa         ._0086_product-collection {
    margin: 30px auto 0;
}

/* --- TITLE --- */
#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .title-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 20px;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .title-page-wrapper h2 {
    font-family: Roboto Slab !important;
    font-weight: 700 !important;
    color: #e4342c !important;
    font-size: 29px !important;
    background: #ffffff !important;
}

.title-page-subtitle,
#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .title-page-wrapper p:last-child {
    display: none;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .title-page-wrapper p {
    font-size: 1.2rem;
    color: #000;
    text-transform: uppercase;
}


/* --- CONTENT --- */
.product-card:focus,
.product-card-top-img:focus,
#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .product-card-top-link:focus {
    outline: none;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .product-label {
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    background: white;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .products-slideshow-title {
    color: #131212;
    font-size: 1.6rem;
    margin: 1rem 0;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .products-slideshow-content {
    position: relative;
    padding: 0.5rem;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .product-card {
    margin-bottom: 1rem;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #fdfdfd;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .product-card-top {
    position: relative;
    cursor: pointer;
    height: auto;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .product-card-top .img-top-right {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .product-info {
    font-size: 0.9rem;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .product-name {
    font-size: 0.95rem;
    margin: 0.5rem 0 0;
    padding: 10px 15px;

    font-weight: 500 !important;
    color: #131212 !important;
    min-height: 92px;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .product-ref {
    font-size: 80%;
    padding: 15px;
    color: #131212;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .product-price {
    font-size: 1rem;
    font-weight: 700;
    background: #e4342c !important;
    padding: 15px;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .product-price p {
    white-space: nowrap;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .line-through-price {
    color: #252121;
    text-decoration: line-through;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .slick-slider {
    width: calc(100%);
    margin: 0 auto;
    max-width: 1200px;
}

.slide-prev,
#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .slide-next {
    display: block;
    position: absolute;
    color: #000 !important;
    top: calc(50% - 12px - 37px);
    font-size: 24px;
    padding: 0;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .slide-prev {
    left: -30px;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .slide-next {
    right: -30px;
}

.slide-prev:hover,
#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .slide-next:hover {
    cursor: pointer;
    color: #8a8a8a !important;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .wish-and-see .see-product {
    width: 100%;
    height: 250px;
    left: 0;
    bottom: -7px;
    background-color: rgba(211, 196, 195, 0.5);
    font-size: 1.1rem;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .wish-and-see .see-product a .see-product-icon {
    font-size: 16px;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .product-card-top a {
    height: auto;
}

#u-ea56995e-c0e9-425c-9601-e7cd269505fa         .product-card-top .wish-and-see {
    pointer-events: auto;
}

@media screen and (max-width: 1024px) {
#u-ea56995e-c0e9-425c-9601-e7cd269505fa             .product-card-top .see-product {
        opacity: 0;
    }

#u-ea56995e-c0e9-425c-9601-e7cd269505fa             .product-card-top:hover .see-product {
        opacity: 1;
    }
}

@media screen and (min-width: 40em) {
#u-ea56995e-c0e9-425c-9601-e7cd269505fa             .title-page-title {
        font-size: 1.6rem;
    }

#u-ea56995e-c0e9-425c-9601-e7cd269505fa             .products-slideshow-title {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

#u-ea56995e-c0e9-425c-9601-e7cd269505fa             .products-slideshow [type='button'] {
        border-radius: 60px;
    }

#u-ea56995e-c0e9-425c-9601-e7cd269505fa             .product-card-top:hover .add-wishlist {
        bottom: 8px;
    }
}

@media screen and (max-width: 39.9375em) {
#u-ea56995e-c0e9-425c-9601-e7cd269505fa             .title-page-title {
        font-size: 1.2rem;
    }

#u-ea56995e-c0e9-425c-9601-e7cd269505fa             .title-page-wrapper h2 {
        font-size: 1.2rem;
    }

#u-ea56995e-c0e9-425c-9601-e7cd269505fa             .wish-and-see .see-product {
        width: 100%;
        height: 170px;
        left: 0;
        bottom: -7px;
        background-color: rgba(219, 210, 209, 0.5);
        font-size: 1.5rem;
    }
}

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


#u-ea56995e-c0e9-425c-9601-e7cd269505fa             .wish-and-see .see-product {
        width: 100%;
        height: 170px;
        left: 0;
        bottom: -7px;
        background-color: rgba(189, 52, 44, 0.5);
        font-size: 1.5 rem;
    }
}
/* 0086_product_collection : u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84 */
#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         ._0086_product-collection {
    margin: 30px auto 0;
}

/* --- TITLE --- */
#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .title-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 20px;
    display: none;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .title-page-wrapper h2 {
    font-family: Roboto Slab !important;
    font-weight: 700 !important;
    color: #e4342c !important;
    font-size: 29px !important;
    background: #ffffff !important;
}

.title-page-subtitle,
#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .title-page-wrapper p:last-child {
    display: none;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .title-page-wrapper p {
    font-size: 1.2rem;
    color: #000;
    text-transform: uppercase;
}


/* --- CONTENT --- */
.product-card:focus,
.product-card-top-img:focus,
#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .product-card-top-link:focus {
    outline: none;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .product-label {
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    background: white;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .products-slideshow-title {
    color: #131212;
    font-size: 1.6rem;
    margin: 1rem 0;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .products-slideshow-content {
    position: relative;
    padding: 0.5rem;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .product-card {
    margin-bottom: 1rem;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #fdfdfd;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .product-card-top {
    position: relative;
    cursor: pointer;
    height: auto;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .product-card-top .img-top-right {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .product-info {
    font-size: 0.9rem;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .product-name {
    font-size: 0.95rem;
    margin: 0.5rem 0 0;
    padding: 10px 15px;

    font-weight: 500 !important;
    color: #131212 !important;
    min-height: 92px;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .product-ref {
    font-size: 80%;
    padding: 15px;
    color: #131212;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .product-price {
    font-size: 1rem;
    font-weight: 700;
    background: #e4342c !important;
    padding: 15px;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .product-price p {
    white-space: nowrap;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .line-through-price {
    color: #252121;
    text-decoration: line-through;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .slick-slider {
    width: calc(100%);
    margin: 0 auto;
    max-width: 1200px;
}

.slide-prev,
#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .slide-next {
    display: block;
    position: absolute;
    color: #000 !important;
    top: calc(50% - 12px - 37px);
    font-size: 24px;
    padding: 0;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .slide-prev {
    left: -30px;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .slide-next {
    right: -30px;
}

.slide-prev:hover,
#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .slide-next:hover {
    cursor: pointer;
    color: #8a8a8a !important;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .wish-and-see .see-product {
    width: 100%;
    height: 250px;
    left: 0;
    bottom: -7px;
    background-color: rgba(211, 196, 195, 0.5);
    font-size: 1.1rem;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .wish-and-see .see-product a .see-product-icon {
    font-size: 16px;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .product-card-top a {
    height: auto;
}

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84         .product-card-top .wish-and-see {
    pointer-events: auto;
}

@media screen and (max-width: 1024px) {
#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84             .product-card-top .see-product {
        opacity: 0;
    }

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84             .product-card-top:hover .see-product {
        opacity: 1;
    }
}

@media screen and (min-width: 40em) {
#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84             .title-page-title {
        font-size: 1.6rem;
    }

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84             .products-slideshow-title {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84             .products-slideshow [type='button'] {
        border-radius: 60px;
    }

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84             .product-card-top:hover .add-wishlist {
        bottom: 8px;
    }
}

@media screen and (max-width: 39.9375em) {
#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84             .title-page-title {
        font-size: 1.2rem;
    }

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84             .title-page-wrapper h2 {
        font-size: 1.2rem;
    }

#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84             .wish-and-see .see-product {
        width: 100%;
        height: 170px;
        left: 0;
        bottom: -7px;
        background-color: rgba(219, 210, 209, 0.5);
        font-size: 1.5rem;
    }
}

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


#u-6d127ec1-f286-4dc5-9522-2bd4e6c97b84             .wish-and-see .see-product {
        width: 100%;
        height: 170px;
        left: 0;
        bottom: -7px;
        background-color: rgba(189, 52, 44, 0.5);
        font-size: 1.5 rem;
    }
}
/* 0005_slideshow : u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b */
#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b  ._0005_slideshow {
 margin: 0 auto 0;
 max-width: 1200px;
}

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b  .img-link {
    display: block;
}

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b  ._0005_slideshow .orbit-container {
    height: 600px !important;
    display: flex;
    align-items: center;
}

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b  .orbit-figure a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b  .orbit-image {
    object-fit: contain;
    object-position: center;
}

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b  .slideshow-fixedImages {
    margin-bottom: 32px;
}

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b  .slideshow-fixedImages-item:first-child {
    margin-bottom: 16px;
}

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b  .slideshow-fixedImages-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b  .responsive-embed {
    margin-bottom: 0;
}

.orbit-previous,
#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b  .orbit-next {
    position: absolute !important;
    cursor: pointer;
    top: 45%;
}

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b  .orbit-bullets {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b  .orbit-bullets button {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
}

@media screen and (max-width: 63.9375em) {
    .fa-caret-left.fa-2x,
#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b      .fa-caret-right.fa-2x {
        font-size: 1.5em;
    }

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b      .orbit-bullets {
        margin-top: 0.25rem;
    }

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b      .orbit-bullets button {
        width: 0.75rem;
        height: 0.75rem;
    }
}

@media screen and (max-width: 39.9375em) {
#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b      .mobile-mb-0 {
        margin-bottom: 0 !important;
    }

    .fa-caret-left.fa-2x,
#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b      .fa-caret-right.fa-2x {
        font-size: 1em;
    }

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b      .orbit-bullets {
        margin-top: 0;
    }

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b      .orbit-bullets button {
        width: 0.5rem;
        height: 0.5rem;
    }
}
@media screen and (max-width: 63.9375em) {
#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b      .slideshow-fixedImages {
        flex-flow: row !important;
    }

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b      .slideshow-fixedImages {
        margin-bottom: inherit;
    }

#u-3d4aa9f5-e710-4fb9-8882-04145b1c9c4b      .slideshow-fixedImages-item:first-child {
        margin-right: 24px;
        margin-bottom: 0;
    }
}
/* 0015_communication : u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6 */
#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                           ._0015_communication-4 {
    margin: 0 auto 0;
    max-width: 1200px;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .ads-wrapper {
    height: auto;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .ads-wrapper a {
    width: 100%;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .ads-wrapper img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .image-hover-wrapper {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    line-height: initial;
    margin: 0;
    padding: 0;
    height: 100%;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .image-hover-wrapper img {
    float: left;
    overflow: hidden;
    width: 100%;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .image-hover-wrapper .image-hover-wrapper-reveal {
    background-color: rgba(255, 255, 255, 0.69);
    color: var(--color1);
    display: inline;
    height: 25%;
    margin-left: -100%;
    opacity: 1;
    position: absolute;
    bottom: 6px;
    width: 100%;
    z-index: 80;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .image-hover-wrapper:hover .image-hover-wrapper-reveal {
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;
    height: calc(100% - 6px);
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .image-hover-wrapper:hover .image-hover-wrapper-reveal p {
    opacity: 1;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .image-hover-wrapper .image-hover-wrapper-reveal p {
    display: block;
    position: absolute;
    color: var(--color1);
    bottom: 15%;
    margin-bottom: 7px;
    opacity: 1;
    text-align: center;
    width: 100%;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .image-hover-wrapper .image-hover-wrapper-reveal p svg {
    display: none;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .image-hover-wrapper .fal {
    font-size: 24px;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .title-L1 {
    font-size: 1.3rem;
    font-weight: 300;
  }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                              .title-L2 {
    font-size: 1.29rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #e4342c;
  }

  @media screen and (min-width: 1200px) {
#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                                ._0015_communication-4 {
      padding: 2rem 1rem;
    }
  }

  @media screen and (min-width: 1024px) and (max-width: 1199px) {
#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                                ._0015_communication-4 {
      padding: 1rem;
    }
  }

  @media screen and (max-width: 1023px) {
#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                                ._0015_communication-4 {
      padding: 0 1rem;
    }
#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                                .image-hover-wrapper .image-hover-wrapper-reveal {
      height: 20%;
    }

#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                                .image-hover-wrapper:hover .image-hover-wrapper-reveal p {
      -webkit-transform: translateY(-300%);
      -ms-transform: translateY(-300%);
      transform: translateY(-300%);
    }
  }

  @media screen and (max-width: 639px) {
#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                                .image-hover-wrapper .image-hover-wrapper-reveal p {
      bottom: 16%;
    }
  }
#u-fcd4e71a-28b4-40d1-8bf1-76cf3eb18ef6                             .fa-link {
    display: none;
  }
/* 0035_instagram : u-2523bcea-504d-4af3-9572-8e42dbf799e4 */
#u-2523bcea-504d-4af3-9572-8e42dbf799e4                                    ._0035_instagram {
    max-width: 1200px;
    margin: 20px auto;
}

#u-2523bcea-504d-4af3-9572-8e42dbf799e4                                    ._0035_instagram .ql-editor {
    justify-content: center;
}

#u-2523bcea-504d-4af3-9572-8e42dbf799e4                                    ._0035_instagram h2 {
    font-family: 'Roboto Slab';
    font-weight: 700;
    color: #e4342c;
    font-size: 29px;
    margin-bottom: 20px;
}
#u-2523bcea-504d-4af3-9572-8e42dbf799e4               ._0035_instagram .eapps-instagram-feed-posts-item-type-image {
  padding: 10px;
}
@media screen and (max-width: 39.9375em) {
}
/* 0020_footer : u-9787095d-dbd4-4a44-b9f6-60d7875610e5 */
#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .default-cursor a {
    cursor: default;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    footer {
    margin-bottom: 0px;
    padding-bottom: 30px;
    background-color: #0a0a0a;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .input-group-field {
    border-radius: 5px 0 0 5px;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .input-group-button input {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    background-color: #e6e6e6 !important;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .show-for-large {
    max-width: 1200px;
    margin: 0 auto;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    footer a {
    padding: 0.5rem 0;
    color: #fff;
    font-size: 0.9rem;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    footer a:hover {
    cursor: pointer;
    color: #fff;
    transition: color 500ms ease;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .company-logo {
    height: 34px;
    object-fit: contain;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .accordion-title {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    background-color: #000;
    color: #fff;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .newsletter-toggle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .accordion-title h5 {
    margin-left: 16px;
    margin-bottom: 0;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .accordion-content {
    border: 0;
    background-color: #000;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .rubric-list-item-image {
    display: inline-block;
    text-align: center;
    width: 25px;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .backTop-icon {
    color: #8a8a8a;
    margin-top: 15px;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    footer .fa-2x {
    font-size: 1.75em;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    footer .fa-phone {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    footer small {
    color: #fff;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .input-group-button input {
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    footer input {
    font-size: 1rem;
    color: #0a0a0a;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    footer input::placeholder {
    font-size: 1rem;
    color: #000;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .rubric-title {
    color: #fff;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .gc2 {
    border-bottom: 1px solid #8a8a8a;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .newsletter-message {
    display: block;
    width: 100%;
    line-height: 20.48px;
    color: #fff;
    margin: 5px 10px 10px 0;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .switch.mobile {
    height: inherit;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .switch-paddle {
    background: #E4342C;
    width: 3.5rem;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .switch.tiny input:checked~.switch-paddle::after {
    left: inherit;
    right: 0.25rem;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .switch-active {
    left: 15%;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .social-network li {
    margin: 0 8px;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .social-network li:first-child {
    margin-left: 0;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .social-network a {
    border: none;
    color: #fff;
}

@media screen and (max-width: 63.9375em) {
#u-9787095d-dbd4-4a44-b9f6-60d7875610e5        .company-logo {
        height: 44px;
        margin-bottom: 8px;
    }
}

/* NEWSLETTER */

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .newsletter-toggle {
    display: flex;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .newsletter-toggle .switch {
    margin-right: 8px;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .newsletterText {
    max-width: 100%;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .footer-altcha {
    margin-top: 1.5rem;
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5   .fourth-rubric form {
  display: none;
}

/* END NEWSLETTER */

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

    .first-rubric,
    .second-rubric,
#u-9787095d-dbd4-4a44-b9f6-60d7875610e5        .fourth-rubric {
        width: 33% !important;
    }

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5   .fourth-rubric {
  display: none;
}
#u-9787095d-dbd4-4a44-b9f6-60d7875610e5        .fourth-rubric .menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

#u-9787095d-dbd4-4a44-b9f6-60d7875610e5    .altcha-label {
    color: #fff;
}