.archive .tfcl-advanced-search-wrap {
margin-bottom: 30px;
}
.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;
}
.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;
}
}