.shipping-msg {
  background: #e82c2a;
  color: #fff;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

.shipping-msg p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.shipping-msg a {
  color: #fafa33;
}

.product-single__sku {
  font-size: 1 * $font-size-base;
  font-weight: bold;
}

.filter-list li {
  list-style-type: none;
  cursor: pointer;
}

.direct-ship-label {
  color: red;
  margin-top: 13px;
  font-size: 16px;
}