/* NAO APAGAR - INICO */

.carrinho-interno .nome-produto,
.carrinho-interno .preco-produto .preco-promocional{
    color: #fff;
}    

/* NAO APAGAR - FIM */



.sub-header a.dark {
    background-color: var(--bg_list_nav) !important;
    color: #fff;
    transition: opacity ease-in-out .2s;
}

.sub-header a:hover {
    background-color: var(--bg_list_nav_hover) !important;
}

.sub-header a {
    display: block;
    text-decoration: none;
    background: var(--bg_list_nav);
    transition: ease-in-out .3s;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 22px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

.acao-editar a.botao {
    height: 40px;
    border-radius: 4px;
    background-color: #f69f95;
    text-align: center;
    padding: 0 34px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    transition: ease-in-out .2s;
}

.acao-editar a.botao:hover {
    background-color: #323b5a;
}

.acao-editar a.botao {
    height: 40px;
    border-radius: 4px;
    background-color: #323b5a;
    text-align: center;
    padding: 0 34px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    transition: ease-in-out .2s;
}

.box-news {
    background-color: var(--bg_nav) !important;
    border-radius: 4
px
;
    padding: 20
px
;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 80
px
;
    color: var(--color_subtitle_block);
}