::selection {
    background: rgba(247,163,15,.34);
    color: #212121;
    text-shadow: none;
}
a, a:hover {
    text-decoration: none;
}

.esconder {
    display: none!important;
}

.g_ .listagem .bandeiras-produto>span {
    background: #f7a30f;
}

/*PAGINA DO PRODUTO - BREADCRUMBS*/
@media (min-width: 48rem){
    .breadcrumbs {
        display: block;
    }
}
.breadcrumbs {
    padding: 0.5rem 0;
    background: #fafafa;
}
.g_ .breadcrumbs {
    border-bottom: 1px solid #ebebeb !important;
}
.g_ .breadcrumbs ul li *{
    font-family: 'Encode Sans', serif;
    font-size: .75rem;
}
.g_ .breadcrumbs ul li+li:before {
    height: 0.5rem;
    width: 0.5rem;
    background-color: #b0bec5;
    border-radius: 0.5rem;
    content: "";
}

/*PAGINA DO PRODUTO - PARTE SUPERIOR*/
.g_ #barraNewsletter {
    background: #F5F5F5;
}
.g_ #barraNewsletter .componente {
    background: #F5F5F5;
}
.titulo {
    font-family: "Encode Sans", sans-serif;
    color: #616161 !important;
}
.g_ .produto .principal .nome-produto {
    text-transform: uppercase;
    color: #212121;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 2.1875rem;
}

.produto .codigo-produto {
    padding: 0px 0;
    font-family: 'Encode Sans', serif !important;
    color: #757575;
    font-size: 12px;
    font-weight: 500;
}
.g_ .produto .codigo-produto>span+span {
    margin-top: 0;
    display: none;
}

.g_ .produto .acoes-produto .preco-produto .preco-a-partir .titulo, .g_ .produto .acoes-produto .preco-produto .titulo.preco-promocional, .g_ .produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional {
    font-family: 'Encode Sans', serif;
    font-size: 1.75rem;
}

.g_ .produto div.principal .acoes-produto .comprar {
    font-family: 'Encode Sans', serif;
}

.botao.principal.botao-comprar, .botao.principal.grande{
    font-family: 'Encode Sans', serif;
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    background: #34a853;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: skew(-20deg);
}
.botao.principal.grande:hover{
    background: #f6a11a;
    opacity: 1;
}
.g_ .produto div.principal .botao.principal.botao-comprar>i.icon-shopping-cart {
    display: inline; /*fa-icon carrinho no botao*/
}

label {
    font-family: 'Encode Sans', serif;
}
button {
    font-family: 'Encode Sans', serif;
}

.produto .acoes-produto{
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 16px 0px 16px 0px;
}

.g_ .produto .produto-thumbs .elastislide-carousel ul li {
    height: 60px;
}
.g_ .produto .produto-thumbs .miniaturas > li {
    opacity: 1;
}
.g_ .produto .produto-thumbs img {
    border-radius: 0px;
}

/*FRETE*/
.produto .cep ul li {
   font-family: 'Encode Sans', serif; 
}
.g_ .produto .cep label {
    font-family: 'Encode Sans', serif; 
    color: #212121;
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 0px;
}
.g_ .produto .cep input {
    background: #FBFBFB;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 5px !important;
    width: 50%;
    padding-left: 5px;
    height: 36px;
}
.g_ #formCalcularCep .btn {
    font-size: .85rem;
    color: #f7a30f;
    border: none;
    background-color:transparent !important;
    padding: 0 15px;
    line-height: 35px;
    vertical-align: bottom;
}

/*PARTE DESCRICAO*/
.g_ .abas-custom .tab-content::before {
    content: "INFORMAÇÕES DO PRODUTO";
    font-size: 1.25rem;
    color: #616161;
    font-weight: 600;
    font-family: 'Encode Sans', serif;
}
.g_ .abas-custom .tab-content * {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Encode Sans', serif !important;
    font-size: 14px;
}

