@charset "UTF-8";
.headerMain {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.headerMain .mainNav {
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 767.98px) {
    .headerMain .mainNav {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.headerMain.headerCheckout .shopName {
    color: #111;
}
.headerMain.headerCheckout .mainNav {
    border-bottom: none;
    padding: 0.5rem 0;
}
@media (max-width: 991.98px) {
    .headerMain .collapse,
    .headerMain .collapsing {
        overflow-x: hidden;
        overflow-y: scroll;
        position: fixed;
        left: 0;
        right: 0;
        top: 46px;
        background-color: rgba(255, 255, 255, 0.95);
    }
}
@media (max-width: 991.98px) {
    .headerMain .collapse .headerMenuServicesContent > *,
    .headerMain .collapsing .headerMenuServicesContent > * {
        order: 1;
    }
}
@media (max-width: 991.98px) {
    .headerMain .collapse .headerMenuServicesContent > .userMenu,
    .headerMain .collapsing .headerMenuServicesContent > .userMenu {
        order: 0;
    }
}
.headerMain .collapse .headerMenuServicesContent > .userMenu .nav-item a.nav-link,
.headerMain .collapsing .headerMenuServicesContent > .userMenu .nav-item a.nav-link {
    color: #0058A3;
}
.headerMain .collapse .headerMenuServicesContent > .userMenu .nav-item a.nav-link:hover, .headerMain .collapse .headerMenuServicesContent > .userMenu .nav-item a.nav-link:active, .headerMain .collapse .headerMenuServicesContent > .userMenu .nav-item a.nav-link:active:focus, .headerMain .collapse .headerMenuServicesContent > .userMenu .nav-item a.nav-link:focus,
.headerMain .collapsing .headerMenuServicesContent > .userMenu .nav-item a.nav-link:hover,
.headerMain .collapsing .headerMenuServicesContent > .userMenu .nav-item a.nav-link:active,
.headerMain .collapsing .headerMenuServicesContent > .userMenu .nav-item a.nav-link:active:focus,
.headerMain .collapsing .headerMenuServicesContent > .userMenu .nav-item a.nav-link:focus {
    color: #004F93;
}
.headerMain .navbar {
    padding: 0 10px;
}
.headerMain .navbar-brand {
    margin-right: 0;
}
.headerMain .navbar-brand img {
    transition: all 0.2s;
    width: 103px;
}
@media (max-width: 1199.98px) {
    .headerMain .navbar-brand img {
        width: 70px;
    }
}
.headerMain .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width: 991.98px) {
    .headerMain .dropdown-toggle:after {
        margin-left: auto;
    }
}
.headerMain .navbar-nav {
    position: static !important;
}
@media (max-width: 991.98px) {
    .headerMain .navbar-nav {
        width: 100%;
        font-size: 1rem;
    }
}
@media (max-width: 991.98px) {
    .headerMain .navbar-nav.servicesList {
        /*display: none;*/
        border-top: 1px solid #CCCCCC;
        margin-top: 10px;
        padding-top: 10px !important;
    }
}
.headerMain .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 0.75rem 0 0.75rem 0;
    color: #707070;
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .nav-link {
        font-size: 0.75rem;
        color: #333333;
    }
}
@media (min-width: 1200px) {
    .headerMain .navbar-nav .nav-link {
        font-size: 1rem;
    }
}
.headerMain .navbar-nav .nav-link.active {
    text-decoration: underline;
}
@media (max-width: 991.98px) {
    .headerMain .navbar-nav .nav-link {
        padding: 1rem 0;
    }
}
.headerMain .navbar-nav .nav-link.outstanding {
    font-size: 0.875rem;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    color: #484848;
}
.headerMain .navbar-nav .nav-link.outstanding:hover {
    color: #111;
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .nav-link.outstanding {
        border-bottom: none;
    }
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .nav-item:first-child .nav-link {
        margin-left: 0;
    }
}
.headerMain .navbar-nav .productsMenu,
.headerMain .navbar-nav .servicesMenu {
    position: static;
}
.headerMain .navbar-nav .productsMenu.show .nav-link,
.headerMain .navbar-nav .servicesMenu.show .nav-link {
    border-bottom: none;
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .productsMenu.show .nav-link span,
    .headerMain .navbar-nav .servicesMenu.show .nav-link span {
        text-decoration: underline;
    }
}
.headerMain .navbar-nav .productsMenu .dropdown-menu,
.headerMain .navbar-nav .servicesMenu .dropdown-menu {
    font-size: 0.875rem;
    padding-top: 0;
    border: none;
    background-color: #fff;
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .productsMenu .dropdown-menu,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu {
        box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
        transition: box-shadow 0.3s ease-in-out;
        margin-top: 0;
        padding-bottom: 1rem;
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        padding: 0 3rem;
        font-size: 0.875rem;
        animation: menuIn 0.3s;
    }
    .headerMain .navbar-nav .productsMenu .dropdown-menu.show,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu.show {
        display: block;
        visibility: visible;
        opacity: 1;
        height: auto;
        animation: fade 0.3s;
    }
    @keyframes fade {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .headerMain .navbar-nav .productsMenu .dropdown-menu .container,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu .container {
        max-width: calc(1480px - 6rem + 10px) !important;
    }
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .dropdown-item,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .dropdown-item {
    padding: 0.5rem;
    font-size: 0.875rem;
    font-weight: normal;
    color: #484848;
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .dropdown-item:hover,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .dropdown-item:hover {
    color: #111;
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .productsMenu .dropdown-menu .dropdown-item,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu .dropdown-item {
        font-size: 0.875rem;
    }
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .dropdown-item:active,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .dropdown-item:active {
    color: #111;
    background-color: #F5F5F5;
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .productsMenu .dropdown-menu .products,
    .headerMain .navbar-nav .productsMenu .dropdown-menu .rooms,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu .products,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu .rooms {
        width: 100%;
        -moz-column-count: 4;
             column-count: 4;
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .products .dropdown-item,
.headerMain .navbar-nav .productsMenu .dropdown-menu .rooms .dropdown-item,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .products .dropdown-item,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .rooms .dropdown-item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .products .dropdown-item span,
.headerMain .navbar-nav .productsMenu .dropdown-menu .rooms .dropdown-item span,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .products .dropdown-item span,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .rooms .dropdown-item span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .popular,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .popular {
    border-left: 1px solid #EEEEEE;
}
@media (max-width: 991.98px) {
    .headerMain .navbar-nav .productsMenu .dropdown-menu .popular,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu .popular {
        border-left: none;
        border-top: 1px solid #EEEEEE;
    }
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .popular .dropdown-item,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .popular .dropdown-item {
    line-height: 1.375;
    white-space: normal;
}
.headerMain .searcher {
    border-radius: 0.25rem;
    background-clip: padding-box;
    border: 1px solid #CCCCCC;
}
@media (max-width: 1199.98px) {
    .headerMain .searcher {
        max-width: 185px;
    }
}
@media (max-width: 991.98px) {
    .headerMain .searcher {
        border: none;
        cursor: pointer;
        flex-wrap: wrap;
    }
}
.headerMain .searcher .dropdown-menu {
    padding: 0;
}
.headerMain .searcher .dropdown-menu-right {
    right: 0;
    left: auto;
}
.headerMain .searcher .form-control:focus, .headerMain .searcher .form-control.focus,
.headerMain .searcher .searchIcon:focus,
.headerMain .searcher .searchIcon.focus {
    outline: 0;
    box-shadow: none;
}
.headerMain .searcher .form-control {
    border: none;
    box-shadow: none;
}
.headerMain .searcher .searchIcon {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.headerMain .searcher .searchIcon:before {
    content: "\e006";
    font-size: 1.5rem;
    color: #707070;
    font-family: "ikea-icons", "NotoIKEALatin", "fundament-icons";
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    line-height: 1;
}
@media (max-width: 991.98px) {
    .headerMain .searcher .searchIcon:before {
        content: "\e006";
        font-size: 1.5rem;
        color: #707070;
        font-family: "ikea-icons", "NotoIKEALatin", "fundament-icons";
        display: inline-block;
        vertical-align: middle;
        padding-right: 0;
        line-height: 1;
    }
}
.headerMain .searcher .searchClose {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.headerMain .searcher .searchClose:before {
    content: "\e000";
    font-size: 1.5rem;
    color: #707070;
    font-family: "ikea-icons", "NotoIKEALatin", "fundament-icons";
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    line-height: 1;
}
.headerMain .searcher.compact form {
    width: 100%;
    margin-top: 0;
    box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    /* Esto está así para que funcione en IOS */
    /* Esto está comentado para que funcione en IOS */
    /*&:after {
        text-align: right;
        padding: 0 .25rem;
    }
    */
    /* Esto está así para que funcione en IOS */
}
@media (max-width: 991.98px) {
    .headerMain .searcher.compact form {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .headerMain .searcher.compact form.visibilitySearcher {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.headerMain .searcher.compact form input {
    font-size: 1rem;
    background-color: #F5F5F5;
    border-right: 1px solid #CCCCCC;
    width: calc(100% - 30px);
    display: inline-block;
    border-radius: 0;
    /* Esto está comentado para que funcione en IOS */
}
@media (max-width: 991.98px) {
    .headerMain .searcher.compact form .close-wrapper {
        display: block;
        width: 40px;
        height: 38px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .headerMain .searcher.compact form .close-wrapper:after {
        content: "\e00c";
        font-size: 1rem;
        color: #707070;
        font-family: "ikea-icons", "NotoIKEALatin", "fundament-icons";
        display: inline-block;
        vertical-align: middle;
        padding-left: 0;
        line-height: 1;
    }
    .headerMain .searcher.compact form .close-wrapper:after {
        text-align: right;
        padding: 0 0.25rem;
    }
}
.headerMain .searcher.compact input {
    padding: 0.5rem;
}
@media (max-width: 1199.98px) {
    .headerMain .searcher > .input-group {
        flex-wrap: nowrap;
    }
}
.headerMain .shoppingCart {
    cursor: pointer;
    padding: 5px 0;
}
.headerMain .shoppingCart .cart {
    width: 34px;
    margin: 0 auto;
    position: relative;
    display: block;
}
.headerMain .shoppingCart .cart.empty .items {
    display: none;
}
.headerMain .shoppingCart .cart.empty:before {
    content: "\e029";
    font-size: 34px;
    color: #000;
    font-family: "ikea-pictograms", "NotoIKEALatin";
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 0;
}
.headerMain .shoppingCart .cart.full:before {
    content: "\e02a";
    font-size: 34px;
    color: #000;
    font-family: "ikea-pictograms", "NotoIKEALatin";
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 0;
}
.headerMain .shoppingCart .items {
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-left-radius: 0%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomleft: 0%;
    -moz-border-radius-bottomright: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 50%;
    background-clip: padding-box;
    position: absolute;
    color: #fff;
    line-height: 18px;
    min-width: 18px;
    top: -6px;
    left: 11px;
    font-size: 0.625rem;
    padding: 0 3px;
    text-align: center;
    background-color: #FFBA00;
}
.headerMain .favourites-notification {
    position: relative;
    cursor: pointer;
}
.headerMain .favourites-notification > .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
}
.headerMain .favourites-notification > .cart:hover {
    text-decoration: none;
}
.headerMain .favourites-notification .icon {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    line-height: 5px;
}
.headerMain .favourites-notification .icon:before {
    font-size: 26px;
}
@media (max-width: 991.98px) {
    .headerMain .favourites-notification .icon:before {
        font-size: 1.5rem;
    }
}
.headerMain .favourites-notification .data {
    font-size: 0.75rem;
    color: #111;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.headerMain .favourites-notification .favourites-dialog {
    display: none;
    position: absolute;
    top: 50px;
    right: -20px;
    background: #fff;
    border: 1px solid #DFDFDF;
    min-width: 275px;
    max-width: 300px;
    width: 100%;
    border-radius: 0.5rem;
}
@media (max-width: 575.98px) {
    .headerMain .favourites-notification .favourites-dialog {
        right: -115px;
    }
}
.headerMain .favourites-notification .favourites-dialog.shadow {
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.04);
}
.headerMain .favourites-notification .favourites-dialog .arrow {
    display: block;
    position: absolute;
    top: -7px;
    right: 45px;
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
    border-left: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    z-index: 0;
}
@media (max-width: 575.98px) {
    .headerMain .favourites-notification .favourites-dialog .arrow {
        right: 125px;
    }
}
.headerMain .favourites-notification .favourites-dialog .dialog-content .item {
    padding: 1rem;
    border-top: 1px solid #DFDFDF;
}
.headerMain .favourites-notification .favourites-dialog .dialog-content .item:first-of-type {
    border-top: 0;
}
.headerMain .favourites-notification .favourites-dialog .dialog-content .item .container .row {
    margin: 0;
}
.headerMain .favourites-notification .favourites-dialog .dialog-content .item p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 0.75rem;
}
.headerMain .favourites-notification .favourites-dialog .dialog-content .item .image {
    display: block;
    width: 30px;
    height: 30px;
    background: #ccc;
}
.headerMain .favourites-notification .favourites-dialog .dialog-content .item .information {
    margin-left: 1rem;
}
.headerMain .favourites-notification .favourites-dialog .dialog-content .item .information .name {
    display: block;
    margin-bottom: 3px;
}
.headerMain .favourites-notification .favourites-dialog .dialog-content .item .information .name strong {
    text-transform: uppercase;
}
.headerMain .favourites-notification .favourites-dialog .dialog-content .item .total-price {
    font-weight: 700;
}
.headerMain .favourites-notification .favourites-dialog .dialog-footer {
    border-top: 1px solid #DFDFDF;
}
.headerMain .favourites-notification .favourites-dialog .dialog-footer .text {
    margin: 0px;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.65rem;
    color: #6e6e6e;
}
.headerMain .favourites-notification .favourites-dialog .dialog-footer .text strong {
    color: #000;
}
.headerMain .favourites-notification .favourites-dialog .dialog-footer .text a {
    text-decoration: underline;
    color: #0058A3;
    font-weight: 700;
}
.headerMain .headerMenuServices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    order: 2;
    padding: 0;
}
@media (min-width: 992px) {
    .headerMain .headerMenuServices {
        flex-direction: row;
        flex-wrap: nowrap;
        order: 1;
    }
}
.headerMain .headerMenuServicesContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 36px;
    align-items: center;
}
@media (max-width: 991.98px) {
    .headerMain .headerMenuServicesContent {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: start;
    }
}
.headerMain .headerMenuServicesContent .webSelectors {
    background-color: transparent;
    padding: 0;
    margin: 0;
}
@media (max-width: 991.98px) {
    .headerMain .headerMenuServicesContent .webSelectors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}
.headerMain .headerMenuServicesContent .siteSelector,
.headerMain .headerMenuServicesContent .langSelector {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 991.98px) {
    .headerMain .headerMenuServicesContent .siteSelector,
    .headerMain .headerMenuServicesContent .langSelector {
        display: block;
    }
}
@media (max-width: 991.98px) {
    .headerMain .headerMenuServicesContent .siteSelector .show .dropdown-toggle,
    .headerMain .headerMenuServicesContent .langSelector .show .dropdown-toggle {
        padding-bottom: 0;
    }
}
.headerMain .headerMenuServicesContent .siteSelector button,
.headerMain .headerMenuServicesContent .langSelector button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0.5rem;
}
.headerMain .headerMenuServicesContent .siteSelector .dropdown-menu,
.headerMain .headerMenuServicesContent .langSelector .dropdown-menu {
    min-width: auto;
    font-size: 0.875rem;
}
@media (max-width: 991.98px) {
    .headerMain .headerMenuServicesContent .siteSelector .dropdown-menu,
    .headerMain .headerMenuServicesContent .langSelector .dropdown-menu {
        font-size: 1rem;
        border: none;
    }
}
.headerMain .headerMenuServicesContent .siteSelector .dropdown-menu li,
.headerMain .headerMenuServicesContent .langSelector .dropdown-menu li {
    padding: 0 0.5rem;
}
.headerMain .headerMenuServicesContent .langSelector .nav-link:before {
    content: "\e009";
    font-size: 1.35rem;
    color: inherit;
    font-family: "ikea-icons", "NotoIKEALatin", "fundament-icons";
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.5rem;
    line-height: 1;
}
.headerMain .headerMenuServicesContent .userMenu {
    font-size: 1rem;
}
@media (min-width: 992px) {
    .headerMain .headerMenuServicesContent .userMenu {
        font-size: 0.75rem;
    }
}
.headerMain .headerMenuServicesContent .iconHeader {
    display: inline-block;
    vertical-align: middle;
}
.headerMain .headerMenuServicesContent .iconHeader.picto-call:before {
    content: "\e001";
    font-size: 1.4rem;
    color: inherit;
    font-family: "ikea-pictograms", "NotoIKEALatin";
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 0rem;
}
.headerMain .headerMenuServicesContent .iconHeader.picto-call:before {
    vertical-align: sub;
}
.headerMain .headerMenuServicesContent .iconHeader.picto-info:before {
    content: "\e008";
    font-size: 1.4rem;
    color: inherit;
    font-family: "ikea-pictograms", "NotoIKEALatin";
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 0rem;
}
.headerMain .headerMenuServicesContent .iconHeader.picto-info:before {
    vertical-align: sub;
}
.headerMain .headerMenuServicesContent .iconHeader.picto-where-are-we:before {
    content: "\e035";
    font-size: 1.4rem;
    color: inherit;
    font-family: "ikea-pictograms", "NotoIKEALatin";
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 0rem;
}
.headerMain .headerMenuServicesContent .iconHeader.picto-where-are-we:before {
    vertical-align: sub;
}
@media (min-width: 992px) {
    .headerMain .headerMenuServicesContent .nav-link {
        font-size: 0.75rem;
    }
}
.headerMain .headerMenuProducts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    order: 1;
    position: relative;
    padding: 0.5rem 10px;
}
@media (min-width: 992px) {
    .headerMain .headerMenuProducts {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        order: 2;
    }
}
@media (min-width: 992px) {
    .headerMain .headerMenuProducts .nav-link {
        font-weight: bold;
        margin: 0.25rem;
    }
}
@media (min-width: 1200px) {
    .headerMain .headerMenuProducts .nav-link {
        margin: 0.5rem;
    }
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #CCCCCC;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #B7B7B7;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.family-brand-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-family-brand-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-family-brand-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #111111;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #CA5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #707070;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #0A8A00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #CC0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #F5F5F5;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #333333;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #333333;
}
.headerMain .breadcrumbContainer {
    background-color: rgb(245, 245, 245);
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 992px) {
    .headerMain .breadcrumbContainer {
        display: block;
    }
}
.headerMain .breadcrumbContainer .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
}
.headerMain .breadcrumbContainer .breadcrumb .breadcrumb-item > a,
.headerMain .breadcrumbContainer .breadcrumb .breadcrumb-item > strong {
    color: #707070;
    font-size: 0.75rem;
}
.headerMain.shrink .navbar-brand img {
    width: 80px;
}

/* NEW HEADER MENU */
#headerMain .wc-navigation-tabs button {
    font-size: 0.875rem;
}
#headerMain .wc-navigation-tabs [role=tabpanel]:not(.hidden) {
    padding-top: 1.5rem;
}
#headerMain .wc-navigation-tabs .new-menu-panel[role=tabpanel]:not(.hidden) {
    border-bottom: 1px solid #dfdfdf;
}

.new-menu-panel li {
    max-width: 280px;
}

/* NEW HEADER MOBILE MENU */
#header-main-mobile-menu,
#header-main-mobile-menu-products,
#header-main-mobile-menu-rooms,
[id^=header-main-mobile-new-menu-] {
    --border-outer: 0;
    --border-inner: 0;
}
#header-main-mobile-menu:before,
#header-main-mobile-menu-products:before,
#header-main-mobile-menu-rooms:before,
[id^=header-main-mobile-new-menu-]:before {
    min-height: 0;
    min-width: 0;
}
#header-main-mobile-menu a,
#header-main-mobile-menu-products a,
#header-main-mobile-menu-rooms a,
[id^=header-main-mobile-new-menu-] a {
    color: #111111;
}
#header-main-mobile-menu a:hover,
#header-main-mobile-menu-products a:hover,
#header-main-mobile-menu-rooms a:hover,
[id^=header-main-mobile-new-menu-] a:hover {
    text-decoration: underline;
}
#header-main-mobile-menu a.nav-link,
#header-main-mobile-menu-products a.nav-link,
#header-main-mobile-menu-rooms a.nav-link,
[id^=header-main-mobile-new-menu-] a.nav-link {
    font-size: 0.875rem;
}

#header-main-mobile-menu .siteSelector .dropdown .auto_head_langSelector {
    right: 0 !important;
    max-width: 100%;
}
#header-main-mobile-menu .siteSelector .dropdown .auto_head_langSelector .dropdown-item {
    white-space: wrap;
    line-height: 1.2;
}

.submenu--rooms {
    display: -ms-grid;
    display: grid;
    gap: 1rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
.submenu--rooms .item-wrapper {
    color: #111111;
}

html {
    scroll-padding-top: 200px;
}

.banner-header--positive {
    --skapa-banner-background-colour: #0a8a00;
}

.banner-header--caution {
    --skapa-banner-background-colour: #F26A2F;
}

.favourites-dialog {
    z-index: 1070;
    color: #ffffff;
}
.favourites-dialog .item:first-of-type {
    border-top: 0;
}
.favourites-dialog .item .container .row {
    margin: 0;
}
.favourites-dialog .item p {
    margin: 0;
    font-size: 0.6875rem;
    line-height: 0.75rem;
}
.favourites-dialog .item .image {
    display: block;
    width: 30px;
    height: 30px;
    background: #B7B7B7;
    margin-right: 1rem;
}
.favourites-dialog .item .information .name {
    display: block;
    margin-bottom: 0.25rem;
}
.favourites-dialog .item .information .name strong {
    text-transform: uppercase;
}
.favourites-dialog .item .total-price {
    font-weight: 600;
}
.favourites-dialog .favourites-toast-text > span {
    color: #ffffff;
}

#popupInspire {
    background: #ffdb00;
    color: #000;
    font-size: 1rem;
    text-decoration: none;
    padding: 0.5rem 1.25rem 0.5rem 10px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0;
    line-height: 1.5;
}
#popupInspire button.close {
    align-self: flex-start;
    top: -5px;
}
#popupInspire .icon::before {
    font-size: 3em;
}

