#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  width: 100%;
  height: 78px;
  background: #f6f6f6;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
#smartbanner .sb-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
  padding: 12px;
}
#smartbanner .sb-close {
  display: block;
  width: 14px;
  height: 14px;
  font-size: 20px;
  color: #8e8e93;
  cursor: pointer;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  margin-right: 10px;
  -webkit-font-smoothing: subpixel-antialiased;
}
#smartbanner .sb-close:active {
  font-size: 13px;
}
#smartbanner .sb-icon {
  display: block;
  width: 57px;
  height: 57px;
  background-size: 100%;
  border-radius: 25%;
}

#smartbanner .sb-icon:before {
  display: block;
  content: "";
  width: 57px;
  height: 57px;
  background:  url(/assets/images/border.svg);
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 1;
}

#smartbanner.no-icon .sb-icon {
  display: none;
}
#smartbanner .sb-info {
  flex-grow: 1;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
  margin-left: 10px;
}

#smartbanner .sb-info strong {
  display: block;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 18px;
}
#smartbanner .sb-info > span {
  display: block;
  color: #616161;
  line-height: 18px;
}

#smartbanner .sb-info > span:nth-child(2) {
  color: #0069ac;
}

#smartbanner .sb-info > span:nth-child(3) {
  margin-top: 3px;
}

#smartbanner .sb-button {
  font-size: 15px;
  color: #0069ac;
  text-decoration: none;
}

#smartbanner .sb-icon.gloss:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0,
    rgba(255, 255, 255, 0.2) 100%
  );
  border-radius: 10px 10px 12px 12px;
}
