@font-face {
  font-family: Poppins-Regular;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?") format("eot"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts-old/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: Poppins-Bold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?") format("eot"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts-old/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: Poppins-Light;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?") format("eot"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts-old/Poppins-Light.woff") format("woff");
}
@font-face {
  font-family: Poppins-Medium;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?") format("eot"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts-old/Poppins-Medium.woff") format("woff");
}
@font-face {
  font-family: Poppins-Black;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Poppins-Black.eot");
  src: url("../fonts/Poppins-Black.eot?") format("eot"), url("../fonts/Poppins-Black.woff") format("woff"), url("../fonts/Poppins-Black.ttf") format("truetype"), url("../fonts-old/Poppins-Black.woff") format("woff");
}
@font-face {
  font-family: Helvetica-Normal;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Helvetica-Normal.eot");
  src: url("../fonts/Helvetica-Normal.eot?") format("eot"), url("../fonts/Helvetica-Normal.woff") format("woff"), url("../fonts/Helvetica-Normal.ttf") format("truetype"), url("../fonts-old/Helvetica-Normal.woff") format("woff");
}
@font-face {
  font-family: Helvetica-Black;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Helvetica-Black.eot");
  src: url("../fonts/Helvetica-Black.eot?") format("eot"), url("../fonts/Helvetica-Black.woff") format("woff"), url("../fonts/Helvetica-Black.ttf") format("truetype"), url("../fonts-old/Helvetica-Black.woff") format("woff");
}
/*
%sprite {
    display: inline-block;
    background-image: url(../img/sprite.png);
}*/
.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
  padding-left: 60px;
  font: normal 15px "Poppins-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 "Poppins-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;
}

html.menu,
html.carrinho {
  height: 100vh;
  overflow: hidden;
}
html.menu #onesignal-bell-container,
html.carrinho #onesignal-bell-container {
  display: none;
}

html.menu #he-mobile .principal .mobile-menu .icone-menu {
  background-position: -16px -442px;
}

html.carrinho #he-mobile .carrinho {
  right: 0;
}

#sc-topo {
  position: fixed;
  z-index: 2000;
  width: 100%;
  top: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

#he-login {
  display: none;
}

#he-mobile {
  display: none;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #EEE;
  background-color: #FFF;
}
@media (max-width: 991px) {
  #he-mobile {
    display: block;
  }
}
#he-mobile .conteudo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#he-mobile .conteudo .controle-menu {
  display: block;
  outline: 0px;
  padding: 10px;
}
#he-mobile .conteudo .controle-menu:before {
  display: inline-block;
  background-image: url(../img/sprite.png);
  display: block;
  content: "";
  width: 16px;
  height: 11px;
  background-position: -14px -13px;
}
#he-mobile .conteudo .logo {
  display: block;
  outline: 0px;
  width: 100%;
  max-width: 125px;
}
#he-mobile .conteudo .logo img {
  display: block;
  width: 100%;
}
#he-mobile .conteudo .controle-carrinho {
  position: relative;
  display: block;
  padding: 10px 0px;
  outline: 0px;
  margin-right: 15px;
}
#he-mobile .conteudo .controle-carrinho:before {
  display: block;
  content: "";
  width: 20px;
  height: 24px;
  background-image: url(../img/bag-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#he-mobile .conteudo .controle-carrinho:after {
  position: absolute;
  display: none;
  z-index: 1000;
  content: "";
  width: 20px;
  height: 20px;
  bottom: -10px;
  right: calc(50% - 10px);
  background-color: #FFFFFF;
  transform: rotate(45deg);
}
#he-mobile .conteudo .controle-carrinho .qtd {
  position: absolute;
  display: flex;
  width: 20px;
  height: 20px;
  top: 50%;
  right: -15px;
  padding-top: 2px;
  color: #4A4A4A;
  font-size: 8px;
  font-family: "Helvetica-Normal";
  text-align: center;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background-color: #F5F5F5;
  border: solid 1px #CCCCCC;
  border-radius: 100%;
}

