@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
.vp{
  color: #0F7F86;
font-family: 'Barlow', sans-serif;
font-size: 17.626px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.custom-sh-sprf {
  position: fixed;
  bottom: 20px;
  left: 80px;
  z-index: 9999999999999!important;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  display: block;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.49);
  background: #FFF;
  box-shadow: 5px 5px 0px -1px rgba(0, 0, 0, 0.25);
}
.custom-sh-sprf .custom-notification {
  width:100%;
  max-width: 398px;
  border: 0;
  text-align: left;
  z-index: 99999;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
  background-color: #fff;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.custom-notification-image-wrapper {
  width: 27%;
  height: 100%;
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-sh-sprf .custom-notification .custom-notification-container {
  display: flex !important;
  align-items: center;
/* height: 80px; */
height:auto;
  color: #fff;
}
.custom-sh-sprf .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
  max-height: 75px;
  width: auto;
  max-width: 90px;
  max-height: 90px;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
  object-fit: cover;
  color: #fff;
}
.custom-sh-sprf .custom-notification .custom-notification-container .custom-notification-content-wrapper {
  margin: 0;
  height: 100%;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 20px;
  border-radius: 0 6px 6px 0;
  flex: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.custom-sh-sprf .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
  font-family: 'Lato', sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  color: #1A486D;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
span#name, span#product {
  font-weight: 700;
}
.bnb,.bnb:hover {
  color: #1A486D;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.custom-sh-sprf .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
  margin-top: 10px !important;
  display: block !important;
  font-size: 14px !important;
  opacity: 1;
  color: #fff;
}
.custom-sh-sprf .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small.bn-vp {
  display: flex!important;
  justify-content: space-between;
  align-items: center;
}
.custom-sh-sprf .custom-notification .custom-close {
  position: absolute;
  top: 3px;
  right: 2px;
  height: 22px;
  width: 22px;
  cursor: pointer;
  opacity: 1;
  color: #fff;
}
.custom-sh-sprf .custom-notification .custom-close::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color:#b1bcd7;
  position: absolute;
  left: 4px;
  top: 9px;
  color: #fff;
  transition: 0.2s ease-in-out;
  transform: rotate(45deg);
}
.custom-sh-sprf .custom-notification .custom-close::after {
  content: "";
  display: block;
  height: 12px;
  width: 2px;
  background-color: #b1bcd7;
  position: absolute;
  left: 9px;
  top: 4px;
  color: #fff;
  transition: 0.2s ease-in-out;
  transform: rotate(-130deg);
}
.custom-sh-sprf .custom-notification:hover .custom-close {
  opacity: 1;
  color: #fff;
}
.poweredby {
  font-weight: 600;
  text-decoration: none;
  margin-left: 3px;
  color: #3498db;
}
.custom-sh-sprf .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content br {
  display: none!important;
}


@media (max-width:990px){
.custom-sh-sprf {
  bottom:80px;
  left: 20px;
}
}
@media (max-width:374px){
  .custom-sh-sprf .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content,
  .bnb,.bnb:hover {
    font-size: 13px;
  }
  .custom-sh-sprf .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    font-size: 12px !important;
  }
  .custom-sh-sprf {
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 336px;
}
}
@media (max-width:499px){
.vp {
  font-size: 14px;
}
.custom-sh-sprf .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
  font-size: 14px;
}
.custom-sh-sprf .custom-notification .custom-notification-container .custom-notification-content-wrapper {
  padding-right: 10px;
}
}