@font-face {
  font-family: RobotoCondensed-Regular;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Regular.eot");
  src: url("../fonts/RobotoCondensed-Regular.eot?") format("eot"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
}
@font-face {
  font-family: RobotoCondensed-Bold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Bold.eot");
  src: url("../fonts/RobotoCondensed-Bold.eot?") format("eot"), url("../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.ttf") format("truetype"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
}
@font-face {
  font-family: RobotoCondensed-Light;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Light.eot");
  src: url("../fonts/RobotoCondensed-Light.eot?") format("eot"), url("../fonts/RobotoCondensed-Light.woff") format("woff"), url("../fonts/RobotoCondensed-Light.ttf") format("truetype"), url("../fonts/RobotoCondensed-Light.woff") format("woff");
}
@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?") format("eot"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: Roboto-Black;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?") format("eot"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.woff") format("woff");
}
.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
  padding-left: 60px;
  font: normal 15px "RobotoCondensed-Bold";
  text-align: center;
  background-color: #FFFFFF;
  background-image: none;
}
.alert-success:before,
.alert-warning:before,
.alert-danger:before,
.alert-info:before {
  position: absolute;
  display: flex;
  content: "!";
  width: 50px;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  font: normal 34px "RobotoCondensed-Bold";
  align-items: center;
  justify-content: center;
}

.alert-success {
  color: #0EAF78;
  border: solid 2px #0EAF78;
}
.alert-success:before {
  background-color: #0EAF78;
}

.alert-warning {
  color: #E6A23C;
  border: solid 2px #E6A23C;
}
.alert-warning:before {
  background-color: #E6A23C;
}

.alert-danger {
  color: #DE5D6C;
  border: solid 2px #DE5D6C;
}
.alert-danger:before {
  background-color: #DE5D6C;
}

.alert-info {
  color: #0d6efd;
  border: solid 2px #0d6efd;
}
.alert-info:before {
  background-color: #0d6efd;
}

@keyframes skeleton-load {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
#sc-topo {
  position: sticky;
  z-index: 2000;
  width: auto;
  top: 0px;
  left: 0px;
  margin: 0px -15px;
}

