.conteudo-topo .busca {
    border: 0;
    background: transparent;
    padding: 0;
}

.conteudo-topo .busca input {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-radius: 30px;
    padding: 0 40px 0 20px;
}

.conteudo-topo .busca button {
    height: 35px;
    padding: 0;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
    top: 3px;
    right: 3px;
}

.conteudo-topo .carrinho {
    border-radius: 30px;
}

.conteudo-topo .carrinho > a i {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.barra-inicial .icon-facebook {
    background: #fc91cd;
}

.barra-inicial .icon-instagram {
    background: #fc91cd;
}

.barra-inicial .icon-bold {
    background: #ec268f;
}

.listagem .imagem-produto img {
    max-width: 140%;
    max-height: 140%;
    top: 0;
    margin: auto;
    background-position: center;
}

.listagem .listagem-linha li {
    border-style: none;
}

.listagem .info-produto {
    padding: 140px 15px 15px;
    position: relative;
}

.listagem .listagem-item {
    text-align: center;
}

.conteudo-topo .menu.superior {
    background: #f6afce;
}

.barra-inicial {
    background: #fc91cd !important;
}