.envolve-compraSegura p{
  color: #21b56a;
  font-weight: 600;
  font-size: .7em;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  line-height: 13px;
}
.envolve-compraSegura img{
    width: 1.4rem;
    margin-right: .3rem;
}
.carrinho{
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 4px 0px #cecece;
  background: #fff;
  min-width: 330px;
}
.logo-loja img {
  border-radius: 10px;
  width: auto;
  height: 50px;
}
.logo-loja{
  margin: 15px 0 !important;
  padding: 0!important;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.logo-loja > h1 {
  color: #333;
  font-size: 1.5em;
}
.header-carrinho{
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1rem;
}
.h1-info-carrinho{
  color: #636363;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}
.item-carrinho h2{
  color: #636363;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: .2rem;
}
.item-carrinho p {
  color: #757575;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  font-size: .7em;
  font-weight: 300;
  margin: 0.1rem;
}
.item-carrinho p.p-qtde-item {
  color: #4074B9;
  font-size: .7em;
  font-weight: 500;
}
.a-alterar-item{
  color: #0099FF;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
}
.item-carrinho{
  align-items: center;
  max-height: 12rem;
  /* margin: 1rem; */
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0.8em 0 0.8em;
}
.itens-carrinho{
  height: 18rem;
  overflow-y: auto;
}
.itens-carrinho::-webkit-scrollbar {
  width:10px;
  background:#bebebe; 
  border-radius: 10px;
}
.itens-carrinho::-webkit-scrollbar-track {
 background:#bebebe; 
  border-radius: 10px;
}
.itens-carrinho::-webkit-scrollbar-thumb {
  border-radius:10px;
  background:#000000b7; 
}
.valor-total{
  color: #F50272;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  font-weight: 900;
}
.p-valor{
  color: #636363;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
}
.forma-pagamento-carrinho{
  color: #636363;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 400;
  margin: 0;
}
.footer-carrinho{
  background-color: #F5F5F5;
  padding: 1rem;
}
.border-top-valor{
  border-top: 1px solid rgb(226 226 226);
  padding-top: .3rem;
}
.produzido-por{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}
.produzido-por img{
  width: 30%;
}
.produzido-por p{
  color: #636363;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  font-size: .7em;
  font-weight: 400;
  margin: 0;
  margin-right: .5rem;
}
.envolve-carrinho{
  display: flex;
  justify-content: center;
  align-items: center;
}
.color-primaria, .cor-texto, .cor-secundaria, .ativo{
  color: #F50272;
}
.color-action, .checado{
  /* background-color: #F50272; 
  border-color: #F50272;
  */
}
.color-action{
  margin-bottom: 1rem !important
};

.colorDesconto{
  background-color: #F50272;
}

@media (min-device-width: 1600px) {
  .itens-carrinho{
    height: 30rem;
    overflow-y: auto;
  }
}
@media (max-device-width: 1024px) {
  .item-carrinho h2 {
    font-size: 1em;
  }
  .h1-info-carrinho {
    font-size: 1em;
  }
}