#he-atendimento {
  display: block;
  background-color: RGB(87, 87, 86);
  border-bottom: solid 1px #EFEFEF;
}
@media (max-width: 991px) {
  #he-atendimento {
    display: none;
  }
}
#he-atendimento .conteudo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 940px) {
  #he-atendimento .conteudo {
    justify-content: flex-end;
  }
}
#he-atendimento .conteudo .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#he-atendimento .conteudo .box .box-link {
  display: block;
  outline: 0px;
  padding: 10px;
  color: #FFFFFF;
  font: normal 12px "Poppins-Regular";
  text-align: center;
  -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-atendimento .conteudo .box .box-link strong {
  font-weight: normal;
  font-family: "Poppins-Bold";
}
#he-atendimento .conteudo .box .box-link.troca:before {
  display: inline-block;
  background-image: url(../img/sprite.png);
  content: "";
  width: 17px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
  background-position: -102px -91px;
}
#he-atendimento .conteudo .box .box-link.frete:before {
  display: inline-block;
  background-image: url(../img/sprite.png);
  content: "";
  width: 22px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
  background-position: -130px -91px;
}
#he-atendimento .conteudo .box .box-link.freteTopo {
  color: #FFFFFF;
}
#he-atendimento .conteudo .box .box-link.freteTopo:before {
  display: inline-block;
  background-image: url(../img/sprite.png);
  content: "";
  width: 22px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
  background-position: -161px -91px;
}
#he-atendimento .conteudo .box .box-link.minha-conta {
  width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#he-atendimento .conteudo .box .box-link.minha-conta:hover ~ .perfil-opcoes, #he-atendimento .conteudo .box .box-link.minha-conta:focus ~ .perfil-opcoes {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#he-atendimento .conteudo .box .box-link:hover, #he-atendimento .conteudo .box .box-link:focus {
  color: #7a7a7a;
}
@media (max-width: 940px) {
  #he-atendimento .conteudo .box.box-01 {
    display: none;
  }
}
#he-atendimento .conteudo .box.box-02 {
  position: relative;
}
#he-atendimento .conteudo .box.box-02 .box-link {
  min-width: 140px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: solid 1px #EFEFEF;
  border-right: solid 1px #EFEFEF;
}
#he-atendimento .conteudo .box.box-02 .box-link:last-of-type {
  border-right: none;
}
#he-atendimento .conteudo .box.box-02 .perfil-opcoes {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 100%;
  right: 0px;
  padding: 5px 0px;
  max-width: 200px;
  background-color: #FFFFFF;
  border: solid 1px #EFEFEF;
  -webkit-box-shadow: 0px 10px 18px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 18px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px -4px rgba(0, 0, 0, 0.1);
}
#he-atendimento .conteudo .box.box-02 .perfil-opcoes:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 auto;
  margin-top: -13px;
  transform: rotate(45deg);
  border-top: solid 1px #EFEFEF;
  border-left: solid 1px #EFEFEF;
  background-color: #FFFFFF;
}
#he-atendimento .conteudo .box.box-02 .perfil-opcoes strong {
  font-weight: normal;
  font-family: "Poppins-Bold";
  letter-spacing: 1px;
}
#he-atendimento .conteudo .box.box-02 .perfil-opcoes .opcao {
  display: block;
  width: 100%;
  outline: 0px;
  padding: 5px 0px;
  color: #4A4A4A;
  font: normal 12px "Poppins-Regular";
  text-align: center;
}
#he-atendimento .conteudo .box.box-02 .perfil-opcoes:hover, #he-atendimento .conteudo .box.box-02 .perfil-opcoes:focus {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}

