.wsd-whatsapp-container {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
}
@media (max-width: 768px) {
  .wsd-whatsapp-container {
    bottom: 90px;
    right: 20px;
  }
}
.wsd-whatsapp-container a img {
  max-width: 100%;
  display: block;
  height: auto;
}
.wsd-expired-shop-hint {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e21e1e;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 15px 15px 0;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  z-index: 2000;
}
.wsd-expired-shop-hint p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
}
.wsd-expired-shop-hint p a {
  color: #fff700;
  text-decoration: none;
}
