@media (max-width: 990px) {
  .left-block {
    width: 46%;
    float: left;
  }
  .right-block {
    width: 50%;
    float: right;
  }
  .product-desc {
    display: none !important;
  }
  ul.product_list.grid .item-content {
    padding: 10px 10px 15px;
    height: 180px !important;
    border: 0;
    border-bottom: 1px solid #e5e5e5 !important;
  }
  ul.product_list.grid .right-block {
    margin: 0 !important;
  }
  .col-xs-5ths,
  .col-sm-5ths,
  .col-md-5ths,
  .col-lg-5ths {
    margin-top: -16px;
  }
  .landing_hb_left {
    text-align: center;
  }

  .flag {
    text-align: left;
    padding-left: calc(100% /3);
  }
}
