.AIPS_theme,
.AIPS_list {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0 0 .5em 0;
  padding: 0;
}
.AIPS_theme a .star-rating,
.AIPS_list a .star-rating {
  float: unset;
}
.AIPS_theme .star-rating,
.AIPS_theme .woocommerce-Price-amount,
.AIPS_theme .amount,
.AIPS_list a .star-rating,
.AIPS_list a .woocommerce-Price-amount,
.AIPS_list a .amount {
  margin: .5em 0;
  display: block;
}
.AIPS_list li {
  margin-left: 0;
  list-style: none;
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: auto;
  width: auto;
  display: table;
}
.AIPS_list li::before,
.AIPS_list li::after {
  content: "";
}
.AIPS_list li div,
.AIPS_list li span,
.AIPS_list li p,
.AIPS_list li a {
  margin-bottom: 0.8em;
}
.AIPS_list li a {
  float: left;
  text-decoration: none;
  display: block;
  font-weight: normal;
}
.AIPS_list li .product-title {
  font-weight: 600;
}
.AIPS_list li img {
  max-width: 4em;
  height: auto;
  float: left;
  display: block;
  margin-right: 1.5em;
}
.dcrp-column-1,
.dcrp-column-2,
.dcrp-column-3,
.dcrp-column-4,
.dcrp-column-5,
.dcrp-column-6 {
  float: left;
  width: calc(100% / var(--dcrp-columns))!important;
  margin-right: 1.2%;
  margin-bottom: 3%;
}
/* Clear floats after the columns */
.dcrp-row:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce .star-rating{
  margin-left: 14px;
}
@media screen and (max-width: 600px) {
  .dcrp-column-1,
  .dcrp-column-2,
  .dcrp-column-3,
  .dcrp-column-4,
  .dcrp-column-5,
  .dcrp-column-6 {
    width: 100%!important;
  }
}