#he-topo {
  display: block;
  position: relative;
  background: #FFFFFF;
  border-bottom: solid 1px #EFEFEF;
}
@media (max-width: 991px) {
  #he-topo {
    display: none;
  }
}
#he-topo .container-topo {
  position: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#he-topo .container-topo .topo-logo {
  display: block;
  outline: 0px;
  width: 100%;
  max-width: 125px;
}
#he-topo .container-topo .topo-logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#he-topo .container-topo #he-nav-topo {
  display: block;
  z-index: 120;
  width: 100%;
  text-align: center;
}
#he-topo .container-topo #he-nav-topo .container-nivel {
  margin-bottom: 0px !important;
}
#he-topo .container-topo #he-nav-topo nav {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
#he-topo .container-topo #he-nav-topo li {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  color: #4A4A4A;
  font-size: 17px;
  font-family: "Poppins-Regular";
  padding: 0 0.5rem;
  vertical-align: middle;
}
#he-topo .container-topo #he-nav-topo li a {
  outline: 0px;
}
#he-topo .container-topo #he-nav-topo li ul {
  background: #E6E6E6;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  margin-left: -0.5rem;
  z-index: 110;
  left: 0;
  width: 100%;
  text-align: left;
}
#he-topo .container-topo #he-nav-topo li.li-1 {
  padding: 0px;
}
#he-topo .container-topo #he-nav-topo li.li-1 > a {
  position: relative;
  padding: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  #he-topo .container-topo #he-nav-topo li.li-1 > a {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#he-topo .container-topo #he-nav-topo li.li-1 > a:hover, #he-topo .container-topo #he-nav-topo li.li-1 > a:focus {
  color: #000000;
}
#he-topo .container-topo #he-nav-topo li.li-1.sub-nivel > a {
  overflow: hidden;
}
#he-topo .container-topo #he-nav-topo li.li-1.sub-nivel > a:before {
  position: absolute;
  z-index: 1000;
  display: none;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0px;
  background-color: #CCCCCC;
}
#he-topo .container-topo #he-nav-topo li.li-1.sub-nivel > a:after {
  position: absolute;
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  left: calc(50% - 5px);
  bottom: -5px;
  background-color: #CCCCCC;
  transform: rotate(45deg);
}
#he-topo .container-topo #he-nav-topo li .ul-2 {
  width: 100%;
  top: 100%;
  left: 8px;
  padding: 0px 20px;
  background-color: #FFFFFF;
  text-align: center;
}
@media (max-width: 767px) {
  #he-topo .container-topo #he-nav-topo li .ul-2 {
    top: 0;
  }
}
#he-topo .container-topo #he-nav-topo li .ul-2 .conteudo-ul2 {
  display: flex;
  width: 100%;
  padding: 30px 0px;
  align-items: flex-start;
  justify-content: center;
}
#he-topo .container-topo #he-nav-topo li .ul-2 .conteudo-ul2 .box {
  display: block;
  width: 100%;
}
#he-topo .container-topo #he-nav-topo li .ul-2 .conteudo-ul2 .box:nth-child(1) {
  padding-right: 30px;
  max-width: 500px;
}
#he-topo .container-topo #he-nav-topo li .ul-2 .conteudo-ul2 .box:nth-child(2) {
  max-width: 300px;
  padding-left: 30px;
  border-left: solid 1px #CCCCCC;
}
#he-topo .container-topo #he-nav-topo li .ul-2 .li-2 {
  display: block;
  margin: 0px;
  padding: 0px;
}
#he-topo .container-topo #he-nav-topo li .ul-2 .li-2 .link-title {
  display: block;
  color: #000000;
  font-size: 14px;
  font-family: "Poppins-Bold";
  padding: 5px 0px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#he-topo .container-topo #he-nav-topo li .ul-2 .li-2 .link-title:hover, #he-topo .container-topo #he-nav-topo li .ul-2 .li-2 .link-title:focus {
  color: #000000;
}
#he-topo .container-topo #he-nav-topo li .ul-2 .li-2 .ul-3 {
  position: relative;
  display: block;
  min-height: 100%;
  background-color: transparent;
  column-count: 2;
}
#he-topo .container-topo #he-nav-topo li .ul-2 .li-2 .ul-3 .li-3 {
  display: block;
}
#he-topo .container-topo #he-nav-topo li .ul-2 .li-2 .ul-3 .li-3 a {
  display: block;
  outline: 0px;
  padding: 5px 0px;
  color: #727272;
  font: normal 14px "Poppins-Regular";
}
#he-topo .container-topo #he-nav-topo li .ul-2 .li-2:last-of-type .link-title:after {
  display: none;
}
#he-topo .container-topo #he-nav-topo li:hover.sub-nivel > a:before, #he-topo .container-topo #he-nav-topo li:hover.sub-nivel > a:after {
  display: block;
}
#he-topo .container-topo #he-nav-topo li:hover ul {
  max-height: 500px;
}
#he-topo .container-topo #he-nav-topo li:hover ul.ul-2 {
  border-top: solid 1px #EFEFEF;
  -webkit-box-shadow: 0px 58px 91px -27px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 58px 91px -27px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 58px 91px -27px rgba(0, 0, 0, 0.1);
}
#he-topo .container-topo #he-nav-topo .sub-nivel {
  text-align: center;
}
#he-topo .container-topo #he-nav-topo .sub-nivel a {
  display: block;
  outline: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#he-topo .container-topo .perfil {
  display: block;
}
#he-topo .container-topo .perfil .item {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
#he-topo .container-topo .perfil .item .pesquise {
  position: relative;
  display: block;
}
#he-topo .container-topo .perfil .item .pesquise .he-search {
  display: block;
  overflow: hidden;
  width: 200px;
  border-radius: 5px;
  border: solid 1px #EFEFEF;
}
#he-topo .container-topo .perfil .item .pesquise .he-search .he-input-search {
  display: inline-block;
  width: calc(100% - 40px);
  padding: 10px 10px;
  color: #4A4A4A;
  font: normal 12px "Poppins-Regular";
  border: none;
  border-radius: 100px;
  box-shadow: none;
  background-color: transparent;
  vertical-align: middle;
}
#he-topo .container-topo .perfil .item .pesquise .he-search .he-input-search {
  color: #4A4A4A;
}
#he-topo .container-topo .perfil .item .pesquise .he-search .he-input-search::placeholder {
  color: #4A4A4A;
  opacity: 1;
}
#he-topo .container-topo .perfil .item .pesquise .he-search .he-input-search::-webkit-input-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
#he-topo .container-topo .perfil .item .pesquise .he-search .he-input-search::-moz-placeholder {
  opacity: 1;
}
#he-topo .container-topo .perfil .item .pesquise .he-search .he-input-search:-ms-input-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
#he-topo .container-topo .perfil .item .pesquise .he-search .he-input-search:-moz-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
#he-topo .container-topo .perfil .item .pesquise .he-search .he-bt-search {
  display: inline-block;
  background-image: url(../img/sprite.png);
  width: 25px;
  height: 25px;
  border: none;
  background-position: -5px -50px;
  background-color: transparent;
  vertical-align: middle;
}
#he-topo .container-topo .perfil .item .pesquise .hint-search {
  width: 370px;
  right: 0px;
  left: auto;
}
#he-topo .container-topo .perfil .item .controle-carrinho {
  position: relative;
  display: block;
  padding: 10px 0px;
  outline: 0px;
  margin-left: 30px;
  margin-right: 15px;
}
#he-topo .container-topo .perfil .item .controle-carrinho:before {
  display: block;
  content: "";
  width: 20px;
  height: 24px;
  background-image: url(../img/bag-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#he-topo .container-topo .perfil .item .controle-carrinho:after {
  position: absolute;
  display: none;
  z-index: 1000;
  content: "";
  width: 20px;
  height: 20px;
  bottom: -10px;
  right: calc(50% - 10px);
  background-color: #FFFFFF;
  transform: rotate(45deg);
}
#he-topo .container-topo .perfil .item .controle-carrinho .qtd {
  position: absolute;
  display: flex;
  width: 20px;
  height: 20px;
  top: 50%;
  right: -15px;
  padding-top: 2px;
  color: #4A4A4A;
  font-size: 8px;
  font-family: "Helvetica-Normal";
  text-align: center;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background-color: #F5F5F5;
  border: solid 1px #CCCCCC;
  border-radius: 100%;
}