@media (max-width: 992px) {
    #headerMenuServices {
        display: none;
    }
}
#headerMenuServices {
    background-color: #F5F5F5;
}
#headerMenuServices .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-height: 4.5rem;
}
#headerMenuServices .container #web-selector {
    font-size: 0.75rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-right: 0.625rem;
}
#headerMenuServices .container #web-selector .langSelector .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#headerMenuServices .container #web-selector .langSelector .nav-link:before {
    content: "\e959";
    font-size: 1.375rem;
    color: inherit;
    font-family: "fundament-icons", "NotoIKEALatin";
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.5rem;
    line-height: 0;
}
#headerMenuServices .container #web-selector .siteSelector .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#headerMenuServices .container #web-selector .siteSelector .nav-link:before {
    content: "\e971";
    font-size: 1.375rem;
    color: inherit;
    font-family: "fundament-icons", "NotoIKEALatin";
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.25rem;
    line-height: 0;
}
#headerMenuServices .container #web-selector .dropdown-toggle::after {
    font-weight: bolder;
    padding-top: 0.1rem;
}
#headerMenuServices .container .servicesList {
    flex-direction: row;
    gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0;
    font-size: 0.75rem;
    padding: 0 1rem;
    line-height: 1.5;
}
#headerMenuServices .container .servicesList a {
    min-height: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}
