body.archive .wpfFilterWrapper[data-filter-type="wpfSortBy"] {
    display: none;
}

.edidev-product-sorting-wrap .select2 {
    width: 100% !important;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.edidev-product-sorting-wrap .select2-container .select2-selection--single {
    height: 42px;
}

.edidev-product-sorting-wrap .select2 .select2-selection > span {
    font-family: "Work Sans";
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 10px;
    color: #949494;
}

.edidev-product-sorting-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
}

.edidev-product-sorting-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
    right: 10px !important;
}

.edidev-product-sorting-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #949494 transparent transparent transparent !important;
    border-style: solid;
    border-width: 6px 6px 0 6px;
}


