#rodape, .news #formNews .emailNews input, .news #formNews .newsletter-cadastro button, .news ul li a, .news::after {
border-color: #808080; }

.bandeiras-produto span.bandeira-promocao{
    width: 48px;
    height: 48px;
    padding: 0;
    display: block;
    border-radius: 50%;
    background: #9fabb7;
    text-align: center;
    line-height: 12px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 12px 0;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.produto-compartilhar .lista-favoritos {
    color: #fff;
    font-size: 10px;
    line-height: 29px;
    border-radius: 15px;
    display: inline-block;
    background: #9fabb7;
    padding: 0 14px !important;
    text-decoration: none;
    transition: ease-out .2s;
    font-weight: 500;
    border: 0;
}

.produto .acoes-produto .comprar a {
    background: #1ea91e;
    opacity: 1;
    box-sizing: border-box;
    line-height: 50px;
    text-decoration: none;
    text-shadow: none;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    transition: background ease-out .2s;
    border-radius: 0;
    border: 0;
    padding: 0 15px;
    display: block;
    font-weight: 500;
}

.produto .acoes-produto .comprar a{
    background: #228B22;
    opacity: 1;
    box-sizing: border-box;
    line-height: 50px;
    text-decoration: none;
    text-shadow: none;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    transition: background ease-out .2s;
    border-radius: 0;
    border: 0;
    padding: 0 15px;
    display: block;
    font-weight: 500;
}
.news ul li a{
    font-size: 16px;
    color: #ffa500;
    line-height: 43px;
    width: 43px;
    height: 43px;
    text-align: center;
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #ffa500 inset;
    background: #ffa500;
    box-sizing: border-box;
    transition: box-shadow ease-out .2s;
}

.news #formNews 
.newsletter-cadastro 
button {
    float: right;
    border: 0px solid #444443;
    border-radius: 0;
    height: 42px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #808080;
    background: transparent;
    transition: background ease-out .2s;
    margin-left: -121px;
}

.barra-inicial { background: #000000;
}

#cabecalho { background: #000000;
}

.menu.superior .nivel-um>li a strong { color: #b0b0b0;
}

.menu.superior .nivel-um>li a[title*="utlet"] strong, .menu.superior .nivel-um>li a[title*="OUTLET"] strong, .menu.superior .nivel-um>li:hover a strong {
color: #ffffff; }

.menu.superior .nivel-dois li a:hover { color: #ffffff;
}

.busca input{
    width: calc(100% - 22px);
    margin: 0 11px;
    background: #fff;
    box-shadow: none;
    border-radius: 0px !important;
    font-size: 13px;
    color: #6a6a69;
    font-weight: 300;
    padding: 0 55px 0 16px;
    height: 51px;
    box-sizing: border-box;
    border: 0;
    box-shadow: none !important;
}

.busca input::placeholder{
    opacity: 1;
    color: #6a6a69;
}

.busca .botao-busca{
    background: transparent;
    border: 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 51px;
    padding: 0;
}

.busca .botao-busca::before{
    display: none;
}

.busca .botao-busca svg{
    width: 26px;
    height: 26px;
    fill: #ff4d00;
}