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

  body .header-side-nav {
    margin-right: 20px;
  }

  body main.product-page .left-column {
    width: calc(32vw - 4px);
  }

  :-ms-input-placeholder {
    /*font-size: 18px;
    height: 38px;*/
    line-height: 18px;
    padding: 0;
    margin: 0;
    color: white;
  }
  body .newsletter input[type="email"] {
    min-height: 25px;
  }
  /*body footer.footer-container .logo-sm {
    top: -40px;
  }*/
  body .shoppingCart-container {
    right: 17px;
  }
  body .shoppingCart-container .sa-top-row {
    width: calc(38vw + 50px);
  }

  @media (min-width: 972px) {
    body .about-div-shipping .col-md-5 {
      width: calc(41.66666667%);
      padding: 85px 15px 10px 150px;
    }
    body .about-div-shipping .col-md-7 {
      width: calc(58.33333333%);
      padding: 118px 150px 10px 50px;
    }
  }
  body .about-div-history {
    height: calc(27vw + 20px);
  }
  body .about-div-shipping {
    padding-top: 0vw;
  }
  body .about-div-shipping .col-xs-12 {
    width: 100%;
    padding: 50px 15% 0 15%;
  }

  @media (max-width: 530px) {
    body .about-div-history {
      height: calc(29vw + 100px);
    }
  }
  @media (max-width: 400px) {
    body .about-div-history {
      height: calc(50vw + 220px);
    }
  }

  body .about-container .lincense-image img {
    width: 220px;
    height: auto;
  }


}

