.archive .tfcl-advanced-search-wrap {
    margin-bottom: 30px;
}

.archive.filter-search-map .page-header {
    display: none;
}

.archive.filter-search-map #themesflat-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.archive .tfcl-taxonomy-archive-header {
    display: flex;
    justify-content: space-between;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    margin-bottom: 30px;
}

.archive .tfcl-sort-by-options>label {
    font-weight: 400;
    color: #818181;
    font-size: 0.9375rem;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.archive #tfcl-sort-by-options+.nice-select {
    margin: 0;
    padding: 0;
    border: none;
    border: 1px solid #EDEDED;
    padding: 9px 17px;
    border-radius: 10px;
}

.archive #tfcl-sort-by-options+.nice-select .current {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #24272C;
}

.archive #tfcl-sort-by-options+.nice-select .current::after {
    font-weight: 700;
    font-size: 15px;
    margin-left: 14px;
}

.archive  .pagination-wrap .tfcl-pagination {
    justify-content: center !important;
    gap: 8px;
}

.cards-container .tfcl-pagination {
        margin-top: 0px;
}

.archive .wrap-listing {
    position: relative;
}

.tfcl-taxonomy-archive-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tfcl-taxonomy-archive-header {
    align-items: center;
}

.tfcl-taxonomy-archive-header .tfcl-sort-by-options .nice-select {
    margin: 0;
    padding: 0;
    border: none;
}

.tfcl-taxonomy-archive-header .tfcl-sort-by-options .nice-select .current {
    color: #0D0E0F;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .archive .tfcl-taxonomy-archive-header {
        flex-wrap: wrap;
        gap: 10px;
    }
}