@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap'); /*Root*/
:root {
    --color-text-one: #ffff;
    --color-text-two: #1E1E1E;
    --color-text-tree: #FF6E11;
    --color-text-for: #004CAA;
    --color-fundo--one: #ffff;
    --color-fundo-two: #1E1E1E;
    --color-fundo-tree: #FF6E11;
    --color-fundo-arrow: #FF0000;
    --color-search: #1E1E1E;
    --color-border-menu: #1e1e1e80;
    --color-border-brand: #004CAA;
    --color-btn-comprar: #004CAA;
}

/*-- FIM ROOT --*/
/*-- DEFAULT CSS --*/
body, .titulo {
    font-family: 'Poppins', sans-serif;
}

.conteiner-principal .conteiner {
    max-width: 1280px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#cabecalho .row-fluid, .menu.superior .nivel-um {
    max-width: 1280px;
    margin: 0 auto;
}

.barra-inicial {
    display: none;
}

.icon-arrow {
    padding: 10px;
    background: var(--color-fundo-arrow);
    color: var(--color-text-one);
    border-radius: 10px;
}

.icon-search {
    color: var(--color-search);
}

#barraTopo {
    display: none !important;
}

/*-- FIM DEFATULT --*/
/*-- INICIO CABECALHO --*/
@media only screen and (min-width: 768px) {
    #cabecalho.fixed {
        position: fixed;
        z-index: 99;
        min-width: 100%;
    }

    .banner-for-promo img {
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
    }

    .banner-for-promo img:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .banner-center-full img {
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
    }

    .banner-center-full img:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .banner-center img {
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
    }

    .banner-center img:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .banner-footer a img {
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
    }

    .banner-footer a img:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@media only screen and (max-width: 767px) {
    #cabecalho > .conteiner > .row-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 10px;
    }

    .conteiner .logo {
        margin: 0;
    }

    .atalhos-mobile {
        border: none;
    }

    .atalhos-mobile li {
        border: none;
        background: transparent;
    }

    .atalhos-mobile li a {
        color: var(--color-text-tree);
    }

    .atalhos-mobile li .atalho-menu {
        background: transparent;
        color: var(--color-text-tree);
        font-weight: 400;
        font-size: 26px;
    }

    .busca {
        width: 95%;
        margin: 0 auto;
    }

    .conteudo-topo .menu.superior {
        position: fixed;
        top: 0;
        visibility: hidden;
        opacity: 0;
        bottom: 0;
        z-index: 999;
        background: rgba(0, 0, 0, .4);
        width: 100%;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .conteudo-topo .menu.superior.active {
        left: 0;
        visibility: visible;
        opacity: 1;
        overflow: auto;
        margin-top: -1px;
        height: auto !important;
        display: block;
    }

    .conteudo-topo .menu.superior.active .nivel-um.active {
        width: 80%;
        background: var(--color-fundo-two);
        margin: initial;
        position: relative;
        top: 0;
        border: none;
        height: auto;
        padding: 15px;
        border-radius: 0px 0px 15px 15px;
    }

    .conteudo-topo .menu.superior.active .nivel-um li a, .conteudo-topo .menu.superior.active .nivel-um li strong {
        color: var(--color-text-one);
        font-weight: 500;
    }

    .conteudo-topo .menu.superior.active .nivel-um li .nivel-dois {
        display: none;
    }

    .conteudo-topo .menu.superior.active .nivel-um li {
        border-bottom: 1px solid var(--color-fundo-tree);
    }

    button.menu-close {
        position: absolute;
        right: 0;
        width: 13%;
        height: 50px;
        background: var(--color-fundo-two);
        border-radius: 0 0 15px 15px;
        color: var(--color-text-tree);
        font-size: 20px;
    }

    #listagemProdutos ul {
        padding: 0;
        width: 100% !important;
    }

    #listagemProdutos ul.slick-dots {
        margin-top: 20px;
    }

    .listagem .produtos-carrossel .listagem-linha li .listagem-item {
        min-height: 570px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .listagem .listagem-item .acoes-produto-responsiva {
        position: static;
        width: 100%;
        text-align: center;
    }

    .listagem .listagem-item {
        min-height: 600px;
    }

    .listagem.aproveite-tambem li.span3 {
        width: 47%;
        float: left;
        margin: 5px;
    }

    .listagem-linha .slick-dots {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        bottom: 10px;
    }

    .listagem-linha .slick-dots li.slick-active button {
        background: var(--cor-principal);
    }

    .listagem-linha .slick-dots li {
        margin: 0 5px;
    }

    .listagem-linha .slick-dots li button {
        font-size: 0;
        width: 10px;
        height: 10px;
        background: #AAAAAA;
        border-radius: 25px;
        margin: 0 auto;
    }

    .listagem .listagem-item .nome-produto {
        font-size: 1em !important;
        margin: 0px !important;
    }

    .preco-produto {
        margin-top: 0 !important;
    }

    .preco-produto strong.titulo {
        font-size: 24px !important;
    }

    .banner-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .showcase-banner-promo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner-for-promo {
        width: auto !important;
        padding: 20px;
    }

    .banner-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .banner-footer li {
        width: 47%;
        padding: 5px;
        margin-bottom: 5px;
    }

    .banner-center {
        padding: 20px;
    }

    .banner-center-full {
        padding: 0px;
    }

    #barraNewsletter .componente div.newsletter-cadastro, #barraNewsletter .componente .newsletter-confirmacao {
        min-width: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #barraNewsletter.posicao-rodape .componente .interno {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #barraNewsletter .componente input[type="text"] {
        width: 100% !important;
        text-align: center;
        margin: 0;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    #barraNewsletter .componente .botao {
        width: 60% !important;
        margin: 0 auto;
        padding: 10px;
    }

    #barraNewsletter .componente .interno-conteudo {
        width: 90%;
    }

    #rodape .sobre-loja-rodape p {
        text-align: center;
    }

    #rodape .titulo {
        text-align: center;
    }

    .links-rodape ul li {
        text-align: center;
    }

    #rodape .btn-toggle-mais-informacoes-rodape {
        width: 40% !important;
    }

    #rodape .pagamento-selos .row-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pagina-categoria #listagemProdutos ul li.span3, .pagina-busca #listagemProdutos ul li.span3 {
        width: 46% !important;
    }

    .produto .nome-produto {
        text-align: center;
        font-size: 22px;
    }

    .produto-compartilhar {
        border: none;
    }

    .produto .principal .atributos {
        border: none;
    }

    .produto .principal .atributos span {
        text-align: center;
    }

    .produto .principal .atributos .atributo-comum {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .acoes-produto .preco-produto {
        border: none;
    }

    .botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar {
        width: 80%;
        font-size: 20px !important;
    }

    .acoes-produto-responsiva .tag-comprar span {
        font-size: 14px;
    }

    .listagem.com-caixa .listagem-item .imagem-produto {
        border: none;
    }

    .produto .conteiner-imagem > div {
        border: none;
    }

    .acoes-produto .preco-produto div:first-child {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    
    .acoes-produto .preco-produto div:nth-child(2) {
        text-align: center !important;
    }
    
    .produto .acoes-produto .desconto-a-vista {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .produto .acoes-produto .comprar {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
}

#cabecalho .conteiner {
    background: transparent;
    max-width: none;
    padding: 0;
}

#cabecalho > .conteiner > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#cabecalho .conteudo-topo .inferior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#cabecalho .conteudo-topo .span4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

#cabecalho .login .btn-group .botao {
    background: transparent;
    color: var(--color-text-one);
    font-size: 14px;
}

#cabecalho .menu-user-welcome {
    color: var(--color-text-one);
    text-transform: uppercase;
    font-weight: 600;
}