.hint-search {
  position: absolute;
  background-color: #FFFFFF;
  border: solid 1px #EEEEEE;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  top: 100%;
  width: 100%;
  /*max-width: 400px;*/
  padding: 20px;
  z-index: 1000;
  left: 0;
  pointer-events: none;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.hint-search ul {
  padding: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 247px);
  gap: 10px;
}
.hint-search ul li {
  display: block;
  width: 100%;
}
.hint-search ul li a {
  display: flex;
  align-items: stretch;
  align-content: flex-start;
}
.hint-search ul li .foto {
  background: url(../img/icon-img.png) center no-repeat;
  background-size: 22px;
  height: 66px;
  width: 52px;
  position: relative;
  border: 1px solid #EFEFEF;
}
.hint-search ul li .foto .img {
  aspect-ratio: 50 / 64;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.hint-search ul li .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 62px);
  gap: 8px;
  padding-left: 12px;
}
.hint-search ul li .description .vlTitulo {
  display: block;
  margin: 0px;
  color: #565656;
  font: normal 13px "RobotoCondensed-Regular";
  line-height: 16px;
  letter-spacing: 0.02em;
}
.hint-search ul li .description .vlItem {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 14px "RobotoCondensed-Bold";
  line-height: 17px;
}
.hint-search .total-produtos {
  display: block;
  margin: 20px 0px;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  text-align: center;
}
.hint-search .btn-hint {
  outline: 0px;
  display: block;
  width: 100%;
  padding: 10px;
  color: #222B65;
  font: normal 12px "RobotoCondensed-Bold";
  line-height: 15px;
  letter-spacing: 0.02em;
  text-align: center;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.hint-search .btn-hint:hover, .hint-search .btn-hint:focus {
  text-decoration: underline;
}
.hint-search.visible {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}

#he-topo {
  display: block;
  background: #FFFFFF;
  border-bottom: solid 1px #E5E5E5;
}
#he-topo .bar-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #222B65;
}
#he-topo .bar-top .bar-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1800px;
  padding: 8px 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #he-topo .bar-top .bar-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#he-topo .bar-top .bar-content .text {
  display: block;
  margin: 0px;
  color: #FFFFFF;
  font: normal 15px "RobotoCondensed-Regular";
  line-height: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  #he-topo .bar-top .bar-content .text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 575px) {
  #he-topo .bar-top .bar-content .text {
    font-size: 11px;
  }
}
#he-topo .bar-top .bar-content .divider {
  display: flex;
  width: 1px;
  height: 15px;
  margin: 0px 15px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  #he-topo .bar-top .bar-content .divider {
    margin: 0px 10px;
  }
}
#he-topo .conteudo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0px 30px;
}
@media (max-width: 1360px) {
  #he-topo .conteudo {
    gap: 15px;
  }
}
#he-topo .conteudo .logo-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 767px) {
  #he-topo .conteudo .logo-content {
    gap: 15px;
  }
}
#he-topo .conteudo .logo-content .ctrl-menu {
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  #he-topo .conteudo .logo-content .ctrl-menu {
    display: none;
  }
}
#he-topo .conteudo .logo-content .ctrl-menu .icon {
  width: 24px;
}
#he-topo .conteudo .logo-content .logo {
  display: block;
  outline: 0px;
  width: 100%;
  max-width: 197px;
  padding-top: 16px;
  padding-bottom: 16px;
}
#he-topo .conteudo .logo-content .logo img {
  display: block;
  width: 100%;
}
#he-topo .conteudo .col-perfil {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  gap: 24px;
}
@media (max-width: 575px) {
  #he-topo .conteudo .col-perfil {
    gap: 15px;
  }
}
#he-topo .conteudo .col-perfil .item {
  padding-top: 10px;
  padding-bottom: 10px;
}
#he-topo .conteudo .col-perfil .pesquisa {
  display: block;
  width: auto;
}
#he-topo .conteudo .col-perfil .pesquisa .ctrl-search {
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  #he-topo .conteudo .col-perfil .pesquisa .ctrl-search {
    display: none;
  }
}
#he-topo .conteudo .col-perfil .minha-conta {
  position: relative;
  display: block;
  width: auto;
}
#he-topo .conteudo .col-perfil .minha-conta .btn-perfil {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  outline: 0px;
  gap: 13px;
}
#he-topo .conteudo .col-perfil .minha-conta .btn-perfil .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#he-topo .conteudo .col-perfil .minha-conta .btn-perfil .person-name {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 14px "Roboto-Medium";
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1480px) {
  #he-topo .conteudo .col-perfil .minha-conta .btn-perfil .person-name {
    display: none;
  }
}
#he-topo .conteudo .col-perfil .minha-conta .btn-perfil .person-name.logged-in {
  max-width: 100px;
}
#he-topo .conteudo .col-perfil .minha-conta .opcoes {
  position: absolute;
  display: block;
  width: 266px;
  top: 100%;
  left: 50%;
  padding: 40px;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
