/* 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 5, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper {
  width: 100%;
  position: relative;
}
/* line 9, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-logo-outer-wrapper {
  z-index: 12;
  position: absolute;
  width: 100%;
}
/* line 14, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-logo-outer-wrapper #store-logo-wrapper {
  margin: 0 auto;
  width: 1208px;
  position: relative;
}
/* line 20, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-logo-outer-wrapper #store-logo {
  width: 210px;
  height: 112px;
  padding: 5px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  left: 10px;
  bottom: -142px;
  line-height: 102px;
  cursor: pointer;
}
/* line 33, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-logo-outer-wrapper #store-logo.large {
  bottom: -225px;
}
/* line 37, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-logo-outer-wrapper #store-logo img {
  max-width: 100%;
  max-height: 100%;
}
/* line 44, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-outer-wrapper {
  z-index: 11;
  padding-bottom: 15px;
  position: relative;
}
/* line 49, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-outer-wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: #ffffff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, white, rgba(255, 255, 255, 0));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  /*Fx 3.6-15*/
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  /*Standard*/
  width: 100%;
  height: 15px;
}
/* line 68, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-gradient-wrapper {
  background: #ffffff;
  padding-bottom: 20px;
}
/* line 73, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-background-wrapper {
  background: #f0f0f0;
}
/* line 75, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #search-result-wrapper #store-header-background-wrapper {
  background: #d8d8d8;
}
/* line 80, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-wrapper {
  margin: 0 auto;
  width: 1208px;
  position: relative;
}
/* line 85, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-wrapper #store-banner {
  height: 127px;
  overflow: hidden;
}
/* line 88, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-wrapper #store-banner.large {
  height: 210px;
  position: relative;
}
/* line 91, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-wrapper #store-banner.large .gradient {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background: #ffffff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, white, rgba(255, 255, 255, 0));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(top, white, rgba(255, 255, 255, 0));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(top, white, rgba(255, 255, 255, 0));
  /*Fx 3.6-15*/
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  /*Standard*/
}
/* line 105, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-wrapper #store-banner img {
  position: relative;
  top: -30px;
  width: 100%;
}
/* line 112, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-wrapper .store-title-gradient {
  position: absolute;
  width: 620px;
  height: 60px;
  background-image: linear-gradient(to right, #f8f8f8 65%, rgba(255, 255, 255, 0));
  bottom: 37px;
  left: 220px;
}
/* line 121, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-wrapper #store-title {
  position: absolute;
  left: 255px;
  bottom: 67px;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0px 2px 4px #ffffff;
}
/* line 131, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-wrapper #list-tag {
  position: absolute;
  left: 255px;
  bottom: 0;
  z-index: 1;
}
/* line 136, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-wrapper #list-tag .list {
  float: left;
  height: 32px;
  background: #36b449;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  padding: 0 20px;
  line-height: 32px;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  transition: all 0.13s linear;
}
/* line 150, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #search-result-wrapper #store-header-wrapper #list-tag .list {
  background: #333;
}
/* line 154, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-wrapper #list-tag .list:hover {
  background: #2b8939;
}
/* line 157, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #search-result-wrapper #store-header-wrapper #list-tag .list:hover {
  background: #000;
}
/* line 161, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper #store-header-wrapper #list-tag .list.active {
  background: #ffffff;
  color: #222;
}
/* line 165, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #search-result-wrapper #store-header-wrapper #list-tag .list.active {
  background: #ffffff;
}
/* line 173, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper .wrapper-content-inner {
  margin: 0 auto;
  width: 1188px;
}
/* line 176, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper .wrapper-content-inner:after {
  content: "";
  display: block;
  clear: both;
}
/* line 181, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper .wrapper-content-inner > div:not(.wrapper-content-right) {
  max-width: 210px;
}

/* line 187, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left {
  width: 210px;
}
/* line 190, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab {
  border-bottom: 1px solid #e9e9e9;
}
/* line 193, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab:first-child {
  border-top: 1px solid #e9e9e9;
}
/* line 197, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab.storeRemarks {
  border-width: 3px;
  border-color: #36b449;
}
/* line 202, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .merchantUrl-wrapper {
  position: relative;
}
/* line 204, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .merchantUrl-wrapper .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 209, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .merchantUrl-wrapper a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 219, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab.toggle .title {
  cursor: pointer;
}
/* line 223, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab.active .title .hide-btn {
  background-image: url(/_ui/desktop/common/images/sprite/sprite1511-s6c86c57acc.png);
  background-position: -18px -62px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 6px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 223, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
  #store-landing-left .info-tab.active .title .hide-btn {
    background-image: url(/_ui/desktop/common/images/sprite/sprite1511-2x-s50e7106e33.png);
    background-size: 1189px 180px;
    background-position: -18px -62px;
    height: 6px;
    width: 9px;
  }
}
/* line 227, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab > * {
  margin-bottom: 10px;
}
/* line 230, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab > *:first-child {
  margin-top: 10px;
}
/* line 235, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .title {
  font-size: 15px;
  font-weight: 800;
  position: relative;
}
/* line 239, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .title .hide-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url(/_ui/desktop/common/images/sprite/sprite1511-s6c86c57acc.png);
  background-position: -27px -62px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 6px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 239, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
  #store-landing-left .info-tab .title .hide-btn {
    background-image: url(/_ui/desktop/common/images/sprite/sprite1511-2x-s50e7106e33.png);
    background-size: 1189px 180px;
    background-position: -27px -62px;
    height: 6px;
    width: 9px;
  }
}
/* line 247, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .info {
  word-break: break-word;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: #222;
}
/* line 253, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .info a {
  color: #2b84ee;
}
/* line 255, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .info a:hover {
  text-decoration: underline;
}
/* line 260, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .info.clickable {
  color: #0645ad;
  cursor: pointer;
  display: inline-block;
}
/* line 265, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .info.clickable:hover {
  text-decoration: underline;
}
/* line 270, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .info .icExternal {
  background-image: url(/_ui/desktop/common/images/sprite/store-s33c25be076.png);
  background-position: -690px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 16px;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 270, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
  #store-landing-left .info-tab .info .icExternal {
    background-image: url(/_ui/desktop/common/images/sprite/store-2x-s93e6ad5da1.png);
    background-size: 943px 28px;
    background-position: -690px 0;
    height: 16px;
    width: 16px;
  }
}
/* line 276, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .gridView > * {
  float: left;
  width: 100px;
  height: 51px;
  line-height: 51px;
  text-align: center;
}
/* line 283, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .gridView > *:nth-child(even) {
  margin-left: 10px;
}
/* line 286, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .gridView > *:nth-child(n + 3) {
  margin-top: 10px;
}
/* line 291, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .gridView img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
/* line 295, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .gridView img:hover {
  opacity: 1;
}
/* line 300, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-landing-left .info-tab .gridView:after {
  content: "";
  display: block;
  clear: both;
}

/* line 309, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.wrapper-content-right {
  width: 943px;
  min-height: 600px;
}

/* line 314, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#landing-right-container {
  position: relative;
}
/* line 317, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#landing-right-container .titleWrapper {
  position: relative;
}
/* line 319, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #landing-right-container .titleWrapper .title-left {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/_ui/desktop/common/images/sprite/store-s33c25be076.png);
  background-position: -361px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 14px;
  width: 329px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 319, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
  .street-fashion #landing-right-container .titleWrapper .title-left {
    background-image: url(/_ui/desktop/common/images/sprite/store-2x-s93e6ad5da1.png);
    background-size: 943px 28px;
    background-position: -361px 0;
    height: 14px;
    width: 329px;
  }
}
/* line 325, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #landing-right-container .titleWrapper .title-right {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/_ui/desktop/common/images/sprite/store-s33c25be076.png);
  background-position: -32px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 14px;
  width: 329px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 325, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
  .street-fashion #landing-right-container .titleWrapper .title-right {
    background-image: url(/_ui/desktop/common/images/sprite/store-2x-s93e6ad5da1.png);
    background-size: 943px 28px;
    background-position: -32px 0;
    height: 14px;
    width: 329px;
  }
}
/* line 333, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#landing-right-container .store-pickList-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 15px 0;
}
/* line 339, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #landing-right-container .store-pickList-title {
  text-align: center;
}
/* line 343, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#landing-right-container .store-pickList-title > * {
  vertical-align: middle;
}
/* line 347, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#landing-right-container .store-pickList-title a {
  font-size: 15px;
}
/* line 349, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#landing-right-container .store-pickList-title a:hover {
  text-decoration: underline;
}
/* line 352, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#landing-right-container .store-pickList-title a span {
  color: #36b449;
}
/* line 357, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#landing-right-container .store-pickList h1 {
  text-align: left;
}
/* line 361, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#landing-right-container .divider {
  background-image: url(/_ui/desktop/common/images/sprite/store-s33c25be076.png);
  background-position: 0 -16px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 12px;
  width: 943px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 361, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
  #landing-right-container .divider {
    background-image: url(/_ui/desktop/common/images/sprite/store-2x-s93e6ad5da1.png);
    background-size: 943px 28px;
    background-position: 0 -16px;
    height: 12px;
    width: 943px;
  }
}

/* line 366, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-promo {
  padding-top: 25px;
}
/* line 368, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #store-promo {
  padding-top: 30px;
}
/* line 372, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-promo .store-promotions {
  overflow: hidden;
}
/* line 375, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-promo .store-promotions:after {
  content: "";
  display: block;
  clear: both;
}
/* line 382, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-promo .promotion-item {
  height: 220px;
  width: 220px;
  line-height: 220px;
  float: left;
  text-align: center;
  position: relative;
}
/* line 390, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-promo .promotion-item.headline {
  padding-bottom: 40px;
  box-sizing: content-box;
}
/* line 395, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-promo .promotion-item a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 404, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-promo .promotion-item .headlineWrapper {
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 80px;
  width: 180px;
  border: 1px solid #dddddd;
  background: #ffffff;
  line-height: 21px;
  padding: 0 5px;
}
/* line 414, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-promo .promotion-item .headlineWrapper .headlineSpan {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  max-height: 42px;
  overflow: hidden;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
/* line 434, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-promo .promotion-item:nth-child(n + 2) {
  margin-left: 20px;
}
/* line 438, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-promo .promotion-item img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
/* line 443, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-promo .promotion-item a img:hover {
  opacity: 0.8;
}

/* line 449, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-pickList {
  margin-top: 10px;
}
/* line 451, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-pickList.top {
  margin-top: 20px;
}
/* line 454, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-pickList.child {
  border-top: 1px solid #cccccc;
}
/* line 458, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-pickList .productsContainer {
  padding: 0 35px;
}
/* line 462, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-pickList .productBrief,
.store-pickList .viewAll {
  width: 149px;
  margin: 0 15px;
}
/* line 467, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-pickList .viewAll {
  height: 314px;
  position: relative;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #eeeeee;
}
/* line 474, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-pickList .viewAll:hover {
  background: #cccccc;
}
/* line 478, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-pickList .viewAll .category > * {
  vertical-align: middle;
}
/* line 482, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-pickList .viewAll .text {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  line-height: 21px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 494, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-pickList .viewAll .text a {
  color: #36b449;
}
/* line 500, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-pickList .btnSliderPrevMedium {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  left: -15px;
  top: 40%;
}
/* line 507, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-pickList .btnSliderNextMedium {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: -15px;
  top: 40%;
}

/* line 516, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-hotpicks {
  padding-top: 25px;
}
/* line 521, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
:not(.street-fashion) #store-hotpicks #store-hotpicks-container .productBrief:nth-child(6n) {
  margin-right: 0px;
}
/* line 525, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
:not(.street-fashion) #store-hotpicks #store-hotpicks-container .productBrief:nth-child(-n + 6) {
  margin-top: 0px;
}
/* line 530, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-hotpicks #store-hotpicks-container:after {
  content: "";
  display: block;
  clear: both;
}
/* line 536, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-hotpicks #store-hotpicks-container .row {
  padding-bottom: 23px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
/* line 19, ../../../../resource/compass/lib/_hktvMixin.scss */
#store-hotpicks #store-hotpicks-container .row:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
}
/* line 541, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-hotpicks #store-hotpicks-container .row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 547, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-hotpicks #store-hotpicks-container #store-hotpicks-container-more {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
/* line 550, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #store-hotpicks #store-hotpicks-container #store-hotpicks-container-more {
  padding-top: 0px;
}
/* line 556, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-hotpicks .viewAll {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
/* line 560, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-hotpicks .viewAll > * {
  vertical-align: middle;
}
/* line 563, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-hotpicks .viewAll .thin-divider {
  position: relative;
  height: 1px;
  width: 100%;
  left: 0;
  top: 16px;
  background: #ccc;
  z-index: 1;
}
/* line 573, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-hotpicks .viewAll .viewAllBtn {
  position: relative;
  display: inline-block;
  height: 32px;
  padding: 0 20px;
  background: #36b449;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.13s linear;
  z-index: 2;
}
/* line 588, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #store-hotpicks .viewAll .viewAllBtn {
  background: #333;
}
/* line 592, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-hotpicks .viewAll .viewAllBtn:hover {
  background: #2b8939;
}
/* line 595, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #store-hotpicks .viewAll .viewAllBtn:hover {
  background: #000;
}
/* line 600, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#store-hotpicks .viewAll .viewAllBtn span {
  margin-left: 5px;
  background-image: url(/_ui/desktop/common/images/sprite/sprite1511-s6c86c57acc.png);
  background-position: -127px -62px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 9px;
  width: 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 600, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
  #store-hotpicks .viewAll .viewAllBtn span {
    background-image: url(/_ui/desktop/common/images/sprite/sprite1511-2x-s50e7106e33.png);
    background-size: 1189px 180px;
    background-position: -127px -62px;
    height: 9px;
    width: 6px;
  }
}

/* line 608, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#info-right-container {
  color: #222;
  padding-bottom: 45px;
}
/* line 612, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#info-right-container .store-about {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
/* line 617, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#info-right-container .store-video {
  margin-top: 10px;
}
/* line 620, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#info-right-container .store-description {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
/* line 626, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#info-right-container .store-image {
  margin-top: 20px;
}
/* line 628, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#info-right-container .store-image img {
  max-width: 640px;
}

/* line 635, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#product-search-container .promotionBanner {
  height: 119px;
  margin-bottom: 20px;
}
/* line 639, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#product-search-container .promotionBanner img {
  height: 100%;
  margin: 0 auto;
  display: block;
}

/* line 647, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box {
  padding: 0px;
  margin: 0 10px 20px 10px;
  border: 1px solid #cccccc;
  font-size: 0;
}
/* line 653, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box.active, #search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box:hover {
  border: 1px solid #36b449;
}
/* line 657, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box.active, .street-fashion #search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box:hover {
  border: solid 1px #222;
}
/* line 661, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box.active .btn-search, #search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box:hover .btn-search {
  background-image: url(/_ui/desktop/common/images/sprite/header1511-sfe4f1e7a90.png);
  background-position: 0 -1700px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 661, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
  #search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box.active .btn-search, #search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box:hover .btn-search {
    background-image: url(/_ui/desktop/common/images/sprite/header1511-2x-sd561b85528.png);
    background-size: 210px 6162px;
    background-position: 0 -1683px;
    height: 32px;
    width: 32px;
  }
}
/* line 663, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion #search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box.active .btn-search, .street-fashion #search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box:hover .btn-search {
  background-image: url(/_ui/desktop/common/images/sprite/header1511-sfe4f1e7a90.png);
  background-position: 0 -1768px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 663, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
  .street-fashion #search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box.active .btn-search, .street-fashion #search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box:hover .btn-search {
    background-image: url(/_ui/desktop/common/images/sprite/header1511-2x-sd561b85528.png);
    background-size: 210px 6162px;
    background-position: 0 -1749px;
    height: 32px;
    width: 32px;
  }
}
/* line 669, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box input {
  line-height: 32px;
  height: 32px;
  border: 0;
  padding: 0 10px;
  margin: 0;
  width: 156px;
  vertical-align: top;
  display: inline-block;
  cursor: initial;
}
/* line 680, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
#search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box .btn-search {
  background-image: url(/_ui/desktop/common/images/sprite/header1511-sfe4f1e7a90.png);
  background-position: 0 -1734px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: white;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 680, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
  #search-result-wrapper .wrapper-content-left #product-list-type-selector > #product-list-type-search-box .btn-search {
    background-image: url(/_ui/desktop/common/images/sprite/header1511-2x-sd561b85528.png);
    background-size: 210px 6162px;
    background-position: 0 -1716px;
    height: 32px;
    width: 32px;
  }
}

/* line 686, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.store-promo-title-left {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 15px 0px;
}
/* line 692, ../../../../resource/compass/_ui/desktop/common/css/storeLanding.scss */
.street-fashion .store-promo-title-left {
  text-align: center;
}
