/** settings */
/**
 * Typography
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
/**
  * Font-weights
  */
/** tools */
/**
 * https://github.com/pierreburel/sass-rem
 */
/**
 * Font Weight
 */
.slick-arrow {
  font-size: 0;
  text-indent: -9999em;
  position: absolute;
  cursor: pointer;
  outline: 0;
  z-index: 5; }

.e-header__topbar {
  background: #044EA1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .e-header__topbar__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5%;
    width: 100%;
    height: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .e-header__topbar__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    line-height: 16px;
    margin: 0;
    text-transform: uppercase; }
    .e-header__topbar__nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .e-header__topbar__nav ul li {
        font-size: 11px;
        padding: 0 30px;
        border-right: 1px solid #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        letter-spacing: 0.12em;
        font-weight: 500; }
        .e-header__topbar__nav ul li:first-of-type {
          font-weight: 800; }
        .e-header__topbar__nav ul li:last-of-type {
          border-right: none; }
        .e-header__topbar__nav ul li a {
          color: #fff; }
  .e-header__topbar__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .e-header__topbar__social span {
      font-size: 12px;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #fff; }
    .e-header__topbar__social ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .e-header__topbar__social ul li {
        margin: 0 0 0 10px; }
        .e-header__topbar__social ul li .twitter svg {
          background: transparent !important;
          height: 25px; }
        .e-header__topbar__social ul li .twitter svg * {
          fill: #fff !important; }
        .e-header__topbar__social ul li a svg {
          width: 25px; }
          .e-header__topbar__social ul li a svg * {
            fill: #fff; }
        .e-header__topbar__social ul li a.whats path {
          fill: #044EA1; }

#fale-conoso-ancora {
  cursor: pointer; }

.e-header__contents {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.e-header__options {
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 5%; }
  .e-header__options--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .e-header__options--item--icon {
      margin: 0 20px 0 0; }
      .e-header__options--item--icon svg {
        width: 24px; }
    .e-header__options--item--content {
      text-transform: uppercase;
      letter-spacing: .120em; }
      .e-header__options--item--content a {
        color: #000; }
    .e-header__options--item.televendas p {
      font-size: 12px;
      font-weight: 500; }
    .e-header__options--item.televendas a {
      font-size: 10px; }
    .e-header__options--item.central-de-atendimento {
      margin: 0 0 0 35px; }
      .e-header__options--item.central-de-atendimento a {
        font-size: 12px; }

.e-header__logo {
  width: 10%;
  max-width: 160px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0px 0% 5%; }
  .e-header__logo a svg {
    width: 80px;
    height: auto;
    max-height: 60px; }

.e-header__info {
  margin-top: 10px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 5% 0 0; }
  @media only screen and (min-width: 1080px) and (max-width: 1115px) {
    .e-header__info {
      width: 42%; } }
  .e-header__info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .e-header__info ul li {
      position: relative; }
      .e-header__info ul li.e-login-main:hover .e-header__menu-dropdown {
        z-index: 9999999;
        opacity: 1;
        visibility: visible; }
      .e-header__info ul li .e-header__menu-dropdown:before {
        content: "";
        width: 15px;
        height: 15px;
        border: 1px solid #e3e3e3;
        background-color: #fff;
        position: absolute;
        border-right: 0;
        border-bottom: 0;
        left: 115px;
        top: -9px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .e-header__info ul li .e-header__menu-dropdown {
        z-index: -99;
        margin-top: 5px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 170px;
        -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.199);
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.199);
        border: 1px solid #e3e3e3;
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 14px;
        font-weight: 400;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden; }
        .e-header__info ul li .e-header__menu-dropdown.active {
          z-index: 100;
          opacity: 1;
          visibility: visible; }
        .e-header__info ul li .e-header__menu-dropdown a {
          line-height: 25px;
          font-size: 11px;
          color: #000;
          letter-spacing: 1.2px; }
          .e-header__info ul li .e-header__menu-dropdown a:hover {
            color: #044EA1; }
        .e-header__info ul li .e-header__menu-dropdown .e-header__menu-dropdown-footer {
          display: none;
          margin-top: 5px;
          width: 100%;
          border-top: 1px solid rgba(112, 112, 112, 0.4);
          padding-top: 5px;
          font-size: 12px;
          color: #393939;
          font-weight: 300; }
          .e-header__info ul li .e-header__menu-dropdown .e-header__menu-dropdown-footer.is--logged {
            display: block; }
          .e-header__info ul li .e-header__menu-dropdown .e-header__menu-dropdown-footer a {
            font-weight: 300;
            font-size: 12px;
            margin-left: 5px;
            letter-spacing: 1.2px; }
            .e-header__info ul li .e-header__menu-dropdown .e-header__menu-dropdown-footer a:hover {
              -webkit-text-decoration-color: #3939394f;
              -moz-text-decoration-color: #3939394f;
              text-decoration-color: #3939394f;
              text-decoration: underline; }
      .e-header__info ul li button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        text-transform: uppercase;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 0 30px;
        cursor: pointer; }
        .e-header__info ul li button.js--login {
          margin: 0 0 0 8px; }
        .e-header__info ul li button > div {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          text-align: left;
          margin: 0 0 0 20px;
          letter-spacing: 0.12em; }
        .e-header__info ul li button.js--login .js--login-icon svg {
          width: 24px; }
        .e-header__info ul li button.js--login .js--login-user {
          font-size: 12px;
          font-weight: 500;
          line-height: 16px;
          height: auto !important;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          height: 12px;
          width: 120px; }
        .e-header__info ul li button.js--login .js--login-label {
          font-size: 10px;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          height: 12px;
          width: 120px; }
        .e-header__info ul li button.js--login:hover .js--login-icon svg path {
          fill: #044EA1; }
        .e-header__info ul li button.js--login:hover .js--login-user {
          color: #044EA1; }
        .e-header__info ul li button.js--login:hover .js--login-label {
          color: #044EA1; }
        .e-header__info ul li button.js--minicart-open .js--minicart-open-icon {
          width: 24px;
          height: 24px;
          display: inline-block;
          position: relative; }
          .e-header__info ul li button.js--minicart-open .js--minicart-open-icon svg {
            width: 24px; }
        .e-header__info ul li button.js--minicart-open .portal-totalizers-ref .title,
        .e-header__info ul li button.js--minicart-open .portal-totalizers-ref .amount-products,
        .e-header__info ul li button.js--minicart-open .portal-totalizers-ref .amount-kits,
        .e-header__info ul li button.js--minicart-open .portal-totalizers-ref .total-cart,
        .e-header__info ul li button.js--minicart-open .portal-totalizers-ref .amount-items strong {
          display: none; }
        .e-header__info ul li button.js--minicart-open .amount-items-em {
          position: absolute;
          top: -34px;
          right: -34px;
          font-size: 12px;
          color: #fff;
          -webkit-border-radius: 20px;
          border-radius: 20px;
          background: #044EA1;
          height: 18px;
          width: 18px;
          line-height: 18px; }
        .e-header__info ul li button.js--minicart-open .js--minicart-open-label {
          font-size: 12px;
          font-weight: 500; }
        .e-header__info ul li button.js--minicart-open .js--minicart-open-total {
          font-size: 10px; }
  .e-header__info .e-benefits {
    position: relative;
    padding: 10px 0 10px 5%; }
    .e-header__info .e-benefits #e-wish .amount-wishlist {
      display: none;
      position: absolute;
      top: -7px;
      right: 0px;
      font-size: 12px;
      color: #fff;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      background: #044EA1;
      font-weight: normal;
      height: 18px;
      width: 18px;
      line-height: 18px;
      text-align: center; }
    .e-header__info .e-benefits li {
      padding: 0 10px; }
      .e-header__info .e-benefits li strong #icon-wishlist svg path {
        fill: #000; }
      .e-header__info .e-benefits li strong #icon-wishlist:hover svg path {
        fill: #044EA1; }
      .e-header__info .e-benefits li strong .revendedor svg {
        width: 33px; }
      .e-header__info .e-benefits li strong svg {
        width: 26px; }
        .e-header__info .e-benefits li strong svg #Grupo_1 path {
          fill: black; }
      .e-header__info .e-benefits li strong svg:hover path {
        fill: #044EA1; }
      .e-header__info .e-benefits li strong svg:hover #Grupo_1 path {
        fill: #044EA1; }

.e-header {
  z-index: 8;
  width: 100%; }
  .e-header__bottom {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 5%; }
    @media only screen and (min-width: 1080px) and (max-width: 1115px) {
      .e-header__bottom {
        padding: 0; } }
    .e-header__bottom.is--close {
      opacity: 0;
      visibility: hidden;
      height: 0; }
    .e-header__bottom--openCategory {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: inherit;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 265px;
      height: 100%;
      border-right: 1px solid #dcdcdc;
      border-left: 1px solid #dcdcdc;
      cursor: pointer;
      min-width: 265px; }
      @media only screen and (min-width: 1080px) and (max-width: 1115px) {
        .e-header__bottom--openCategory {
          width: 215px;
          min-width: 215px;
          padding: 0 5px; } }
      .e-header__bottom--openCategory--overlay {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 198px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000091;
        z-index: 9999;
        cursor: pointer; }
      .e-header__bottom--openCategory span {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.12em;
        margin: 0 0 0 20px;
        color: #393939; }
        @media only screen and (min-width: 1080px) and (max-width: 1115px) {
          .e-header__bottom--openCategory span {
            font-size: 9px;
            margin: 0 0 0 10px; } }
      .e-header__bottom--openCategory:before {
        content: "";
        width: 0;
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        top: 0;
        background: #5db83b;
        -webkit-transition: width linear 0.3s;
        -o-transition: width linear 0.3s;
        transition: width linear 0.3s; }
      .e-header__bottom--openCategory:hover {
        background: #dcdcdc; }
        .e-header__bottom--openCategory:hover .e-header__category--submenu {
          opacity: 1 !important;
          visibility: visible !important;
          height: auto;
          -webkit-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
          overflow-y: hidden;
          -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          max-height: 160px; }
        .e-header__bottom--openCategory:hover .e-header__bottom--openCategory--overlay {
          display: block; }
      .e-header__bottom--openCategory svg {
        width: 18px; }
        .e-header__bottom--openCategory svg g {
          fill: #5db83b; }
  .e-header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 79px;
    width: 100%; }
    .e-header__menu--list {
      width: 100%; }
    .e-header__menu--item > a {
      text-align: center; }
    .e-header__menu--item svg#Camada_1 {
      top: -20px;
      width: 40px; }
      .e-header__menu--item svg#Camada_1 .st0 {
        fill: none; }
    .e-header__menu--item:last-of-type {
      width: 120px;
      display:none; }
      .e-header__menu--item:last-of-type:hover .st0 {
        fill: #044EA1 !important; }
      .e-header__menu--item:last-of-type svg {
        width: 33px; }
        .e-header__menu--item:last-of-type svg .st0 {
          fill: #393939 !important; }
      .e-header__menu--item:last-of-type .e-header__category--children__left li {
        padding: 6px 12px; }
    .e-header__menu--overlay {
      display: none;
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 197px;
      left: 0;
      right: 0;
      bottom: 0;
      background: #00000091;
      z-index: 9999;
      cursor: pointer; }
    .e-header__menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .e-header__menu ul li {
        font-size: 12px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        position: static;
        height: 79px;
        line-height: 60px;
        min-width: 86px;
        margin: 0 10px 0 0; }
        @media only screen and (min-width: 1080px) and (max-width: 1115px) {
          .e-header__menu ul li {
            min-width: 85px; } }
        .e-header__menu ul li:hover > a {
          color: #044EA1; }
        .e-header__menu ul li:hover svg {
          color: #044EA1; }
          .e-header__menu ul li:hover svg path {
            fill: #044EA1; }
        .e-header__menu ul li:hover .e-header__category--children {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          z-index: 1;
          top: 198px;
          left: auto;
          z-index: 999999; }
          .e-header__menu ul li:hover .e-header__category--children ul {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: 15px !important; }
            .e-header__menu ul li:hover .e-header__category--children ul li {
              height: auto;
              line-height: normal; }
        .e-header__menu ul li > a {
          color: #000000;
          position: relative;
          margin-top: 30px;
          display: block;
          font-size: 9px;
          font-weight: 500; }
          .e-header__menu ul li > a svg {
            position: absolute;
            height: 38px;
            top: -15px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .e-header__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%; }
    @media only screen and (min-width: 1080px) and (max-width: 1115px) {
      .e-header__search {
        width: 32%; } }
    .e-header__search .js--search {
      width: 100%;
      position: relative; }
      .e-header__search .js--search-input {
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        height: 50px;
        padding: 0 20px;
        width: 100%;
        color: #000; }
        .e-header__search .js--search-input:-webkit-placeholder {
          color: #000; }
      .e-header__search .js--search--submit {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px; }
        .e-header__search .js--search--submit svg {
          width: 19px; }
          .e-header__search .js--search--submit svg image {
            width: 100%;
            height: auto; }
  .e-header__center.is--fixed .e-header__bottom--openCategory:hover .e-header__category--submenu__dropdown {
    visibility: visible;
    opacity: 1; }
  .e-header__center.is--fixed .e-header__bottom--openCategory .e-header__category--submenu__dropdown {
    top: 160px;
    left: 67px;
    visibility: hidden;
    opacity: 0; }
  .e-header__center.is--fixed .e-header__menu ul li:hover .e-header__category--children {
    top: 160px; }

.e-header__category--submenu {
  top: 160px;
  border-top: 1px solid #dcdcdc;
  background: #fff;
  width: 100%;
  left: auto;
  right: 0;
  margin: 0 0 0 5%;
  padding-right: 5%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  overflow: hidden;
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .e-header__category--submenu__dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: absolute;
    top: 198px;
    left: 5%; }
    @media only screen and (min-width: 1080px) and (max-width: 1115px) {
      .e-header__category--submenu__dropdown {
        left: 0; } }
    @media only screen and (macbook: 0) {
      .e-header__category--submenu__dropdown {
        left: 63px; } }
    .e-header__category--submenu__dropdown-left {
      min-width: 265px;
      border-right: 1px solid #dcdcdc;
      border-left: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc;
      padding: 18px 10px 35px 20px;
      z-index: 9999;
      background: #fff; }
      .e-header__category--submenu__dropdown-left-items-item {
        line-height: 42px; }
        .e-header__category--submenu__dropdown-left-items-item.is--active a {
          font-weight: 600;
          color: #044EA1; }
        .e-header__category--submenu__dropdown-left-items-item a {
          color: #393939;
          font-size: 14px;
          width: 100%;
          position: relative;
          display: block;
          text-transform: uppercase; }
          .e-header__category--submenu__dropdown-left-items-item a:after {
            top: 16px;
            content: "";
            display: block;
            background: url(/arquivos/limpeza-delivery-arrow-right.png) no-repeat;
            width: 21px;
            height: 20px;
            position: absolute;
            right: 0; }
          .e-header__category--submenu__dropdown-left-items-item:last-of-type {
            display: none !important;
          }
    .e-header__category--submenu__dropdown-right {
      display: block;
      width: 75%;
      padding-bottom: 50px;
      z-index: 9999;
      position: absolute;
      left: 265px;
      min-height: 179px;
      border-top: 1px solid #dcdcdc; }
      .e-header__category--submenu__dropdown-right__display {
        display: none;
        background: #fff;
        min-height: 179px; }
        .e-header__category--submenu__dropdown-right__display.is--active {
          display: block; }
    .e-header__category--submenu__dropdown-center {
      padding: 30px 0 30px 60px; }
      .e-header__category--submenu__dropdown-center .e-subtitle--text {
        color: #393939;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 0 0 30px;
        display: inline-block;
        position: relative; }
        .e-header__category--submenu__dropdown-center .e-subtitle--text:after {
          content: "";
          display: block;
          background: url(/arquivos/limpeza-delivery-arrow-right.png) no-repeat;
          width: 11px;
          height: 20px;
          position: absolute;
          right: -40px;
          top: 0; }
      .e-header__category--submenu__dropdown-center-block-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 10px; }
        .e-header__category--submenu__dropdown-center-block-items-item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 20%;
          position: relative; }
          .e-header__category--submenu__dropdown-center-block-items-item:not(:last-child):before {
            content: "";
            display: inline-block;
            width: 1px;
            height: 100%;
            background: #dcdcdc;
            position: absolute;
            right: 0; }
          .e-header__category--submenu__dropdown-center-block-items-item .e-title {
            color: #393939;
            font-size: 13px;
            line-height: 32px; }
            .e-header__category--submenu__dropdown-center-block-items-item .e-title:hover {
              font-weight: 500;
              color: #044EA1;
              font-weight: 700; }

.e-header__category--listparent {
  width: 213px;
  background: #fff;
  max-height: 280px;
  overflow: auto; }
  .e-header__category--listparent::-webkit-scrollbar {
    width: 5px; }
  .e-header__category--listparent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .e-header__category--listparent::-webkit-scrollbar-thumb {
    background-color: #5db83b;
    outline: 1px solid slategrey; }
  .e-header__category--listparent li {
    padding: 15px 10px;
    border-bottom: 1px solid #dcdcdc; }
    .e-header__category--listparent li:last-of-type {
      border-bottom: none; }
    .e-header__category--listparent li a {
      font-size: 13px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #000; }

.e-header__category--children {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  border-top: 1px solid #dcdcdc; }
  .e-header__category--children ul {
    display: block;
    border-right: 1px solid #dcdcdc;
    margin: 10px 15px !important; }
    .e-header__category--children ul:last-of-type {
      border: none;
      margin-right: 0 !important; }
    .e-header__category--children ul li {
      padding: 6px 12px;
      margin-right: 0px;
      display: block; }
      .e-header__category--children ul li a {
        font-size: 11px;
        color: #000000;
        margin-top: 0; }
      .e-header__category--children ul li:hover {
        font-weight: 700; }

.e-header {
  position: fixed;
  top: 0; }
  .e-header.is--fixed {
    z-index: 21;
    width: 100%;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s; }
    .e-header.is--fixed .e-header__topbar {
      height: 0;
      opacity: 0; }
    .e-header.is--fixed .e-header__center {
      top: 0;
      -webkit-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      width: 100%; }
    .e-header.is--fixed .e-header__contents {
      border-bottom: 1px solid #dcdcdc; }
  .e-header__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
    background: #fff;
    top: 36px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    .e-header__center.is--fixed .e-header__category--submenu {
      top: 160px; }
    .e-header__center.is--fixed .e-header__bottom--openCategory--overlay {
      top: 160px; }
    .e-header__center.is--fixed .e-header__menu--overlay {
      top: 161px; }

.e-newsletter__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.e-newsletter__header {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
  letter-spacing: .060em; }
/*  .e-newsletter__header--icon {
    margin: 0 25px 0 0; }*/
  .e-newsletter__header--icon {
      background: url(/arquivos/news_icon.png) center center no-repeat;
      width: 150px;
      height: 60px;
      margin: 10px;
  }
  .e-newsletter__header > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .e-newsletter__header h2 {
    color: #044EA1;
    font-size: 19px;
    font-weight: 700; }
  .e-newsletter__header p {
    font-size: 16px; }

.e-newsletter__contents {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.e-newsletter__form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .e-newsletter__form--label {
    width: 75%; }
  .e-newsletter__form--input {
    background: #efefef;
    width: 100%;
    height: 40px !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 13px;
    letter-spacing: .140em;
    color: #505050; }
  .e-newsletter__form--block {
    width: 23%; }
  .e-newsletter__form--submit {
    width: 100%;
    text-transform: uppercase;
    background: #044EA1;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: .140em;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    cursor: pointer; }

.e-newsletter__success {
  display: none;
  width: 100%;
  padding-left: 25px;
  margin: 20px 0;
  color: #505050; }

.e-newsletter__error {
  display: none;
  width: 100%;
  padding-left: 25px;
  margin: 20px 0;
  color: #505050; }

.e-newsletter__errorDuplicatedEmail {
  display: none;
  width: 100%;
  padding-left: 25px;
  margin: 20px 0;
  color: #505050; }

.e-footer__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .e-footer__block--content + div {
    padding: 2rem 0 0; }
  .e-footer__block--content.social ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .e-footer__block--content.social ul li {
      margin: 0 10px 0 0; }
      .e-footer__block--content.social ul li:nth-child(3) a {
        background: none; }
      .e-footer__block--content.social ul li:last-of-type a {
        background: none; }
      .e-footer__block--content.social ul li a {
        background: url(/arquivos/sprite-social-footer.png);
        width: 23px;
        display: inline-block;
        height: 23px; }
      .e-footer__block--content.social ul li .facebook {
        background-position: 0 0; }
      .e-footer__block--content.social ul li .instagram {
        background-position: -33px 0; }
      .e-footer__block--content.social ul li .gplus {
        background-position: -66px 0; }
      .e-footer__block--content.social ul li svg {
        height: 24px;
        width: 24px;
        overflow: unset; }
  .e-footer__block--content h3 {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.2em;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px 0; }
  .e-footer__block--content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .e-footer__block--content ul li {
      font-size: 10px;
      line-height: 21px;
      letter-spacing: 0.1em; }
      .e-footer__block--content ul li a {
        color: #000;
        cursor: pointer; }
        .e-footer__block--content ul li a[href^="tel:"] {
          font-weight: 600; }
        .e-footer__block--content ul li a[href^="mailto:"] {
          font-weight: 600; }
      .e-footer__block--content ul li p a {
        font-weight: 600;
        text-decoration: underline; }

.e-footer__block--content.pagamento ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .e-footer__block--content.pagamento ul li {
    margin: 5px;
    background: url(/arquivos/sprite-payment.png);
    width: 40px;
    height: 26px;
    display: inline-block; }

.e-footer__block--content.pagamento .pagamento--visa {
  background-position: 0 0; }

.e-footer__block--content.pagamento .pagamento--master {
  background-position: -50px 0; }

.e-footer__block--content.pagamento .pagamento--amex {
  background-position: -99px 0; }

.e-footer__block--content.pagamento .pagamento--diners {
  background-position: -148px 0; }

.e-footer__block--content.pagamento .pagamento--elo {
  background-position: -197px -1px; }

.e-footer__block--content.pagamento .pagamento--visaelectron {
  background-position: 0 -31px; }

.e-footer__block--content.pagamento .pagamento--maestro {
  background-position: -49px -31px; }

.e-footer__block--content.pagamento .pagamento--discover {
  background-position: -99px -31px; }

.e-footer__block--content.pagamento .pagamento--jcb {
  background-position: -148px -31px; }

.e-footer__block--content.pagamento .pagamento--boleto {
  background-position: -197px -31px; }

.e-footer__block--content.seguranca ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .e-footer__block--content.seguranca ul li {
    background: url(/arquivos/vtex-pci-200.png) no-repeat;
    width: 100px;
    height: 62px;
    -webkit-background-size: cover;
    background-size: cover;
    display: block; }

.e-footer__bottom {
  border-top: 1px solid #bfd2d9; }
  .e-footer__bottom__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .e-footer__bottom__copy {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 9px;
    letter-spacing: 0.14em;
    font-weight: 300; }
  .e-footer__bottom__dev {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .e-footer__bottom__dev ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .e-footer__bottom__dev ul li {
        margin: 0 0 0 20px; }
        .e-footer__bottom__dev ul li a svg {
          width: 98px; }

.float-whats {
  bottom: 3px;
  right: 1%;
  position: fixed;
  z-index: 999; }
  .float-whats .float-whats-message {
    width: 100px;
    height: 25px;
    position: absolute;
    font-size: 12px;
    right: 58px;
    bottom: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #0000002b;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    opacity: 1; }
  .float-whats .hide {
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
    display: none; }
  .float-whats .whats {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #25D366;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative; }
    .float-whats .whats svg {
      fill: #fff;
      width: 30px;
      height: 30px; }

.e-btn-scroll {
  position: fixed;
  right: 0px;
  display: block;
  z-index: 99;
  bottom: 50px;
  right: 2%; }
  .e-btn-scroll button {
    cursor: pointer; }
    .e-btn-scroll button svg {
      width: 30px;
      height: 30px;
      fill: #044EA1; }

.e-footer {
  background: #efefef;
  position: relative; }
  .e-footer__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

#ajaxBusy,
#vtex-callcenter {
  display: none !important; }

#vtexIdContainer {
  position: fixed !important;
  z-index: 9999999 !important; }

.e-content {
  padding: 161px 0 0 0; }

.e-header__info .total-cart {
  display: block !important; }
  .e-header__info .total-cart strong {
    display: none; }
  .e-header__info .total-cart em {
    font-size: 10px;
    display: block;
    position: absolute;
    width: 70px;
    letter-spacing: .12em;
    left: 30px; }

.e-header__info .js--minicart-open-total {
  display: none; }

button#icon-lojista {
    margin: 0;
    background: #fff;
    padding: 0 5px;
    color: #044EA1;
    font-size: 14px;
}

button#icon-lojista > div {
  margin: 0 20px;
}

button#icon-lojista > div .js--login-user {
  width: auto;
}

button#icon-lojista i.js--login-icon {
    fill: #044EA1;
    padding: 0 0 0 15px;
}

button#icon-lojista:hover {
  color: midnightblue;
}

button#icon-lojista:hover i svg {
  fill: midnightblue !important;
}

button#icon-lojista:hover span {
  color: midnightblue;
}