@media (max-width: 1480px) {
  #he-topo .conteudo .col-perfil .minha-conta .opcoes {
    width: 190px;
    padding: 30px 20px;
  }
}
#he-topo .conteudo .col-perfil .minha-conta .opcoes .opt {
  display: block;
  outline: 0px;
  margin-bottom: 12px;
  color: #000000;
  font: normal 14px "Roboto-Medium";
  line-height: 16px;
}
#he-topo .conteudo .col-perfil .minha-conta .opcoes .opt.sair {
  color: #EA042A;
}
#he-topo .conteudo .col-perfil .minha-conta .opcoes .opt:last-of-type {
  margin-bottom: 0px;
}
#he-topo .conteudo .col-perfil .minha-conta:hover .opcoes, #he-topo .conteudo .col-perfil .minha-conta.ativo .opcoes {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#he-topo .conteudo .col-perfil .lista-desejo {
  display: block;
  width: auto;
}
#he-topo .conteudo .col-perfil .lista-desejo .btn-lista-desejo {
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#he-topo .conteudo .col-perfil .meu-carrinho {
  display: block;
  width: auto;
}
#he-topo .conteudo .col-perfil .meu-carrinho a {
  position: relative;
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#he-topo .conteudo .col-perfil .meu-carrinho a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#he-topo .conteudo .col-perfil .meu-carrinho a .qtd {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  right: -9px;
  bottom: -9px;
  color: #FFFFFF;
  font: normal 12px "RobotoCondensed-Bold";
  line-height: 15px;
  border-radius: 100%;
  background-color: #222B65;
}
#he-topo .conteudo .col-perfil .meu-carrinho a .loader {
  display: none;
}

#he-nav-topo {
  /*position: relative;*/
  display: none;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: auto;
}
@media (min-width: 768px) {
  #he-nav-topo {
    display: flex;
  }
}
#he-nav-topo nav {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
#he-nav-topo nav .container-nivel {
  display: flex;
  margin: 0px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#he-nav-topo nav .container-nivel .li-1 {
  display: block;
  width: auto;
  border: none;
  background-color: transparent;
}
#he-nav-topo nav .container-nivel .li-1 > a {
  display: block;
  outline: 0px;
  width: auto;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  line-height: 18px;
  text-align: center;
  padding: 26px 18px;
  margin: 0px;
}
#he-nav-topo nav .container-nivel .li-1.sub-nivel:hover > a, #he-nav-topo nav .container-nivel .li-1.sub-nivel:focus > a {
  color: #222B65;
  text-decoration: underline;
}
#he-nav-topo nav .container-nivel .li-1 .ul-2 {
  position: absolute;
  z-index: 110;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  top: calc(100% + 1px);
  left: 0px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background-color: #FFFFFF;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
#he-nav-topo nav .container-nivel .li-1 .ul-2 .ul-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  gap: 20px 120px;
  margin: 0 auto;
  padding: 50px 15px;
}
#he-nav-topo nav .container-nivel .li-1 .ul-2 .li-2 {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  margin: 0px;
  gap: 12px;
}
#he-nav-topo nav .container-nivel .li-1 .ul-2 .li-2 .url-2 {
  display: block;
  outline: 0px;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  line-height: 18px;
}
#he-nav-topo nav .container-nivel .li-1 .ul-2 .li-2 .url-2:hover, #he-nav-topo nav .container-nivel .li-1 .ul-2 .li-2 .url-2:focus {
  text-decoration: underline;
}
#he-nav-topo nav .container-nivel .li-1 .ul-2 .li-2 .ul-3 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  gap: 10px;
}
#he-nav-topo nav .container-nivel .li-1 .ul-2 .li-2 .ul-3 .li-3 {
  display: block;
  width: 100%;
}
#he-nav-topo nav .container-nivel .li-1 .ul-2 .li-2 .ul-3 .li-3 a {
  outline: 0px;
  display: block;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  line-height: 18px;
}
#he-nav-topo nav .container-nivel .li-1 .ul-2 .li-2 .ul-3 .li-3 a:hover, #he-nav-topo nav .container-nivel .li-1 .ul-2 .li-2 .ul-3 .li-3 a:focus {
  text-decoration: underline;
}
#he-nav-topo nav .container-nivel .li-1.open > .ul-2 {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  transition: opacity 0.3s linear;
  -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.2);
}
#he-nav-topo nav .container-nivel .li-1:hover .ul-2, #he-nav-topo nav .container-nivel .li-1:focus .ul-2 {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  transition: opacity 0.3s linear;
  -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.2);
}
#he-nav-topo .pesquise {
  position: relative;
  display: none;
  width: 100%;
  max-width: 438px;
}
@media (min-width: 768px) {
  #he-nav-topo .pesquise {
    display: block;
  }
}
#he-nav-topo .pesquise #he-search {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 13px;
  padding-right: 13px;
  background-color: #F5F5F5;
  border-radius: 3px;
}
#he-nav-topo .pesquise #he-search .he-bt-search {
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
}
#he-nav-topo .pesquise #he-search .he-input-search {
  outline: 0px;
  display: block;
  width: calc(100% - 24px);
  padding: 10px 0px;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  line-height: 18px;
  letter-spacing: 0.02em;
  text-indent: 11px;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