.hint-search {
  position: absolute;
  background-color: #fff;
  border: solid 1px #F5F5F5;
  top: 100%;
  width: 100%;
  padding: 10px;
  z-index: 1000;
  left: 0;
  pointer-events: none;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s;
}
.hint-search ul {
  padding: 0;
  display: block;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.hint-search ul li {
  background-color: #f8f8f8;
  border-bottom: solid 1px #ddd;
  display: block;
}
.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;
  border-right: solid 1px #ddd;
  height: 60px;
  width: 60px;
  position: relative;
}
.hint-search ul li .foto .img {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.hint-search ul li .description {
  display: flex;
  align-items: center;
  align-content: flex-start;
  font-size: small;
  color: #000000;
  font-family: "Poppins-Regular";
  flex-grow: 1;
  padding: 0 6px;
}
.hint-search ul li:nth-child(2n) {
  background-color: #f3f3f3;
}
.hint-search ul li:hover {
  background-color: #eee;
}
.hint-search .btn-hint {
  display: inline-block;
  width: 100%;
  max-width: 130px;
  padding: 10px;
  margin-right: 5px;
  border-radius: 2px;
  border: none;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Poppins-Regular";
  /*letter-spacing: 2px;*/
  text-transform: uppercase;
  background-color: #000000;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hint-search .btn-hint:hover, .hint-search .btn-hint:focus {
  color: #FFFFFF;
  background-color: #00D86C;
}
.hint-search.visible {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}
.hint-search .total-produtos {
  color: #000;
  font-size: 10px;
  vertical-align: bottom;
}

#he-itens {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  visibility: hidden;
  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.2);
}
#he-itens .box-itens {
  background-color: #FFFFFF;
  border: none;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 130;
  width: 100%;
  height: 100%;
  max-width: 375px;
  font-size: 12px;
}
#he-itens .box-itens .box-itens-header {
  display: block;
  width: 100%;
  height: 150px;
}
#he-itens .box-itens .box-itens-header .titulo {
  position: relative;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #EFEFEF;
}
#he-itens .box-itens .box-itens-header .titulo p {
  display: block;
  margin: 0px;
  color: #4A4A4A;
  font-size: 20px;
  font-family: "Poppins-Bold";
}
#he-itens .box-itens .box-itens-header .titulo .box-itens-close {
  display: block;
  margin: 0px;
  color: #4A4A4A;
  font: normal 20px "Poppins-Bold";
}
#he-itens .box-itens .box-itens-header .titulo:after {
  position: absolute;
  display: none;
  /*display: block;*/
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  bottom: 0px;
  left: 30px;
  background-color: #E4E9EB;
}
#he-itens .box-itens .box-itens-header .total {
  display: block;
  margin: 0px;
  margin-top: 30px;
  color: #000000;
  font-size: 16px;
  font-family: "Poppins-Regular";
  text-align: center;
}
#he-itens .box-itens .lista {
  height: calc(100% - 150px);
}
#he-itens .box-itens .lista-itens {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding: 0 30px;
  margin-bottom: 15px;
  height: calc(100% - 245px);
}
#he-itens .box-itens .lista-itens .item {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #EFEFEF;
}
#he-itens .box-itens .lista-itens .item:last-child {
  border: none;
  margin-bottom: 0px;
}
#he-itens .box-itens .lista-itens .item .img {
  float: left;
  width: 44px;
  height: 62px;
  border: solid 1px #C4C4C4;
}
#he-itens .box-itens .lista-itens .item .img img {
  max-width: 100%;
  max-height: 100%;
}
#he-itens .box-itens .lista-itens .item .info {
  display: flex;
  justify-content: space-between;
  color: #666666;
  float: right;
  text-align: left;
  width: calc(100% - 44px);
  padding-left: 10px;
}
#he-itens .box-itens .lista-itens .item .info .conteudo .prod-titulo {
  display: block;
  margin: 0px;
  margin-bottom: 10px;
  color: #000000;
  font: normal 14px "Poppins-Regular";
}
#he-itens .box-itens .lista-itens .item .info .conteudo .prod-referencia {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 13px "Poppins-Regular";
}
#he-itens .box-itens .lista-itens .item .info .remover {
  position: relative;
}
#he-itens .box-itens .lista-itens .item .info .remover .icone {
  display: inline-block;
  background-image: url(../img/sprite.png);
  cursor: pointer;
  display: block;
  width: 40px;
  height: 45px;
  background-position: -385px -6px;
}
#he-itens .box-itens .lista-itens .item .info .remover .opcoes {
  position: absolute;
  z-index: 100;
  width: 150px;
  top: 100%;
  right: 0px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 16px -7px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 10px 16px -7px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 10px 16px -7px rgba(0, 0, 0, 0.49);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