#headerMenuServices .container .dropdown-item {
    font-size: 0.75rem;
}
#headerMenuServices .container .dropdown-menu {
    min-width: auto;
}
#headerMenuServices .container .userMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    font-size: 0.75rem;
    padding: 0;
    line-height: 1.5;
    justify-content: center;
    flex-direction: row;
}
#headerMenuServices .container .userMenu li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    min-height: 2rem;
}
#headerMenuServices .container .userMenu .nav-link {
    padding: 0;
    white-space: nowrap;
    line-height: 1.5;
}
#headerMenuServices .container .userMenu .nav-link#m-account-tab {
    max-width: 20rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
#headerMenuServices .container .userMenu .nav-link#m-account-tab:hover {
    overflow: visible;
    display: contents;
}

#headerMain {
    width: 100%;
    z-index: 1030;
    background-color: white;
    transition: 0.5s;
}
#headerMain.fixed {
    position: fixed;
    top: 0;
}
#headerMain > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    #headerMain > div {
        flex-wrap: wrap;
    }
}
#headerMain > div .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    min-width: 75px;
    width: 75px;
}
@media (min-width: 992px) {
    #headerMain > div .navbar-brand {
        min-width: 90px;
        width: 90px;
    }
}
#headerMain > div .searcher {
    flex: 0 1 100%;
    border-radius: 50px;
    overflow: hidden;
    max-width: none;
    border: 1px solid transparent;
    order: 1;
    margin-top: 0.25rem;
}
@media (min-width: 768px) {
    #headerMain > div .searcher {
        order: 0;
        margin-top: 0;
        margin-left: 0.25rem;
        margin-right: 1rem;
    }
}
#headerMain > div .searcher form {
    width: 100%;
}
#headerMain > div .searcher form .input-group-preappend {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
#headerMain > div .searcher form .input-group-preappend .searchIcon {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    right: auto;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    padding: 0;
    background: transparent;
}
#headerMain > div .searcher form .input-group-preappend .searchIcon:hover {
    background-color: #DFDFDF;
}
#headerMain > div .searcher form .input-group-preappend .searchIcon::before {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    font-size: 25px;
    color: #111;
    content: "\e9e3";
    font-family: "fundament-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