#he-nav-topo .pesquise .hint-search {
  left: 0px;
  right: auto;
}

#he-itens {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
#he-itens .box-overlay {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
#he-itens .box-itens {
  background-color: #FFFFFF;
  border: none;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0px;
  top: 0px;
  z-index: 130;
  width: 100%;
  height: 100%;
  max-width: 590px;
  font-size: 12px;
}
#he-itens .box-itens .box-itens-header {
  display: block;
  width: 100%;
}
#he-itens .box-itens .box-itens-header .box-titulo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 35px 45px;
}
@media (max-width: 575px) {
  #he-itens .box-itens .box-itens-header .box-titulo {
    padding: 20px 15px;
  }
}
#he-itens .box-itens .box-itens-header .box-titulo .titulo {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: flex-start;
}
#he-itens .box-itens .box-itens-header .box-titulo .titulo p {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  line-height: 18px;
}
#he-itens .box-itens .box-itens-header .box-titulo .titulo p.ref-qtde {
  display: block;
  margin: 0px;
  margin-left: 5px;
  color: #000000;
  font: normal 12px "RobotoCondensed-Regular";
  line-height: 18px;
}
#he-itens .box-itens .box-itens-header .box-titulo .box-itens-close {
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#he-itens .box-itens .lista {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  flex-grow: 1;
  height: auto;
  padding: 0px 45px;
}
@media (max-width: 575px) {
  #he-itens .box-itens .lista {
    padding: 0px 15px;
  }
}
#he-itens .box-itens .lista .lista-itens {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 6px;
}
#he-itens .box-itens .lista .lista-itens .item {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 3px;
  border: solid 1px #EEEEEE;
}
#he-itens .box-itens .lista .lista-itens .item .img {
  display: block;
  width: 80px;
  height: 102px;
  border-right: 1px solid #EEEEEE;
}
#he-itens .box-itens .lista .lista-itens .item .img img {
  aspect-ratio: 79 / 102;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#he-itens .box-itens .lista .lista-itens .item .info {
  display: flex;
  flex-direction: column;
  width: calc(100% - 80px);
  color: #000000;
  text-align: left;
  padding: 5px 16px;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .title-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .title-content .prod-titulo {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 13px "RobotoCondensed-Regular";
  line-height: 16px;
  letter-spacing: 0.02em;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .title-content .prod-preco {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 14px "RobotoCondensed-Bold";
  line-height: 17px;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .control-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 30px;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .control-options .product-hook, #he-itens .box-itens .lista .lista-itens .item .info .conteudo .control-options .item-remover, #he-itens .box-itens .lista .lista-itens .item .info .conteudo .control-options .item-remover-pack {
  display: flex;
  align-items: center;
  gap: 10px;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .control-options .product-hook span, #he-itens .box-itens .lista .lista-itens .item .info .conteudo .control-options .item-remover span, #he-itens .box-itens .lista .lista-itens .item .info .conteudo .control-options .item-remover-pack span {
  display: block;
  margin: 0px;
  color: #9A9A9A;
  font: normal 13px "RobotoCondensed-Regular";
  line-height: 16px;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .dados {
  display: block;
  width: 100%;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .dados .prod-sku {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .dados .prod-sku .box-cor, #he-itens .box-itens .lista .lista-itens .item .info .conteudo .dados .prod-sku .box-tam {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .dados .prod-sku .box-cor .box-titulo, #he-itens .box-itens .lista .lista-itens .item .info .conteudo .dados .prod-sku .box-tam .box-titulo {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 12px "RobotoCondensed-Regular";
  line-height: 15px;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .dados .prod-sku .box-cor span, #he-itens .box-itens .lista .lista-itens .item .info .conteudo .dados .prod-sku .box-tam span {
  display: block;
  margin: 0px;
  color: #9A9A9A;
  font: normal 12px "Roboto-Medium";
  line-height: 15px;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .box-qtd {
  display: block;
  width: 100%;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .box-qtd .prod-qtd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .box-qtd .prod-qtd span {
  margin: 0px 5px;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  line-height: 18px;
  text-align: center;
}
#he-itens .box-itens .lista .lista-itens .item .info .conteudo .box-qtd .prod-qtd .add, #he-itens .box-itens .lista .lista-itens .item .info .conteudo .box-qtd .prod-qtd .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #DEDEDE;
}
#he-itens .box-itens .lista .lista-itens .item-pack .prd-info p {
  text-decoration: underline;
}
#he-itens .box-itens .lista .lista-vazia {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  align-items: center;
  justify-content: center;
}
#he-itens .box-itens .lista .lista-vazia .msg-carrinho-vazio {
  display: block;
  width: 100%;
}
#he-itens .box-itens .lista .lista-vazia .msg-carrinho-vazio:before {
  display: block;
  content: "";
  width: 173px;
  height: 178px;
  margin: 0 auto;
  margin-bottom: 15px;
  background-image: url(../img/shopping-bag-empty.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#he-itens .box-itens .lista .lista-vazia .msg-carrinho-vazio p {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 14px "RobotoCondensed-Regular";
  text-align: center;
}
#he-itens .box-itens .box-itens-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 45px;
  gap: 15px;
}
@media (max-width: 575px) {
  #he-itens .box-itens .box-itens-footer {
    padding: 20px 15px;
  }
}
#he-itens .box-itens .box-itens-footer .valores {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
#he-itens .box-itens .box-itens-footer .valores .cupom-subtotal, #he-itens .box-itens .box-itens-footer .valores .prod-subtotal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#he-itens .box-itens .box-itens-footer .valores .cupom-subtotal .txt-subtotal, #he-itens .box-itens .box-itens-footer .valores .prod-subtotal .txt-subtotal {
  display: block;
  margin: 0px;
  margin-right: 10px;
  color: #000000;
  font: normal 18px "RobotoCondensed-Regular";
  line-height: 22px;
}
#he-itens .box-itens .box-itens-footer .valores .cupom-subtotal .vl-subtotal, #he-itens .box-itens .box-itens-footer .valores .prod-subtotal .vl-subtotal {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 22px "RobotoCondensed-Bold";
  line-height: 26px;
}
#he-itens .box-itens .box-itens-footer .rodape {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#he-itens .box-itens .box-itens-footer .rodape .btn-continuar {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0px;
  width: 100%;
  max-width: 300px;
  padding: 13px 10px;
  color: #FFFFFF;
  font: normal 13px "RobotoCondensed-Bold";
  line-height: 16px;
  text-align: center;
  border-radius: 3px;
  background-color: #222B65;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#he-itens .box-itens .box-itens-footer .rodape .btn-continuar:hover, #he-itens .box-itens .box-itens-footer .rodape .btn-continuar:focus {
  color: #FFFFFF;
  background-color: #0EAF78;
}
#he-itens .box-itens .box-itens-footer .rodape .btn-finalizar-pedido {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0px;
  width: 100%;
  max-width: 300px;
  padding: 13px 10px;
  color: #FFFFFF;
  font: normal 13px "RobotoCondensed-Bold";
  line-height: 16px;
  text-align: center;
  border-radius: 3px;
  background-color: #222B65;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#he-itens .box-itens .box-itens-footer .rodape .btn-finalizar-pedido:hover, #he-itens .box-itens .box-itens-footer .rodape .btn-finalizar-pedido:focus {
  color: #FFFFFF;
  background-color: #0EAF78;
}
#he-itens.ativo {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  transition: opacity 0.3s linear;
}