#he-itens .box-itens .lista-itens .item .info .remover .opcoes .opt {
  display: block;
  width: 100%;
}
#he-itens .box-itens .lista-itens .item .info .remover .opcoes .opt a {
  display: block;
  padding: 10px;
  color: #202020;
  font: normal 14px "Poppins-Medium";
  text-align: right;
}
#he-itens .box-itens .lista-itens .item .info .remover .opcoes.ativo {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#he-itens .box-itens .lista-itens .item .dados {
  display: flex;
  margin-top: 10px;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#he-itens .box-itens .lista-itens .item .dados .prod-sku {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#he-itens .box-itens .lista-itens .item .dados .prod-sku span {
  color: #000000;
  font: normal 13px "Poppins-Regular";
}
#he-itens .box-itens .lista-itens .item .dados .prod-sku .prod-qtd {
  display: flex;
  align-items: center;
}
#he-itens .box-itens .lista-itens .item .dados .prod-sku .prod-qtd span {
  margin: 0px 10px;
}
#he-itens .box-itens .lista-itens .item .dados .prod-sku .prod-qtd .remove {
  display: inline-block;
  background-image: url(../img/sprite.png);
  cursor: pointer;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background-position: -290px -11px;
}
#he-itens .box-itens .lista-itens .item .dados .prod-sku .prod-qtd .add {
  display: inline-block;
  background-image: url(../img/sprite.png);
  cursor: pointer;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background-position: -315px -16px;
}
#he-itens .box-itens .lista-itens .item .dados .prod-sku .dash {
  width: 1px;
  height: 30px;
  margin: 0px 15px;
  background-color: #CECECE;
}
#he-itens .box-itens .lista-itens .item .dados .prod-preco {
  display: block;
  margin: 0px;
  color: #000000;
  font: normal 16px "Poppins-Bold";
  letter-spacing: 1px;
}
#he-itens .box-itens .prod-subtotal {
  display: block;
  width: 100%;
  padding: 20px 15px;
  margin: 0 auto;
  border-top: solid 1px #EFEFEF;
}
#he-itens .box-itens .prod-subtotal .txt-subtotal {
  display: block;
  margin-bottom: 10px;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: normal;
  font-family: "Poppins-Regular";
  text-align: center;
}
#he-itens .box-itens .prod-subtotal .vl-subtotal {
  display: block;
  color: #000000;
  font-size: 16px;
  font-family: "Poppins-Bold";
  text-align: center;
}
#he-itens .box-itens .rodape {
  display: block;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
