/**
 * ie.css
 *
 * IE 10 and 11 do not support conditional comments like its predecessors, so
 * this is the best way to conditionally load CSS for them.
 *
 * @author Dane MacMillan <work@danemacmillan.com>
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    #search_mini_form #searchbar {
        height: 4.8rem;
        width: 35.0rem;
    }

    .primary-category .dd-content,
    .primary-category .dd-content .dd-column {
        display: table;
        width: 100%;
    }

    .primary-category .dd-content {
        columns: 3;
        width: 113.0rem;
    }

    .primary-category .dd-content .dd-column {
        -webkit-column-break-inside: avoid;
        column-break-inside: avoid;
        width: 33.33%;
        float: left;
    }

    .breadcrumb-minimal.breadcrumb ul li {
        margin-right: 1.0rem;
    }

    .breadcrumb-minimal.breadcrumb ul li a span {
        margin-right: 0.5rem;
    }

    .layered ul,
    .layered ol,
    .layered li {
        line-height: 1.5;
    }

    .add-to-cart #qty {
        line-height: 1.5;
    }

    .cart-wallet .cart-coupon-input,
    .cart-product-unit .cart-product-price-quantity {
        height: 3.6rem;
    }

    .checkout-onepage-index .columns.main-body-columns {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

}