/*TABELA FICHA TECNICA*/
table {
    display: table;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
    font-size: 14px !important;
}
.g_ .abas-custom .tab-content table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    color: #757575 !important;
    margin-bottom: 2.5rem;
    margin-top: 1.25rem;
    font-size: .875rem;
    font-weight: 500;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 16%), 0 0 4px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 16%), 0 0 4px rgb(0 0 0 / 8%);
}
.tab-pane table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
/*RODAPE - SELOS*/
.g_ #rodape .titulo {
    color: #212121;
    font-size: .875rem;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
}
.g_ #rodape .pagamento-selos {
    border-top: 1px solid #d8d8d8;
    margin-bottom: 17px;
}
@media (min-width: 48rem){
    .g_ #rodape .pagamento-selos {
        padding: 2.1875rem 0 0.3125rem;
        border-bottom: 1px solid #d8d8d8;
    }
}
.selos>ul {
    -webkit-box-align: end;
    display: flex;
    -webkit-box-flex: 1;
    flex-wrap: wrap;
    align-items: flex-end;
}

/*CARTOES RODAPE*/
@media (min-width: 48rem){
    .bf-stamps__cards--credit {
        margin-top: 26px;
    }
    .bf-stamps__cards {
        margin: 0 -4px 16px;
        padding: 0;
        border-bottom: none;
    }
}
.bf-stamps__cards {
    -webkit-box-align: end;
    display: flex;
    -webkit-box-flex: 1;
    flex-wrap: wrap;
    align-items: flex-end;
}
.bf-stamps__cards li img {
    max-height: 60px;
}
.bf-stamps__cards--credit img {
    width: 64px;
    height: 40px;
}
/*CNPJ - RODAPE*/
.rodapeCarrinho {
    display: none;
}
.novoRodapeCntr {
    width: 1200px;
    padding: 10px 0px;
    max-width: 1140px;
    margin: 0 auto;
}
@media (max-width: 767px){
    .g_ .conteiner {
        max-width: 100%;
        box-sizing: border-box;
        padding: 0;
        text-align: center;
    }
    .novoRodapeCntr {
        max-width: 100%;
        margin: auto;
        padding: 0px 10px;
    }
    .bf-developed {
        padding-left: 14px;
        padding-top: 14px;
        margin-bottom: 0px;
    }
    .bf-developed__list li {
        padding-left: 0px;
    }
}
.bf-footer-copyright {
    font-size: 12px;
    font-size: .75rem;
    color: #9e9e9e;
}
.bf-footer-copyright span {
    color: #757575;
    font-family: Encode Sans,sans-serif;
    font-size: .75rem;
    font-weight: 700;
    margin: 7px 0;
    display: block;
}

.g_ #rodape>div:last-child p {
    font-family: Encode Sans,sans-serif;
    font-size: 12px;
    font-size: .75rem;
    color: #9e9e9e;
    margin: 0px !important;
}
/*DESENVOLVIDO POR*/
.bf-developed__list li a span {
    font-family: Encode Sans,sans-serif;
    font-size: .75rem;
    color: #757575;
    display: block;
    padding-bottom: 8px;
}
.bf-developed__list li {
    padding-left: 22px;
}
.bf-developed__list li .icon {
    filter: grayscale(1);
}
.bf-developed__list li .icon:hover {
    filter: none;
}
.bf-developed__list li .logo-vtex {
    height: 28px;
    width: 81px;
    opacity: .5;
}
.bf-developed__list li .logo-starbase {
    height: 28px;
    width: 90px;
    opacity: .5;
}
.bf-developed__list li .logo-vtex:hover {
        opacity: 1;
}
.bf-developed__list li .logo-starbase:hover {
        opacity: 1;
}
/*OCULTA RODAPE ORIGINAL*/
.hiddenRodape {
    display:none !important;
}

/*CABECALHO*/
.bf-hint {
    color: #fff;
    background-color: #f5f5f5;
    position: relative;
}
.bf-hint__list a:first-of-type {
    margin-right: auto;
    padding: 10px 0;
}
.bf-hint__list {
    display: flex;
}

@media (min-width: 64rem){
    .bf-hint__list a {
        padding: 10px 24px;
    }
}
.bf-hint__list a {
    font-size: .875rem;
    color: #616161;
    margin: 0;
    text-align: center;
    padding: 10px 15px;
    vertical-align: middle;
    line-height: 17px;
    font-weight: 500;
}