.compare-notice-area, .favorite-notice-area {
  display: none;
  position: absolute;
  top: 75px;
  right: 0;
}
.compare-notice, .favorite-notice {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fff !important;
  background-color: #474a51;
  white-space: nowrap;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 16px;
  padding-right: 38px;
  position: relative;
}
.compare-notice .compare-notice-icon, .favorite-notice .favorite-notice-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 16px;
  width: 22px;
  height: 22px;
  background-color: #ec6807;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.compare-notice .compare-notice-icon::after, .favorite-notice .favorite-notice-icon::after {
  content: '';
  display: block;
  width: 13px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
}
.compare-notice .compare-notice-close, .favorite-notice .favorite-notice-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: #474a51;
  background-color: #fff;
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 16px;
  border-radius: 8px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.compare-notice .compare-notice-text, .favorite-notice .favorite-notice-text {
  white-space: nowrap;
  font-size: 15px;
}
