input.qtde-carrinho {
    background: none;
    color: white;
}

#descricao, #descricao *  {
    color: #d6d6d6 !important;
}

.produto .acoes-flutuante, .produto .acoes-flutuante .close_float, body, .barra-inicial, #cabecalho {
    background-color: #323232 !important;
}

.atributo-comum a span {
    padding: 3px 20px;
}

.produto .acoes-produto .comprar {
    float: none;
    text-align: right;
    max-width: 100%;
    margin: 0 10px;
}

input.qtde-carrinho {
    padding: 10px 0 !important;
}

label.qtde-adicionar-carrinho {
    width: 100% !important;
    float: none;
}

.comprar .botao.grande {
    padding: 10px 0;
}

.botao {
    border-radius: 5px;
}

.filtro, .menu .nivel-dois, .menu .nivel-tres, .menu.lateral .nivel-um>li>a {
    border: none;
    box-shadow: none;
    outline: none;
}


.bandeiras-produto {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 8px !important;
    top: inherit;
    left: 10px;
    z-index: 999;
}

.bandeiras-produto span {
    border: none;
}

.bandeira-carrinho {
    padding: 5px !important;
    border-radius: 5px;
    background-color: #69a5c8 !important;
}

.bandeira-promocao {
    padding: 5px !important;
    background-color: #d21b1b !important;
}

.bandeira-carrinho, .bandeira-promocao {
    border-radius: 0px;
}

.listagem.com-caixa .listagem-linha ul li {
    border: 0;
    overflow: hidden;
}

.listagem.com-caixa .listagem-item {
    border: none;
    background-color: #c3c3c321;
    border-radius: 5px;
    overflow: hidden;
}

.listagem.com-caixa .listagem-item:hover {
    border: 1px solid #d21b1b;
    border-radius: 5px;
}

.listagem-item .cor-principal {
    font-weight: 700;
    color: #d21b1b;
    font-size: 18px;
}

.listagem.com-caixa .listagem-item .acoes-produto {
    border: none;
    height: 100%;
    width: 100%;
    bottom: 0;
}

.listagem.com-caixa .listagem-item:hover:before {
    border: 2px solid #d21b1b;
    content: "";
    z-index: 99;
    position: relative;
}

.listagem.com-caixa .listagem-item:hover:after {
    content: "";
}

li .listagem-item {
    display: flex;
    flex-direction: column-reverse;
}

.listagem.com-caixa .listagem-item .acoes-produto:hover
{
    background-color: #b70000a8;
    background-image: url(https://cdn.awsli.com.br/446/446832/arquivos/selo_comprar_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    -webkit-animation: pulse 1s infinite;
    -moz-animation: pulse 1s infinite;
    -ms-animation: pulse 1s infinite;
    -o-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    height: 100%;
    bottom: 0;
    opacity: 1;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

#barraTopo {
    height: 95px;
}

#barraTopo .busca .botao-busca {
    top: 15px;
    right: -4px;
}

#barraTopo .row-fluid {
    display: flex;
    align-items: center;
}

#barraTopo .carrinho>a span {
    padding: 18px 0 0 !important;
}

/*
#barraTopo .carrinho {
     margin: 0;
 }
 */

.acoes-produto a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.eu_quero {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    position: absolute;
    left: 34%;
    bottom: 30%;
    opacity: 1;
}

a:hover {
    text-decoration: none !important;
}

.conteiner-principal .conteiner {
    box-shadow: none;
}

#cabecalho .conteiner {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

#cabecalho .row-fluid {
    display: flex;
    align-items: center;
}

#cabecalho .superior .span8 {
    padding-left: 18px;
}

.menu.superior {
    background-color: transparent;
}

.menu.superior .nivel-um>li:hover i, li:hover i {
    background-color: transparent !important;
}

i.icon-chevron-down.fundo-secundario {
    background-color: transparent;
    color: black;
    font-size: 13px;
}

.menu.superior {
    display: flex;
    justify-content: center;
}

.busca {
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
}

.busca form, .busca input {
    padding: 15px;
    background: none;
}

.busca .botao-busca {
    position: absolute;
    right: 0px;
    top: 15px;
    height: inherit;
    padding: 15px;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
}

.fundo-secundario, .fundo-principal, .botao.principal, .botao.principal:hover, .menu li:hover > a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu > li > a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .menu-simples li a:hover, .menu-simples li.active a {
    background-color: #3a3a3a;
}

.carrinho {
    /* margin: 14px 0 0 0; */
    border-radius: 5px;
    background: none;
}

.carrinho>a i {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 6px 8px 6px 4px !important;
}

.carrinho>a span {
    line-height: 16px !important;
    padding: 12px 0 0 !important;
}

.carrinho>a strong {
    line-height: 52px !important;
}

.carrinho-interno {
    top: 50px !important;
}

#close_menu, .menu_bg {
    display: none;
}

.secao-banners .conteiner {
    max-width: 100%;
    padding: 0;
}

@media only screen and (max-width: 767px)
{
    .conteudo-topo .busca-mobile {
        padding: 0 15px 0 0;
    }

    .busca .botao-busca {
        height: auto;
        top: 15px;
        right: 0px;
        line-height: 28px;
        padding: 11px;
    }

    .conteudo-topo .busca-mobile .atalho-menu {
        position: relative;
        top: 15px;
        padding: 11px;
        border-radius: 5px;
        font-size: 30px;
    }

    ul.nivel-um.active {
        width: 100%;
    }

    .menu.superior {
        margin: 0 0 0 15px;
    }

}