.sales-social-proof {
  padding: 5px;
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 9999 !important;
  display: none;
  /* display: block !important; */
  /* border-width: 1px; */
  /* border-color: rgb(87, 23, 187); */
  /* border-style: solid; */
  border-radius: 10px;
  /* border-color: rgb(87, 23, 187); */
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 15px 10px rgba(59, 13, 131, 1); */
  /* Uncoment This Line to Hide Initially*/
}

.sales-social-proof .sales-notification {
  width: 100%;
  border: 0;
  text-align: left;
  z-index: 99999;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  cursor: pointer;
  border: 2px solid #00abfe;

}

.sales-social-proof .sales-notification .sales-notification-container {
  display: flex !important;
  align-items: center;
  height: auto;
  padding: 10px 20px;
}

.sales-social-proof .sales-notification .sales-notification-container .sales-notification-image-wrapper img {
  max-height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
  object-fit: cover;
}

.sales-social-proof .sales-notification .sales-notification-container .sales-notification-content-wrapper {
  margin: 0;
  height: 100%;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  flex: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.sales-social-proof .sales-notification .sales-notification-container .sales-notification-content-wrapper .sales-notification-content {
  font-family: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 16px;
}

.sales-social-proof .sales-notification .sales-notification-container .sales-notification-content-wrapper .sales-notification-content small {
  margin-top: 5px !important;
  display: block !important;
  font-size: 12px !important;
  opacity: 0.8;
}

.sales-social-proof .sales-notification .sales-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;
}

.sales-social-proof .sales-notification .sales-custom-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: gray;
  position: absolute;
  right: 0;
  top: 5px;
}

.sales-social-proof .sales-notification .sales-custom-close::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: gray;
  position: absolute;
  right: 5px;
  top: 0;
}

.sales-social-proof .sales-notification:hover .sales-custom-close {
  opacity: 1;
}

.poweredby {
  font-weight: 700;
  text-decoration: none;
  margin-left: 3px;
  color: #00abfe;
}

#js-product-name {
  color: #00abfe;
  font-weight: 700;
}

#js-store-branch {
  font-weight: bold;
}

.sales-social-proof p {
  font-size: 12px !important;
  line-height: 1.1;
}
.small, small {
  font-size: 12px !important;
}
.sales-social-proof ul,
.sales-social-proof li,
.sales-social-proof a,
.sales-social-proof p {
  font-size: 12px;
}

.sales-social-proof p {
  margin-top: 0;
  margin-bottom: 0px;
}