.deal-toast {
  position: fixed;
  left: 15px;
  bottom: 15px;
  background: #FFF;
  border: 1px solid #FF4201;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.20);
  border-radius: 4px;
  padding: 18px 16px;
  padding-right: 5px;
  overflow: hidden;
  z-index: 100;
}

.deal-toast__icon-close {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 12px;
  width: 12px;
  background-image: url('../images/icon-close.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.deal-toast__icon-seller {
  float: left;
  margin-right: 11px;
  height: 41px;
  width: 36px;
  background-image: url('../images/icon-seller.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.deal-toast__content {
  float: left;
}

.deal-toast__content p {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 19px;
  color: #555;
  letter-spacing: 1.4px;
}

.deal-toast__content p:last-child {
  margin-bottom: 0;
}

.deal-toast__content--strong {
  color: #252525;
  font-weight: bold;
}