/*Busca*/
.busca {
    border: none;
    background: none;
    padding: 0;
}

.busca form, .busca input {
    border: none;
}

.busca input {
    border-radius: 2px;
    height: 40px;
    padding: 0 10px;
}

.busca .botao-busca {
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: var(--color-fundo-tree);
}

/*carrinho*/
.carrinho {
    padding-left: 20px;
    border-left: 1px solid var(--color-fundo--one);
}

.carrinho .icon-cart {
    margin-right: 10px;
}

.carrinho a span {
    color: var(--color-text-one);
    display: none !important;
}

.carrinho>a .qtd-carrinho {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-fundo-tree);
    color: var(--color-text-two);
    position: absolute;
    right: -30px;
    top: 5px;
    border-radius: 1px;
    font-size: 14px;
    width: 22px;
    height: 22px;
    margin: 0;
    float: none;
    padding: 2px;
}

/*Menu*/
.menu.superior {
    background: var(--color-fundo-tree);
    margin: 0;
}

.menu.superior ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu.superior li.com-filho>a i {
    background: transparent;
}

.menu.superior .titulo {
    color: var(--color-text-one);
    font-size: 14px;
    font-weight: 800;
}

.menu.superior .nivel-um>li {
    border-color: var(--color-border-menu);
    border-right: none;
}

