#wpfomo {
  background-color: #fff;
  background: rgba(250,250,250,.9);
  box-shadow: 0 0 15px 0 rgba(0,0,0, .1);
  padding: 0px 5px 0 5px;
  position: fixed;
  top: -110px;
  left: 15px;
  min-height: 60px;
  min-width: 280px;
  max-width: 90%;
  z-index: 9999;
  display: flex;
  align-content: center;
  align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#wpfomo.is-visible {
  top: 5px;
  left: 15px;
  border-radius: 40px;
}

.wpfomo-product-thumb-container {
  width: 65px;
  padding-right: 5px;
}

#wpfomo .wpfomo-product-thumb {
  width: 100%;
  border-radius: 50%;
}
#wpfomo .wpfomo-content-wrapper {
  color: #4d4d4d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 8px;
}

.wpfomo-content-wrapper p {
  margin: 0;
}

#wpfomo .wpfomo-content-wrapper,
#wpfomo .wpfomo-content-wrapper .wpfomo-buyer-name {
  font-size: 13px;
}
.wpfomo-buyer-name {
  font-weight: bolder;
}
#wpfomo .wpfomo-content-wrapper .wpfomo-product-name {
  font-weight: bolder;
  text-decoration: none;
  color: #262625;
  line-height: 1.4;
  font-size: 1.1em;
}
#wpfomo .wpfomo-content-wrapper .time {
  font-size: .8em;
}
