/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #cart .wrap-btn-round .btn-green-round{
        width: 350px!important;
    }
    #cart .wrap-btn-round .btn-gray-round{
        width: 200px!important;
    }
    .d-inline .btn-back.btn-gray-round {
        max-width: 200px !important;
    }
}