#he-menu {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
#he-menu .box-overlay {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
#he-menu .box-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0px;
  top: 0px;
  z-index: 130;
  width: 100%;
  height: 100%;
  max-width: 375px;
  font-size: 12px;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
#he-menu .box-menu .box-menu-header {
  display: block;
  width: 100%;
}
#he-menu .box-menu .box-menu-header .titulo {
  display: flex;
  width: 100%;
  padding: 35px 45px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 370px) {
  #he-menu .box-menu .box-menu-header .titulo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#he-menu .box-menu .box-menu-header .titulo p {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  line-height: 18px;
}
#he-menu .box-menu .box-menu-header .titulo .box-close {
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#he-menu .box-menu .box-menu-header .mobile-busca {
  position: relative;
  display: block;
  width: 100%;
}
#he-menu .box-menu .box-menu-header .mobile-busca .he-search {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0px 20px;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  border-top: solid 1px #E5E5E5;
}
#he-menu .box-menu .box-menu-header .mobile-busca .he-search .he-input-search {
  display: block;
  width: calc(100% - 20px);
  padding: 15px 10px;
  border: none;
  box-shadow: none;
  color: #5F5F5F;
  font: normal 15px "RobotoCondensed-Regular";
  background-color: transparent;
}
#he-menu .box-menu .box-menu-header .mobile-busca .he-search .he-bt-search {
  display: inline-block;
  background-image: url(../img/sprite.png);
  display: block;
  width: 23px;
  height: 23px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-position: -8px -53px;
}
#he-menu .box-menu .box-menu-header .mobile-busca .hint-search {
  width: 100%;
  height: calc(100vh - 119px);
}
#he-menu .box-menu .box-content {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  width: 100%;
  height: auto;
}
#he-menu .box-menu .box-content .opcoes {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  padding: 0px 45px;
}
@media (max-width: 370px) {
  #he-menu .box-menu .box-content .opcoes {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#he-menu .box-menu .box-content .opcoes .item {
  display: block;
  outline: 0px;
  padding: 15px 0px;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  line-height: 18px;
  border-bottom: solid 1px #E5E5E5;
}
#he-menu .box-menu .box-content .menu {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  gap: 15px;
  padding: 15px 45px;
}
@media (max-width: 370px) {
  #he-menu .box-menu .box-content .menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#he-menu .box-menu .box-content .box-login {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
}
#he-menu .box-menu .box-content .box-login .item {
  display: block;
  outline: 0px;
  width: 50%;
  padding: 15px 10px;
  color: #000000;
  font: normal 13px "RobotoCondensed-Regular";
  text-align: center;
}
#he-menu .box-menu .box-content .box-login .item:first-of-type {
  border-right: solid 1px #E5E5E5;
}
#he-menu.ativo {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  transition: opacity 0.3s linear;
}