.menu.superior .nivel-dois {
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

.menu.superior .nivel-dois li {
    border: none;
}

.menu.superior .other-categories li a {
    margin: 0;
}

.menu.superior .other-categories .nivel-dois .nivel-dois {
    display: none !important;
}

.menu.superior .other-categories li a .titulo {
    font-size: 12px;
    white-space: pre;
    margin: 5px 0;
    font-weight: 400;
    color: var(--color-text-two);
}

.menu.superior .other-categories li a i {
    display: none;
}

/*-- FIM CABECALHO --*/
/*-- INICIO BANNERS --*/
/*Banners mini tree*/
.banner.mini-banner {
    margin-top: 30px;
}

.banner.mini-banner .flexslider {
    border-radius: 5px;
    overflow: initial;
}

.banner.mini-banner .flexslider:hover {
    -webkit-box-shadow: 0 7px 16px 0 rgb(0 0 0 / 20%), 0 1px 3px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 7px 16px 0 rgb(0 0 0 / 20%), 0 1px 3px 0 rgb(0 0 0 / 10%);
}

.banner.mini-banner img {
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    border-radius: 10px;
}

.banner.mini-banner img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*-- FIM BANNERS --*/
/*-- INICIO MARCAS --*/
.marcas {
    margin: 40px 0;
}

.marcas .flex-direction-nav a {
    background: transparent;
    text-indent: initial;
    height: auto;
    opacity: 1 !important;
}

.marcas .flexslider ul li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: .7
}

.marcas .flexslider ul li:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

/*-- FIM MARCAS--*/
/*-- INICIO VITRINE --*/
.listagem .titulo-categoria {
    border: none;
    text-align: center;
}

.listagem .titulo-categoria strong {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: var(--color-text-two);
}

.listagem .titulo-categoria:hover strong {
    text-shadow: 5px 5px 2px #00000054;
}

.listagem .titulo-categoria:hover {
    background: transparent;
}

.listagem .listagem-linha>ul button.slick-arrow {
    position: absolute;
    display: none !important;
}

.listagem .listagem-linha>ul button.slick-prev.slick-arrow {
    top: 229px;
    left: -30px;
}

.listagem .listagem-linha>ul button.slick-next.slick-arrow {
    bottom: 250px;
    right: -30px;
}

.listagem .listagem-linha>ul {
    position: relative;
}

.listagem .listagem-linha:hover>ul button.slick-arrow {
    display: block !important;
}

.listagem .listagem-item {
    border: none !important;
    border-radius: 5px;
    min-height: 460px;
}

.listagem .listagem-item .nome-produto {
    text-align: center;
    font-size: 1.5em;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
    padding-bottom: 20px;
    color: var(--color-text-for);
}

.bandeiras-produto {
    border: none;
}

.bandeiras-produto span {
    border: none;
    border-radius: 5px;
    color: var(--color-text-two);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.listagem-item .acoes-produto {
    opacity: 1;
    border: none !important;
    padding: 0;
    bottom: 10px;
}

.listagem-item:hover .acoes-produto {
    bottom: 10px;
}

.listagem-item .acoes-produto .botao.botao-comprar {
    background: var(--color-btn-comprar);
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    width: 80%;
    border-radius: 5px;
}

.listagem-item .acoes-produto .botao.botao-comprar i {
    display: none;
}

.preco-produto {
    padding: 10px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.info-produto .preco-promocional {
    font-size: 14px;
}

.preco-promocional {
    color: var(--color-text-two);
    font-size: 20px;
    font-weight: 400;
}

.produto .acoes-produto .desconto-a-vista {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.preco-produto strong.titulo {
    font-size: 30px;
    font-weight: 700;
}

.preco-produto div:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
}

.preco-produto div:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.desconto-a-vista {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 0;
}

.preco-parcela {
    color: var(--color-text-tree);
}

.preco-parcela strong.cor-secundaria {
    color: var(--color-text-tree);
}

.desconto-a-vista span.cor-secundaria {
    font-size: 14px;
    margin-left: 10px;
    color: rgba(30, 30, 30, 0.5);
}

.preco-produto .preco-venda {
    color: rgba(30, 30, 30, 0.5);
}

/*Banners*/
.showcase-banner-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-for-promo {
    width: 50%;
}

ul.produtos-carrossel.showcase-banner {
    width: 50%;
}

.banner-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-bottom: 40px;
}

.banner-center-full {
    padding: 20px;
}

.banner-center-full img {
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
}

.banner-center-full img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.banner-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px !important;
}

.banner-footer a img {
    border-radius: 15px;
}

/*-- FIM VITRINE --*/
/*-- INICIO NEWSLETTER --*/
#barraNewsletter .componente .titulo {
    display: block;
    color: var(--color-text-one);
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

