/* Logo */
#cabecalho .logo a {
    max-height: 95%;
}

/* Botão Comprar */
.produto div.principal .acoes-produto .comprar .botao-comprar {
    width: 60% !important;
}

/* Cabeçalho Fixo */
#cabecalho.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 140px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

#cabecalho.fixed .full.menu.active {
    max-height: 54px;
    opacity: 1;
    z-index: 40;
    overflow-y: visible;
    padding-top: 20px;
}

/* Rodapé */
#rodape .sobre-loja-rodape p {
    text-transform: none;
    margin-top: 10px;
    padding-top: 30px;
}

/* Ícones do Cabeçalho */
#cabecalho .actions > li > a .icon g circle,
#cabecalho .carrinho > a i svg g circle {
    fill: #2b7fc8;
}

/* Botões e Elementos de Fundo */
.full.menu .conteiner .nivel-um > offers > a,
#barraNewsletter.posicao-rodape .componente .newsletter-assinar,
.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,
#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar,
.listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar,
.flex-direction-nav li a {
    background: #2b7fc8;
}

/* Favoritos */
.adic-favo:active,
.adic-favo:focus,
.adic-favo:hover {
    background: #2e7fc8;
    color: #ffffff;
}

.adic-favo {
    color: #2e7fc8;
}

/* Ícones do Carrinho e Ações */
#cabecalho .actions > li > a .icon g path,
#cabecalho .carrinho > a i svg g path {
    fill: #ffffff;
}

/* Newsletter */
#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    border: solid 0px #ffffff;
}

/* Ícones e Elementos Específicos */
#Layer_1 > path:nth-child(2) {
    fill: #06d755;
}

#Layer_1 > g:nth-child(4) > path:nth-child(1),
#Layer_1 > g:nth-child(4) > path:nth-child(2) {
    fill: #ffffff;
}

#Layer_1 > circle:nth-child(1) {
    fill: #06d755;
}

/* Modal de Newsletter */
.modal-modalNewsletter .fancybox-skin {
    background: transparent url('https://cdn.awsli.com.br/1904/1904446/arquivos/popupsitenesiok.png') no-repeat center;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao {
    border: solid 2px #2b7fc8;
    background: #2b7fc8;
}

/* Aviso de Cookies */
#avisoCookies .conteiner p {
    font-size: 14px;
    line-height: 1.25rem;
    margin: 0 20px 0 0;
    color: #fff;
}

/* Ocultar Rastreio */
.rastreio {
    display: none !important;
}
