﻿
a.btn.m-auto.load-more-btn {
    background-color: #222222;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    padding: 14px 29.5px;
    border-radius: 10px;
}

.category a {
    font-size: 13px;
    line-height: 20px;
    height: auto;
}

a {
    text-decoration: none !important;
}

.custom-tab button, .custom-tab a {
    margin-right: 10px;
    margin-bottom: 0;
    background: #0067b2;
    border-radius: 6px;
    padding: 8px 12px;
    color: #fff;
    border: none;
    font-weight: 600 !important;
    font-size: 16px;
    transition: 0.5s;
}

    .custom-tab button.active, .custom-tab a.active {
        background: #F16E33;
        color: #ffffff !important;
        font-family: var(--bs-body-font-family);
        -webkit-appearance: button;
    }

.custom-tab .filter-button-group button, .custom-tab .filter-button-group a {
    margin-bottom: 0;
}

.sort-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    width: 238px;
    height: 21px;
    float: right;
}


label.mr-2.sort-label {
    width: fit-content;
    height: 21px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0;
}

.sort-control#sortDDD {
    width: fit-content;
    height: 21px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    background-color: white;
    text-align: right;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
    border: none;
}

.sort-control option {
    text-align: left;
}

.filter-button-group.isotope-toolbar {
    padding-left: 0;
}

.link_type1 {
    color: #f16e33;
    font-size: 14px;
    text-align: center;
    font-style: italic;
}

    .link_type1:hover {
        color: #f16e33 !important;
        text-decoration: underline !important;
    }



div#filter-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.d-flex.align-items-center.button-group.flex-wrap.filter-button-group.isotope-toolbar {
    justify-content: center;
}
