/* Mudando a cor da letra dos cabeçalhos para fundo branco */
.barra-inicial .top-actions .top-action-item a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.barra-inicial .canais-contato ul li a, .barra-inicial .canais-contato ul li span {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* Mudando a cor do sublinhado do rastrei o seu produto */
.rastreio .form-rastreio {
    background: #fff;
    border: solid 1px #d4d5d6;
    border-top: solid 2px #33dc67;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    width: 220px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* Mudando a cor dos botões Minha conta e carrinho de compras */
#cabecalho .actions>li>a .icon .a {
    fill: #33dc67;
}
#cabecalho .carrinho>a i .icon {
    fill: #33dc67;
    width: 18px;
    height: 18px;
}

/* Mudando a cor quando passa o mouse nos nomes Minha conta e carrinho de compras */
#cabecalho .actions>li>a .icon .a {
    fill: #33dc67;
}

/* Mudando a cor do botão comprar do carrinho de compras na home */
.botao.principal, .botao.principal:hover, .dropdown-menu>li>a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .flex-control-paging li a.flex-active, .fundo-principal, .menu li:hover>a .fundo-secundario, .menu-simples li a:hover, .menu-simples li.active a {
    background: #33dc67;
}

/* Mudar as cores dos riscos horizontais dos menus (Está em ordem de cima para baixo) */
.barra-inicial .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 1px #FFFFFF;
    padding: 5px 0;
}
#cabecalho .account .account-list {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: solid 1px #d4d5d6;
    border-top: solid 2px #33dc67;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 999;
    min-width: 220px;
    visibility: hidden;
    opacity: 0;
}
#cabecalho .carrinho .carrinho-interno.borda-principal {
    border-top-color: #33dc67;
}
.full.menu .conteiner {
    background: 0 0;
    padding: 0;
    border-top: solid 2px #33dc67;
}

.full.menu .nivel-um>li>a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 2.7px;
    background: #33dc67;

left
: 50%;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    display: block;
}
/* Mudança de cor da Letra dos menus (Acessórios, biquinis, etc...) */
.full.menu .nivel-um>li>a>.titulo {
    color: #707070;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
}
/* Mudança da cor de fundo do submenu (Nivel dois) para Preto */
.full.menu .nivel-dois {
    background: #000;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
}
.full.menu .nivel-um .titulo:hover { 
    color: #fff; 
}
.full.menu .nivel-dois>li:hover {
    background: #fff; 
}

/* Mudança cor risco horizontal na listagem dos produtos */
#listagemProdutos.listagem .titulo-categoria:after, #listagemProdutos.listagem>.titulo:after, .listagem.aproveite-tambem .titulo-categoria:after, .listagem.aproveite-tambem>.titulo:after {
    content: "";
    background: #33dc67;
    width: 93px;
    height: 3px;
    display: block;
    margin: 15px auto;
}

/* Mudança cor botão Ver mais dos produtos */
#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase!important;
    border: 0;
    border-radius: 0;
    color: #fff;
    text-transform: none;
    background: #33dc67;
    display: block;
    text-align: center;
    padding: 0;
    width: 45%;
    height: 45px;
    line-height: 45px;
    float: left;
    margin-left: 2.5%;
}

/* Mudar a cor do botão carrocel dos depoimentos */
.flex-direction-nav li a {
    width: 50px;
    height: 50px;
    background: 0 0;
    font-size: 0;
    margin-top: -25px;
    background: #2aa34f;
}

/* Mudança das cores na parte SIGA NOSSO INSTAGRAM */
div#instagram .icon .cls-1 {
    fill: #2aa34f;
}
div#instagram h2 a {
    color: #2aa34f;
}
div#instagram h2:after {
    content: "";
    background: #2aa34f;
    width: 93px;
    height: 3px;
    display: block;
    margin: 15px auto;
}

/* Barra rodape janela Newsletter */
div#instagram h2:after {
    content: "";
    background: #33dc67;
    width: 93px;
    height: 3px;
    display: block;
    margin: 15px auto;
}
#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    background: #33dc67;
    border-radius: 0;
    color: #fff;
    height: 40px;
    border: solid 2px #33dc67;
    border-left: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#barraNewsletter.posicao-rodape .componente .newsletter-confirmacao .icon-ok {
    color: #33dc67;
}
#barraNewsletter.posicao-rodape .componente input[type=text] {
    background: #000;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 0 26px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    margin-right: 0;
    color: #fff;
    border: solid 2px #33dc67;
}
#rodape .sobre-loja-rodape .more:hover {
    text-decoration: none;
    color: #707070;
    background: #000;
}
#rodape .lista-redes ul li:hover a {
    background: #000;
}
#rodape .institucional li a:hover {
    color: #fff;
    text-decoration: none;
}
.scrollToTop:active, .scrollToTop:focus, .scrollToTop:hover {
    text-decoration: none;
    background: #33dc67;
    color: #fff;
}
#barraNewsletter.posicao-rodape .componente .newsletter-confirmacao span {
    font-size: 13px;
    font-weight: 550;
    text-transform: capitalize;
}


