.woocommerce ul.product_list_widget:not(.cart_list) {
  li {
    padding: 0;
    img {
      float: left;
      width: 80px;
      margin: 0 15px 0 0;
    }
    a {
      margin-bottom: 5px;
      color: var(--g5-color-heading);
      font-weight: 500;
      span {
        border-bottom: 1px solid transparent;
        @include transition(all .3s);
      }
      &:hover {
        span {
          border-color: currentColor;
        }
      }
    }

    span.amount {
      font-size: 14px;
      font-weight: 700;
      color: var(--g5-color-heading);
    }

    ins {
      background: transparent;
      text-decoration: none;
      font-weight: 700;
    }

    del {
      span.amount {
        font-size: 13px;
        color: var(--g5-color-text-main);
        margin-right: 5px;
        font-weight: 500;
      }
    }

    .star-rating {
      margin-bottom: 10px;
      margin-top: 10px;
    }

    + li {
      margin-top: 25px;
    }
  }
}
