/* Empty Basket */
.empty-basket-header h4 {
  font-size: 2em;
  padding: 20px;
  text-align: center;
}
.empty-basket-section {
  border: solid 1px lightgrey;
  min-height: 170px;
  max-width: 230px;
  margin: 6px;
  cursor: pointer;
}

.empty-basket-section p {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 85%;
  line-height: 1.1em
}

.empty-basket-section:last-child {
  margin-right: 0;
}

.empty-basket-icon {
  font-size: 6em;
  color: steelblue;
  opacity: 0.2;
}

.empty-basket-ads {
  border: solid 1px lightgrey;
  min-height: 170px;
  max-width: 230px;
  margin: 6px;
  cursor: pointer;
}

.empty-basket-ads:first-child {
  max-width: 715px;
}