/* Newsletter Lateral pagina de produtos */
.coluna div.componente.newsletter .botao {
    margin-top: 15px;
    width: 100%;
    display: block;
    background: #33dc67;
    border: solid 2px transparent;
    height: 55px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: inherit;
    border-radius: 0;
}
.coluna div.componente.newsletter .botao:hover {
    border: solid 2px #33dc67;
    background: #000;
}

/* Newsletter POPUP */
.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao {
    width: 30%;
    border-radius: 0;
    border: solid 2px #33dc67;
    background: #33dc67;
    height: 45px;
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
    background: #fff;
    padding: 0 18px;
    border: solid 2px #33dc67;
    border-right: 0;
    border-radius: 0;
    width: 70%;
    color: #000;
}
/* Newsletter POPUP Tamanho da fonte da mensagem */
.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter {
    position: absolute;
    top: 8%;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 0;
    max-width: 450px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao span {
    margin-left: 0;
    padding: 0;
    text-align: center;
    font-size: 14.5px;
    display: inline-block;
    font-weight: 550;
    color: #4d4d4d;
}

#modalNewsletter .componente .texto-newsletter {
    font-size: 15px;
}
.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input {
     border: solid 2px #33dc67;
}
.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input:hover {
     border: solid 2px #33dc67;
}
.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input a:hover {
     border: solid 2px #33dc67;
}





.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao .icon-ok {
    float: none;
    vertical-align: middle;
    color: #33dc67;
}


/* Newsletter POPUP */
.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao:hover {
    border: solid 2px #33dc67;
    background: #33dc67;
    color: #fff;
}


/* Troca de cor Quadrados do rodape para verde */
#rodape .lista-redes ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: solid 2px #33dc67;
    display: block;
}
#rodape .sobre-loja-rodape .more {
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 136px;
    height: 44px;
    background: 0 0;
    border: solid 2px #33dc67;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    margin: 20px 0;
    line-height: 15px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
/* Cor das letras página do produto */
.breadcrumbs ul li strong, .info-principal-produto .breadcrumbs ul li strong {
    color: #33dc67;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
}
.pagina-produto .breadcrumbs ul li:last-child a {
    color: #2aa34f;
    font-weight: 700;
}
.pagina-produto .breadcrumbs ul li a {
    color: #9b9b9b;
    font-size: 15px;
}

/* Mudar cor das letras no parcelamento do produto e no menu flutuante do produto */
.produto div.principal .acoes-produto .preco-produto .preco-parcela strong {
    font-weight: 600;
    color: #2aa34f;
    font-size: 14px;
}
.produto .acoes-flutuante .preco-produto .preco-parcela .titulo, .produto .acoes-flutuante .preco-produto .preco-parcela strong {
    font-weight: 600;
    color: #2aa34f;
    font-size: 14px;
}

/* Mudar cor dos icones na pagina do produto */
#st-1 .st-btn[data-network=facebook], #st-1 .st-btn[data-network=googleplus], #st-1 .st-btn[data-network=pinterest], #st-1 .st-btn[data-network=twitter] {
    border-radius: 0;
    background: #33dc67!important;
    padding: 0;
    width: 40px;
    height: 40px;
}

/* Mudar cor do contorno dos tamanhos dos produtos na página de produtos */
.produto .atributos .atributo-comum ul li.active a{
    border: solid 2px #2aa34f;
}
.produto .atributos .atributo-comum ul li:hover a{
    border: solid 2px #33dc67;
}

/* Mudança cor do menu Minha conta quando passa o mouse */
#cabecalho .actions>li:hover .total-cart, #cabecalho .actions>li:hover a {
    color: #fff;
}

/* Cor submenu Minha conta */
#cabecalho .account .account-list {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: solid 1px #000;
    border-top: solid 2px #33dc67;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    background: #000;
    z-index: 999;
    min-width: 220px;
    visibility: hidden;
    opacity: 0;
}

/* botão Avisar quando indisponível  */
.botao {
    border-radius: 0;
    background: #33dc67;
    color: #fff;
    border: none;
    font-weight: 600;
}

/* Checkout Carrinho */
.carrinho-checkout .atendimento li span.display-table .icone-box i {
    color: #33dc67;
    font-size: 3rem;
}
.campos-pedido .identificacao .submit-email.botao.principal {
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    text-transform: uppercase;
    background: #33dc67;
    font-size: 13px;
    font-weight: 700;
}

/* Mobile Icons mudança de cor */
.atalhos-mobile ul li a .qtd-carrinho {
    left: 30px;
    font-size: 13px;
    font-weight: 600;
    background: #33dc67;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block!important;
}
.conteudo-topo .busca-mobile .atalho-menu {
    background: #33dc67;
    border-radius: 0;
    height: 45px;
    padding: 0 10px;
    line-height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.conteudo-topo .menu.superior.visible-phone .menu-close:after {
    content: 'X';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
    font-weight: 600;
    background: #33dc67;
    color: #fff;
}
#rodape .institucional a i {
    color: #33dc67;
}

/* Troca de cor linha horizontal pagina dos produtos */
.pagina-categoria .conteudo h1.titulo:after {
    content: "";
    width: 93px;
    height: 3px;
    display: block;
    background: #33dc67;
    margin: 15px 0;
}

/* Ajustar tamanho do logo no site */
#rodape .sobre-loja-rodape .logo a img {
    margin: 0px 0;
}

.logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 85%;
}