/* line 3, ../../../../../resource/compass/_ui/desktop/common/css/hw-common/ui-hw-show-more-anchor.scss */
.ui-hw-show-more-anchor {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 0 10px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
/* line 12, ../../../../../resource/compass/_ui/desktop/common/css/hw-common/ui-hw-show-more-anchor.scss */
.ui-hw-show-more-anchor .display-content {
  display: inline-block;
}
/* line 16, ../../../../../resource/compass/_ui/desktop/common/css/hw-common/ui-hw-show-more-anchor.scss */
.ui-hw-show-more-anchor .display-text {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
}
/* line 21, ../../../../../resource/compass/_ui/desktop/common/css/hw-common/ui-hw-show-more-anchor.scss */
.macau .promo-cat-sku .ui-hw-show-more-anchor .display-text {
  color: #000000;
}
/* line 25, ../../../../../resource/compass/_ui/desktop/common/css/hw-common/ui-hw-show-more-anchor.scss */
.macau .promo-cat-mixnmatch .ui-hw-show-more-anchor .display-text {
  color: #47390C;
}
/* line 30, ../../../../../resource/compass/_ui/desktop/common/css/hw-common/ui-hw-show-more-anchor.scss */
.ui-hw-show-more-anchor .expand-arrow {
  display: inline-block;
  position: relative;
  top: 1.5px;
  margin-left: 10px;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  background-image: url(/_ui/shared/common/svg/arrows/bnArrowRightWhite.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
/* line 41, ../../../../../resource/compass/_ui/desktop/common/css/hw-common/ui-hw-show-more-anchor.scss */
.macau .promo-cat-sku .ui-hw-show-more-anchor .expand-arrow {
  display: none;
}
/* line 45, ../../../../../resource/compass/_ui/desktop/common/css/hw-common/ui-hw-show-more-anchor.scss */
.macau .promo-cat-mixnmatch .ui-hw-show-more-anchor .expand-arrow {
  background-image: url(/_ui/shared/common/svg/arrows/bnArrowRightMacau.svg);
}
