/* Page-specific: catalog.html */
.form-select {
    background-color: #171717;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    line-height: 18px;
}

@media (max-width: 576px) {
    .auto_in_stock h2,
    .auto_in_stock .h2 {
        line-height: 100%;
    }
}

.page-item .page-link {
    background-color: transparent !important;
    color: white;
}
.page-item.active .page-link {
    border-color: #fff;
}

/* Brand-select width */
.catalog-brand-select { width: 175px; }
