/* ie ie IE 10 and 11 */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .main-navigation ul li > ul {
        top: 60px;
    }

    .cart#main .subnav.right {
        padding: 40px;
    }
    
    .subnav .bc-cart-footer {
        position: relative;
    }

    .subnav .bc-cart-actions {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 80px 0 0;
    }

    /* Footer */
   .site-footer .menus.footer {
        width: 75%;
    } 
    
    .site-footer .column.right {
        width: 25%;
    }
    
    .site-footer ul.menu {
        display: block;
        width: 50%;
        margin: 0 0 40px 0;
    }

}