#headerMain > div .searcher form input {
    height: 50px;
    border: none;
    box-shadow: none;
    color: #484848;
    background-color: #F5F5F5;
    padding-right: 55px;
}
#headerMain > div .searcher form input:focus {
    background-color: #ffffff;
}
#headerMain > div .searcher form input::-moz-placeholder {
    color: #484848;
}
#headerMain > div .searcher form input::placeholder {
    color: #484848;
}
#headerMain > div .searcher .input-group-append {
    position: absolute;
    right: 1px;
    height: 98%;
    justify-content: center;
    align-items: center;
}
#headerMain > div .searcher .input-group-append > button {
    background: transparent;
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 10rem;
    color: #111;
}
#headerMain > div .searcher .input-group-append > button .fa-qrcode {
    color: #111;
}
#headerMain > div .searcher .input-group-append .closeIcon,
#headerMain > div .searcher .input-group-append .auto_head_search_button {
    display: none;
    margin-right: 0.5rem;
    background-color: white;
}
#headerMain > div .searcher .input-group-append .closeIcon::before,
#headerMain > div .searcher .input-group-append .auto_head_search_button::before {
    font-size: 0.75rem;
}
#headerMain > div .searcher .input-group-append .closeIcon:hover,
#headerMain > div .searcher .input-group-append .auto_head_search_button:hover {
    background-color: #DFDFDF;
}
#headerMain > div .searcher .input-group-append .search-box-search__divider {
    display: none;
    height: 1.5rem;
    background-color: rgb(var(--colour-neutral-3, 223, 223, 223));
    margin-right: 0.5rem;
    width: 1px;
}
#headerMain > div .searcher .input-group-append #btn-scan-qr {
    position: absolute;
    right: 0.5rem;
}
#headerMain > div .searcher .input-group-append #btn-scan-qr::before {
    font-size: 1.375rem;
    color: #111;
    margin-top: 2px;
}
#headerMain > div .menu-icons__wrapper .menuIcon {
    position: relative;
}
#headerMain > div .menu-icons__wrapper .menuIcon .notification-badge--wrapper {
    position: absolute;
    top: 1.09rem;
    right: 0.25rem;
    pointer-events: none;
}
#headerMain > div .menu-icons__wrapper .menuIcon .notification-badge--wrapper .wc-badge {
    min-height: 1rem;
    min-width: 1rem;
    height: 1rem;
    width: 1rem;
    padding: 0;
    border: none;
}
#headerMain > div .menu-icons__wrapper .menuIcon.my-account .notification-badge--wrapper {
    top: 0.8rem;
    right: 0.45rem;
}
#headerMain > div .menu-icons__wrapper .menuIcon.my-account .wc-badge {
    min-height: 0.6875rem;
    min-width: 0.6875rem;
    height: 0.6875rem;
    width: 0.6875rem;
    border: 3px solid white;
}
#headerMain > div .menu-icons__wrapper .menuIcon #iconFav-lg {
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#headerMain > div .menu-icons__wrapper .menuIcon #iconFav-lg img.orgulloFavoritosBorde {
    max-width: 25px;
}
#headerMain > div .menu-icons__wrapper .menuIcon #iconFav-lg:hover {
    background-color: #DFDFDF;
}
@media (min-width: 992px) {
    #headerMain > div .menu-icons__wrapper .navbar-toggler-cross {
        display: none;
    }
}
#headerMain > div .menu-icons__wrapper .favourites-notification:hover .notification-badge--wrapper .wc-badge,
#headerMain > div .menu-icons__wrapper .shoppingCart:hover .notification-badge--wrapper .wc-badge {
    background-color: #DFDFDF;
}
#headerMain > div .menu-icons__wrapper #link-menu-mobile {
    margin-right: -8px;
}