#barraNewsletter.posicao-rodape .componente .interno {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

#barraNewsletter .componente .texto-newsletter, #barraNewsletter .componente .alert {
    font-size: 18px;
    font-weight: 500;
}

#barraNewsletter .componente div.newsletter-cadastro, #barraNewsletter .componente .newsletter-confirmacao {
    background: var(--color-fundo-tree);
    padding: 10px;
    border-radius: 12px;
    min-width: 480px;
}

#barraNewsletter .componente input[type="text"] {
    background: transparent;
    border: none;
    font-size: 17px;
    width: 65%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#barraNewsletter .componente input::-webkit-input-placeholder {
    color: var(--color-text-one);
}

#barraNewsletter .componente input::-moz-placeholder {
    color: var(--color-text-one);
}

#barraNewsletter .componente input:-ms-input-placeholder {
    color: var(--color-text-one);
}

#barraNewsletter .componente input::-ms-input-placeholder {
    color: var(--color-text-one);
}

#barraNewsletter .componente input::placeholder {
    color: var(--color-text-one);
}

#barraNewsletter .componente .botao {
    background: #0487D9;
    width: 30%;
    border-radius: 5px;
}

#barraNewsletter .componente .newsletter-assinar:after {
    content: "Cadastre-se";
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 300;
}

/*-- FIM NEWSLETTER --*/
/*-- INICIO FOOTER --*/
#rodape .titulo {
    color: var(--color-text-two);
    font-size: 22px;
    font-weight: 700;
    border: none;
}

#rodape .institucional {
    background: transparent;
}

.links-rodape ul li {
    list-style: none;
    color: var(--color-text-two);
}

.links-rodape ul li a {
    color: var(--color-text-two);
}

.links-rodape ul li a:hover {
    color: var(--color-text-tree);
}

.span4.sobre-loja-rodape p {
    color: var(--color-text-two);
}

#rodape .redes-sociais {
    position: initial;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
}

#rodape .caixa-facebook {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#rodape .institucional .lista-redes i {
    background: none;
    color: var(--color-text-two);
}

#rodape .institucional .lista-redes a {
    color: var(--color-text-two);
}

#rodape .institucional .lista-redes li {
    border: none;
}

#rodape .btn-toggle-mais-informacoes-rodape {
    width: 12%;
    padding: 10px;
    margin: 0 auto;
    background: white;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 40px;
    border-bottom: 1px solid #c5c5c5;
}

#rodape .btn-toggle-mais-informacoes-rodape:hover {
    -webkit-box-shadow: 5px 5px 10px 0px #00000026;
    box-shadow: 5px 5px 10px 0px #00000026;
    border-radius: 0 0 5px 5px;
}

#rodape .btn-toggle-mais-informacoes-rodape i {
    margin-left: 10px;
    font-style: normal;
}

#rodape .institucional, #rodape .pagamento-selos {
    background: transparent;
    padding-top: 40px;
}

#rodape .pagamento-selos .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#rodape .pagamento-selos .titulo {
    text-align: center;
}

#copy-fuilt {
    background: var(--color-fundo-two);
}

#copy-fuilt .row-fluid a img {
    max-width: 100px;
    max-height: 100px;
    padding: 10px;
}

#copy-fuilt .row-fluid span {
    color: var(--color-text-one);
    font-size: 14px;
    float: left;
    padding: 10px;
}

#copy-fuilt .row-fluid span a {
    color: var(--color-text-one);
}

#copy-fuilt .row-fluid a {
    float: right;
}

/*-- FIM FOOTER--*/
/*-- Whats Float --*/
.whats-float {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 20px;
    background: #25d366;
    width: 50px;
    height: 50px;
    z-index: 999;
    border-radius: 50%;
    padding: 5px;
}

.whats-float .whatsapp-ico {
    fill: white;
}

/*-- Voltar ao Topo --*/
.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 90px;
    right: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--cor-principal);
}

.scrollToTop span {
    font-size: 13px;
    font-weight: 600;
    font-family: Montserrat
}

.scrollToTop i {
    font-size: 30px;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto;
    font-family: 'FontAwesome';
}

.scrollToTop:hover i {
    line-height: 1.2;
}

.scrollToTop:active, .scrollToTop:focus, .scrollToTop:hover {
    text-decoration: none;
    background: #9f9f9f;
    color: #fff
}

/*-- Pagina produto --*/
.breadcrumbs {
    border: none;
}

.breadcrumbs ul li i {
    display: none;
}

