/*
 * ACE Tennis — Toolbar bottom clean v1
 * Remove a barra inferior duplicada de modo/listagem/ordenação.
 * Mantém a toolbar superior e mantém a paginação inferior Ace.
 */

html body.catalog-category-view .ace-category-home-toolbar-bottom > .toolbar.toolbar-products,
html body.catalogsearch-result-index .ace-category-home-toolbar-bottom > .toolbar.toolbar-products {
    display: none !important;
}

html body.catalog-category-view .ace-category-home-toolbar-bottom,
html body.catalogsearch-result-index .ace-category-home-toolbar-bottom {
    display: block !important;
    margin-top: 34px !important;
    padding-top: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

html body.catalog-category-view .ace-category-home-toolbar-bottom .ace-category-visible-pager,
html body.catalogsearch-result-index .ace-category-home-toolbar-bottom .ace-category-visible-pager {
    margin-top: 0 !important;
}
