@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
   #chart-modal .basf-modal-body.container{
       margin:0;
   }
    select::-ms-expand {
        display: none;
    }
    #chart-modal .basf-modal-body.container {
        margin: 0;
    }

    .card.card-horizontal.highlightedProduct {
        padding: 0 15px;
        flex-direction: initial;
        background-color: transparent;
        display: inline-block;
    }
    .card.card-horizontal.highlightedProduct .card-img-box {
        float: left;
    }

    .card.card-horizontal.highlightedProduct .cardBodyWrapper {
        background-color: #f0f0f0;
        padding: 0;
        position: relative;
    }

    .card.card-horizontal.highlightedProduct .cardBodyWrapper::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #f0f0f0;
        z-index: -1;
    }
    .customCardGroup.card-group {
        display: block;
        width: 100%;
    }
    .customCardGroup.card-group .cardWrapper {
        display: inline-block;
        float: left;
        height: 100%;
    }

}