﻿@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10 & IE11 CSS styles go here */
    .sort-by label:after {
        right: 6.5em;
        top: 45px;
        z-index: 1000;
    }
   
}


@media all and (-ms-high-contrast: none) and (max-width: 47.938em), (-ms-high-contrast: active) {
    .sort-by label:after {
        right: .8em;
        top: -5px;
        z-index: 1000;
    }
}



@supports (-ms-ime-align: auto) {
    /* Microsoft EdgeV13 CSS styles go here */
    .sort-by label:after {
        right: 6.5em;
        top: 45px;
        z-index: 1000;
    }

    @media (max-width: 47.938em) {
        .sort-by label:after {
            right: .8em;
            top: -5px;
            z-index: 1000;
        }
    }
}