.social_proof .toast {
  flex-basis: 350px;
  font-size: 0.875rem;
  background-clip: padding-box;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem; }
.social_proof .toast:not(.show) {
  display: none; }
.social_proof .last_bought_toast {
  position: fixed;
  bottom: 20px;
  right: 0;
  margin: 1rem;
  overflow: hidden;
  z-index: 9999; }
.social_proof .last_bought_toast .toast-body {
  color: #212529;
  padding: 0;
  flex-basis: 300px; }
.social_proof .last_bought_toast .btn-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.social_proof .ms-3 {
  margin-left: 1rem !important; }
.social_proof .last_bought_toast .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border-radius: .25rem; }
.social_proof .last_bought_toast .max_120 {
  overflow: hidden;
  max-height: 120px; }
.social_proof .last_bought_toast .tnt_img_holder {
  display: block;
  overflow: hidden;
  max-width: 120px;
  min-width: 120px;
  width: 120px; }
.social_proof .last_bought_toast .tnt_img_holder img {
  max-height: 120px;
  width: auto;
  height: 120px; }

/*# sourceMappingURL=style.css.map */
