

/* ie11 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #body {
    display: block;
  }

  header#main {
    height: 96px;
  }

  section.main {
    min-height: calc(100vh - 96px - 151px);
  }

  .grid_container {
    display: flex;
    flex-wrap: wrap;
  }

  .grid {
    width: 25%;
  }

  /* product_info */

  .product_desc {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }

  .box {
    width: 35%;
  }

  .product_pictures_container {
    width: 65%;
  }

  .product_info_description {
    width: 65%;
    margin-right: 35%;
  }

  /* account */
  .account_grid {
    display: flex;
  }

  .account_menu {
    width: 30%;
    margin-right: 2%;
  }

  .account_infos {
    width: 65%;
  }

  .list_center {
    width: 55%;
  }

  /* checkout pages  */

  .menu_with_summary_container {
    display: flex;
  }

  .product_list,
  .shipping_options,
  .left_content {
    width: 70%;
    margin-right: 2%;
  }

  .shopping_cart_summary {
    width: 35%;
    padding: 1%;
  }

}