#he-desejo {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
#he-desejo .box-overlay {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
#he-desejo .box-section {
  background-color: #FFFFFF;
  border: none;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 130;
  width: 100%;
  height: 100%;
  max-width: 375px;
  font-size: 12px;
}
#he-desejo .box-section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 35px 45px;
}
@media (max-width: 575px) {
  #he-desejo .box-section .section-header {
    padding: 20px 15px;
  }
}
#he-desejo .box-section .section-header p {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  line-height: 18px;
}
#he-desejo .box-section .section-header .btn-close {
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#he-desejo .box-section .lista {
  position: relative;
  overflow-y: auto;
  display: block;
  width: 100%;
  flex-grow: 1;
}
#he-desejo .box-section .lista .lista-loading {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
}
#he-desejo .box-section .lista .lista-loading img {
  display: block;
  width: 100%;
  max-width: 30px;
}
#he-desejo .box-section .lista .lista-itens {
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px 45px;
  height: 100%;
  gap: 10px;
}
@media (max-width: 575px) {
  #he-desejo .box-section .lista .lista-itens {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#he-desejo .box-section .lista .lista-itens .item {
  display: flex;
  width: 100%;
}
#he-desejo .box-section .lista .lista-itens .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0px;
  width: 52px;
  height: 66px;
  border: solid 1px #EFEFEF;
}
#he-desejo .box-section .lista .lista-itens .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#he-desejo .box-section .lista .lista-itens .item .info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 52px);
  padding-left: 12px;
}
#he-desejo .box-section .lista .lista-itens .item .info .conteudo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: 0px;
  width: calc(100% - 42px);
  height: 100%;
  padding-right: 10px;
}
#he-desejo .box-section .lista .lista-itens .item .info .conteudo .prod-titulo {
  display: block;
  margin: 0px;
  margin-bottom: 8px;
  color: #000000;
  font: normal 13px "RobotoCondensed-Regular";
  line-height: 16px;
  letter-spacing: 0.02em;
}
#he-desejo .box-section .lista .lista-itens .item .info .conteudo .prod-referencia {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 14px "RobotoCondensed-Bold";
  line-height: 17px;
}
#he-desejo .box-section .lista .lista-itens .item .info .item-remover, #he-desejo .box-section .lista .lista-itens .item .info .item-remover-pack {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  outline: 0px;
  width: 42px;
  height: 100%;
}
#he-desejo .box-section .lista .lista-itens .item .info .item-remover .icon, #he-desejo .box-section .lista .lista-itens .item .info .item-remover-pack .icon {
  width: 15px;
  stroke: #9A9A9A;
}
#he-desejo .box-section .lista .lista-vazia {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 15px;
  align-items: center;
  justify-content: center;
}
#he-desejo .box-section .lista .lista-vazia .msgLista {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 12px "RobotoCondensed-Bold";
  text-align: center;
}
#he-desejo .box-section .lista .lista-vazia .msgLista:before {
  display: block;
  content: "";
  width: 173px;
  height: 178px;
  margin: 0 auto;
  margin-bottom: 15px;
  background-image: url(../img/shopping-bag-empty.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#he-desejo .box-section .section-rodape {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 30px 45px;
  gap: 10px;
}
@media (max-width: 575px) {
  #he-desejo .box-section .section-rodape {
    padding: 20px 15px;
  }
}
#he-desejo .box-section .section-rodape .btn-remover, #he-desejo .box-section .section-rodape .btn-cadastro, #he-desejo .box-section .section-rodape .btn-login, #he-desejo .box-section .section-rodape .btn-pedido-add {
  display: block;
  outline: 0px;
  width: 100%;
  color: #FFFFFF;
  font: normal 13px "RobotoCondensed-Bold";
  line-height: 16px;
  text-align: center;
  padding: 13px 10px;
  border: 1px solid #222B65;
  border-radius: 3px;
  background-color: #222B65;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#he-desejo .box-section .section-rodape .btn-remover:hover, #he-desejo .box-section .section-rodape .btn-cadastro:hover, #he-desejo .box-section .section-rodape .btn-login:hover, #he-desejo .box-section .section-rodape .btn-pedido-add:hover {
  color: #FFFFFF;
  border-color: #0EAF78;
  background-color: #0EAF78;
}
#he-desejo .box-section .section-rodape .btn-cadastro, #he-desejo .box-section .section-rodape .btn-pedido-add {
  color: #222B65;
  background-color: #FFFFFF;
}
#he-desejo.ativo {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  transition: opacity 0.3s linear;
}

