/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

#cabecalho>.conteiner>.row-fluid {
    max-width: 1280px;
    margin: 0 auto;
}

.conteiner, .tema-pequeno .conteiner {
    max-width: 1280px;
}

/* Header */
#cabecalho .conteiner {
    padding: 1rem 0;
}
#cabecalho .span3 {
    max-width: 190px;
}
#cabecalho>div.conteiner>div.row-fluid>div.conteudo-topo.span9 {
    width: calc(100% - 223px);
}
.logo a img{
    position: relative;
}
.busca input {
    width: 100%;
    border: 1px solid #F53A7C;
    border-radius: 39px;
    height: 50px;
    padding: 5px 15px;
}
.ui-autocomplete {
    border: 0;
}
.ui-autocomplete .ui-menu-item {
    padding: 5px 15px;
}
.ui-autocomplete .ui-menu-item a {
    font-size: 15px;
}
form#form-buscar {
    position: relative;
}
.busca .botao-busca {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.conteudo-topo .rastreio-btn, .conteudo-topo .contato-top{
    display: none;
}
.minha-conta .btn-group > a{
    display: flex;
    align-items: center;
}
.minha-conta .btn-group > a:after {
    content: 'Login / Cadastre-se';
    text-transform: uppercase;
    color: #1E1E1E;
}
/* Menu Header */
.menu.superior {
    background: #F53A7C;
    box-shadow: none;
}
.menu a, .menu .titulo {
    vertical-align: middle;
    color: #fff !important;
}
.menu.superior .nivel-um>li a strong{
    font-weight: 300;
}