.lead-img {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.results-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 320px;
  padding: 16px 4px;
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 640px) {
  .results-list__item {
    max-width: 100%;
  }
}

.results-list__item:first-child {
  border-top: solid 1px #ccc;
}

.results-list__item dt {
  margin: 0 16px 0 0;
  font-weight: bold;
  color: #0c67a8;
}

/*# sourceMappingURL=../../maps/pages/cart.css.map */
