:root {
  --cor_primaria: #005b71 !important;
  --cor_secundaria: #005b71 !important;

  --cor_botao: #005b71 !important;
  --cor_botao_hover: #007b8f !important;

  --cor_texto_botao: #fff !important;
  --cor_texto_botao_hover: #fff !important;

  --cor_botao_comprar: #005b71 !important;

  --pre_cabecalho: #e7b329 !important;
  --cor_texto_pre_cabecalho: #fff !important;

  --cor_cabecalho: #ffffff !important;

  --cor_icones: #005b71 !important;
  --cor_icones_hover: #007b8f !important;

  --cor_texto_icones: #1b1b1b !important;

  --cor_menu: #005b71 !important;
  --cor_texto_menu: #fff !important;

  --cor_newsletter: #00424f !important;
  --cor_footer: #00424f !important;
  --cor_texto_footer: #fff !important;

  --cor_tag_frete_gratis: #e7b329 !important;

  --texto_global: #1b1b1b !important;
  --texto_background: #f9f9f9 !important;
}

/* PLUGOO AJUSTES */

.menu.superior .all-menu ul.nivel-dois li:hover ul.nivel-dois {
  position: sticky;
  margin-top: 5px;
}

.menu.superior .nivel-um > li:hover .nivel-dois {
  overflow-y: scroll;
}

/* FIM PLUGOO AJUSTES */

/* =========================================================
   REMOVER DUPLICADOS DO MENU
   ========================================================= */

/* DESKTOP */
.menu.superior .nivel-um > li:first-child .nivel-dois a[href*="calcados-de-protecao"],
.menu.superior .nivel-um > li:first-child .nivel-dois a[href*="protecao-das-maos-luvas-de-seguranca"],
.menu.superior .nivel-um > li:first-child .nivel-dois a[href*="protecao-para-cabeca-capacetes-de-seguranca"],
.menu.superior .nivel-um > li:first-child .nivel-dois a[href*="protecao-respiratoria-mascaras-respiradores-filtros"],
.menu.superior .nivel-um > li:first-child .nivel-dois a[href*="protecao-auditiva-protetores-auriculares-conchas"],
.menu.superior .nivel-um > li:first-child .nivel-dois a[href*="protecao-facial-viseiras-protetores-mascaras"],
.menu.superior .nivel-um > li:first-child .nivel-dois a[href*="protecao-da-pele-cremes-locoes-protetores"],
.menu.superior .nivel-um > li:first-child .nivel-dois a[href*="trabalho-em-altura-cintos-talabartes-epi"],
.menu.superior .nivel-um > li:first-child .nivel-dois a[href*="vestimentas-de-protecao-com-ca"] {
  display: none !important;
}

/* Remove o <li> inteiro quando suportado */
@supports(selector(:has(*))) {
  .menu.superior .nivel-um > li:first-child .nivel-dois li:has(> a[href*="calcados-de-protecao"]),
  .menu.superior .nivel-um > li:first-child .nivel-dois li:has(> a[href*="protecao-das-maos-luvas-de-seguranca"]),
  .menu.superior .nivel-um > li:first-child .nivel-dois li:has(> a[href*="protecao-para-cabeca-capacetes-de-seguranca"]),
  .menu.superior .nivel-um > li:first-child .nivel-dois li:has(> a[href*="protecao-respiratoria-mascaras-respiradores-filtros"]),
  .menu.superior .nivel-um > li:first-child .nivel-dois li:has(> a[href*="protecao-auditiva-protetores-auriculares-conchas"]),
  .menu.superior .nivel-um > li:first-child .nivel-dois li:has(> a[href*="protecao-facial-viseiras-protetores-mascaras"]),
  .menu.superior .nivel-um > li:first-child .nivel-dois li:has(> a[href*="protecao-da-pele-cremes-locoes-protetores"]),
  .menu.superior .nivel-um > li:first-child .nivel-dois li:has(> a[href*="trabalho-em-altura-cintos-talabartes-epi"]),
  .menu.superior .nivel-um > li:first-child .nivel-dois li:has(> a[href*="vestimentas-de-protecao-com-ca"]) {
    display: none !important;
  }
}

/* MOBILE */
:is(nav.lrMenu.visible-phone, .lrMenuBox, #box-slide) a[href*="calcados-de-protecao"],
:is(nav.lrMenu.visible-phone, .lrMenuBox, #box-slide) a[href*="protecao-das-maos-luvas-de-seguranca"],
:is(nav.lrMenu.visible-phone, .lrMenuBox, #box-slide) a[href*="protecao-para-cabeca-capacetes-de-seguranca"],
:is(nav.lrMenu.visible-phone, .lrMenuBox, #box-slide) a[href*="protecao-respiratoria-mascaras-respiradores-filtros"],
:is(nav.lrMenu.visible-phone, .lrMenuBox, #box-slide) a[href*="protecao-auditiva-protetores-auriculares-conchas"],
:is(nav.lrMenu.visible-phone, .lrMenuBox, #box-slide) a[href*="protecao-facial-viseiras-protetores-mascaras"],
:is(nav.lrMenu.visible-phone, .lrMenuBox, #box-slide) a[href*="protecao-da-pele-cremes-locoes-protetores"],
:is(nav.lrMenu.visible-phone, .lrMenuBox, #box-slide) a[href*="trabalho-em-altura-cintos-talabartes-epi"],
:is(nav.lrMenu.visible-phone, .lrMenuBox, #box-slide) a[href*="vestimentas-de-protecao-com-ca"] {
  display: none !important;
  .carrinho>a span.titulo {
    display: none !important;
}
}