.product_list li {
  height: auto !important; }
  .product_list li .product-container {
    position: relative;
    background-color: #009ee0;
    margin-bottom: 30px; }
    .product_list li .product-container a {
      color: white; }
    .product_list li .product-container .left-block {
      padding: 0;
      width: 40%;
      position: absolute;
      top: 0;
      height: 100%;
      background-size: cover;
      background-position: center;
      left: 0; }
    .product_list li .product-container .right-block {
      color: #ffffff;
      padding: 25px;
      position: relative;
      margin-left: 40%;
      width: 60%;
      font-weight: bold;
      z-index: 2; }
      .product_list li .product-container .right-block .description {
        font-family: Open Sans;
        font-size: 14px;
        line-height: normal;
        margin-bottom: 30px; }
    .product_list li .product-container h5 {
      margin-top: 0;
      margin-bottom: 40px; }
      .product_list li .product-container h5 .product-name {
        color: #ffffff;
        display: block;
        font-weight: bold;
        font-family: Orbitron;
        font-size: 16px;
        text-transform: uppercase; }
    .product_list li .product-container .product_img_link img {
      margin: 0 auto;
      width: 100%; }
