/* NÃO ALTERAR NADA AQUI!!!!!! */

/* Forma conteiner */
#corpo .conteiner .secao-principal .campos-pedido .campos-pedido #formularioCheckout .row-fluid .span4 #formas-pagamento-wrapper fieldset #formasPagamento .li-box-payment .pagamento_selecao_conteiner .accordion-heading .forma-conteiner{
    transform:translatex(0px) translatey(0px) !important;
}

.formas .accordion-heading .forma-conteiner{
    margin: 5px;
    padding: 0 5px;
}

.forma-conteiner .with-discount{
    margin: 5px;
    padding: 5px;
}

/* Close Forma Conteiner */

/* Helper */
#formasPagamento .li-box-payment .helper{
    height:42px;
    max-width:none;
}

.secao-principal .campos-pedido .campos-pedido #formularioCheckout .row-fluid .span4 #formas-pagamento-wrapper fieldset #formasPagamento .li-box-payment .pagamento_selecao_conteiner .accordion-heading .forma-conteiner .helper{
    transform:scale(0.8) !important;
}
/* Close Helper */


/* Span Tag */
#formasPagamento .forma-conteiner span:nth-child(3){
    visibility:visible;
}

/* Image */
#formasPagamento .forma-conteiner img{
    display:inline-block;
    height: 20px;
}

#formasPagamento .forma-conteiner img.formas-pagamento-checkout-additional-pix {
    display: none;
}

/* Span Tag */
#formasPagamento .forma-conteiner span{
    font-size:0.78em;
    text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 1px;
}

/* PIX Adicionado */
#pagamento6 .with-discount .helper:before{
    display: inline;
    background-image: url(https://cdn.awsli.com.br/production/static/loja/estrutura/v1/img/bandeiras/pix.png);
    /*position: absolute;*/
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 60px;
    padding-bottom: 5px;
    margin: 0 5px;
    transform: scale(0.5,0.5);
}

/* 
Página Carrinho 
*/

/* Seção valores */
.pagina-carrinho td.line-18 {
  font-size: 18px;
}

/* Linha 1*/
.pagina-carrinho strong.titulo.valor-total {
  /*Valor Total*/
  font-size: 24px;
} 

/* Linha 2*/
.pagina-carrinho strong.cor-principal.titulo.font-15 {
  /* Valor Pix*/
  font-size: 24px;
  font-weight: 700;
}

/*Alinhamento*/
.pagina-carrinho  div td.line-18{
  display: flex;
  flex-direction: column;
}
.pagina-carrinho tr:nth-child(1) {
  padding: 0;
  align-items: center;
}

.pagina-carrinho tr:nth-child(2) {
  padding: 0;
  justify-content: flex-end;
}
.pagina-carrinho tr:nth-child(3) {
  padding: 0;
  justify-content: flex-start;
}
.pagina-carrinho tr:nth-child(4) {
  justify-content: flex-start;
}
.pagina-carrinho tr:nth-child(5) {
  display: flex;
  justify-content: flex-end;
}

/*Ordenação*/
.pagina-carrinho .valores-descontos {
  order: 1;
}

.pagina-carrinho .total {
  order: 2;
}

/* 
Menu todas as categorias 
*/
.cores-personalizadas .menu-desktop .menu > ul > li.todas-categorias > a {
    background: #2d303c;}
    .menu-desktop .menu > ul > li > a i {
    display: none;
}
/* 
FIM Menu todas as categorias 
*/

.pagina-carrinho tr {
  display: flex;
  
}

@media only screen and (min-width: 801px) {
.banners-vitrine-mini{display:none;}
}

.categoria-descricao {
    text-align: justify!important;
}

.categoria-descricao p {
    font-size: 16px;
    line-height: 25px;
    margin: 14px;
}

.produto-descricao .abas-custom .tab-content {
    padding: 12px;
    font-size: 17px;
}

.cores-personalizadas .categoria-descricao p {
    color: #000000;
}

.cores-personalizadas .botao-whatsapp a {
    background: #51cc60;
    color: #ffffff;
    fill: #ffffff;
    border-color: #00000000;
}

.produto-detalhes .botao-whatsapp a {
    padding: 12px 15px!important;
}

.produto-detalhes .botao-whatsapp a span {
    font-size: 16px;
    line-height: 11px;
}

    @media only screen and (max-width: 1025px){
    .imagem-da-loja-nos-produtos-desktop{display:none;}
}
   @media only screen and (min-width: 1025px){
    .imagem-da-loja-nos-produtos-mobile{display:none;}
}

.tab-content h3 {
    color: #2d303c;}
    
.produto-detalhes .cep-real .input-append {
    width: 349px;
    background: #e1e1e1b5;
    /* box-shadow: rgb(0 0 0 / 23%) 0px 7px 15px 0px; */
    border: 1px solid #71717129;
    border-radius: 4px;
    position: relative;
    margin-top: 2px;
}

.listagem .listagem-item .info-produto.prodTxt-1 .nome-produto {
    min-height: 57px;
    -webkit-line-clamp: 0;

}

.listagem .acoes-produto .botao-comprar {
    font-size: 14px;
    height: 36px;
}

.listagem-item .botao-whatsapp {
    display: none;
}

.cores-personalizadas .botao.principal {
    background: #4CAF50 !important;

}
