body.pagina-produto .preco-promocional::after {
    content: "em outros meios";
    font-weight: 400;
}
.carrinho-checkout .control-group.span6.parent_div_id_telefone_principal {
    display: none;
}
body.carrinho-checkout .secao-principal.row-fluid.sem-coluna::before {
    content: "Desconto para pagamento no Pix será aplicado após escolha do meio de pagamento.";
    background: red;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
    color: #fff;
}
/*ajuste espaçamento campo cupom de desconto e frete no carrinho*/
tbody tr.bg-dark:last-of-type td {
  padding-bottom: 10px;
}
.tabela-carrinho .bg-dark td {
    padding-bottom: 0px;
}
.tabela-carrinho .form-horizontal {
    margin-bottom: 0px;
    margin-top: 0px;
}