#headerMainFiller {
    height: 0;
}

#topBanner {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
#topBanner:empty {
    border: 0;
}
#topBanner.hidden {
    opacity: 0;
    pointer-events: none;
}

.breadcrumbContainer {
    background-color: transparent;
    border-bottom-width: 0 !important;
}
@media (max-width: 991.98px) {
    .breadcrumbContainer nav {
        border-top: 0;
        border-bottom: 1px solid #dfdfdf;
    }
}
@media (min-width: 992px) {
    .breadcrumbContainer {
        display: block;
        flex: 1 0 100%;
    }
}
.breadcrumbContainer .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 1rem 1rem 1rem 0;
}
@media (max-width: 767.98px) {
    .breadcrumbContainer .breadcrumb {
        padding: 0.5rem 1rem 0.5rem 0;
    }
}
.breadcrumbContainer .breadcrumb .breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.breadcrumbContainer .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #484848;
    font-family: "fundament-icons";
    content: "\e920";
}
.breadcrumbContainer .breadcrumb .breadcrumb-item > a,
.breadcrumbContainer .breadcrumb .breadcrumb-item > strong {
    font-size: 0.6875rem;
    color: #707070;
}

/* TMP fix plugin image-search */
/* in code fa fa-trash -> fundament-icon-remove-24 */
body .App h1.display-5.mb-0,
body .App h1.heading-l.mb-0,
body .App h1.text--heading-l.mb-0 {
    font-size: 1.75rem;
}

