/*Início alterações cabeçalho */
/*cabeçalho*/
/*Inicio Header_Bar*/
#cabecalho .box-info ul li a:hover {
    color: #fecc4f;
}

#cabecalho .box-info .options .item .box-rastreio .submit {
    height: 44px;
    padding: 0 5px;
    display: block;
    background: #fecc4f;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-transition: background ease-out .2s;
    transition: background ease-out .2s;
}

#cabecalho .conteiner > .row-fluid::before {
	background: #fff;
}

#cabecalho .box-info .options .item:last-child:hover span {
    color: #fecc4f;
}
/*Fim Header_Bar*/
/*-------------------------------------------------------------------*/
/*Mudar a cor de fundo do menu:*/
@media screen and (min-width: 768px){ .menu.superior {
	background: #333333;
}}

/*Alterar a cor da fonte do menu:*/
@media screen and (min-width: 768px){
.menu.superior .nivel-um>li>a {
color: #fff;
}}

@media screen and (min-width: 768px){
.menu.superior .nivel-um>li>a:hover {
color: #333333;
}}

.menu-mob .bar {
    display: block;
    height: 3px;
    background: #fecc4f;
    width: 25px;
    border-radius: 3px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
}

.carrinho i svg .st0 {
    stroke: #333;
    stroke-width: 5;
    stroke-miterlimit: 10;
}

.menu.superior .nivel-um > li:hover > a {
    background: #fecc4f;
}

.banner-promocao .box-info a {
    content: "";
    display: block;
    line-height: 56px;
    width: 209px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    text-align: center;
    margin-left: 20px;
    position: relative;
    z-index: 1;
    background: #fecc4f;
    transition: ease-out .2s;
}
/*--------Início Minha Conta Área-----------*/
/*Entrar ButtonFace*/
.user-login .list a {
    display: block;
    line-height: 44px;
    outline: 0;
    box-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    background: #d8dadf;
    border-radius: 3px;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: background ease-out .2s;
    transition: background ease-out .2s;
}
.user-login .list a:hover {
    background: #fecc4f;
    color: #fff;
}
/*Cadastrar ButtonFace*/
.user-login .list a.out:hover {
    background: #fecc4f;
    color: #fff;
}
/*-----------Fim Minha Conta Área-------------*/
/*Fim alterações cabeçalho
----------------------------------------------------------------
Início alterações rodapé*/
/*Alterar a cor de fundo principal do rodapé:*/
#rodape .institucional, #rodape .pagamento-selos {
background: #333333;
}

/*Alterar cor títulos rodapé */
#rodape .titulo{
	color: #fecc4f;
}

/*Inicio alterações newsletter footer*/
/*Alterar a cor de fundo da newsletter:*/
#rodape .news{
background : #fecc4f;
}

/*Alterar a cor titulo e conteudo NEWS */
#rodape .news .msg .first,
#rodape .news .msg .last{
	color: #333333;
}

/*Cadastrar email ButtonFace*/
#rodape .submit{
	background: #333333;
}

.emailNews{
 	color: #333333;   
}

/*Fim alterações Newsletter footer*/
/*Fim alterações rodapé*/

/*Alteração cor icones*/
.busca .botao-busca svg{
	fill: #fecc4f;
}
.user-login svg {   
    fill: #fecc4f;
}

.carrinho i svg .st0{
	fill: #333333;
}

.item {
	color: #fecc4f;
}

.qtd-carrinho.titulo.cor-secundaria{
	background: #fecc4f;
}
/*Inicio altração Banners*/
.secao-banners .slide-full .slick-dots li .box-img::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fecc4f;
    transform: translateZ(0);
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
    opacity: 0;
}

.secao-banners .slide-full .slick-dots li .box-img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fecc4f;
    box-sizing: border-box;
    border-radius: 3px;
    transform: translateZ(0);
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
    opacity: 0;
}

/*Fim alteração banners  */

/*Alterar exibição de produtos - individual  */
.produto .acoes-produto .preco-produto .preco-promocional, .produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional {

    font-size: 34px;
    color: #fecc4f;
    line-height: 48px;
    font-weight: 700;
    display: block;
}

.preco-produto.destaque-avista{
	color: #fecc4f;
}

.preco-promocional.cor-principal.titulo{
	color: #fecc4f;
}

.info-produto .preco-produto .preco-promocional, .preco-produto .preco-a-partir .preco-venda:not(.titulo) {
    font-size: 24px;
    line-height: 26px;
    color: #fecc4f;
    font-weight: 700;
    display: block;
    padding-top: 32px;
    margin: 0;
}

/*Fim anteração produtos - individual*/

/*Inicio alterações mídias sociais*/

#rodape .lista-redes i {

    background: #fecc4f !important;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    margin-right: 7px;
    color: #ffffff;
}
/*Fim alterações mídias sociais*/
/*Início Visual Produtos*/
.produto-compartilhar .lista-favoritos:hover, .cep .input-append.input-prepend .btn:hover, .tabela-carrinho .form-horizontal .input-append button:hover {
    background: #fecc4f;
    color: #333333;
}

/*Fim Visual Produtos*/

/*Início página cadastro*/
#modalContato .control-group .botao.principal.pull-right, .caixa-sombreada .botao.principal, #AcessoRestritoIdade .botao.principal, .formulario-cadastro-cliente button.botao.principal {
    white-space: nowrap;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 2px;
    background: #fecc4f;
    box-shadow: none;
    color: #333333;
    font-weight: 500;
    border: 0;
    -webkit-transition: background ease-out .2s;
    transition: background ease-out .2s;
    text-transform: uppercase;
    font-size: 12px;
}
/*Fim página cadastro*/

/*Início Carrinho*/
.total strong {
    font-size: 28px;
    font-weight: 800;
    color: #fecc4f;
}

.tabela-carrinho .preco-produto .preco-promocional, .tabela-carrinho .subtotal strong {
    font-size: 18px;
    font-weight: 700;
    color: #fecc4f;
}

.tabela-carrinho .produto-info a:hover {
    color: #fecc4f;
}

.botao.principal {
    background: #fecc4f;
}
/*Fim Carrinho*/
/*Inicio Modal Pop-UP*/
#modalNewsletter .componente .titulo {
    color: #fecc4f;
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 90px;
    letter-spacing: -2px;
}

/*Fim Modal Pop-UP*/
/*Início Mobile*/
.header-mob {
    background: #fecc4f;
    
}

.box-links {
    background: #fecc4f;
   
}

/*Fim Mobile*/