#sidebar-add-pedido-by-favoritos {
  background-color: #FFFFFF;
  border: none;
  bottom: 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  max-width: 375px;
  position: fixed;
  right: 0px;
  width: 100%;
  top: 0;
  z-index: 2000;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
#sidebar-add-pedido-by-favoritos.active {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#sidebar-add-pedido-by-favoritos .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 35px 45px;
}
@media (max-width: 575px) {
  #sidebar-add-pedido-by-favoritos .header {
    padding: 20px 15px;
  }
}
#sidebar-add-pedido-by-favoritos .header h2 {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  line-height: 18px;
}
#sidebar-add-pedido-by-favoritos .header .btn-close {
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#sidebar-add-pedido-by-favoritos .body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 0px 45px;
}
@media (max-width: 575px) {
  #sidebar-add-pedido-by-favoritos .body {
    padding: 0px 15px;
  }
}
#sidebar-add-pedido-by-favoritos .body .form-group {
  margin-bottom: 20px;
}
#sidebar-add-pedido-by-favoritos .body .form-group label {
  display: block;
  margin: 0px;
  margin-bottom: 10px;
  color: #000000;
  font: normal 15px "RobotoCondensed-Bold";
}
#sidebar-add-pedido-by-favoritos .body .form-group .form-control {
  display: block;
  outline: 0px;
  width: 100%;
  height: auto;
  padding: 15px 10px;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  border: solid 1px #E5E5E5;
  border-radius: 0px;
  box-shadow: none;
}
#sidebar-add-pedido-by-favoritos .body .form-group:last-of-type {
  margin-bottom: 0px;
}
#sidebar-add-pedido-by-favoritos .footer {
  display: block;
  width: 100%;
  padding: 30px 45px;
}
@media (max-width: 575px) {
  #sidebar-add-pedido-by-favoritos .footer {
    padding: 20px 15px;
  }
}
#sidebar-add-pedido-by-favoritos .footer .btn-add-pedido-escolha {
  display: block;
  outline: 0px;
  width: 100%;
  padding: 13px 10px;
  color: #FFFFFF;
  font: normal 13px "RobotoCondensed-Bold";
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #222B65;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#sidebar-add-pedido-by-favoritos .footer .btn-add-pedido-escolha:hover, #sidebar-add-pedido-by-favoritos .footer .btn-add-pedido-escolha:focus {
  border-color: #0EAF78;
  background-color: #0EAF78;
}

