body#product #notifications {
  margin: 0;
}

body#product #notifications .alert.alert-info {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  margin: 18px 16px 16px;
  padding: 14px 18px 14px 58px;
  border: 1px solid rgba(1, 143, 78, 0.16);
  border-left: 3px solid #018F4E;
  border-radius: 8px;
  background: rgba(1, 143, 78, 0.06);
  box-shadow: none;
  color: #173326;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

body#product #notifications .alert.alert-info::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #018F4E;
  transform: translateY(-50%);
  box-shadow: none;
}

body#product #notifications .alert.alert-info::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-62%) rotate(-45deg);
}

body#product #notifications .alert.alert-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body#product #notifications .alert.alert-info li {
  margin: 0;
}

body#product #notifications .alert.alert-info a {
  color: #018F4E;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 1200px) {
  body#product #notifications .alert.alert-info {
    margin-right: 24px;
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  body#product #notifications .alert.alert-info {
    margin: 14px 10px 16px;
    padding: 13px 14px 13px 52px;
    font-size: 14px;
  }

  body#product #notifications .alert.alert-info::before {
    left: 16px;
    width: 24px;
    height: 24px;
  }

  body#product #notifications .alert.alert-info::after {
    left: 23px;
    width: 9px;
    height: 6px;
    border-width: 0 0 2px 2px;
  }
}
