/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.header-bottom .navbar-brand .logo {
    width: 130px;
}

:root {
    --bs-primary: #174c69;
    --bs-link-color-rgb: #174c69;
    --bs-link-color: #174c69;
}

@media (min-width: 992px) {
    #category #content-wrapper.col-lg-9 {
        padding-bottom: 4rem;
        width: 100%;
    }
}