/* common value, do not edit unless you have global search and confirm it is safe */
/* Color Theme */
/* Color theme for landing */
/* header scss variable */
/* (Flexbox Mixin Helper) */
/* (Calc Mixin Helper) */
/*  START: Animation Mixin */
/* Clockwise Spinning */
/* Anti-clockwise Spinning */
/*  END: Animation Mixin */
/* line 40, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType {
  margin-top: 2px;
  cursor: pointer;
  position: relative;
  width: auto;
  height: 25px;
  line-height: 23px;
  display: inline-block;
}
/* line 50, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType.hktvOwn > .store-type-text {
  background: #3a993a;
}
/* line 53, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType.hktvOwn > .store-type-tail {
  background-image: url(/_ui/desktop/common/svg/storeRating/img_badgeGreen.svg);
}
/* line 50, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType.trustworthy > .store-type-text {
  background: #651072;
}
/* line 53, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType.trustworthy > .store-type-tail {
  background-image: url(/_ui/desktop/common/svg/storeRating/img_badgePurple.svg);
}
/* line 50, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType.flagship > .store-type-text {
  background: #995d3a;
}
/* line 53, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType.flagship > .store-type-tail {
  background-image: url(/_ui/desktop/common/svg/storeRating/img_badgeBrown.svg);
}
/* line 50, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType.default > .store-type-text {
  background: #dc0924;
}
/* line 53, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType.default > .store-type-tail {
  background-image: url(/_ui/desktop/common/svg/storeRating/img_badgeDefaultCaseColor.svg);
}
/* line 59, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType.noBadge {
  visibility: hidden;
}
/* line 63, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType > div {
  float: left;
}
/* line 66, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType > div.store-type-text {
  font-size: 17px;
  color: #fff;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 3px 0 0 3px;
  text-shadow: none;
  padding-top: 2px;
}
/* line 76, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeType > div.store-type-tail {
  height: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
}

/* line 85, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
#store-title-container {
  display: table;
}

/* line 89, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRating {
  position: relative;
  cursor: pointer;
}
/* line 93, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRating > div.star {
  background-image: url(/_ui/desktop/common/svg/storeRating/img_star.svg);
}
/* line 93, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRating > div.star-half {
  background-image: url(/_ui/desktop/common/svg/storeRating/img_starHalf.svg);
}
/* line 93, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRating > div.star-grey {
  background-image: url(/_ui/desktop/common/svg/storeRating/img_star_gray.svg);
}
/* line 98, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRating > div {
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  float: left;
  margin-left: 3px;
}
/* line 107, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRating > .storeRatingValue {
  font-family: "proxima_nova";
  font-size: 15px;
  line-height: 1;
  color: #9b821c;
  width: auto;
  font-weight: bold;
  right: -4px;
  transform: translateX(100%);
  position: absolute;
}

/* line 120, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag {
  cursor: pointer;
}
/* line 122, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag.default {
  height: 25px;
}
/* line 127, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag.hktvOwn > .store-type-text {
  background: #3a993a;
}
/* line 130, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag.hktvOwn > .store-type-tail {
  background-image: url(/_ui/desktop/common/svg/storeRating/img_badgeGreen.svg);
}
/* line 127, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag.trustworthy > .store-type-text {
  background: #651072;
}
/* line 130, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag.trustworthy > .store-type-tail {
  background-image: url(/_ui/desktop/common/svg/storeRating/img_badgePurple.svg);
}
/* line 127, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag.flagship > .store-type-text {
  background: #995d3a;
}
/* line 130, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag.flagship > .store-type-tail {
  background-image: url(/_ui/desktop/common/svg/storeRating/img_badgeBrown.svg);
}
/* line 127, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag.default > .store-type-text {
  background: #dc0924;
}
/* line 130, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag.default > .store-type-tail {
  background-image: url(/_ui/desktop/common/svg/storeRating/img_badgeDefaultCaseColor.svg);
}
/* line 135, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag > div {
  float: left;
}
/* line 137, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag > div.store-type-text {
  font-size: 17px;
  color: #fff;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 3px 0 0 3px;
  text-shadow: none;
  padding-top: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap;
}
/* line 151, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeTag > div.store-type-tail {
  height: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
}

/* line 162, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeLanding #storeTags {
  position: absolute;
  margin-top: 2px;
  cursor: pointer;
  width: auto;
  height: 25px;
  line-height: 23px;
  max-width: 620px;
  bottom: 65px;
  left: 255px;
  transform: translateY(100%);
}
/* line 175, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeLanding .storeTags {
  display: flex;
}
/* line 177, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeLanding .storeTags img {
  max-height: 17px;
}
/* line 180, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeLanding .storeTags .storeTag:not(:first-of-type) {
  padding-left: 5px;
}
/* line 184, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeLanding div#store-title {
  display: table;
}
/* line 186, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeLanding div#store-title.noBadge {
  bottom: 54px !important;
}
/* line 191, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeLanding div#store-title-text {
  display: table-cell;
}
/* line 195, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeLanding div.storeType {
  position: absolute;
  bottom: 65px;
  left: 255px;
  transform: translateY(100%);
}
/* line 202, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeLanding div.storeRating {
  display: table-cell;
  padding-left: 2px;
}

/* line 210, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.intro > .storeRating {
  display: table;
  margin: 0 auto;
  margin-top: 6px;
}
/* line 215, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.intro > #storeTags {
  display: table;
  height: 17px;
  line-height: 15px;
  margin: 0 auto;
  margin-top: 8px;
}
/* line 223, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.intro > #storeTags .storeTag img {
  max-height: 17px;
}
/* line 226, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.intro > #storeTags .storeTag:not(:first-of-type) {
  margin-top: 5px;
}
/* line 230, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.intro > #storeTags .storeTag.default {
  height: 17px;
}
/* line 234, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.intro > #storeTags .storeTag > .store-type-tail {
  width: 8px !important;
}
/* line 237, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.intro > #storeTags .storeTag > .store-type-text {
  font-size: 14px !important;
  max-width: 80px;
}
/* line 244, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.intro > .storeType {
  display: table;
  height: 17px;
  line-height: 15px;
  margin: 0 auto;
  margin-top: 8px;
}
/* line 250, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.intro > .storeType > .store-type-tail {
  width: 8px !important;
}
/* line 253, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.intro > .storeType > .store-type-text {
  font-size: 14px !important;
}

/* line 261, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRatingDescriptionPopUp {
  font-size: 15px;
  color: #000;
}
/* line 264, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRatingDescriptionPopUp .title {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #FFF;
  border-bottom: solid 1px #CCC;
  padding-left: 20px;
  position: fixed;
  width: 558px;
  z-index: 3;
  border-radius: 4px 4px 0 0;
}
/* line 275, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRatingDescriptionPopUp .title span {
  font-size: 18px;
  font-weight: bold;
}
/* line 279, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
body.language-en .storeRatingDescriptionPopUp .title {
  width: 678px;
}
/* line 283, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRatingDescriptionPopUp .contentWrapper {
  background-color: #F8F8F8;
  padding-top: 60px;
}
/* line 286, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRatingDescriptionPopUp .contentWrapper .storeRatingDescriptionTable {
  width: 100%;
}
/* line 289, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRatingDescriptionPopUp .contentWrapper .storeRatingDescriptionIconContainer {
  width: 170px;
  padding-left: 20px;
  border-top: none;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: none;
  vertical-align: middle;
}
/* line 297, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
body.language-en .storeRatingDescriptionPopUp .contentWrapper .storeRatingDescriptionIconContainer {
  width: 220px;
}
/* line 300, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRatingDescriptionPopUp .contentWrapper .storeRatingDescriptionIconContainer > div.storeRating {
  display: table;
  cursor: default;
}
/* line 304, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRatingDescriptionPopUp .contentWrapper .storeRatingDescriptionIconContainer > div.storeType {
  cursor: default;
  line-height: 18px;
  height: 20px;
}
/* line 308, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRatingDescriptionPopUp .contentWrapper .storeRatingDescriptionIconContainer > div.storeType .store-type-text {
  font-size: 14px;
}
/* line 313, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRatingDescriptionPopUp .contentWrapper .storeRatingDescriptionIconContainer > div.storeTag img {
  max-height: 17px;
}
/* line 318, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRatingDescriptionPopUp .contentWrapper .storeRatingDescriptionTextContainer {
  padding: 20px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
/* line 325, ../../../../resource/compass/_ui/shared/common/css/storeRating.scss */
.storeRatingDescriptionPopUp .contentWrapper .storeRatingDescriptionText {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
