@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
.custom-social-proof {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999999999999 !important;
  font-family: "Open Sans", sans-serif;
}
.custom-social-proof .custom-notification {
    width: 400px;
    border: 0;
    text-align: left;
    z-index: 99999;
    font-weight: 400;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    height: auto;
}
.custom-social-proof .custom-notification .custom-notification-container {
  display: flex !important;
  align-items: center;
  height: auto;
  background-color: #e8358f;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
  /*max-height: 75px;*/
  width: 130px;
  /*overflow: hidden;*/
  object-fit: cover;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
  margin: 0;
  height: 100%;
  color: #fff;
  padding: 0px 10px 0 10px;
  flex: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
  font-family: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 16px;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper small {
  margin-top: 3px !important;
  display: block !important;
  font-size: 12px !important;
  opacity: 0.8;
}
.custom-social-proof .custom-notification .custom-close {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transform: rotate(45deg);
  opacity: 0;
}
.custom-social-proof .custom-notification .custom-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
}
.custom-social-proof .custom-notification .custom-close::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: 0;
}
.custom-social-proof .custom-notification:hover .custom-close {
  opacity: 1;
}
.custom-notification-product {
    font-size: 14px;
    margin: 3px 0;
    font-weight: bold;
}
.custom-notification a:hover {
    text-decoration: none;
}
.custom-notification-content-wrapper hr {
  margin: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
}
.custom-notification-image-wrapper {
    display: flex;
    height: 130px;
}
