﻿@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    /* Put your IE-only styles here. Works for IE 10 & IE 11*/
    .header-navigation .header-navigation-items .ie-1011-flex-grow-1 {
        flex-grow: 1!important;
    }

    .product-list .product-box a .img-container {
        flex: none!important;
    }

    .ie-1011-d-block {
        display: block !important;
    }

    .header-search .typeahead.dropdown-menu {
        width: 100% !important;
    }
}