body{font-family: Montserrat Regular,sans-serif;background-color:#fff;background-image:none}
#catalogue{height: calc(100vh - 100px)}
.catalog #header{background:#fff;height:auto;padding:21px 24px}
.catalog #logo{height:64px}
.catalog #breadcrumb{background:#EEEEEE;height:24px}

.searchbar{margin:0}
.searchbar .js-search-submit *{color:#fff}

.catalog #title{font-weight:600;font-size: 24px;}
.catalog #sub-title{font-weight:500}

#catalogue .page .products a{display:none}

.catalogue-action{}
.catalogue-action .btn{border-radius:0;background:#95C11F;border:none;width:30px;height:30px;opacity:1}
.catalogue-action .btn:hover{color:#fff}

#footer_catalogue {}
#footer_catalogue .btn{background:#95C11F;border:none}

#footer_pagination{}
#footer_pagination .btn, #footer_pagination_separator, #js-page-total{background:#DDD !important;color:#3B3632 !important;border:none !important}
#footer_pagination #js-page-value{background:#fff !important;color:#3B3632 !important;border:none !important}

#footer_action{}
#footer_action .btn{background:#95C11F;border:none}

.btn:hover{opacity:0.9}

@media (max-width:992px){
    .catalog #title {
        font-size:13px;
    }
}