#mod-search {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
#mod-search .box-overlay {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
#mod-search .box-content {
  display: block;
  position: absolute;
  z-index: 130;
  width: 100%;
  max-width: 615px;
  top: 43px;
  left: 50%;
  padding: 0px 15px;
  transform: translateX(-50%);
  font-size: 12px;
}
#mod-search .box-content .mobile-busca {
  position: relative;
  display: block;
  width: 100%;
}
#mod-search .box-content .mobile-busca .he-search {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0px 15px;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  border-radius: 3px;
}
#mod-search .box-content .mobile-busca .he-search .he-bt-search {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0px;
  width: 24px;
  height: 24px;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
#mod-search .box-content .mobile-busca .he-search .he-input-search {
  flex-grow: 1;
  display: block;
  outline: 0px;
  width: auto;
  padding: 15px 10px;
  border: none;
  box-shadow: none;
  color: #000000;
  font: normal 15px "RobotoCondensed-Regular";
  line-height: 18px;
  letter-spacing: 0.03rem;
  background-color: transparent;
}
#mod-search .box-content .mobile-busca .he-search .ctrl-mod {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0px;
  width: 24px;
  height: 24px;
}
#mod-search .box-content .mobile-busca .hint-search {
  width: 100%;
  height: calc(100vh - 173px);
}
#mod-search.ativo {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  transition: opacity 0.3s linear;
}
