.prod-counter + .prod-counter {
    display: none;
}

@media screen and (max-width: 767px) {
    .menu.superior .nivel-um.active, .menu.superior .nivel-dois, .menu.lateral .nivel-um.active, .menu.lateral .nivel-dois {
        overflow: auto;
    }
}

p.bp-panel {
    display: none;
}

p.bp-titulo {
    height: 25px;
    padding: 7px;
    font-size: 15px;
    border-top: 1px solid #cfcfcf;
    display: flex;
    align-items: center;
    color: #444444;
    cursor: pointer;
    /*text-transform: uppercase;*/
    font-weight: bold;
    border-radius: 0;
    background: #ffffff;
    transition: all linear .2s;
}

p.bp-titulo.active+p.bp-panel {
    display: block;
    padding: 10px;
    margin-top: 0;
    transition: all linear .2s;
    border-radius: 7px;
    border: 0px solid #b6b6b6;
}

p.bp-titulo.active {
    position: relative;
    background: #ffffff;
}

p.bp-titulo:before {
    content: "+";
    font-size: 20px;
    color: #444444;
    display: block;
    margin-top: -2px;
    margin-right: 5px;
}

p.bp-titulo.active:before {
    content: "-";
    font-size: 25px;
    color: #444444;
    display: block;
    margin-top: -6px;
    margin-right: 5px;
}

/*ModificaÃ§Ãµes PÃ¡gina do produto*/
.atributos div ul li * {
    border-radius: 10px;
}

.parcelas-produto .accordion {
    border-style: none;
}

.abas-custom .tab-content {
    box-shadow: none;
}

.a-marca .conteiner {
    background: white !important;
    margin-bottom: 60px;
}

.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 9em;
    right: 2em;
    background-color: #000;
    display: block !important;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    transition: all 1s;
    border-radius: 5px;
    padding: 10px;
    display: none;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
    line-height: 40px;
}

.scrollToTop i {
    font-size: 2em;
    font-weight: 600
}

.scrollToTop:hover, .scrollToTop:active {
    opacity: .7;
    transition: all 1s;
    text-decoration: none
}

.listagem.com-caixa .listagem-item .acoes-produto > a {
    margin-bottom: 3px;
    min-width: 100px;
}

@media only screen and (max-width: 767px){
    .acoes-produto-responsiva .tag-comprar {
        display: inline-block;
        line-height: 27px;
        padding: 0 5px;
        width: 110px;
        height: 30px;
    }
    
    .acoes-produto-responsiva .tag-comprar span {
        font-size: 15px;
    }
    
    
    .acoes-produto-responsiva .tag-comprar i {
        font-size: 20px;
        position: relative;
        top: 1px;
    }
    .acoes-produto-responsiva {
         text-align: center;
    }
}

@media only screen and (max-width: 479px){
    .listagem .listagem-item .acoes-produto-responsiva {
        margin: 0 auto;
    }
    .acoes-produto-responsiva {
        position: absolute;
        top: 43%;
        right: 34px;
    }
}
.a-marca {
    display: inline-block;
    /* float: left; */
    width: 100%;
    background: ` + $colorSobre + `;
    padding: 20px 0;
    margin: 0 auto;
}

.a-marca .conteiner {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.a-marca .conteiner .span6 {
    margin: 0 auto;
    width: 45%
}

.a-marca .conteiner .span6 .titulo {
    background: 0 0;
    border-top: none;
    text-align: left;
    position: relative;
    padding: 20px 0;
    color: #3b3b3b;
    text-transform: none;
    font-size: 26px;
    font-family: Lato;
    font-weight: 700
}

.a-marca .conteiner .span6 .titulo:hover {
    background: 0 0;
    padding-left: 0
}

.a-marca .conteiner .span6 .titulo:after {
    content: "";
    background: ` + $colorSobre + `;
    width: 5px;
    max-width: 5px;
    height: 45px;
    display: block;
    float: left;
    margin: 0;
    margin-right: 10px;
    margin-top: -7px
}

.a-marca .conteiner .span6 p {
    font-size: 16px;
    color: #707070;
    line-height: 24px
}

.a-marca .conteiner .span6 img {
    display: block;
    width: 100%
}

@media screen and (max-width: 767px) {
    .a-marca .conteiner {
        flex-direction:column
    }

    .a-marca .conteiner .span6 {
        width: 100%
    }
}

.fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
color: #646368;
}

i.icon-bold {
width: 19px;