.e-header__top-bar {
  width: 100%;
  display: none !important;
  padding: 9px;
  position: relative;
  background: #fff; }
  @media (max-width: 767px) {
    .e-header__top-bar {
      display: none !important; } }
  .e-header__top-bar.e-empty .e-header__top-bar-background {
    background: #f5f5f5; }
  .e-header__top-bar.e-empty .e-header__top-bar-text {
    color: #4e4e4e; }
    .e-header__top-bar.e-empty .e-header__top-bar-text strong {
      color: #4e4e4e; }
  .e-header__top-bar.e-last-step .e-header__top-bar-text {
    color: #FFFFFF; }
    .e-header__top-bar.e-last-step .e-header__top-bar-text strong {
      color: #FFFFFF; }
  .e-header__top-bar-background {
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
    position: absolute;
    background: #f5f5f5;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1; }
  .e-header__top-bar-text {
    font-size: 12px;
    letter-spacing: 1px;
    color: #4e4e4e;
    display: block;
    text-align: center;
    font-weight: 300;
    position: relative;
    z-index: 2; }
    .e-header__top-bar-text.is--white {
      color: #FFFFFF; }
      .e-header__top-bar-text.is--white strong {
        color: #FFFFFF; }
  .e-header__top-bar-icons {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    @media (max-width: 767px) {
      .e-header__top-bar-icons {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: none; } }
    .e-header__top-bar-icons 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;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .e-header__top-bar-icons ul {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-top: 7px; } }
      .e-header__top-bar-icons ul li {
        background-repeat: no-repeat;
        -webkit-background-size: 18px 18px;
        background-size: 18px;
        display: inline-block;
        margin-right: 15px;
        width: 23px;
        height: 18px;
        position: relative; }
        .e-header__top-bar-icons ul li.completed:after {
          content: '';
          width: 12px;
          height: 12px;
          display: inline-block;
          background: url("/arquivos/icon--completed.png");
          background-repeat: no-repeat;
          -webkit-background-size: 12px 12px;
          background-size: 12px;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute; }
      .e-header__top-bar-icons ul .icon-brinde-1 {
        background: url("/arquivos/icon--gift.png"); }
      .e-header__top-bar-icons ul .icon-brinde-2 {
        background: url("/arquivos/icon--gift.png"); }
      .e-header__top-bar-icons ul .icon-brinde-3 {
        background: url("/arquivos/icon--shipping.png?v=2"); }