body .actButtons .btn {
    padding: 0;
    margin: 0 0 0 0.5rem;
    font-size: 1rem;
    border: 1px solid;
    height: 40px;
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body .image-search-sidenav .upload_image_button {
    color: #fff;
    background: #0058a3;
    border-color: transparent;
    padding: 0.5rem !important;
    height: auto;
    min-height: 40px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body .image-search-sidenav .upload_image_button:hover, body .image-search-sidenav .upload_image_button:focus {
    background: #004f93;
    border-color: transparent;
    color: #fff;
}
body .image-search-sidenav .upload_image_button:active, body .image-search-sidenav .upload_image_button:focus:active, body .image-search-sidenav .upload_image_button:not(:disabled):not(.disabled):active {
    background: #003e72;
    color: #fff;
    box-shadow: none;
}
body .image-search-sidenav .upload_image_button[disabled=disabled], body .image-search-sidenav .upload_image_button[disabled], body .image-search-sidenav .upload_image_button[disabled=""], body .image-search-sidenav .upload_image_button[disabled=true], body .image-search-sidenav .upload_image_button:disabled {
    background-color: #dfdfdf;
    color: #929292;
    border-color: #dfdfdf;
}
body .image-search-sidenav .upload_image_button[disabled=disabled]:hover, body .image-search-sidenav .upload_image_button[disabled=disabled]:active, body .image-search-sidenav .upload_image_button[disabled=disabled]:focus, body .image-search-sidenav .upload_image_button[disabled=disabled]:active:focus, body .image-search-sidenav .upload_image_button[disabled]:hover, body .image-search-sidenav .upload_image_button[disabled]:active, body .image-search-sidenav .upload_image_button[disabled]:focus, body .image-search-sidenav .upload_image_button[disabled]:active:focus, body .image-search-sidenav .upload_image_button[disabled=""]:hover, body .image-search-sidenav .upload_image_button[disabled=""]:active, body .image-search-sidenav .upload_image_button[disabled=""]:focus, body .image-search-sidenav .upload_image_button[disabled=""]:active:focus, body .image-search-sidenav .upload_image_button[disabled=true]:hover, body .image-search-sidenav .upload_image_button[disabled=true]:active, body .image-search-sidenav .upload_image_button[disabled=true]:focus, body .image-search-sidenav .upload_image_button[disabled=true]:active:focus, body .image-search-sidenav .upload_image_button:disabled:hover, body .image-search-sidenav .upload_image_button:disabled:active, body .image-search-sidenav .upload_image_button:disabled:focus, body .image-search-sidenav .upload_image_button:disabled:active:focus {
    background-color: #dfdfdf;
    color: #929292;
    box-shadow: none;
}
body .image-search-sidenav .upload_image_button .fa, body .image-search-sidenav .upload_image_button .icon {
    margin-left: 0.5rem;
}

.rooms-item {
    margin-right: 30px;
    max-width: 130px;
    display: block;
}
.rooms-item sk-aspect-ratio {
    min-width: 130px;
    max-height: 70px;
    overflow: hidden;
}
.rooms-item sk-aspect-ratio a {
    width: 130px;
    margin-right: 30px;
}
.rooms-item sk-aspect-ratio a img {
    display: block;
    max-height: 70px;
    max-width: 100%;
    margin: 0 auto;
}
.rooms-item .hfbName {
    text-align: center;
    color: #111;
    margin-top: 0.75rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-item {
    margin-right: 30px;
    width: auto !important;
    max-width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.products-item .hfbImage {
    max-height: 70px;
}
.products-item .hfbName {
    text-align: center;
    color: #111;
    margin-top: 0.75rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
}

.new-menu-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: start;
    gap: 3.8rem;
}
.new-menu-panel ul {
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-row-gap: 0.75rem;
    grid-column-gap: 3.8rem;
    grid-auto-flow: column;
    padding: 0;
}
.new-menu-panel ul a {
    max-width: 17.5rem;
    color: #111;
    padding-bottom: 0.75rem;
}

[id^=header-main-mobile] sk-modal-header {
    font-size: 1.125rem;
    padding: 0.75rem;
}
[id^=header-main-mobile] sk-modal-header [id^=sheet-title] {
    font-size: 18px;
}
[id^=header-main-mobile] sk-modal-header .back-button {
    --background: rgb(245,245,245);
}

.fadeInRight {
    animation: fadeInRight 0.3s forwards;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeOutRight {
    animation: fadeOutRight 0.3s forwards;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(20px);
    }
}
#header_searcher_desktop_input {
    padding-left: 55px;
    transition: padding-left 0.3s ease;
}

#header_searcher_desktop_input.padding-reduced {
    padding-left: 24px !important;
    padding-right: 60px;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-20px);
    }
}
.fadeInLeft {
    animation: fadeInLeft 0.3s forwards;
}

.fadeOutLeft {
    animation: fadeOutLeft 0.3s forwards;
}
