body.search{
    padding-top: 240px;
}

.search-multiple-navigator fieldset h5,
.search-multiple-navigator::before,
#breadcrumb li,
.nice-select,
.pager.bottom .pages li,
#selectioned-filters-bar .selection-bar .ref-sel-bar .ref-sel-option,
#filter-content .filter label {
    font-family: 'Lato', sans-serif;
}

#selectioned-filters-bar .selection-bar .ref-sel-bar .ref-sel-option {
    text-transform: initial;
}

.nice-select {
    font-size: 1rem;
}

.orderBy span.current {
    font-size: 0;
}

.orderBy span.current:before {
    content: 'Selecione';
    font-size: 1rem;
}

.orderBy .nice-select {
    border: 1px solid #d2d4d7;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 20px;
    position: relative;
    text-transform: lowercase;
    width: 176px;
}

.orderBy .nice-select::after {
    content: '';
    position: absolute;
    top: 8px;
    margin: 0;
    right: 5px;
}

.orderBy .nice-select .list {
    background-color: #fff;
    border: 1px solid #d2d4d7;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 20;
}

.orderBy .nice-select .list li {
    cursor: pointer;
    margin-bottom: 10px;
}

.orderBy label {
    font-size: 1rem;
}

.orderBy .nice-select,
.orderBy label {
    display: inline-block !important;
}

.orderBy .nice-select.open .list {
    padding: 12px;
}

.orderBy .nice-select.open .current:after {
    background-color: #2fdec4;
}

.orderBy .nice-select.open:after,
.search-multiple-navigator fieldset h5.open::before {
    border-top-color: #2fdec4;
    transform: rotate(180deg);
}

.orderBy .nice-select .list li:hover,
.orderBy .nice-select.open .current,
body.search.empty #search fieldset.busca .btn-buscar:focus,
body.search.empty #search fieldset.busca .btn-buscar:hover,
#filter-content .filter.filtro_estilo label.sr_selected,
#filter-content .filter.filtro_estilo label:hover,
#filter-content .filter.filtro_faixa-de-preco label.sr_selected,
#filter-content .filter.filtro_faixa-de-preco label:hover,
#filter-content .filter.filtro_modelo label.sr_selected,
#filter-content .filter.filtro_modelo label:hover,
#selectioned-filters-bar .selection-bar .label.clear:hover,
.search-multiple-navigator fieldset h5.open,
.search-single-navigator fieldset h5.open {
    color: #2fdec4;
}

/* empty search */

body.search.empty #search {
    background-color: #fff;
}

body.search.empty #search fieldset.busca .btn-buscar:focus,
body.search.empty #search fieldset.busca .btn-buscar:hover {
    background-color: #2fdec4;
    color: #000;
}

body.search.empty #search fieldset.busca .btn-buscar {
    font-family: 'Oswald', sans-serif;
}

@media (max-width: 991px) {
    body.search.empty #search {
        padding-top: 0;
    }
}

/* lancamento */
body.search.liquidacao #filter-bar {
    display:none;
}
.ML-categoria div {
    margin-right: 4%;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}
.ML-categoria div,
.botoes-categoria,
.botoes-categoria li,
.ML-tamanho div,
.botoes-tamanho,
.botoes-tamanho li {
    display: inline-block;
}
.ML-tamanho div {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin-right: 4%;
}
.botoes-categoria li {
    width: 200px;
    height: 45px;
    border: 1px solid #000;
    margin-right: 10px;
    text-align: center;
}
.botoes-categoria li:hover {
    background: #000;
}
.botoes-categoria li:hover a {
    color: #fff;
}
.botoes-tamanho li:hover {
    background: #000;
}
.botoes-tamanho li:hover a {
    color: #fff;
}
.buttonBF {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    line-height: 45px;
    display: block;
    width: 100%;
    height: 100%;
}
ul.botoes-tamanho {
    display: inline-block;
    list-style: none;
    margin: 0;
}
.botoes-tamanho li {
    width: 45px;
    height: 45px;
    border: 1px solid #000;
    border-radius: 100%;
    text-align: center;
    margin-right: 40px;
}
a.buttonBF-tamanho {
    color: #000;
    text-decoration: none;
    line-height: 45px;
    display: block;
    width: 100%;
    height: 100%;
}
.ML-tamanho {
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (max-width: 1500px){
    .botoes-categoria li {
        width: 150px;
    }
}