/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 #category .pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
 }

 #category .pagination .previous,
 #category .pagination .next {
    margin: 0 10px;
 }

 #category .pagination .select-title .select-title-name {
    max-width: unset;
}

#category .pagination .show>:not(.dropdown-menu-custom).dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

.products-grid .product-miniature-small {
   min-height: 240px;
}

.product-miniature-grid .product-functional-buttons .js-quick-view-iqit {
   display: none!important;
}