#he-itens .box-itens .rodape .btn-continuar {
  display: block;
  margin: 0px;
  color: #4A4A4A;
  font-size: 14px;
  font-family: "Poppins-Regular";
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #CCCCCC;
  background-color: transparent;
  -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 .rodape .btn-continuar:hover {
  color: #FFFFFF;
  background-color: #00D86C;
  border-color: #00D86C;
}
#he-itens .box-itens .rodape .btn-finalizar-pedido {
  display: block;
  margin: 0px;
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Poppins-Regular";
  width: 100%;
  height: auto;
  padding: 15px 10px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #000000;
  background-color: #000000;
  -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 .rodape .btn-finalizar-pedido:hover {
  background-color: #00D86C;
  border-color: #00D86C;
}
#he-itens.ativo {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}

#he-menu {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  visibility: hidden;
  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.2);
}
#he-menu .box-menu {
  background-color: #FFFFFF;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 130;
  width: 100%;
  height: 100%;
  max-width: 375px;
  font-size: 12px;
}
#he-menu .box-menu .box-header {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 575px) {
  #he-menu .box-menu .box-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#he-menu .box-menu .box-header .titulo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#he-menu .box-menu .box-header .titulo p {
  display: block;
  margin: 0px;
  color: #4A4A4A;
  font: normal 20px "Poppins-Bold";
}
#he-menu .box-menu .box-header .titulo .box-close {
  display: block;
  margin: 0px;
  color: #4A4A4A;
  font: normal 20px "Poppins-Bold";
}
#he-menu .box-menu .box-header .mobile-busca {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-left: -50px;
  margin-right: -50px;
  padding: 15px 50px;
  border-top: solid 1px #EFEFEF;
  border-bottom: solid 1px #EFEFEF;
}
@media (max-width: 575px) {
  #he-menu .box-menu .box-header .mobile-busca {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 15px 30px;
  }
}
#he-menu .box-menu .box-header .mobile-busca .he-search {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#he-menu .box-menu .box-header .mobile-busca .he-search .he-input-search {
  display: block;
  width: calc(100% - 20px);
  padding: 5px 0px;
  border: none;
  box-shadow: none;
  color: #4A4A4A;
  font: normal 12px "Poppins-Regular";
  background-color: transparent;
}
#he-menu .box-menu .box-header .mobile-busca .he-search .he-input-search {
  color: #4A4A4A;
}
#he-menu .box-menu .box-header .mobile-busca .he-search .he-input-search::placeholder {
  color: #4A4A4A;
  opacity: 1;
}
#he-menu .box-menu .box-header .mobile-busca .he-search .he-input-search::-webkit-input-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
#he-menu .box-menu .box-header .mobile-busca .he-search .he-input-search::-moz-placeholder {
  opacity: 1;
}
#he-menu .box-menu .box-header .mobile-busca .he-search .he-input-search:-ms-input-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
#he-menu .box-menu .box-header .mobile-busca .he-search .he-input-search:-moz-placeholder {
  color: #4A4A4A;
  opacity: 1;
}
#he-menu .box-menu .box-header .mobile-busca .he-search .he-bt-search {
  display: inline-block;
  background-image: url(../img/sprite.png);
  display: block;
  width: 21px;
  height: 21px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-position: -8px -52px;
}
#he-menu .box-menu .box-header .mobile-busca .hint-search {
  width: 100%;
  height: calc(100vh - 110px);
  left: 0px;
}
@media (max-width: 575px) {
  #he-menu .box-menu .box-header .mobile-busca .hint-search {
    height: calc(100vh - 99px);
  }
}
#he-menu .box-menu .box-header .mobile-item {
  margin-left: -30px;
  margin-right: -30px;
  padding: 15px 30px;
  border-bottom: solid 1px #EFEFEF;
}
#he-menu .box-menu .box-header .opcoes {
  display: block;
  width: 100%;
  margin: 30px 0px;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  #he-menu .box-menu .box-header .opcoes {
    margin: 15px 0px;
    margin-bottom: 0px;
  }
}
#he-menu .box-menu .box-header .opcoes .item {
  display: block;
  outline: 0px;
  padding: 8px 0px;
  color: #4A4A4A;
  font: normal 16px "Poppins-Regular";
}
#he-menu .box-menu .box-header .opcoes .item:before {
  display: inline-block;
  background-image: url(../img/sprite.png);
  content: "";
  margin-top: -2px;
  margin-right: 10px;
  vertical-align: middle;
}
#he-menu .box-menu .box-header .opcoes .item.perfil:before {
  width: 18px;
  height: 20px;
  background-position: -196px -11px;
}
#he-menu .box-menu .box-header .opcoes .item.sacola:before {
  width: 18px;
  height: 20px;
  background-position: -232px -10px;
}
#he-menu .box-menu .box-content {
  overflow-y: auto;
  display: flex;
  width: 100%;
  padding: 0px 50px;
  height: calc(100vh - 225px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 575px) {
  #he-menu .box-menu .box-content {
    justify-content: flex-start;
    /*height: calc(100vh - 460px);*/
    padding: 0px 30px;
  }
}
#he-menu .box-menu .box-content .menu {
  display: block;
}
#he-menu .box-menu .box-content .menu .li-1 {
  display: block;
  width: 100%;
}
#he-menu .box-menu .box-content .menu .li-1 .url-1, #he-menu .box-menu .box-content .menu .li-1 > a {
  display: block;
  outline: 0px;
  padding: 10px 0px;
  color: #4A4A4A;
  font: normal 14px "Poppins-Regular";
  -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-menu .box-menu .box-content .menu .li-1 .url-1:hover, #he-menu .box-menu .box-content .menu .li-1 .url-1:focus, #he-menu .box-menu .box-content .menu .li-1 > a:hover, #he-menu .box-menu .box-content .menu .li-1 > a:focus {
  color: #000000;
}
#he-menu .box-menu .box-content .menu .li-1 .ul-2 {
  display: none;
  width: 100%;
}
#he-menu .box-menu .box-content .menu .li-1 .ul-2 .li-2 {
  display: block;
  width: 100%;
}
#he-menu .box-menu .box-content .menu .li-1 .ul-2 .li-2 .url-2 {
  display: block;
  outline: 0px;
  padding: 5px 0px;
  padding-left: 20px;
  color: #727272;
  font: normal 12px "Poppins-Regular";
  -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-menu .box-menu .box-content .menu .li-1 .ul-2 .li-2 .url-2:hover, #he-menu .box-menu .box-content .menu .li-1 .ul-2 .li-2 .url-2:focus {
  color: #000000;
}
#he-menu .box-menu .box-content .menu .li-1 .ul-2 .li-2 .ul-3 {
  display: block;
  width: 100%;
}
#he-menu .box-menu .box-content .menu .li-1 .ul-2 .li-2 .ul-3 a {
  display: block;
  outline: 0px;
  padding: 5px 0px;
  padding-left: 40px;
  color: #727272;
  font: normal 12px "Poppins-Light";
}
#he-menu .box-menu .box-content .menu .li-1.sub-nivel .url-1:after, #he-menu .box-menu .box-content .menu .li-1.sub-nivel > a:after {
  display: inline-block;
  background-image: url(../img/sprite.png);
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background-position: -315px -16px;
  vertical-align: middle;
}
#he-menu .box-menu .box-content .menu .li-1.sub-nivel.open .url-1:after, #he-menu .box-menu .box-content .menu .li-1.sub-nivel.open > a:after {
  background-position: -290px -11px;
}
#he-menu .box-menu .box-content .box-fotter {
  display: block;
  width: 100%;
  padding: 50px 0px;
}
@media (max-width: 575px) {
  #he-menu .box-menu .box-content .box-fotter {
    padding: 20px 0px;
  }
}
#he-menu .box-menu .box-content .box-fotter .titulo {
  display: block;
  margin: 0px;
  margin-bottom: 10px;
  color: #000000;
  font: normal 12px "Poppins-Bold";
}
#he-menu .box-menu .box-content .box-fotter .texto {
  display: block;
  margin: 0px;
  margin-bottom: 5px;
  color: #727272;
  font: normal 12px "Poppins-Regular";
}
#he-menu .box-menu .box-content .box-fotter .btn-contato {
  display: block;
  outline: 0px;
  padding: 15px;
  margin-top: 20px;
  color: #FFFFFF;
  font: normal 14px "Poppins-Regular";
  text-align: center;
  border-radius: 50px;
  background-color: #000000;
  -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-menu .box-menu .box-content .box-fotter .btn-contato:hover, #he-menu .box-menu .box-content .box-fotter .btn-contato:focus {
  background-color: #00D86C;
}
#he-menu.ativo {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}

/*# sourceMappingURL=topo.css.map */