.breadcrumbs ul li a {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.produto .nome-produto {
    font-size: 30px;
    color: var(--color-text-for);
}

.produto .codigo-produto {
    border: none;
    font-size: 14px;
    margin: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.produto .codigo-produto>span+span {
    margin: 0;
}

.produto .codigo-produto>span+span a {
    color: var(--color-text-for);
}

.atributos div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.atributos div ul li {
    margin-bottom: 0;
}

.atributos ul li a {
    border-radius: 15px;
    background: var(--color-fundo-tree);
    height: 40px;
}

.atributo-comum a span {
    color: var(--color-text-one);
    line-height: 3;
}

.atributo-comum a.indisponivel span {
    color: var(--color-text-two);
}

.atributo-comum a.indisponivel i {
    display: block;
}

.atributos ul li a:hover, .atributos ul li.active a {
    background: var(--color-text-one);
}

.acoes-produto .preco-produto {
    width: 100%;
}

.acoes-produto .principal .preco-produto div:first-child .preco-promocional {
    font-size: 40px;
}

.produto .principal .acoes-produto .preco-produto .preco-venda {
    font-size: 16px;
}

.produto .principal .acoes-produto .desconto-a-vista span {
    font-size: 18px;
    margin: 0;
}

.produto .principal .acoes-produto .desconto-a-vista span i {
    margin-right: 10px;
    color: var(--color-text-tree);
}

.produto .principal .acoes-produto .desconto-a-vista strong {
    font-size: 50px !important;
}

.produto .acoes-produto .preco-parcela {
    font-size: 18px;
    color: var(--color-text-two);
}

.produto .acoes-produto .preco-parcela i {
    color: var(--color-text-tree);
    margin-right: 5px;
}

.produto .acoes-produto .preco-parcela .cor-secundaria {
    color: var(--color-text-two);
}

.acoes-produto .preco-produto div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}

.acoes-produto .preco-produto div:nth-child(2) {
    text-align: left;
}

.botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar {
    font-weight: 700;
    border-radius: 15px;
    font-size: 30px;
    min-width: 165px;
}

.botao.principal.botao-comprar i, .botao.principal.grande i, .acoes-produto-responsiva .tag-comprar i {
    display: none;
}

.acoes-produto .preco-produto {
    width: 100%;
    margin-top: 0;
    padding: 0;
}

.produto .acoes-produto .comprar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho-title {
    display: none;
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho {
    height: 25px;
    border-radius: 15px;
}

.produto .acoes-produto .comprar .disponibilidade-produto {
    margin-top: 10px;
}

.produto .acoes-produto .comprar span span {
    text-align: center;
}

.parcelas-produto .accordion {
    border-radius: 15px;
}

#formCalcularCep a {
    display: block;
    margin-top: 10px;
    margin-left: 0;
}

.cep .input-append.input-prepend input {
    border-radius: 15px;
}

#formCalcularCep button.btn {
    margin-left: 20px;
    border-radius: 15px;
    background: var(--color-btn-comprar);
    color: var(--color-text-one);
}

#carouselImagem .miniaturas a {
    border-radius: 15px;
    border-width: 2px;
}

.produto-compartilhar .lista-redes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.produto-compartilhar .lista-redes ul a {
    padding: 5px 10px;
    border-radius: 15px;
}

.produto-compartilhar .lista-redes ul li:first-child {
    display: block !important;
}

.produto-compartilhar .lista-redes ul a i.fa.fa-whatsapp {
    padding: 0px 10px;
    width: auto;
    height: auto;
    border-radius: 15px;
}

.produto-compartilhar .lista-redes ul .fb-share-button {
    padding: 5px 10px;
    background: #1877f2;
    border-radius: 15px;
}

.produto-compartilhar .lista-redes ul li {
    border: none;
}

.abas-custom .tab-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #363636;
    padding-top: 40px;
}

/*-- Pagina categorias --*/
.pagina-categoria #listagemProdutos ul, .pagina-busca #listagemProdutos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagina-categoria #listagemProdutos ul li.span3, .pagina-busca #listagemProdutos ul li.span3 {
    width: 22%;
    margin-left: 3%;
    margin-bottom: 40px;
}

.pagina-categoria #listagemProdutos ul li.span3 .listagem-item, .pagina-busca #listagemProdutos ul li.span3 .listagem-item {
    min-height: 530px;
}

.pagina-categoria #listagemProdutos ul li.span3 .listagem-item.indisponivel, .pagina-busca #listagemProdutos ul li.span3 .listagem-item.indisponivel {
    min-height: 350px;
}

.pagina-pagina #corpo .secao-principal .conteudo .caixa-sombreada {
    -webkit-box-shadow: none;
    box-shadow: none;
}