.box-cadastro-cliente {
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
}

.area-cliente .box-cliente {
  background-color: white;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #dedede;
}

.area-cliente .titulo-principal {
  font-size: 20px;
  font-weight: 500;
  color: var(--cor-texto-preto);
}

.area-cliente .titulo-cards {
  font-size: 18px;
  color: var(--cor-texto-preto);
}

.area-cliente .email-cliente {
  font-size: 14px;
  color: #5c5c5c;
}

.area-cliente .cliente-sair {
  position: relative;
  bottom: 10px;
  font-size: 13px;
  color: var(--cor-base);
  text-decoration: underline;
}

.area-cliente a:hover {
  text-decoration: none;
}

.img-filtro {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.box-interacao-cliente {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 15px 5px;
}

.box-sem-avaliar {
  border-bottom: 1px solid #dedede;
  padding: 15px 5px;
}

.box-interacao-cliente .resposta-conteudo {
  border-left: 1px solid #76a2cb;
}

.account-content .texto-area-cliente {
  font-size: 14px;
}

.account-content .avaliation_star {
  width: 18px;
  content: url("/imagens/icones/star-review_linhas.png");
}

.account-content .avaliation_star_filled {
  width: 18px;
  content: url("/imagens/icones/star-review_cheia.png");
}

.menu-dados .icone-menu {
  margin-right: 10px;
}

.menu-dados .icone-menu {
  -webkit-filter: invert(10%) sepia(75%) saturate(5094%) hue-rotate(196deg) brightness(108%) contrast(101%);
          filter: invert(10%) sepia(75%) saturate(5094%) hue-rotate(196deg) brightness(108%) contrast(101%);
}

.menu-dados.active .icone-menu,
.menu-dados:hover .icone-menu {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media screen and (max-width: 680px) {
  .area-cliente .cliente-sair {
    background: var(--cor-base);
    padding: 5px 15px;
    line-height: 16px;
    color: white;
    text-decoration: none;
  }

  .area-cliente .meus-pedidos .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .area-cliente .meus-pedidos .pagination .page-link {
    padding: 0.8rem 1.25rem;
  }

  .form-check-inline .form-check-input {
    width: 16px;
    height: 16px;
  }
}

.account-sidebar {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  position: sticky;
  top: 120px;
}

/*.account-sidebar h2 {
    display: table;
    padding-right: 45px;
    position: relative;
    font-size: 2rem;
    margin-bottom: 15px
}*/

.account-sidebar ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.account-sidebar ul.open {
  opacity: 1;
  height: auto;
  visibility: visible;
  pointer-events: auto;
}

.account-sidebar ul li:last-child a {
  -webkit-box-shadow: 0 0 0 0 #E4E6E5;
          box-shadow: 0 0 0 0 #E4E6E5;
}

@media (min-width: 576px) {
  .account-sidebar ul {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .account-sidebar ul {
    opacity: 1;
    height: auto;
    visibility: visible;
    pointer-events: auto;
  }
}

.account-sidebar ul li {
  display: block;
}

.account-sidebar ul li:last-child a {
  -webkit-box-shadow: 0 0 0 0 #E4E6E5;
          box-shadow: 0 0 0 0 #E4E6E5;
}

.account-content {
  margin-bottom: 20px;
  background-color: white;
  padding: 15px;
  border-radius: 8px;
}

.account-content .title-1 {
  font-size: 20px;
}

.meus-pedidos .account-content h1,
.minhas-trocas .account-content h1 {
  padding-bottom: 10px;
}

.meus-pedidos .account-content .table-orders .head-table,
.minhas-trocas .account-content .table-orders .head-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid var(--cor-texto-preto);
}

.meus-pedidos .account-content .table-orders .head-table span,
.minhas-trocas .account-content .table-orders .head-table span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  font-size: .8rem;
  color: var(--cor-texto-preto);
  text-transform: uppercase;
  padding: 13px;
}

.meus-pedidos .account-content .table-orders .orders .order .head,
.minhas-trocas .account-content .table-orders .orders .order .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/images/down-blue.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 1px 0 0 #e9e9e9;
  box-shadow: 0 1px 0 0 #e9e9e9;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.meus-pedidos .account-content .table-orders .orders .order .head.open,
.minhas-trocas .account-content .table-orders .orders .order .head.open {
  background-image: url("/imagens/icones/icon_seta_azul_baixo.png");
  -webkit-appearance: none;
  -webkit-box-shadow: 0 4px 0 0 #0077fe;
  box-shadow: 0 4px 0 0 #0077fe;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .head,
  .minhas-trocas .account-content .table-orders .orders .order .head {
    background-image: url("/imagens/icones/icon_seta_azul_baixo.png");
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .head span,
.minhas-trocas .account-content .table-orders .orders .order .head span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  font-size: .875rem;
  color: #6a696a;
  letter-spacing: .5px;
  padding: 5px 0;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .head span,
  .minhas-trocas .account-content .table-orders .orders .order .head span {
    padding: 23px 13px;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .head:hover,
.minhas-trocas .account-content .table-orders .orders .order .head:hover {
  cursor: pointer;
}

.meus-pedidos .account-content .table-orders .orders .order .content,
.minhas-trocas .account-content .table-orders .orders .order .content {
  padding: 0;
  height: 0;
  overflow: hidden;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 1px #e9e9e9;
  box-shadow: 0 0 0 1px #e9e9e9;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.meus-pedidos .account-content .table-orders .orders .order .content.open,
.minhas-trocas .account-content .table-orders .orders .order .content.open {
  height: auto;
  padding: 10px;
}

@media (min-width: 768px) {
  .meus-pedidos .account-content .table-orders .orders .order .content.open,
  .minhas-trocas .account-content .table-orders .orders .order .content.open {
    padding: 20px;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content h3,
.minhas-trocas .account-content .table-orders .orders .order .content h3 {
  text-align: center;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content h3,
  .minhas-trocas .account-content .table-orders .orders .order .content h3 {
    text-align: left;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .info-content,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid transparent;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status {
  margin-top: 30px;
  padding-top: 30px;
  -webkit-appearance: none;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: inherit;
  }
}

@media (max-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .bar,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .bar {
    position: absolute;
    top: 46%;
    background: #f0f0f0;
    height: 3px;
    width: 300px;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    left: 6%;
  }
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .bar,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .bar {
    display: block;
  }

  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .bar,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .bar {
    position: absolute;
    top: 15px;
    background: #f0f0f0;
    height: 3px;
    width: 80%;
    left: 10%;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item {
    margin-bottom: 0;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item:nth-child(2):before,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item:nth-child(2):before {
  display: none !important;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item.active:before,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item.active:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  background-color: #fbb439;
  width: 100%;
  height: 3px;
  top: 15px;
  left: -50%;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item.active span,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item.active span {
  background-color: #0077fe;
  color: #fff;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item span,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item span {
  position: relative;
  z-index: 10;
  width: 30px;
  height: 30px;
  line-height: 1.875rem;
  border-radius: 50%;
  text-align: center;
  background-color: #f0f0f0;
  font-weight: 600;
  font-size: .875rem;
  color: #303333;
  margin-bottom: 15px;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item p,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item p {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: .875rem;
  color: #303333;
  line-height: 1.0625rem;
  margin-bottom: 10px;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item small,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item small {
  display: block;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.0625rem;
  color: #a1a2a5;
}

@media (max-width: 575px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item small,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item small {
    display: inline;
  }

  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item .horario-status {
    position: absolute;
    top: 27px;
    left: 38px;
  }

  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item p {
    margin-left: 7px;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status a.track-delivery,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status a.track-delivery {
  display: table;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
  font-weight: 400;
  font-size: .875rem;
  color: #005ec8;
  text-decoration: underline;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status a.track-delivery:hover,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status a.track-delivery:hover {
  color: #303333;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status a.track-delivery,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status a.track-delivery {
    float: right;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-right: 15px;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos h3,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos h3 {
  text-align: center;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos h3,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos h3 {
    text-align: left;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 575px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details {
    text-align: center;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details p,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details p {
  font-weight: 400;
  font-size: .875rem;
  color: #303333;
  margin: 0;
  line-height: 1.25rem;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul {
  margin: 0;
  padding: 0;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  font-weight: 400;
  font-size: .75rem;
  color: #6a696a;
  line-height: 1.5rem;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li > span,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li > span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li strong,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li strong {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  text-align: left;
  font-size: .875rem;
  font-weight: 400;
  color: #303333;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li strong span,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li strong span {
  display: block;
}

.score-geral-avaliacao {
  font-size: 50px;
}

.box-avaliacao {
  border: 1px solid #dee2e6;
  padding: 20px;
}

.menu-dados {
  position: relative;
  z-index: 2;
  padding: 5px 0;
  font-size: 16px;
}

.menu-dados a {
  color: gray;
  display: block;
  padding-left: 15px;
}

.menu-dados.active > a,
.menu-dados:hover > a {
  border-left: 3px solid var(--cor-secundaria);
  padding-left: 15px;
  color: var(--cor-secundaria);
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 992px) {
  .account-sidebar ul {
    opacity: 1;
    height: auto;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (min-width: 576px) {
  .account-sidebar ul {
    margin-bottom: 60px;
  }
}

.card-fav {
  width: 320px;
}

.menu-central-ajuda {
  padding: 5px 8px;
  border: 2px solid transparent;
  cursor: pointer;
  color: var(--cor-base);
  font-size: 16px;
}

.menu-central-ajuda img {
  width: 22px;
  margin-right: 5px;
}

.menu-central-ajuda.selecionado img {
  width: 22px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.menu-institucional {
  list-style: none;
  font-size: 16px;
}

.box-institucional .box-contato span:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

@media (min-width: 1300px) and (max-width: 1650px) {
  .box-institucional .box-contato .email-inst {
    font-size: 80%;
  }
}

.page-institucional .conjunto-institucional .box-paginas:not(:last-child) {
  margin-bottom: 10px;
}

.page-institucional .box-institucional .box-contato {
  text-align: center;
}

.page-institucional .text-contato {
  color: #ffffff;
}

.box-contato .contato-imagem {
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
  background: #ffd15e;
}

.menu-institucional .card-body img {
  max-width: 100%;
}

.page-institucional .central-texto {
  font-size: 16px;
}

.page-institucional .box-institucional .box-contato.contato-email {
  padding-top: 0;
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .bloco-texto .email-inst {
    word-break: break-all;
  }

  .page-institucional .box-institucional .box-contato.contato-email {
    padding-top: 18px;
  }
}

.btn-primary.with-icon.icon-close:before {
  background-image: url("/imagens/setas/close-white.png");
}

@media (min-width: 576px) {
  .account-sidebar ul {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .account-sidebar ul {
    opacity: 1;
    height: auto;
    visibility: visible;
    pointer-events: auto;
  }

  .order-info {
    width: 90%;
    margin: 0 auto;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .head span,
.minhas-trocas .account-content .table-orders .orders .order .head span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  font-size: .875rem;
  color: #6a696a;
  letter-spacing: .5px;
  padding: 5px 0;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .head span,
  .minhas-trocas .account-content .table-orders .orders .order .head span {
    padding: 23px 13px;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .head:hover,
.minhas-trocas .account-content .table-orders .orders .order .head:hover {
  cursor: pointer;
}

.meus-pedidos .account-content .table-orders .orders .order .content,
.minhas-trocas .account-content .table-orders .orders .order .content {
  padding: 0;
  height: 0;
  overflow: hidden;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 1px #e9e9e9;
  box-shadow: 0 0 0 1px #e9e9e9;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.meus-pedidos .account-content .table-orders .orders .order .content.open,
.minhas-trocas .account-content .table-orders .orders .order .content.open {
  height: auto;
  /*    padding: 10px*/
}

@media (min-width: 768px) {
  .meus-pedidos .account-content .table-orders .orders .order .content.open,
  .minhas-trocas .account-content .table-orders .orders .order .content.open {
    padding: 20px;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content h3,
.minhas-trocas .account-content .table-orders .orders .order .content h3 {
  text-align: center;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content h3,
  .minhas-trocas .account-content .table-orders .orders .order .content h3 {
    text-align: left;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status h3,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status h3 {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item:nth-child(2):before,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item:nth-child(2):before {
  display: none !important;
}

@media (max-width: 575px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item.active:before,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item.active:before {
    content: "";
    position: absolute;
    z-index: 5;
    background-color: #fbb439;
    width: 60px;
    height: 3px;
    top: -13px;
    left: 6%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item.active:before,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item.active:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    background-color: #fbb439;
    width: 100%;
    height: 3px;
    top: 15px;
    left: -50%;
  }
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item.active:before,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item.active:before {
    display: block;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item.active span,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item.active span {
  background-color: #4CD964;
  color: #fff;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item p,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status .progress-delivery .item p {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: .875rem;
  color: #303333;
  line-height: 1.0625rem;
  margin-bottom: 10px;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status a.track-delivery,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status a.track-delivery {
  display: table;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
  font-weight: 400;
  font-size: .875rem;
  color: #005ec8;
  text-decoration: underline;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status a.track-delivery:hover,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status a.track-delivery:hover {
  color: #303333;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .status a.track-delivery,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .status a.track-delivery {
    float: right;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-right: 15px;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos h3,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos h3 {
  text-align: center;
}

@media (min-width: 576px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos h3,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos h3 {
    text-align: left;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 575px) {
  .meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details,
  .minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details {
    text-align: center;
  }
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details p,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details p {
  font-weight: 400;
  font-size: .875rem;
  color: #303333;
  margin: 0;
  line-height: 1.25rem;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul {
  margin: 0;
  padding: 0;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  font-weight: 400;
  font-size: .75rem;
  color: #6a696a;
  line-height: 1.5rem;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li > span,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li > span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li strong,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li strong {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  text-align: left;
  font-size: .875rem;
  font-weight: 400;
  color: #303333;
}

.meus-pedidos .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li strong span,
.minhas-trocas .account-content .table-orders .orders .order .content .table-product-order .shipping-infos > div.shipping-details ul li strong span {
  display: block;
}

.mobile-pedidos p {
  font-size: 14px;
  font-weight: 500;
}

.mobile-pedidos span {
  color: #6A696A;
}

.account-sidebar .minha-conta.open img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .account-sidebar .closed {
    display: none;
  }
}

.account-sidebar .closed.show {
  display: block;
  webkit-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.pagenation {
  margin-bottom: 15px;
  margin-top: 30px;
}

.pagenation ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.pagenation ul li {
  list-style-type: none;
}

.pagenation ul li.next-page button {
  font-size: 14px;
  font-weight: 700;
  color: var(--cor-base);
  border: 1px solid var(--cor-base);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10px 15px;
}

.pagenation ul li.next-page button:focus {
  outline: none;
}

.menu-central-ajuda {
  padding: 5px 25px;
  cursor: pointer;
  color: #4D5163;
  font-size: 16px;
}

.menu-central-ajuda:hover {
  border-left: 3px solid var(--cor-secundaria);
  text-decoration: none;
  color: #4D5163;
}

.menu-central-ajuda.selecionado {
  border-left: 3px solid var(--cor-secundaria);
  padding: 5px 25px;
  text-decoration: none;
  color: #4D5163;
  font-size: 16px;
}

.menu-institucional {
  list-style: none;
  font-size: 16px;
}

.box-institucional {
  margin-bottom: 20px;
  border-radius: 5px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-institucional.box-orange {
  background-color: #ea621d;
}

.box-institucional.box-green {
  background-color: #006400;
}

.inst-orange {
  color: #ea621d;
}

.box-institucional .box-atendimento {
  background-color: white;
  padding: 6px;
  border-radius: 4px;
  text-decoration: none;
}

.page-institucional .conjunto-institucional .box-paginas:not(:last-child) {
  margin-bottom: 10px;
}

.account-sidebar .conjunto-institucional {
  display: none;
}

.account-sidebar .conjunto-institucional.show {
  display: block;
  webkit-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.account-sidebar .menu-ajuda {
  border-radius: 5px;
  border: 2px solid #4576ff;
  position: relative;
  z-index: 2;
  padding: 5px 20px;
  font-size: 16px;
}

.account-sidebar .menu-ajuda a {
  color: gray;
  display: block;
}

.account-sidebar .menu-ajuda.active,
.account-sidebar .menu-ajuda.active > a,
.account-sidebar .menu-ajuda:hover,
.account-sidebar .menu-ajuda:hover > a {
  background-color: var(--cor-base);
  color: #fff;
  text-decoration: none;
}

.menu-central-ajuda img {
  width: 22px;
  margin-right: 5px;
}

.menu-central-ajuda.selecionado img {
  width: 22px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.page-institucional .conjunto-institucional .box-paginas:not(:last-child) {
  margin-bottom: 10px;
}

.box-contato .contato-imagem {
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
  background: #ffd15e;
}

.box-contato .bloco-texto {
  font-size: 12px;
  font-weight: 500;
}

.bloco-texto .texto-atendimento {
  height: 52px;
}

.bloco-texto .email-inst {
  word-break: break-all;
}

.menu-institucional .titulo-institucional {
  text-overflow: ellipsis;
  overflow: hidden;
}

.menu-institucional .card-body iframe {
  width: 100%;
}

.page-institucional .box-institucional .box-contato.contato-email {
  padding-top: 15px;
}

.card-resposta {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-left-style: solid;
  border-left-width: 1px;
  max-width: 80%;
  font-size: 12px;
  margin-bottom: 10px;
  clear: both;
}

.card-resposta.vendedor {
  border-left: 3px solid orange !important;
  float: left;
}

.card-resposta.cliente {
  border-right: 3px solid green !important;
  float: right;
}

.bg-color-ticket-header {
  background: orange;
  color: white;
  text-align: center;
}

.bg-topo-ticket {
  background: #07727c;
  color: white;
}

.mensagens-ticket-overflow {
  height: 450px;
  overflow: auto;
}

