/** Aviato — pg-gl-2019.10.31 - loadingSpinner.css **/

.component-loadingSpinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 90;
  background-color: #ffffff; }
  .component-loadingSpinner.no-bg {
    background-color: transparent; }
  .component-loadingSpinner.active {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    html.is-safari-ios .component-loadingSpinner.active {
      display: block; }
  .component-loadingSpinner img {
    position: absolute;
    max-width: 100px;
    width: 33%;
    height: auto;
    margin: auto; }
    html.is-safari-ios .component-loadingSpinner img {
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }

/** Aviato — pg-gl-2019.10.31 - slider.css **/

 @charset "UTF-8";
.component-slider {
  width: 100%; }
  .component-slider .title {
    padding: 10px 0;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.875rem;
    letter-spacing: normal;
    font-weight: 700; }
  .component-slider .slides {
    width: 100%; }
    .component-slider .slides .slide {
      padding: 0 5px; }
  .component-slider .slick-prev,
  .component-slider .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
    .component-slider .slick-prev:hover, .component-slider .slick-prev:focus,
    .component-slider .slick-next:hover,
    .component-slider .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent; }
      .component-slider .slick-prev:hover:before, .component-slider .slick-prev:focus:before,
      .component-slider .slick-next:hover:before,
      .component-slider .slick-next:focus:before {
        opacity: 1; }
    .component-slider .slick-prev.slick-disabled:before,
    .component-slider .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .component-slider .slick-prev:before,
    .component-slider .slick-next:before {
      font-family: "icomoon";
      font-size: 20px;
      font-weight: normal;
      line-height: 1;
      color: #000000;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .component-slider .slick-prev {
    left: -25px; }
    [dir="rtl"] .component-slider .slick-prev {
      left: auto;
      right: -25px; }
    .component-slider .slick-prev:before {
      content: "\E902"; }
      [dir="rtl"] .component-slider .slick-prev:before {
        content: "\E903"; }
  .component-slider .slick-next {
    right: -25px; }
    [dir="rtl"] .component-slider .slick-next {
      left: -25px;
      right: auto; }
    .component-slider .slick-next:before {
      content: "\E903"; }
      [dir="rtl"] .component-slider .slick-next:before {
        content: "\E902"; }
  .component-slider .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .component-slider .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    .component-slider .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .component-slider .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .component-slider .slick-dots li button:hover, .component-slider .slick-dots li button:focus {
          outline: none; }
          .component-slider .slick-dots li button:hover:before, .component-slider .slick-dots li button:focus:before {
            opacity: 1; }
        .component-slider .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "\B7";
          width: 20px;
          height: 20px;
          font-family: "icomoon";
          font-size: 30px;
          line-height: 20px;
          text-align: center;
          color: #000000;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .component-slider .slick-dots li.slick-active button:before {
        color: #000000;
        opacity: 0.75; }
  .component-slider .pager {
    display: none;
    text-align: center;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.875rem;
    letter-spacing: normal;
    font-weight: 700; }

@media screen and (min-width: 1024px) {
  .component-slider .slick-prev,
  .component-slider .slick-next {
    height: 50px;
    width: 50px; }
    .component-slider .slick-prev:before,
    .component-slider .slick-next:before {
      font-size: 50px; }
  .component-slider .slick-prev {
    left: -55px; }
    [dir="rtl"] .component-slider .slick-prev {
      right: -55px; }
  .component-slider .slick-next {
    right: -55px; }
    [dir="rtl"] .component-slider .slick-next {
      left: -55px; }
  .component-slider .slick-dots li button:before {
    font-size: 50px; } }

/** Aviato — pg-gl-2019.10.31 - alert.css **/

.component-alert {
  position: fixed;
  z-index: 520;
  top: 0;
  right: 0;
  left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc( 100vw - 20px);
  -webkit-transform: translateX(calc( 100% + 20px));
          transform: translateX(calc( 100% + 20px));
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
  .component-alert.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  .component-alert .content {
    border-right: 1px solid #cccccc; }
    .component-alert .content .message {
      line-height: 1rem;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: ls-1;
      font-weight: 400; }
  .component-alert .close {
    width: 30px;
    height: 30px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

@media screen and (min-width: 1024px) {
  .component-alert {
    max-width: 35vw; }
  _:-ms-fullscreen, :root .component-alert {
    transform: translateX(115%); }
    _:-ms-fullscreen.active, :root .component-alert.active {
      transform: translateX(0);
      opacity: 1; } }

/** Aviato — pg-gl-2019.10.31 - articleDoubleImage.css **/

.component-articleDoubleImage {
  position: relative; }

/* Media queries */
@media (min-width: 1024px) {
  .component-articleDoubleImage .second-image {
    position: absolute;
    left: 50%; } }

/** Aviato — pg-gl-2019.10.31 - articleHeaderBannerText.css **/

.component-articleHeaderBannerText {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }
  .component-articleHeaderBannerText .header-content {
    min-height: 320px;
    padding: 30px 0;
    color: #ffffff;
    background-color: #000000; }
    .component-articleHeaderBannerText .header-content .sup-title {
      padding: 10px 0;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400;
      color: #cccccc; }
      .component-articleHeaderBannerText .header-content .sup-title::after {
        content: '';
        border-top: 2px solid #cccccc;
        width: 70px;
        display: block;
        margin: 0 auto; }
    .component-articleHeaderBannerText .header-content .title {
      padding: 10px 0;
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.75rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-articleHeaderBannerText .header-content .description {
      padding: 10px 0;
      line-height: 1.875rem;
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-articleHeaderBannerText .header-content .description p {
        margin: 0; }
    @media (min-width: 1024px) {
      .component-articleHeaderBannerText .header-content .title {
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 2.5rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-articleHeaderBannerText .header-content .description {
        line-height: 1.875rem;
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 1.375rem;
        letter-spacing: normal;
        font-weight: 400; } }

/** Aviato — pg-gl-2019.10.31 - articleImageGrid.css **/

.component-articleImageGrid {
  margin: 30px 0; }
  .component-articleImageGrid .wrapper {
    position: relative; }
  .component-articleImageGrid .label {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase; }
  [dir="rtl"] .component-articleImageGrid .label {
    left: unset;
    right: 0; }

/** Aviato — pg-gl-2019.10.31 - backToTopButton.css **/

.component-backToTopButton {
  position: fixed;
  bottom: 0;
  right: 75px;
  z-index: 40;
  transform: translateY(100%);
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  .component-backToTopButton .back-to-top {
    border: 1px solid #cccccc;
    border-bottom: none;
    background: #ffffff;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .component-backToTopButton .back-to-top .icon-up:before {
      content: "\E91B";
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      color: #666; }
  [dir="rtl"] .component-backToTopButton {
    right: inherit;
    left: 75px; }

@media (min-width: 768px) {
  .component-backToTopButton {
    right: 150px; }
    [dir="rtl"] .component-backToTopButton {
      left: 150px; } }

/** Aviato — pg-gl-2019.10.31 - bookAnAppointment.css **/

.component-bookAnAppointment {
  margin: 30px 0;
  overflow: hidden; }
  .component-bookAnAppointment .book-container {
    position: relative;
    overflow: hidden; }
    .component-bookAnAppointment .book-container .title-row {
      padding: 20px 0 30px 0;
      border-bottom: 1px solid #747481; }
      .component-bookAnAppointment .book-container .title-row .title {
        line-height: 1.875rem;
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 1.875rem;
        letter-spacing: normal;
        font-weight: 700; }
    .component-bookAnAppointment .book-container .who-row,
    .component-bookAnAppointment .book-container .when-row,
    .component-bookAnAppointment .book-container .where-row,
    .component-bookAnAppointment .book-container .time-row {
      position: relative;
      height: 80px;
      border-bottom: 1px solid #747481; }
      .component-bookAnAppointment .book-container .who-row .label,
      .component-bookAnAppointment .book-container .when-row .label,
      .component-bookAnAppointment .book-container .where-row .label,
      .component-bookAnAppointment .book-container .time-row .label {
        color: #747481;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 1px;
        font-weight: 400;
        margin-left: 35px;
        max-width: 60px; }
        .component-bookAnAppointment .book-container .who-row .label:before,
        .component-bookAnAppointment .book-container .when-row .label:before,
        .component-bookAnAppointment .book-container .where-row .label:before,
        .component-bookAnAppointment .book-container .time-row .label:before {
          content: ' ';
          display: block;
          width: 25px;
          height: 0;
          border-bottom: 1px solid #747481;
          position: absolute;
          left: -35px;
          top: 50%; }
      .component-bookAnAppointment .book-container .who-row .title,
      .component-bookAnAppointment .book-container .when-row .title,
      .component-bookAnAppointment .book-container .where-row .title,
      .component-bookAnAppointment .book-container .time-row .title {
        color: #000000;
        padding: 0 40px 0 100px;
        line-height: 1.25rem;
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 1.125rem;
        letter-spacing: 1px;
        font-weight: 700; }
      .component-bookAnAppointment .book-container .who-row .open,
      .component-bookAnAppointment .book-container .when-row .open,
      .component-bookAnAppointment .book-container .where-row .open,
      .component-bookAnAppointment .book-container .time-row .open {
        right: 4%;
        color: #000000;
        cursor: pointer;
        font-size: 0.875rem; }
    .component-bookAnAppointment .book-container .blocks {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      overflow: hidden; }
      .component-bookAnAppointment .book-container .blocks .block {
        position: relative;
        height: 100%; }
        .component-bookAnAppointment .book-container .blocks .block .label {
          position: absolute;
          top: 40px;
          color: #747481;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.625rem;
          letter-spacing: 1px;
          font-weight: 400;
          margin-left: 35px; }
          .component-bookAnAppointment .book-container .blocks .block .label:before {
            content: ' ';
            display: block;
            width: 25px;
            height: 0;
            border-bottom: 1px solid #747481;
            position: absolute;
            left: -35px;
            top: 50%; }
        .component-bookAnAppointment .book-container .blocks .block .title {
          position: absolute;
          top: 40px;
          width: 100%;
          padding: 0 50px 0 80px; }
        .component-bookAnAppointment .book-container .blocks .block .close {
          position: absolute;
          top: 40px;
          right: 4%;
          color: #000000;
          opacity: 1;
          cursor: pointer;
          font-size: 0.875rem; }
        .component-bookAnAppointment .book-container .blocks .block .content {
          position: absolute;
          top: 80px;
          width: 100%;
          background: white; }
          .component-bookAnAppointment .book-container .blocks .block .content .scroll-container {
            max-height: 260px;
            width: calc(100% - 10px); }
            .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content {
              width: calc(100% - 10px); }
              .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box {
                position: relative;
                background: #d8d8d8;
                color: #000000;
                padding: 5px 10px;
                min-height: 80px;
                cursor: pointer; }
                .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box .store-name {
                  color: #000000;
                  font-family: "Noto Sans HK", sans-serif;
                  font-size: 0.75rem;
                  letter-spacing: 0.5px;
                  font-weight: 400;
                  line-height: 0.875rem; }
                .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box .store-address,
                .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box .store-zip {
                  color: #5e5e5e;
                  font-family: "Noto Sans HK", sans-serif;
                  font-size: 0.625rem;
                  letter-spacing: 0.5px;
                  font-weight: 400;
                  line-height: 0.75rem; }
                .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box.active, .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box:hover {
                  background: #000000; }
                  .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box.active .store-name,
                  .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box.active .store-address,
                  .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box.active .store-zip, .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box:hover .store-name,
                  .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box:hover .store-address,
                  .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box:hover .store-zip {
                    color: #ffffff; }
          .component-bookAnAppointment .book-container .blocks .block .content .time-frame {
            display: block;
            width: 100%;
            border: none;
            background: none;
            padding: 20px;
            font-family: "source-han-serif-sc", sans-serif;
            font-size: 1.625rem;
            letter-spacing: normal;
            font-weight: 700;
            cursor: pointer;
            background: #d8d8d8;
            color: #000000;
            margin: 10px 0; }
            .component-bookAnAppointment .book-container .blocks .block .content .time-frame:hover {
              opacity: 1;
              background: #000000;
              color: #ffffff; }
          .component-bookAnAppointment .book-container .blocks .block .content .action {
            margin-top: 30px;
            border-top: 1px solid #cccccc; }
    .component-bookAnAppointment .book-container .action-row .button {
      width: 100%;
      display: block;
      margin: 0 auto; }
    .component-bookAnAppointment .book-container .action-row .g-recaptcha {
      width: 256px;
      padding: 30px 0;
      /*
        transform-origin: center;
        transform: scale(.7);
        */ }
      .component-bookAnAppointment .book-container .action-row .g-recaptcha .grecaptcha-badge {
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
    .component-bookAnAppointment .book-container .thankyou-container {
      display: none;
      position: absolute;
      top: 0;
      background: white;
      height: 100%;
      width: 100%; }
      .component-bookAnAppointment .book-container .thankyou-container:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
        .focus-visible .component-bookAnAppointment .book-container .thankyou-container:focus .title {
          -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
                  box-shadow: 0px 0px 2px 2px #4e96e9; }
      .component-bookAnAppointment .book-container .thankyou-container .title {
        padding: 20px 0 30px 0;
        border-bottom: 1px solid #cccccc;
        line-height: 1.875rem;
        text-align: center;
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 1.875rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-bookAnAppointment .book-container .thankyou-container .subtitle {
        padding: 20px 0 30px 0;
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 1.625rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-bookAnAppointment .book-container .thankyou-container .text {
        padding: 20px 0 30px 0;
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 1.375rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-bookAnAppointment .book-container .thankyou-container .info {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400;
        padding-bottom: 20px; }
      .component-bookAnAppointment .book-container .thankyou-container .action {
        margin: 20px 0;
        padding: 20px 0;
        border-top: 1px solid #cccccc;
        text-align: center; }
        .component-bookAnAppointment .book-container .thankyou-container .action .button {
          width: 50%; }
  [dir="rtl"] .component-bookAnAppointment .book-container .who-row .label,
  [dir="rtl"] .component-bookAnAppointment .book-container .when-row .label,
  [dir="rtl"] .component-bookAnAppointment .book-container .where-row .label,
  [dir="rtl"] .component-bookAnAppointment .book-container .time-row .label {
    margin-left: 0;
    margin-right: 35px; }
    [dir="rtl"] .component-bookAnAppointment .book-container .who-row .label:before,
    [dir="rtl"] .component-bookAnAppointment .book-container .when-row .label:before,
    [dir="rtl"] .component-bookAnAppointment .book-container .where-row .label:before,
    [dir="rtl"] .component-bookAnAppointment .book-container .time-row .label:before {
      left: 0;
      right: -35px; }
  [dir="rtl"] .component-bookAnAppointment .book-container .who-row .title,
  [dir="rtl"] .component-bookAnAppointment .book-container .when-row .title,
  [dir="rtl"] .component-bookAnAppointment .book-container .where-row .title,
  [dir="rtl"] .component-bookAnAppointment .book-container .time-row .title {
    padding: 0 100px 0 40px; }
  [dir="rtl"] .component-bookAnAppointment .book-container .who-row .open,
  [dir="rtl"] .component-bookAnAppointment .book-container .when-row .open,
  [dir="rtl"] .component-bookAnAppointment .book-container .where-row .open,
  [dir="rtl"] .component-bookAnAppointment .book-container .time-row .open {
    right: inherit;
    left: 4%; }
  [dir="rtl"] .component-bookAnAppointment .book-container .blocks .block .title {
    padding: 0 80px 0 50px; }
  [dir="rtl"] .component-bookAnAppointment .book-container .blocks .block .close {
    right: inherit;
    left: 4%; }

@media (min-width: 1024px) {
  .component-bookAnAppointment .book-container .who-row .title,
  .component-bookAnAppointment .book-container .when-row .title,
  .component-bookAnAppointment .book-container .where-row .title,
  .component-bookAnAppointment .book-container .time-row .title {
    line-height: 1.375rem;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-weight: 700; }
  .component-bookAnAppointment .book-container .action-row .button {
    width: 50%; }
  .component-bookAnAppointment .book-container .action-row .g-recaptcha {
    width: 50%; } }

/** Aviato — pg-gl-2019.10.31 - categoryBanner.css **/

.component-categoryBanner {
  margin: 0 0; }
  .component-categoryBanner .banner-container {
    height: 240px;
    min-height: 240px;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .component-categoryBanner .banner-container .row {
      height: 100%; }
      .component-categoryBanner .banner-container .row .content {
        width: 100%;
        padding: 20px; }
        .component-categoryBanner .banner-container .row .content .title {
          display: inline-block;
          color: #ffffff;
          line-height: 2rem;
          font-family: "source-han-serif-sc", sans-serif;
          font-size: 2rem;
          letter-spacing: 0.5px;
          background: rgba(0, 0, 0, 0.6);
          padding: 10px 20px; }

/* Media queries */
@media (min-width: 1024px) {
  .component-categoryBanner .banner-container .row .content .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 4.5rem;
    letter-spacing: 0.5px;
    line-height: 4.5rem; } }

/** Aviato — pg-gl-2019.10.31 - categoryCollection.css **/

.component-categoryCollection {
  margin: 30px 0; }
  .component-categoryCollection a,
  .component-categoryCollection a:hover {
    text-decoration: none;
    display: block; }
  .component-categoryCollection .items-content {
    list-style-type: none;
    padding-left: 0; }
  .component-categoryCollection .content-regular {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .component-categoryCollection .inner-row.content-reverse .description-content-mob {
    text-align: left; }
  .component-categoryCollection .inner-row.content-regular {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .component-categoryCollection .inner-row.content-regular .description-content-mob {
      text-align: right; }
  .component-categoryCollection .image {
    position: relative;
    width: 100%;
    height: 100%; }
  .component-categoryCollection .description-content {
    padding-right: 10px;
    padding-left: 0;
    color: #000000;
    line-height: 1.625rem; }
    .component-categoryCollection .description-content.description-content-mob {
      height: 100%;
      padding-right: 10px;
      padding-left: 10px; }
    .component-categoryCollection .description-content a:focus {
      padding: 10px 0;
      display: inline; }
    .component-categoryCollection .description-content a .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      line-height: 1.5rem;
      margin: 0;
      padding: 0;
      word-break: break-word; }
  .component-categoryCollection .description-abs {
    position: absolute;
    max-width: 490px;
    z-index: 1;
    background-color: #ffffff;
    border: 1px #000000 solid;
    padding: 0px;
    right: 0.5%;
    bottom: 7%;
    padding-left: 15px; }
  .component-categoryCollection .multimedia > img {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  [dir="rtl"] .component-categoryCollection .description-abs {
    left: unset;
    right: -40px; }

@media (min-width: 768px) {
  .component-categoryCollection .description-content .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 2.25rem; } }

@media (min-width: 1024px) {
  .component-categoryCollection .multimedia-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .component-categoryCollection .description-content {
    padding-right: 20px;
    padding-left: 0; }
    .component-categoryCollection .description-content a .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 2.25rem;
      letter-spacing: normal;
      font-weight: 700;
      line-height: 2.5rem; }
  .component-categoryCollection .content-regular .description-abs {
    position: absolute;
    max-width: 490px;
    z-index: 10;
    background-color: #ffffff;
    border: 1px #000000 solid;
    padding: 0px;
    top: 100px;
    left: -40px;
    padding: 15px; }
  .component-categoryCollection .content-reverse .description-abs {
    position: absolute;
    max-width: 490px;
    z-index: 10;
    background-color: #ffffff;
    border: 1px #000000 solid;
    padding: 0px;
    top: 100px;
    right: -40px;
    padding: 15px; }
  .component-categoryCollection .content-regular .inner-row a,
  .component-categoryCollection .content-reverse .inner-row a {
    height: 100%; }
    .component-categoryCollection .content-regular .inner-row a .multimedia-height,
    .component-categoryCollection .content-reverse .inner-row a .multimedia-height {
      height: calc( 100% - 10px); }
  .component-categoryCollection .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.25rem;
    letter-spacing: normal;
    font-weight: 700;
    margin-top: 15px !important; }
  .component-categoryCollection .text {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.375rem;
    letter-spacing: normal;
    font-weight: 400; } }

@media (min-width: 1025px) {
  .component-categoryCollection .inner-row {
    height: 100%; } }

/** Aviato — pg-gl-2019.10.31 - changePasswordTemplate.css **/

.component-changePasswordTemplate .title-row {
  border-bottom: 1px solid #666; }
  .component-changePasswordTemplate .title-row .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000000; }

.component-changePasswordTemplate .changePasswordForm label {
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #cccccc; }

.component-changePasswordTemplate .changePasswordForm .form-actions button {
  padding: 0;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #000000; }
  .component-changePasswordTemplate .changePasswordForm .form-actions button.hide-password {
    display: none; }

.component-changePasswordTemplate .changePasswordForm .form-actions .error-message {
  margin: 0;
  padding: 15px 0 0;
  width: 100%;
  line-height: 1rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #AB0015; }

.component-changePasswordTemplate .changePasswordForm.show-password button.hide-password {
  display: inline-block; }

.component-changePasswordTemplate .changePasswordForm.show-password button.show-password {
  display: none; }

.component-changePasswordTemplate .input-hints {
  line-height: 0.875rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #666; }

.component-changePasswordTemplate .btn-reset-password {
  text-transform: uppercase; }

.component-changePasswordTemplate .changePasswordSuccess {
  display: none; }
  .component-changePasswordTemplate .changePasswordSuccess .submit-success .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px; }
  .component-changePasswordTemplate .changePasswordSuccess .submit-success .content {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #cccccc; }
  .component-changePasswordTemplate .changePasswordSuccess .submit-success a {
    text-decoration: underline;
    color: #666; }

@media (max-width: 1024px) {
  .component-changePasswordTemplate .title-row .title {
    font-size: 1.5rem; }
  .component-changePasswordTemplate .form-actions button {
    font-size: 0.625rem;
    letter-spacing: 0.5px; }
  .component-changePasswordTemplate .btn-reset-password {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize; } }

/** Aviato — pg-gl-2019.10.31 - checkoutAccountApis.css **/

.component-checkoutTemplate {
  margin: 0 0 30px 0; }
  .component-checkoutTemplate .has-preorder,
  .component-checkoutTemplate .has-customization {
    display: none;
    background: #000000;
    margin: 20px 0;
    padding: 20px;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-checkoutTemplate .back {
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px;
    background: #d8d8d8;
    text-align: left;
    color: #000000;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-checkoutTemplate .step {
    border: 1px solid #000000;
    margin-top: 20px;
    padding: 10px 10px 20px 10px; }
    .component-checkoutTemplate .step.inactive {
      border-color: #747481;
      height: 40px;
      overflow: hidden;
      padding-bottom: 10px; }
      .component-checkoutTemplate .step.inactive .editable,
      .component-checkoutTemplate .step.inactive textarea,
      .component-checkoutTemplate .step.inactive button,
      .component-checkoutTemplate .step.inactive label,
      .component-checkoutTemplate .step.inactive input {
        display: none; }
      .component-checkoutTemplate .step.inactive .step-title button {
        display: inline-block; }
      .component-checkoutTemplate .step.inactive .tab-switch,
      .component-checkoutTemplate .step.inactive .tab-switch.current-tab,
      .component-checkoutTemplate .step.inactive .step-title {
        color: #747481; }
    .component-checkoutTemplate .step .tab-switch {
      color: #666; }
      .component-checkoutTemplate .step .tab-switch.current-tab {
        color: #000000;
        text-decoration: underline; }
      .component-checkoutTemplate .step .tab-switch:disabled {
        cursor: default; }
        .component-checkoutTemplate .step .tab-switch:disabled:hover {
          opacity: 1; }
      [lang="de"] .component-checkoutTemplate .step .tab-switch {
        font-size: smaller; }
    .component-checkoutTemplate .step.no-border {
      border-color: transparent !important; }
    .component-checkoutTemplate .step .icon-added {
      color: #7ed321;
      display: none; }
    .component-checkoutTemplate .step.completed .icon-added {
      display: inline; }
  .component-checkoutTemplate .title-checkout,
  .component-checkoutTemplate .title-summary {
    text-align: center;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-checkoutTemplate .content-checkout,
  .component-checkoutTemplate .content-summary {
    padding: 5px 0; }
  .component-checkoutTemplate .recap {
    padding: 10px 0; }
  .component-checkoutTemplate .buttons .button {
    width: 100%; }
    .component-checkoutTemplate .buttons .button:active {
      padding: 5px 20px; }
  .component-checkoutTemplate .error-message {
    margin: 0;
    padding: 15px 0 0;
    width: 100%;
    line-height: 1rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #AB0015; }
  .component-checkoutTemplate .checkout-loading-spinner {
    width: 100%;
    padding: 40px 0;
    text-align: center; }
  .component-checkoutTemplate .spinner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
    width: 33%; }
  [dir="rtl"] .component-checkoutTemplate .back {
    text-align: right; }
    [dir="rtl"] .component-checkoutTemplate .back span:before {
      content: "\E91B"; }

@media screen and (min-width: 1024px) {
  .component-checkoutTemplate .back {
    background: none;
    padding: 0; }
  .component-checkoutTemplate .title-checkout,
  .component-checkoutTemplate .title-summary {
    text-align: left; }
  [lang="de"] .component-checkoutTemplate .step .tab-switch {
    font-size: inherit; }
  .component-checkoutTemplate .buttons .button {
    max-width: 250px; } }
@charset "UTF-8";
.component-checkoutRelevantInformations {
  margin: 30px 0; }
  .component-checkoutRelevantInformations .title-container {
    border-bottom: 1px solid #cccccc; }
    .component-checkoutRelevantInformations .title-container .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.75rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
  .component-checkoutRelevantInformations .info-box {
    height: 100%;
    background-color: #f7f7f7; }
    .component-checkoutRelevantInformations .info-box .info-title {
      position: relative; }
      .component-checkoutRelevantInformations .info-box .info-title .title {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.875rem;
        letter-spacing: 1px;
        font-weight: 700; }
      .component-checkoutRelevantInformations .info-box .info-title .icon {
        color: #cccccc;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .component-checkoutRelevantInformations .info-box .info-content {
      display: none;
      overflow: hidden; }
      .component-checkoutRelevantInformations .info-box .info-content .payment-details {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 0.5px;
        font-weight: 400; }
        .component-checkoutRelevantInformations .info-box .info-content .payment-details .credit-card {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 10px 0; }
          .component-checkoutRelevantInformations .info-box .info-content .payment-details .credit-card div {
            margin-left: 10px; }
          .component-checkoutRelevantInformations .info-box .info-content .payment-details .credit-card img {
            width: 45px; }
      .component-checkoutRelevantInformations .info-box .info-content .security-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .component-checkoutRelevantInformations .info-box .info-content .security-icons .verisign-image {
          width: 130px; }
        .component-checkoutRelevantInformations .info-box .info-content .security-icons .ssl-image {
          width: 70px; }
        .component-checkoutRelevantInformations .info-box .info-content .security-icons .digicert-image {
          width: 80px;
          height: 47px; }
      .component-checkoutRelevantInformations .info-box .info-content .shipping-details {
        padding: 0;
        margin: 0;
        list-style: none;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.875rem;
        letter-spacing: 1px;
        font-weight: 400;
        /* codice vecchio che verrà cancellato appena lato aem verrà aggiornato il componente */ }
        .component-checkoutRelevantInformations .info-box .info-content .shipping-details .list-item {
          margin: 10px 0; }
          .component-checkoutRelevantInformations .info-box .info-content .shipping-details .list-item:first-child {
            margin-top: 20px; }
          .component-checkoutRelevantInformations .info-box .info-content .shipping-details .list-item:last-child {
            margin-bottom: 30px; }
          .component-checkoutRelevantInformations .info-box .info-content .shipping-details .list-item .item-left {
            color: #666; }
        .component-checkoutRelevantInformations .info-box .info-content .shipping-details div {
          margin: 10px 0; }
        .component-checkoutRelevantInformations .info-box .info-content .shipping-details .left-details {
          color: #666; }
      .component-checkoutRelevantInformations .info-box .info-content .help-details {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 1px;
        font-weight: 400; }
        .component-checkoutRelevantInformations .info-box .info-content .help-details p {
          margin: 10px 0; }
        .component-checkoutRelevantInformations .info-box .info-content .help-details a {
          text-decoration: underline; }
      .component-checkoutRelevantInformations .info-box .info-content .description {
        line-height: 0.875rem;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 1px;
        font-weight: 400; }
        .component-checkoutRelevantInformations .info-box .info-content .description p {
          margin: 10px 0; }
  [dir="rtl"] .component-checkoutRelevantInformations .info-box .info-title .icon {
    right: inherit;
    left: 0; }
  [dir="rtl"] .component-checkoutRelevantInformations .info-box .info-content .payment-details .credit-card div {
    margin-left: 0;
    margin-right: 10px; }

/* Media queries */
@media (min-width: 1024px) {
  .component-checkoutRelevantInformations .title-container .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-checkoutRelevantInformations .info-box {
    /* min-height: 440px; */ }
    .component-checkoutRelevantInformations .info-box .info-content {
      display: block !important; }
      .component-checkoutRelevantInformations .info-box .info-content .payment-details {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.875rem;
        letter-spacing: 0.5px;
        font-weight: 400; }
      .component-checkoutRelevantInformations .info-box .info-content .help-details {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: 1px;
        font-weight: 400; }
      .component-checkoutRelevantInformations .info-box .info-content .description {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: 1px;
        font-weight: 400; } }
.component-checkoutLoginContainer .box {
  height: 100%;
  border: 1px solid #000000; }

.component-checkoutLoginContainer .box-title {
  line-height: 1.75rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 1.125rem;
  letter-spacing: normal;
  font-weight: 700;
  color: #000000; }
  .component-checkoutLoginContainer .box-title .icon-added {
    color: #7ed321; }

.component-checkoutLoginContainer .label,
.component-checkoutLoginContainer .email {
  line-height: 1.125rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400; }

.component-checkoutLoginContainer .label {
  color: #666; }

.component-checkoutLoginContainer .box-button {
  width: 100%;
  max-width: 250px; }

.component-checkoutLoginContainer .hidden {
  display: none; }
.component-checkoutLoginReturningCustomer {
  height: 100%; }
  .component-checkoutLoginReturningCustomer .description {
    line-height: 1.375rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #666; }
  .component-checkoutLoginReturningCustomer .guest-login-email {
    max-width: 250px; }
  .component-checkoutLoginReturningCustomer .newsletter {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-checkoutLoginReturningCustomer .button.button-small:active {
    padding-left: 20px;
    padding-right: 20px; }
.component-checkoutLoginGuest {
  height: 100%; }
  .component-checkoutLoginGuest .description {
    line-height: 1.375rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #666; }
  .component-checkoutLoginGuest .guest-login-email {
    max-width: 250px; }
  .component-checkoutLoginGuest .newsletter {
    margin-bottom: 0;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
.component-checkoutGiftMessage .main-container {
  width: 100%; }
  .component-checkoutGiftMessage .main-container .step-title {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-checkoutGiftMessage .main-container .gift-message {
    width: 100%;
    resize: none;
    padding: 10px;
    margin: 0 0 30px 0; }
  .component-checkoutGiftMessage .main-container .gift-message-confirmed {
    display: none;
    word-break: break-word;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-checkoutGiftMessage .main-container .edit-button {
    display: none; }
  .component-checkoutGiftMessage .main-container .actions {
    width: 100%;
    text-align: right; }

.component-checkoutGiftMessage.edit .gift-message {
  display: none; }

.component-checkoutGiftMessage.edit .gift-message-confirmed {
  display: block; }

.component-checkoutGiftMessage.edit .confirm-button {
  display: none; }

.component-checkoutGiftMessage.edit .edit-button {
  display: inline-block; }

[dir="rtl"] .component-checkoutGiftMessage .main-container .actions {
  text-align: left; }
.component-checkoutShippingContainer .step-tablist {
  display: inline-block; }

.component-checkoutShippingContainer .title {
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.5rem;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 1.75rem; }

.component-checkoutShippingContainer .section-title {
  line-height: 1.75rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 1.125rem;
  letter-spacing: normal;
  font-weight: 400; }

.component-checkoutShippingContainer .add-address {
  min-height: 110px; }
  .component-checkoutShippingContainer .add-address .add-address-box {
    min-width: 100%;
    min-height: 100%;
    border: 1px dotted #666; }
  .component-checkoutShippingContainer .add-address .add-address-text {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.125rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.937rem;
    letter-spacing: normal;
    font-weight: 400;
    display: block; }
  .component-checkoutShippingContainer .add-address .icon {
    font-size: 1.25rem; }

.component-checkoutShippingContainer .address-block {
  height: 295px;
  min-height: 100%;
  position: relative; }
  .component-checkoutShippingContainer .address-block::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0; }
  .component-checkoutShippingContainer .address-block .address-form,
  .component-checkoutShippingContainer .address-block .address-details {
    min-height: 100%;
    border: 1px solid #666;
    padding: 5px 15px;
    line-height: 1.125rem; }
    .component-checkoutShippingContainer .address-block .address-form input,
    .component-checkoutShippingContainer .address-block .address-form dd,
    .component-checkoutShippingContainer .address-block .address-details input,
    .component-checkoutShippingContainer .address-block .address-details dd {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 400;
      background-color: transparent; }
      .component-checkoutShippingContainer .address-block .address-form input.address-title,
      .component-checkoutShippingContainer .address-block .address-form dd.address-title,
      .component-checkoutShippingContainer .address-block .address-details input.address-title,
      .component-checkoutShippingContainer .address-block .address-details dd.address-title {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 1.125rem;
        letter-spacing: normal;
        font-weight: 700;
        line-height: 1.75rem; }
      .component-checkoutShippingContainer .address-block .address-form input:disabled,
      .component-checkoutShippingContainer .address-block .address-form dd:disabled,
      .component-checkoutShippingContainer .address-block .address-details input:disabled,
      .component-checkoutShippingContainer .address-block .address-details dd:disabled {
        color: #000000;
        border-color: transparent; }
    .component-checkoutShippingContainer .address-block .address-form label,
    .component-checkoutShippingContainer .address-block .address-form dt,
    .component-checkoutShippingContainer .address-block .address-details label,
    .component-checkoutShippingContainer .address-block .address-details dt {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400;
      color: #747481; }
      .component-checkoutShippingContainer .address-block .address-form label.address-title,
      .component-checkoutShippingContainer .address-block .address-form dt.address-title,
      .component-checkoutShippingContainer .address-block .address-details label.address-title,
      .component-checkoutShippingContainer .address-block .address-details dt.address-title {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 1.125rem;
        letter-spacing: normal;
        font-weight: 700;
        line-height: 1.75rem;
        color: #000000; }
    .component-checkoutShippingContainer .address-block .address-form .spacer,
    .component-checkoutShippingContainer .address-block .address-details .spacer {
      border-bottom: 1px solid #666; }
    .component-checkoutShippingContainer .address-block .address-form .address-options,
    .component-checkoutShippingContainer .address-block .address-details .address-options {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.937rem;
      letter-spacing: normal;
      font-weight: 400;
      line-height: 1.75rem; }
      .component-checkoutShippingContainer .address-block .address-form .address-options .option-label,
      .component-checkoutShippingContainer .address-block .address-details .address-options .option-label {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400; }
    .component-checkoutShippingContainer .address-block .address-form .icon,
    .component-checkoutShippingContainer .address-block .address-details .icon {
      font-size: 1.25rem; }
  .component-checkoutShippingContainer .address-block.js-selected .address-form,
  .component-checkoutShippingContainer .address-block.js-selected .address-details, .component-checkoutShippingContainer .address-block.hovered .address-form,
  .component-checkoutShippingContainer .address-block.hovered .address-details {
    background: #000000;
    border: 1px solid #000000; }
    .component-checkoutShippingContainer .address-block.js-selected .address-form dt,
    .component-checkoutShippingContainer .address-block.js-selected .address-details dt, .component-checkoutShippingContainer .address-block.hovered .address-form dt,
    .component-checkoutShippingContainer .address-block.hovered .address-details dt {
      color: #cccccc; }
    .component-checkoutShippingContainer .address-block.js-selected .address-form input,
    .component-checkoutShippingContainer .address-block.js-selected .address-form dd,
    .component-checkoutShippingContainer .address-block.js-selected .address-form .address-title,
    .component-checkoutShippingContainer .address-block.js-selected .address-details input,
    .component-checkoutShippingContainer .address-block.js-selected .address-details dd,
    .component-checkoutShippingContainer .address-block.js-selected .address-details .address-title, .component-checkoutShippingContainer .address-block.hovered .address-form input,
    .component-checkoutShippingContainer .address-block.hovered .address-form dd,
    .component-checkoutShippingContainer .address-block.hovered .address-form .address-title,
    .component-checkoutShippingContainer .address-block.hovered .address-details input,
    .component-checkoutShippingContainer .address-block.hovered .address-details dd,
    .component-checkoutShippingContainer .address-block.hovered .address-details .address-title {
      color: #ffffff; }

.component-checkoutShippingContainer .oms-methods .oms-description {
  font-size: 0.875rem; }

.component-checkoutShippingContainer .shipping-methods .shipping-description {
  color: #666; }

.component-checkoutShippingContainer .shipping-methods .shipping-info {
  color: #666;
  width: 100%;
  font-style: italic; }

.component-checkoutShippingContainer .buttons .button {
  width: 100%; }
  .component-checkoutShippingContainer .buttons .button:active {
    padding: 5px 20px; }

.component-checkoutShippingContainer .saved .selected-address,
.component-checkoutShippingContainer .saved .selected-method {
  padding-right: 40px;
  margin: 0;
  line-height: 1.125rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 400; }

.component-checkoutShippingContainer #warningModal .content {
  min-height: 180px; }

[dir="rtl"] .component-checkoutShippingContainer .saved .selected-address,
[dir="rtl"] .component-checkoutShippingContainer .saved .selected-method {
  padding-left: 40px;
  padding-right: 0; }

.component-checkoutShippingContainer .jp-phone-note {
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.625rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #747481;
  opacity: 0.75; }

@media screen and (min-width: 1024px) {
  .component-checkoutShippingContainer .add-address, .component-checkoutShippingContainer .address-block {
    min-height: 260px; }
    .component-checkoutShippingContainer .add-address .icon:hover, .component-checkoutShippingContainer .address-block .icon:hover {
      cursor: pointer; }
  .component-checkoutShippingContainer .shipping-methods .shipping-method-choice {
    width: 30%; }
  .component-checkoutShippingContainer .shipping-methods .shipping-description::before {
    content: '-';
    display: inline-block;
    padding-right: 2em; }
  .component-checkoutShippingContainer .shipping-methods .shipping-price {
    text-align: right; }
  .component-checkoutShippingContainer .buttons .button {
    max-width: 250px; }
    .component-checkoutShippingContainer .buttons .button:active {
      padding: 5px 20px; }
  [dir="rtl"] .component-checkoutShippingContainer .shipping-methods .shipping-description::before {
    padding-left: 2em;
    padding-right: 0; }
  [dir="rtl"] .component-checkoutShippingContainer .shipping-methods .shipping-price {
    margin-left: 0 !important; }
  [dir="rtl"] .component-checkoutShippingContainer .buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
.component-checkoutPaymentMethodContainer .title {
  line-height: 1.75rem;
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.5rem;
  letter-spacing: normal;
  font-weight: 700; }

.component-checkoutPaymentMethodContainer .section-title {
  line-height: 1.75rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 1.125rem;
  letter-spacing: normal;
  font-weight: 400; }

.component-checkoutPaymentMethodContainer .adyen-fieldset.has-error .adyen-input-field {
  border-bottom: 1px solid #AB0015; }

.component-checkoutPaymentMethodContainer .adyen-fieldset.has-error .adyen-label {
  color: #AB0015; }

.component-checkoutPaymentMethodContainer .adyen-fieldset.adyen-card-security-fieldset .adyen-input-field {
  width: 150px; }

.component-checkoutPaymentMethodContainer .adyen-fieldset .error-message {
  color: #AB0015;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.625rem;
  letter-spacing: normal;
  font-weight: 400;
  padding: 0;
  display: block; }

.component-checkoutPaymentMethodContainer .adyen-fieldset .adyen-input-field {
  border-bottom: 1px solid #000000;
  height: 30px; }
  .component-checkoutPaymentMethodContainer .adyen-fieldset .adyen-input-field.expiry-date {
    width: calc(50% - 4px); }

.component-checkoutPaymentMethodContainer .adyen-fieldset .adyen-label {
  color: #666;
  top: -0.875rem;
  position: absolute;
  display: block;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.625rem;
  letter-spacing: normal;
  font-weight: 400; }
  .component-checkoutPaymentMethodContainer .adyen-fieldset .adyen-label.required::after {
    content: ' *'; }

.component-checkoutPaymentMethodContainer .add-payment {
  min-height: 110px; }
  .component-checkoutPaymentMethodContainer .add-payment .add-payment-box {
    min-width: 100%;
    min-height: 100%;
    border: 1px dotted #666; }
  .component-checkoutPaymentMethodContainer .add-payment .add-payment-text {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.125rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.937rem;
    letter-spacing: normal;
    font-weight: 400; }

.component-checkoutPaymentMethodContainer .payment-block {
  height: 230px;
  min-height: 100%;
  position: relative; }
  .component-checkoutPaymentMethodContainer .payment-block::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0; }
  .component-checkoutPaymentMethodContainer .payment-block .payment-form,
  .component-checkoutPaymentMethodContainer .payment-block .payment-details {
    min-height: 100%;
    border: 1px solid #666;
    padding: 5px 15px;
    line-height: 1.125rem; }
    .component-checkoutPaymentMethodContainer .payment-block .payment-form input,
    .component-checkoutPaymentMethodContainer .payment-block .payment-form dd,
    .component-checkoutPaymentMethodContainer .payment-block .payment-details input,
    .component-checkoutPaymentMethodContainer .payment-block .payment-details dd {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 400;
      background-color: transparent; }
      .component-checkoutPaymentMethodContainer .payment-block .payment-form input.payment-title,
      .component-checkoutPaymentMethodContainer .payment-block .payment-form dd.payment-title,
      .component-checkoutPaymentMethodContainer .payment-block .payment-details input.payment-title,
      .component-checkoutPaymentMethodContainer .payment-block .payment-details dd.payment-title {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 1.125rem;
        letter-spacing: normal;
        font-weight: 700;
        line-height: 1.75rem; }
      .component-checkoutPaymentMethodContainer .payment-block .payment-form input:disabled,
      .component-checkoutPaymentMethodContainer .payment-block .payment-form dd:disabled,
      .component-checkoutPaymentMethodContainer .payment-block .payment-details input:disabled,
      .component-checkoutPaymentMethodContainer .payment-block .payment-details dd:disabled {
        color: #000000;
        border-color: transparent; }
    .component-checkoutPaymentMethodContainer .payment-block .payment-form label,
    .component-checkoutPaymentMethodContainer .payment-block .payment-form dt,
    .component-checkoutPaymentMethodContainer .payment-block .payment-details label,
    .component-checkoutPaymentMethodContainer .payment-block .payment-details dt {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400;
      color: #cccccc; }
      .component-checkoutPaymentMethodContainer .payment-block .payment-form label.payment-title,
      .component-checkoutPaymentMethodContainer .payment-block .payment-form dt.payment-title,
      .component-checkoutPaymentMethodContainer .payment-block .payment-details label.payment-title,
      .component-checkoutPaymentMethodContainer .payment-block .payment-details dt.payment-title {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 1.125rem;
        letter-spacing: normal;
        font-weight: 700;
        line-height: 1.75rem;
        color: #000000; }
    .component-checkoutPaymentMethodContainer .payment-block .payment-form .icon,
    .component-checkoutPaymentMethodContainer .payment-block .payment-details .icon {
      font-size: 1.25rem; }
  .component-checkoutPaymentMethodContainer .payment-block.js-selected .payment-form,
  .component-checkoutPaymentMethodContainer .payment-block.js-selected .payment-details, .component-checkoutPaymentMethodContainer .payment-block.hovered .payment-form,
  .component-checkoutPaymentMethodContainer .payment-block.hovered .payment-details {
    background: #000000;
    border: 1px solid #000000; }
    .component-checkoutPaymentMethodContainer .payment-block.js-selected .payment-form input,
    .component-checkoutPaymentMethodContainer .payment-block.js-selected .payment-form dd,
    .component-checkoutPaymentMethodContainer .payment-block.js-selected .payment-form .payment-title,
    .component-checkoutPaymentMethodContainer .payment-block.js-selected .payment-details input,
    .component-checkoutPaymentMethodContainer .payment-block.js-selected .payment-details dd,
    .component-checkoutPaymentMethodContainer .payment-block.js-selected .payment-details .payment-title, .component-checkoutPaymentMethodContainer .payment-block.hovered .payment-form input,
    .component-checkoutPaymentMethodContainer .payment-block.hovered .payment-form dd,
    .component-checkoutPaymentMethodContainer .payment-block.hovered .payment-form .payment-title,
    .component-checkoutPaymentMethodContainer .payment-block.hovered .payment-details input,
    .component-checkoutPaymentMethodContainer .payment-block.hovered .payment-details dd,
    .component-checkoutPaymentMethodContainer .payment-block.hovered .payment-details .payment-title {
      color: #ffffff; }

.component-checkoutPaymentMethodContainer .buttons .button {
  width: 100%;
  margin-top: 40px; }
  .component-checkoutPaymentMethodContainer .buttons .button:active {
    padding: 5px 20px; }

@media screen and (min-width: 1024px) {
  .component-checkoutPaymentMethodContainer .add-payment, .component-checkoutPaymentMethodContainer .payment-block {
    min-height: 230px; }
    .component-checkoutPaymentMethodContainer .add-payment .icon:hover, .component-checkoutPaymentMethodContainer .payment-block .icon:hover {
      cursor: pointer; }
  .component-checkoutPaymentMethodContainer .buttons .button {
    max-width: 250px;
    margin-top: 0; }
    .component-checkoutPaymentMethodContainer .buttons .button:active {
      padding: 5px 20px; }
  [dir="rtl"] .component-checkoutPaymentMethodContainer .confirm-paypal-button-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  [dir="rtl"] .component-checkoutPaymentMethodContainer .confirm-creditcard-form .confirm-creditcard-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    [dir="rtl"] .component-checkoutPaymentMethodContainer .confirm-creditcard-form .confirm-creditcard-wrapper .card-security {
      margin-right: 0; }
  [dir="rtl"] .component-checkoutPaymentMethodContainer .buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
.component-checkoutPickInStore .main-container {
  width: 100%; }
  .component-checkoutPickInStore .main-container .section-title {
    margin-top: 20px;
    line-height: 1.75rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-checkoutPickInStore .main-container .search {
    width: 100%; }
  .component-checkoutPickInStore .main-container .stores {
    width: 100%;
    height: 280px;
    margin: 5px 0 20px 0; }
    .component-checkoutPickInStore .main-container .stores .stores-container {
      margin: 5px 0; }
      .component-checkoutPickInStore .main-container .stores .stores-container .store-box-container {
        display: none;
        margin: 5px 0;
        padding: 0 5px 0 5px; }
        .component-checkoutPickInStore .main-container .stores .stores-container .store-box-container.active {
          display: block; }
      .component-checkoutPickInStore .main-container .stores .stores-container .store-box {
        position: relative;
        background: #d8d8d8;
        color: #000000;
        padding: 5px 10px;
        cursor: pointer;
        -webkit-transition: .4s;
        transition: .4s; }
        .component-checkoutPickInStore .main-container .stores .stores-container .store-box .store-name {
          color: #000000;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.75rem;
          letter-spacing: 0.5px;
          font-weight: 400;
          line-height: 0.875rem; }
        .component-checkoutPickInStore .main-container .stores .stores-container .store-box .store-address,
        .component-checkoutPickInStore .main-container .stores .stores-container .store-box .store-zip {
          color: #666;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.625rem;
          letter-spacing: 0.5px;
          font-weight: 700;
          line-height: 0.75rem; }
        .component-checkoutPickInStore .main-container .stores .stores-container .store-box .store-hours {
          padding-top: 15px; }
          .component-checkoutPickInStore .main-container .stores .stores-container .store-box .store-hours .day {
            display: block;
            font-family: "Noto Sans HK", sans-serif;
            font-size: 0.625rem;
            letter-spacing: 0.5px;
            font-weight: 400; }
        .component-checkoutPickInStore .main-container .stores .stores-container .store-box.active, .component-checkoutPickInStore .main-container .stores .stores-container .store-box:hover {
          background: #000000; }
          .component-checkoutPickInStore .main-container .stores .stores-container .store-box.active .store-name,
          .component-checkoutPickInStore .main-container .stores .stores-container .store-box.active .store-address,
          .component-checkoutPickInStore .main-container .stores .stores-container .store-box.active .store-hours,
          .component-checkoutPickInStore .main-container .stores .stores-container .store-box.active .store-zip, .component-checkoutPickInStore .main-container .stores .stores-container .store-box:hover .store-name,
          .component-checkoutPickInStore .main-container .stores .stores-container .store-box:hover .store-address,
          .component-checkoutPickInStore .main-container .stores .stores-container .store-box:hover .store-hours,
          .component-checkoutPickInStore .main-container .stores .stores-container .store-box:hover .store-zip {
            color: #ffffff; }

@media (min-width: 1024px) {
  .component-checkoutPickInStore .main-container .stores .stores-container .store-box-container .store-box {
    min-height: 200px; } }
.component-accountInfoAddressBookContainer {
  border-bottom: 1px solid #666; }
  .component-accountInfoAddressBookContainer .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.5rem;
    letter-spacing: normal;
    font-weight: 700;
    line-height: 1.75rem; }
  .component-accountInfoAddressBookContainer .add-address {
    min-height: 110px; }
    .component-accountInfoAddressBookContainer .add-address .add-address-box {
      min-width: 100%;
      min-height: 100%;
      border: 1px dotted #666; }
    .component-accountInfoAddressBookContainer .add-address .add-address-text {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.937rem;
      letter-spacing: normal;
      font-weight: 400;
      line-height: 1.125rem;
      display: block; }
    .component-accountInfoAddressBookContainer .add-address .icon {
      font-size: 1.25rem; }
  .component-accountInfoAddressBookContainer .address-block {
    min-height: 325px;
    min-height: 100%;
    position: relative; }
    .component-accountInfoAddressBookContainer .address-block .address-form {
      min-height: 100%;
      border: 1px solid #666;
      padding: 5px 15px;
      line-height: 1.125rem;
      -webkit-transition: background-color 0.3s, border 0.3s;
      transition: background-color 0.3s, border 0.3s; }
      .component-accountInfoAddressBookContainer .address-block .address-form input,
      .component-accountInfoAddressBookContainer .address-block .address-form dd {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 1rem;
        letter-spacing: normal;
        font-weight: 400;
        background-color: transparent;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        .component-accountInfoAddressBookContainer .address-block .address-form input.address-title,
        .component-accountInfoAddressBookContainer .address-block .address-form dd.address-title {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 1.125rem;
          letter-spacing: normal;
          font-weight: 700;
          line-height: 1.75rem; }
        .component-accountInfoAddressBookContainer .address-block .address-form input.address-options,
        .component-accountInfoAddressBookContainer .address-block .address-form dd.address-options {
          display: inline-block;
          width: 33%; }
        .component-accountInfoAddressBookContainer .address-block .address-form input:disabled,
        .component-accountInfoAddressBookContainer .address-block .address-form dd:disabled {
          color: #000000;
          border-color: transparent; }
      .component-accountInfoAddressBookContainer .address-block .address-form label,
      .component-accountInfoAddressBookContainer .address-block .address-form dt {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: normal;
        font-weight: 400; }
        .component-accountInfoAddressBookContainer .address-block .address-form label.address-title,
        .component-accountInfoAddressBookContainer .address-block .address-form dt.address-title {
          display: inline-block;
          width: 65%;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 1.125rem;
          letter-spacing: normal;
          font-weight: 700;
          line-height: 1.75rem; }
      .component-accountInfoAddressBookContainer .address-block .address-form .spacer {
        border-bottom: 1px solid #666; }
      .component-accountInfoAddressBookContainer .address-block .address-form .address-options {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.937rem;
        letter-spacing: normal;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: right; }
        .component-accountInfoAddressBookContainer .address-block .address-form .address-options .option-label {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 400; }
      .component-accountInfoAddressBookContainer .address-block .address-form input[type="radio"]:disabled + label,
      .component-accountInfoAddressBookContainer .address-block .address-form input[type="radio"]:disabled + label::before,
      .component-accountInfoAddressBookContainer .address-block .address-form input[type="radio"]:disabled + label::after, .component-accountInfoAddressBookContainer .address-block .address-form input[type="radio"]:disabled,
      .component-accountInfoAddressBookContainer .address-block .address-form input[type="checkbox"]:disabled + label,
      .component-accountInfoAddressBookContainer .address-block .address-form input[type="checkbox"]:disabled + label::before,
      .component-accountInfoAddressBookContainer .address-block .address-form input[type="checkbox"]:disabled + label::after,
      .component-accountInfoAddressBookContainer .address-block .address-form input[type="checkbox"]:disabled {
        color: #000000; }
      .component-accountInfoAddressBookContainer .address-block .address-form input[type="radio"]:disabled + label::before,
      .component-accountInfoAddressBookContainer .address-block .address-form input[type="radio"]:disabled + label::after,
      .component-accountInfoAddressBookContainer .address-block .address-form input[type="checkbox"]:disabled + label::before,
      .component-accountInfoAddressBookContainer .address-block .address-form input[type="checkbox"]:disabled + label::after {
        border-color: #000000; }
      .component-accountInfoAddressBookContainer .address-block .address-form input[name="address-line"] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .component-accountInfoAddressBookContainer .address-block .address-form .icon {
        font-size: 1.25rem; }
    .component-accountInfoAddressBookContainer .address-block.js-selected .address-form, .component-accountInfoAddressBookContainer .address-block.hovered .address-form {
      background: #000000;
      border: 1px solid #000000; }
      .component-accountInfoAddressBookContainer .address-block.js-selected .address-form input, .component-accountInfoAddressBookContainer .address-block.hovered .address-form input {
        color: #ffffff; }
  .component-accountInfoAddressBookContainer .hide-input input {
    max-width: 0 !important;
    max-height: 0 !important;
    line-height: 0 !important;
    opacity: 0 !important; }
  .component-accountInfoAddressBookContainer .hide-input label {
    top: 0 !important; }
  .component-accountInfoAddressBookContainer .buttons .button {
    width: 100%; }
    .component-accountInfoAddressBookContainer .buttons .button:active {
      padding: 5px 20px; }
  .component-accountInfoAddressBookContainer .buttons .error-message {
    margin: 0;
    padding: 15px 0 0;
    width: 100%;
    line-height: 1rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #AB0015; }
  .component-accountInfoAddressBookContainer .jp-phone-note {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.625rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #747481;
    opacity: 0.75; }

@media (min-width: 1024px) {
  .component-accountInfoAddressBookContainer .add-address, .component-accountInfoAddressBookContainer .address-block {
    min-height: 310px; }
    .component-accountInfoAddressBookContainer .add-address .icon:hover, .component-accountInfoAddressBookContainer .address-block .icon:hover {
      cursor: pointer; }
  .component-accountInfoAddressBookContainer .buttons .button {
    max-width: 250px; } }
.component-accountInfoPaymentMethodsContainer .title {
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.5rem;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 1.75rem; }

.component-accountInfoPaymentMethodsContainer .no-payment-methods {
  height: 205px; }
  .component-accountInfoPaymentMethodsContainer .no-payment-methods .no-payment-methods-box {
    min-width: 100%;
    min-height: 100%;
    border: 1px dotted #666; }
  .component-accountInfoPaymentMethodsContainer .no-payment-methods .no-payment-methods-text {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.937rem;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.125rem; }
  .component-accountInfoPaymentMethodsContainer .no-payment-methods:not(:only-child) {
    display: none; }

.component-accountInfoPaymentMethodsContainer .payment-block {
  height: 205px;
  min-height: 100%;
  position: relative; }
  .component-accountInfoPaymentMethodsContainer .payment-block .payment-form {
    min-height: 100%;
    border: 1px solid #666;
    padding: 5px 15px;
    line-height: 1.125rem;
    -webkit-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s; }
    .component-accountInfoPaymentMethodsContainer .payment-block .payment-form input,
    .component-accountInfoPaymentMethodsContainer .payment-block .payment-form dd {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 400;
      background-color: transparent;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .component-accountInfoPaymentMethodsContainer .payment-block .payment-form input.payment-title,
      .component-accountInfoPaymentMethodsContainer .payment-block .payment-form dd.payment-title {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 1.125rem;
        letter-spacing: normal;
        font-weight: 700;
        line-height: 1.75rem; }
      .component-accountInfoPaymentMethodsContainer .payment-block .payment-form input.payment-options,
      .component-accountInfoPaymentMethodsContainer .payment-block .payment-form dd.payment-options {
        display: inline-block;
        width: 33%; }
      .component-accountInfoPaymentMethodsContainer .payment-block .payment-form input:disabled,
      .component-accountInfoPaymentMethodsContainer .payment-block .payment-form dd:disabled {
        color: #000000;
        border-color: transparent; }
    .component-accountInfoPaymentMethodsContainer .payment-block .payment-form label,
    .component-accountInfoPaymentMethodsContainer .payment-block .payment-form dt {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400;
      color: #747481; }
      .component-accountInfoPaymentMethodsContainer .payment-block .payment-form label.payment-title,
      .component-accountInfoPaymentMethodsContainer .payment-block .payment-form dt.payment-title {
        display: inline-block;
        width: 65%;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 1.125rem;
        letter-spacing: normal;
        font-weight: 700;
        line-height: 1.75rem;
        color: #000000; }
    .component-accountInfoPaymentMethodsContainer .payment-block .payment-form .spacer {
      border-bottom: 1px solid #666; }
    .component-accountInfoPaymentMethodsContainer .payment-block .payment-form .payment-options {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.937rem;
      letter-spacing: normal;
      font-weight: 400;
      line-height: 1.75rem;
      text-align: right; }
      .component-accountInfoPaymentMethodsContainer .payment-block .payment-form .payment-options .option-label {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400; }
    .component-accountInfoPaymentMethodsContainer .payment-block .payment-form .icon {
      font-size: 1.25rem; }
  .component-accountInfoPaymentMethodsContainer .payment-block.js-selected .payment-form, .component-accountInfoPaymentMethodsContainer .payment-block.hovered .payment-form {
    background: #000000;
    border: 1px solid #000000; }
    .component-accountInfoPaymentMethodsContainer .payment-block.js-selected .payment-form input, .component-accountInfoPaymentMethodsContainer .payment-block.hovered .payment-form input {
      color: #ffffff; }

.component-accountInfoPaymentMethodsContainer .buttons .button {
  width: 100%; }
  .component-accountInfoPaymentMethodsContainer .buttons .button:active {
    padding: 5px 20px; }

.component-accountInfoPaymentMethodsContainer input[type="radio"]:disabled:checked + .label-text:not(.inverted)::after,
.component-accountInfoPaymentMethodsContainer input[type="radio"]:disabled:checked + .label-text.inverted::before,
.component-accountInfoPaymentMethodsContainer input[type="radio"]:disabled:checked + label:not(.inverted)::after,
.component-accountInfoPaymentMethodsContainer input[type="radio"]:disabled:checked + label.inverted::before {
  background-color: #747481; }

.component-accountInfoPaymentMethodsContainer .error-message {
  margin: 0;
  padding: 15px 0 0;
  width: 100%;
  line-height: 1rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #AB0015; }

@media (min-width: 1024px) {
  .component-accountInfoPaymentMethodsContainer .no-payment-methods,
  .component-accountInfoPaymentMethodsContainer .payment-method {
    min-height: 205px; }
    .component-accountInfoPaymentMethodsContainer .no-payment-methods .icon:hover,
    .component-accountInfoPaymentMethodsContainer .payment-method .icon:hover {
      cursor: pointer; }
  .component-accountInfoPaymentMethodsContainer .buttons .button {
    max-width: 250px; }
    .component-accountInfoPaymentMethodsContainer .buttons .button:active {
      padding: 5px 20px; } }
.component-dashboardTemplate .dashboard-title {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
  text-align: center;
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  font-weight: 700; }

.component-dashboardTemplate .content .dashboard-subtitle {
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  font-weight: 700; }

.component-dashboardTemplate .content .dashboard-description {
  line-height: 1.625rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  font-weight: 400; }

/* Media queries */
@media (min-width: 1024px) {
  .component-dashboardTemplate .dashboard-title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.25rem;
    letter-spacing: normal;
    font-weight: 700; }
  .component-dashboardTemplate .content .dashboard-subtitle {
    font-style: normal;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-dashboardTemplate .content .dashboard-description {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400; } }
.component-dashboardRecentlyLiked {
  margin: 100px 0;
  border-bottom: 1px solid #666; }
  .component-dashboardRecentlyLiked .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.625rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000000; }
  .component-dashboardRecentlyLiked .link-label {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.625rem;
    letter-spacing: normal;
    font-weight: 400;
    cursor: pointer;
    display: inline-block; }
  .component-dashboardRecentlyLiked .liked-product-list {
    padding-left: 0;
    list-style: none; }
    .component-dashboardRecentlyLiked .liked-product-list .empty-wrapper {
      height: 100%;
      padding: 15px 0 20px;
      background-color: #f7f7f7;
      border: 2px solid #f7f7f7;
      min-height: 280px;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      .component-dashboardRecentlyLiked .liked-product-list .empty-wrapper .image {
        position: relative;
        height: 40px; }
      .component-dashboardRecentlyLiked .liked-product-list .empty-wrapper .description {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: normal;
        font-weight: 400; }
      .component-dashboardRecentlyLiked .liked-product-list .empty-wrapper .favourite {
        position: absolute;
        right: 20px;
        font-size: 1.125rem;
        margin-left: auto;
        cursor: pointer;
        background-color: transparent;
        padding: 0; }
  [dir="rtl"] .component-dashboardRecentlyLiked .icon-right:before {
    content: '\E913'; }

@media (max-width: 1024px) {
  .component-dashboardRecentlyLiked {
    border-bottom: none; }
    .component-dashboardRecentlyLiked .title {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-dashboardRecentlyLiked .liked-item-wrapper:nth-child(n+3) {
      display: none; } }
.component-dashboardLastOrder {
  margin: 30px 0; }
  .component-dashboardLastOrder .item-group {
    position: relative; }
    .component-dashboardLastOrder .item-group .item-element {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-dashboardLastOrder .item-group .item-status {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.625rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-dashboardLastOrder .item-group .item-status .bar {
        position: relative;
        width: 100%;
        height: 2px;
        background-color: #cccccc; }
        .component-dashboardLastOrder .item-group .item-status .bar .fixed-circle {
          position: absolute;
          width: 9px;
          height: 9px;
          border-radius: 50%;
          background-color: #f7f7f7;
          border: 1px solid #cccccc;
          top: 50%;
          right: 0;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
        .component-dashboardLastOrder .item-group .item-status .bar .progress-bar {
          height: 2px;
          width: 0;
          background-color: #000000; }
        .component-dashboardLastOrder .item-group .item-status .bar .progress-circle {
          position: absolute;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #000000;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .component-dashboardLastOrder .item-group .item-status.step0 .progress-bar {
        width: 0; }
      .component-dashboardLastOrder .item-group .item-status.step0 .progress-circle {
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .component-dashboardLastOrder .item-group .item-status.step25 .status {
        margin-left: 25%; }
      .component-dashboardLastOrder .item-group .item-status.step25 .progress-bar {
        width: 25%; }
      .component-dashboardLastOrder .item-group .item-status.step25 .progress-circle {
        top: 50%;
        left: 25%;
        -webkit-transform: translate(-25%, -50%);
                transform: translate(-25%, -50%); }
      .component-dashboardLastOrder .item-group .item-status.step50 .status {
        text-align: center; }
      .component-dashboardLastOrder .item-group .item-status.step50 .progress-bar {
        width: 50%; }
      .component-dashboardLastOrder .item-group .item-status.step50 .progress-circle {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .component-dashboardLastOrder .item-group .item-status.step75 .status {
        text-align: right;
        margin-right: 25%; }
      .component-dashboardLastOrder .item-group .item-status.step75 .progress-bar {
        width: 75%; }
      .component-dashboardLastOrder .item-group .item-status.step75 .progress-circle {
        top: 50%;
        left: 75%;
        -webkit-transform: translate(-75%, -50%);
                transform: translate(-75%, -50%); }
      .component-dashboardLastOrder .item-group .item-status.step100 .status {
        text-align: right; }
      .component-dashboardLastOrder .item-group .item-status.step100 .progress-bar {
        width: 100%; }
      .component-dashboardLastOrder .item-group .item-status.step100 .progress-circle {
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .component-dashboardLastOrder .item-group .item-status.item-status-mobile .delivery-and-status-container {
        position: relative; }
        .component-dashboardLastOrder .item-group .item-status.item-status-mobile .delivery-and-status-container .delivery-date {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          .component-dashboardLastOrder .item-group .item-status.item-status-mobile .delivery-and-status-container .delivery-date span {
            display: block; }
        .component-dashboardLastOrder .item-group .item-status.item-status-mobile .delivery-and-status-container .status {
          text-align: left;
          margin-left: 0; }
    .component-dashboardLastOrder .item-group .item-icon {
      color: #666;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      margin-right: 10px; }
  .component-dashboardLastOrder .items-shopping-bag {
    min-height: 100px;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0; }
  .component-dashboardLastOrder .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000000; }
  .component-dashboardLastOrder .link-label {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.625rem;
    letter-spacing: normal;
    font-weight: 400;
    cursor: pointer; }
  .component-dashboardLastOrder .order-number,
  .component-dashboardLastOrder .order-delivery {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.75rem;
    color: #000000; }
  .component-dashboardLastOrder .no-orders {
    display: none;
    /*     border-top: 1px solid $grey; */ }
    .component-dashboardLastOrder .no-orders .title {
      text-align: center;
      padding: 60px 0;
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.375rem;
      letter-spacing: normal;
      font-weight: 700; }
  [dir="rtl"] .component-dashboardLastOrder .item-group .item-status .bar .fixed-circle {
    right: inherit;
    left: 0; }
  [dir="rtl"] .component-dashboardLastOrder .item-group .item-status.step0 .progress-circle {
    left: inherit;
    right: 0; }
  [dir="rtl"] .component-dashboardLastOrder .item-group .item-status.step25 .status {
    margin-left: 0;
    margin-right: 25%; }
  [dir="rtl"] .component-dashboardLastOrder .item-group .item-status.step25 .progress-circle {
    left: inherit;
    right: 25%;
    -webkit-transform: translate(25%, -50%);
            transform: translate(25%, -50%); }
  [dir="rtl"] .component-dashboardLastOrder .item-group .item-status.step50 .status {
    text-align: center; }
  [dir="rtl"] .component-dashboardLastOrder .item-group .item-status.step50 .progress-circle {
    left: inherit;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
  [dir="rtl"] .component-dashboardLastOrder .item-group .item-status.step75 .status {
    text-align: left;
    margin-right: 0;
    margin-left: 25%; }
  [dir="rtl"] .component-dashboardLastOrder .item-group .item-status.step75 .progress-circle {
    left: inherit;
    right: 75%;
    -webkit-transform: translate(75%, -50%);
            transform: translate(75%, -50%); }
  [dir="rtl"] .component-dashboardLastOrder .item-group .item-status.step100 .status {
    text-align: left; }
  [dir="rtl"] .component-dashboardLastOrder .item-group .item-status.step100 .progress-circle {
    right: inherit;
    left: 0; }
  [dir="rtl"] .component-dashboardLastOrder .item-group .item-status.item-status-mobile .delivery-and-status-container .delivery-date {
    right: inherit;
    left: 0; }
  [dir="rtl"] .component-dashboardLastOrder .item-group .item-status.item-status-mobile .delivery-and-status-container .status {
    text-align: right;
    margin-left: 0;
    margin-right: 0; }
  [dir="rtl"] .component-dashboardLastOrder .link-label .icon-right::before {
    content: '\E913'; }

@media (max-width: 1024px) {
  .component-dashboardLastOrder .liked-item-wrapper:nth-child(-n+2) {
    display: none; } }

@media (min-width: 768px) {
  .component-dashboardLastOrder .item-group .item-status.item-status-mobile.start .delivery-date span {
    display: inline-block; }
  .component-dashboardLastOrder .item-group .item-status.item-status-mobile.in-progress .delivery-date span {
    display: inline-block; } }

@media (min-width: 1024px) {
  .component-dashboardLastOrder .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.625rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-dashboardLastOrder .item-group .item-element {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400; } }
.component-ordersHistoryContainer {
  margin: 30px 0; }
  .component-ordersHistoryContainer .title {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.875rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-ordersHistoryContainer .back {
    display: block;
    width: 100%;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    background: #f7f7f7;
    height: 37px;
    width: 100vw; }
    .component-ordersHistoryContainer .back .icon-left {
      margin-left: 15px; }
  .component-ordersHistoryContainer .title-container {
    width: 100%;
    border-bottom: 1px solid #cccccc; }
    .component-ordersHistoryContainer .title-container h1 {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.625rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      width: 100%; }
  .component-ordersHistoryContainer .history-container-table {
    width: 100%; }
  .component-ordersHistoryContainer .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .component-ordersHistoryContainer .orders-header {
    border-bottom: 1px solid #cccccc; }
    .component-ordersHistoryContainer .orders-header .orders-element {
      padding: 10px; }
      .component-ordersHistoryContainer .orders-header .orders-element.order-status-mobile {
        width: 66.6667%; }
      .component-ordersHistoryContainer .orders-header .orders-element .label {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400; }
        .component-ordersHistoryContainer .orders-header .orders-element .label.js-sort {
          cursor: pointer; }
        .component-ordersHistoryContainer .orders-header .orders-element .label .sort {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          font-size: 0.625rem; }
  .component-ordersHistoryContainer .order-detail {
    display: none; }
  .component-ordersHistoryContainer .order-return {
    display: none; }
  .component-ordersHistoryContainer .content .title {
    border-bottom: 1px solid #666; }

@media (min-width: 1024px) {
  .component-ordersHistoryContainer .orders-header .orders-element.order-status-desktop {
    width: 16.6667%; }
  .component-ordersHistoryContainer .content-detail .button {
    width: 250px; }
  .component-ordersHistoryContainer .content-detail .title-container h1 {
    width: auto; } }
.component-ordersHistoryContainerOMS {
  margin: 30px 0; }
  .component-ordersHistoryContainerOMS .back {
    display: block;
    width: 100%;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    background: #f7f7f7;
    height: 37px;
    width: 100vw; }
    .component-ordersHistoryContainerOMS .back .icon-left {
      margin-left: 15px; }
  .component-ordersHistoryContainerOMS .title-container {
    width: 100%;
    border-bottom: 1px solid #cccccc; }
    .component-ordersHistoryContainerOMS .title-container h1 {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.625rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      width: 100%; }
  .component-ordersHistoryContainerOMS .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .component-ordersHistoryContainerOMS .orders-header {
    border-bottom: 1px solid #cccccc; }
    .component-ordersHistoryContainerOMS .orders-header .orders-element .label {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-ordersHistoryContainerOMS .orders-header .orders-element .label.js-sort {
        cursor: pointer; }
  .component-ordersHistoryContainerOMS .order-items {
    min-height: 100px; }
  .component-ordersHistoryContainerOMS .order-detail {
    display: none; }
  .component-ordersHistoryContainerOMS .order-return {
    display: none; }

@media (min-width: 1024px) {
  .component-ordersHistoryContainer .content-detail .button {
    width: 250px; }
  .component-ordersHistoryContainer .content-detail .title-container h1 {
    width: auto; } }
.component-subOrderItem {
  margin-top: 60px; }
  .component-subOrderItem .suborder-items-container {
    width: 100%;
    list-style: none;
    padding: 0; }
  .component-subOrderItem .item {
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid transparent;
    margin: 10px 0; }
    .component-subOrderItem .item .item-preview {
      padding: 10px 20px; }
      .component-subOrderItem .item .item-preview .item-element {
        padding: 10px 0;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: normal;
        font-weight: 400; }
        .component-subOrderItem .item .item-preview .item-element .label {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 700;
          display: block; }
      .component-subOrderItem .item .item-preview .show-details {
        padding: 10px; }
      .component-subOrderItem .item .item-preview .item-includes {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: normal;
        font-weight: 400;
        padding: 10px 0;
        border-top: 1px solid #000000; }
    .component-subOrderItem .item .details-box {
      display: none;
      padding: 0 0 10px 0;
      width: 100%;
      background: #ffffff;
      list-style: none; }
      .component-subOrderItem .item .details-box .details-header {
        padding: 10px 20px;
        margin: 0;
        text-align: left;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-subOrderItem .item .details-box .details-row {
        padding: 20px;
        margin: 0;
        text-align: left;
        border-top: 1px solid #000000;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: normal;
        font-weight: 400; }
        .component-subOrderItem .item .details-box .details-row .item-name {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 700; }
        .component-subOrderItem .item .details-box .details-row .item-code {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400;
          padding-bottom: 10px; }
        .component-subOrderItem .item .details-box .details-row .item-color,
        .component-subOrderItem .item .details-box .details-row .item-material,
        .component-subOrderItem .item .details-box .details-row .item-size {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400; }
      .component-subOrderItem .item .details-box .suborder-links {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 20px;
        text-align: center; }
        .component-subOrderItem .item .details-box .suborder-links .tracking-label {
          color: #666;
          font-size: 0.75rem; }
        .component-subOrderItem .item .details-box .suborder-links .button + .button {
          margin-top: 15px; }
    .component-subOrderItem .item.active {
      border: 1px solid #000000; }
      .component-subOrderItem .item.active .details-box {
        display: block; }
  .component-subOrderItem .item-return {
    position: relative;
    background-color: #f7f7f7;
    margin: 10px 0 10px 35px;
    border: 1px solid transparent; }
    .component-subOrderItem .item-return .item-return-preview {
      padding: 10px 20px; }
      .component-subOrderItem .item-return .item-return-preview .item-element {
        padding: 10px 0;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: normal;
        font-weight: 400; }
        .component-subOrderItem .item-return .item-return-preview .item-element .label {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 700;
          display: block; }
    .component-subOrderItem .item-return:after {
      content: '';
      position: absolute;
      left: -31px;
      top: -10px;
      width: 30px;
      height: 50px;
      border-bottom: 1px solid #cccccc;
      border-left: 1px solid #cccccc; }
    .component-subOrderItem .item-return:before {
      content: '';
      position: absolute;
      left: -31px;
      top: 40px;
      width: 30px;
      height: calc(100% - 38px);
      border-left: 1px solid #cccccc; }
    .component-subOrderItem .item-return.last:before {
      border-left: none !important; }
    .component-subOrderItem .item-return .return-show-details {
      padding: 10px; }
    .component-subOrderItem .item-return .return-details-box {
      display: none;
      padding-bottom: 10px;
      width: 100%;
      background: #ffffff; }
      .component-subOrderItem .item-return .return-details-box .return-details-row {
        padding: 20px;
        margin: 0;
        text-align: left;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: normal;
        font-weight: 400; }
        .component-subOrderItem .item-return .return-details-box .return-details-row .item-name,
        .component-subOrderItem .item-return .return-details-box .return-details-row .item-reason-title {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 700; }
        .component-subOrderItem .item-return .return-details-box .return-details-row .item-code,
        .component-subOrderItem .item-return .return-details-box .return-details-row .item-reason-text {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400;
          padding-bottom: 10px; }
        .component-subOrderItem .item-return .return-details-box .return-details-row .item-color,
        .component-subOrderItem .item-return .return-details-box .return-details-row .item-material,
        .component-subOrderItem .item-return .return-details-box .return-details-row .item-size {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400; }
    .component-subOrderItem .item-return.active {
      border: 1px solid #000000; }
      .component-subOrderItem .item-return.active .return-details-box {
        display: block; }

@media (min-width: 1024px) {
  .component-subOrderItem .item .details-box .details-row {
    border-top: none; } }
.component-ordersHistoryItem .order-items-container {
  width: 100%;
  overflow: hidden; }

.component-ordersHistoryItem .item {
  position: relative;
  background-color: #f7f7f7; }
  .component-ordersHistoryItem .item:first-child {
    border-top: 15px solid #ffffff; }
  .component-ordersHistoryItem .item .item-element {
    padding: 10px;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-ordersHistoryItem .item .item-status {
    padding: 10px 10px 15px 10px;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.625rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-ordersHistoryItem .item .item-status .bar {
      position: relative;
      width: 100%;
      height: 2px;
      background-color: #cccccc; }
      .component-ordersHistoryItem .item .item-status .bar .fixed-circle {
        position: absolute;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: #f7f7f7;
        border: 1px solid #cccccc;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .component-ordersHistoryItem .item .item-status .bar .progress-bar {
        height: 2px;
        width: 0;
        background-color: #000000; }
      .component-ordersHistoryItem .item .item-status .bar .progress-circle {
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #000000;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .component-ordersHistoryItem .item .item-status.step0 .progress-bar {
      width: 0; }
    .component-ordersHistoryItem .item .item-status.step0 .progress-circle {
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .component-ordersHistoryItem .item .item-status.step25 .status {
      margin-left: 25%; }
    .component-ordersHistoryItem .item .item-status.step25 .progress-bar {
      width: 25%; }
    .component-ordersHistoryItem .item .item-status.step25 .progress-circle {
      top: 50%;
      left: 25%;
      -webkit-transform: translate(-25%, -50%);
              transform: translate(-25%, -50%); }
    .component-ordersHistoryItem .item .item-status.step50 .status {
      text-align: center; }
    .component-ordersHistoryItem .item .item-status.step50 .progress-bar {
      width: 50%; }
    .component-ordersHistoryItem .item .item-status.step50 .progress-circle {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .component-ordersHistoryItem .item .item-status.step75 .status {
      text-align: right;
      margin-right: 25%; }
    .component-ordersHistoryItem .item .item-status.step75 .progress-bar {
      width: 75%; }
    .component-ordersHistoryItem .item .item-status.step75 .progress-circle {
      top: 50%;
      left: 75%;
      -webkit-transform: translate(-75%, -50%);
              transform: translate(-75%, -50%); }
    .component-ordersHistoryItem .item .item-status.step100 .status {
      text-align: right; }
    .component-ordersHistoryItem .item .item-status.step100 .progress-bar {
      width: 100%; }
    .component-ordersHistoryItem .item .item-status.step100 .progress-circle {
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .component-ordersHistoryItem .item .item-status.item-status-mobile .delivery-and-status-container {
      position: relative; }
      .component-ordersHistoryItem .item .item-status.item-status-mobile .delivery-and-status-container .delivery-date {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        .component-ordersHistoryItem .item .item-status.item-status-mobile .delivery-and-status-container .delivery-date span {
          display: block; }
      .component-ordersHistoryItem .item .item-status.item-status-mobile .delivery-and-status-container .status {
        text-align: left;
        margin-left: 0;
        min-height: 20px; }
  .component-ordersHistoryItem .item .item-icon {
    color: #666; }
    .component-ordersHistoryItem .item .item-icon .icon-label {
      display: none; }

.component-ordersHistoryItem .separator {
  background-color: #ffffff; }
  .component-ordersHistoryItem .separator .separator-cell {
    height: 10px;
    padding: 0; }

[dir="rtl"] .component-ordersHistoryItem .item .item-status .bar .fixed-circle {
  right: inherit;
  left: 0; }

[dir="rtl"] .component-ordersHistoryItem .item .item-status.step0 .progress-bar {
  width: 0; }

[dir="rtl"] .component-ordersHistoryItem .item .item-status.step0 .progress-circle {
  left: inherit;
  right: 0; }

[dir="rtl"] .component-ordersHistoryItem .item .item-status.step25 .status {
  margin-left: 0;
  margin-right: 25%; }

[dir="rtl"] .component-ordersHistoryItem .item .item-status.step25 .progress-circle {
  left: inherit;
  right: 25%;
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%); }

[dir="rtl"] .component-ordersHistoryItem .item .item-status.step50 .status {
  text-align: center; }

[dir="rtl"] .component-ordersHistoryItem .item .item-status.step50 .progress-circle {
  left: inherit;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }

[dir="rtl"] .component-ordersHistoryItem .item .item-status.step75 .status {
  text-align: left;
  margin-right: 0;
  margin-left: 25%; }

[dir="rtl"] .component-ordersHistoryItem .item .item-status.step75 .progress-circle {
  left: inherit;
  right: 75%;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%); }

[dir="rtl"] .component-ordersHistoryItem .item .item-status.step100 .status {
  text-align: left; }

[dir="rtl"] .component-ordersHistoryItem .item .item-status.step100 .progress-circle {
  right: inherit;
  left: 0; }

[dir="rtl"] .component-ordersHistoryItem .item .item-status.item-status-mobile .delivery-and-status-container .delivery-date {
  right: inherit;
  left: 0; }

[dir="rtl"] .component-ordersHistoryItem .item .item-status.item-status-mobile .delivery-and-status-container .status {
  text-align: right;
  margin-left: 0;
  margin-right: 0; }

[dir="rtl"] .component-ordersHistoryItem .item .item-icon {
  right: inherit;
  left: 0;
  margin-right: 0;
  margin-left: 10px; }
  [dir="rtl"] .component-ordersHistoryItem .item .item-icon::before {
    content: '\E913'; }
.component-ordersHistoryItemOMS .order-items-container {
  width: 100%;
  list-style: none; }

.component-ordersHistoryItemOMS .item {
  position: relative;
  background-color: #f7f7f7;
  margin: 10px 0;
  padding: 10px 20px; }
  .component-ordersHistoryItemOMS .item .item-element {
    padding: 10px 0;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-ordersHistoryItemOMS .item .item-element .label {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 700;
      display: block; }
  .component-ordersHistoryItemOMS .item .show-details {
    padding: 10px; }
  .component-ordersHistoryItemOMS .item .item-includes {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    padding: 10px 0;
    border-top: 1px solid #000000; }

.component-ordersHistoryItemOMS .item-return {
  position: relative;
  background-color: #f7f7f7;
  padding: 10px 20px;
  margin: 10px 0 10px 35px; }
  .component-ordersHistoryItemOMS .item-return .item-element {
    padding: 10px 0;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-ordersHistoryItemOMS .item-return .item-element .label {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 700;
      display: block; }
  .component-ordersHistoryItemOMS .item-return:after {
    content: '';
    position: absolute;
    left: -30px;
    top: -10px;
    width: 30px;
    height: 50px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc; }
  .component-ordersHistoryItemOMS .item-return:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 40px;
    width: 30px;
    height: calc(100% - 20px);
    border-left: 1px solid #cccccc; }
  .component-ordersHistoryItemOMS .item-return.last:before {
    border-left: none !important; }
.component-orderSummaryContainer .items {
  border-bottom: 1px solid #cccccc; }

.component-orderSummaryContainer .label-message {
  font-size: 0.75rem;
  color: #666; }
@charset "UTF-8";
.component-orderSummaryCartItem {
  width: 100%;
  padding-bottom: 20px; }
  .component-orderSummaryCartItem .item-box {
    position: relative;
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    background: #f7f7f7;
    margin: 5px 0; }
    .component-orderSummaryCartItem .item-box .main-container .image,
    .component-orderSummaryCartItem .item-box .main-container .model,
    .component-orderSummaryCartItem .item-box .main-container .price,
    .component-orderSummaryCartItem .item-box .main-container .toggle {
      margin-bottom: 5px; }
    .component-orderSummaryCartItem .item-box .main-container .model {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-orderSummaryCartItem .item-box .main-container .model .model-container {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        position: relative; }
        .component-orderSummaryCartItem .item-box .main-container .model .model-container .title {
          font-size: 0.875rem; }
        .component-orderSummaryCartItem .item-box .main-container .model .model-container .product-id {
          display: none;
          color: #666; }
        .component-orderSummaryCartItem .item-box .main-container .model .model-container .details,
        .component-orderSummaryCartItem .item-box .main-container .model .model-container .quantity {
          font-size: 0.625rem;
          margin: 0;
          padding: 0; }
          .component-orderSummaryCartItem .item-box .main-container .model .model-container .details .details-label,
          .component-orderSummaryCartItem .item-box .main-container .model .model-container .quantity .details-label {
            color: #666;
            font-weight: 400;
            margin: 0; }
        .component-orderSummaryCartItem .item-box .main-container .model .model-container .details {
          display: none; }
    .component-orderSummaryCartItem .item-box .main-container .price .price-container {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .component-orderSummaryCartItem .item-box .main-container .price .price-container .current-price {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: normal;
        font-weight: 400; }
      .component-orderSummaryCartItem .item-box .main-container .price .price-container .old-price {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.625rem;
        letter-spacing: normal;
        font-weight: 400;
        color: #666;
        text-decoration: line-through; }
    .component-orderSummaryCartItem .item-box .main-container .toggle .js-toggle {
      cursor: pointer;
      -webkit-transition: .4s;
      transition: .4s; }
      .component-orderSummaryCartItem .item-box .main-container .toggle .js-toggle.open {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .component-orderSummaryCartItem .item-box .main-container .custom-container {
      padding: 10px 0;
      width: calc(100% - 10px);
      margin: 0 auto;
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc; }
      .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-header {
        position: relative;
        cursor: pointer; }
        .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-header .custom-label {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400;
          color: #000000;
          margin-left: 40px; }
          .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-header .custom-label:before {
            display: block;
            position: absolute;
            left: 0px;
            top: 8px;
            content: '';
            width: 30px;
            height: 1px;
            border-bottom: 1px solid #cccccc; }
        .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-header .custom-price {
          position: absolute;
          right: 0;
          top: 0;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 400;
          text-align: right;
          padding-right: 35px; }
        .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-header .custom-toggle {
          position: absolute;
          font-size: 0.875rem;
          right: 2px;
          top: 2px; }
        .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-header.disabled {
          cursor: default; }
      .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items {
        display: none;
        width: calc(100% - 80px);
        margin: 0 auto;
        padding: 20px 0 10px 0; }
        .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider {
          width: 100%;
          padding: 0 0; }
          .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-track {
            float: left; }
            .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-track .slide {
              text-align: center;
              font-family: "Noto Sans HK", sans-serif;
              font-size: 0.75rem;
              letter-spacing: normal;
              font-weight: 400; }
              .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-track .slide img {
                padding: 10px;
                width: 100%; }
              .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-track .slide .item-price {
                color: #666; }
          .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-prev,
          .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-next {
            position: absolute;
            display: block;
            height: 20px;
            width: 20px;
            line-height: 0px;
            font-size: 0px;
            cursor: pointer;
            background: transparent;
            color: transparent;
            top: 50%;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            margin-top: -10px;
            padding: 0;
            border: none;
            outline: none; }
            .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:hover, .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:focus,
            .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-next:hover,
            .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-next:focus {
              outline: none;
              background: transparent;
              color: transparent; }
              .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:hover:before, .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:focus:before,
              .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-next:hover:before,
              .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-next:focus:before {
                opacity: 0.75; }
            .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-prev.slick-disabled:before,
            .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-next.slick-disabled:before {
              opacity: 0.25; }
            .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:before,
            .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-next:before {
              font-family: "icomoon";
              font-size: 16px;
              font-weight: normal;
              line-height: 1;
              color: #000000;
              opacity: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
          .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-prev {
            left: -25px; }
            [dir="rtl"] .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-prev {
              left: auto;
              right: -25px; }
            .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:before {
              content: "\E913"; }
              [dir="rtl"] .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:before {
                content: "\E91B"; }
          .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-next {
            right: -25px; }
            [dir="rtl"] .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-next {
              left: -25px;
              right: auto; }
            .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-next:before {
              content: "\E91B"; }
              [dir="rtl"] .component-orderSummaryCartItem .item-box .main-container .custom-container .custom-items .slider .slick-next:before {
                content: "\E913"; }
      .component-orderSummaryCartItem .item-box .main-container .custom-container.active .custom-items {
        display: block; }
  .component-orderSummaryCartItem.expanded .item-box .main-container .model .model-container {
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    position: relative; }
    .component-orderSummaryCartItem.expanded .item-box .main-container .model .model-container .product-id {
      display: block; }
    .component-orderSummaryCartItem.expanded .item-box .main-container .model .model-container .details {
      display: block; }
  .component-orderSummaryCartItem.expanded .item-box .main-container .price .price-container {
    text-align: right; }
  .component-orderSummaryCartItem.expanded .item-box .main-container .toggle {
    display: none; }
.component-orderReturnContainer .orders .back {
  display: block;
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  background: #f7f7f7;
  height: 37px;
  width: 100vw; }
  .component-orderReturnContainer .orders .back .icon-left {
    margin-left: 15px; }

.component-orderReturnContainer .orders .title-container {
  width: 100%;
  border-bottom: 1px solid #cccccc; }
  .component-orderReturnContainer .orders .title-container h2 {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.625rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    width: 100%; }
  .component-orderReturnContainer .orders .title-container .back-to-details {
    padding: 0; }

.component-orderReturnContainer .orders .title {
  width: 100%;
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.625rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  border-bottom: 1px solid #cccccc; }

.component-orderReturnContainer .orders .items {
  width: 100%; }

.component-orderReturnContainer .orders .actions {
  width: 100%;
  border-top: 1px solid #cccccc; }

.component-orderReturnContainer .thankyou {
  display: none; }

[dir="rtl"] .component-orderReturnContainer .orders .icon-left:before {
  content: "\E91B"; }

/* Media queries */
@media screen and (min-width: 1024px) {
  .component-orderReturnContainer {
    /*     margin-top: 50px; */ }
    .component-orderReturnContainer .orders .actions .button {
      width: 250px; }
    .component-orderReturnContainer .orders .title-container h2 {
      width: auto; } }
.component-orderReturnSingleItemContainer {
  width: 100%; }
  .component-orderReturnSingleItemContainer .item-box {
    width: 100%;
    margin: 5px 0;
    border: 1px solid #000000;
    border-radius: 0; }
    .is-internet-explorer .component-orderReturnSingleItemContainer .item-box {
      display: block; }
    .component-orderReturnSingleItemContainer .item-box .return-reason-title,
    .component-orderReturnSingleItemContainer .item-box .return-reason-value {
      display: block; }
    .component-orderReturnSingleItemContainer .item-box .reset-button {
      width: 100%;
      margin-bottom: 10px; }
    .component-orderReturnSingleItemContainer .item-box .save-button {
      width: 100%; }
    .component-orderReturnSingleItemContainer .item-box .main-container {
      background: #f7f7f7;
      border: none; }
      .component-orderReturnSingleItemContainer .item-box .main-container .item-info .model,
      .component-orderReturnSingleItemContainer .item-box .main-container .item-info .code {
        color: #000000; }
      .component-orderReturnSingleItemContainer .item-box .main-container .item-info .item-details {
        font-size: 0.625rem; }
        .component-orderReturnSingleItemContainer .item-box .main-container .item-info .item-details .item-details-label {
          color: #666;
          font-weight: 400; }
        .component-orderReturnSingleItemContainer .item-box .main-container .item-info .item-details .item-details-value {
          color: #000000;
          margin: 0; }
      .component-orderReturnSingleItemContainer .item-box .main-container .item-info .old-price,
      .component-orderReturnSingleItemContainer .item-box .main-container .item-info .current-price,
      .component-orderReturnSingleItemContainer .item-box .main-container .item-info .model {
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .component-orderReturnSingleItemContainer .item-box .main-container .item-info .old-price {
        margin-top: -18px;
        color: #666;
        text-decoration: line-through; }
      .component-orderReturnSingleItemContainer .item-box .main-container .collapse-toggle {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s; }
        .component-orderReturnSingleItemContainer .item-box .main-container .collapse-toggle.active {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .component-orderReturnSingleItemContainer .item-box .main-container .edit-button {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0; }
      .component-orderReturnSingleItemContainer .item-box .main-container .edit-button-mobile {
        display: block; }
    .component-orderReturnSingleItemContainer .item-box .return-item {
      display: none;
      border-top: 1px solid #cccccc; }
      .component-orderReturnSingleItemContainer .item-box .return-item .reasons-list-title {
        font-size: 1rem;
        font-weight: 700;
        padding-top: 25px; }
  [dir="rtl"] .component-orderReturnSingleItemContainer .item-box .main-container .collapse-toggle {
    right: auto; }
  [dir="rtl"] .component-orderReturnSingleItemContainer .item-box .main-container .edit-button {
    left: 0;
    right: auto; }

@media screen and (min-width: 1024px) {
  .component-orderReturnSingleItemContainer .item-box .edit-button,
  .component-orderReturnSingleItemContainer .item-box .reset-button,
  .component-orderReturnSingleItemContainer .item-box .save-button {
    min-width: 250px;
    width: auto;
    margin-bottom: 0; }
  .component-orderReturnSingleItemContainer .item-box.confirmed .main-container {
    background-color: #ffffff; }
  .component-orderReturnSingleItemContainer .item-box .main-container {
    min-height: 120px; }
    .component-orderReturnSingleItemContainer .item-box .main-container .edit-button-mobile {
      display: none; }
    .component-orderReturnSingleItemContainer .item-box .main-container .edit-button {
      display: block; }
    .component-orderReturnSingleItemContainer .item-box .main-container .item-info .old-price,
    .component-orderReturnSingleItemContainer .item-box .main-container .item-info .current-price,
    .component-orderReturnSingleItemContainer .item-box .main-container .item-info .model {
      display: inline-block;
      position: relative;
      top: 0;
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
    .component-orderReturnSingleItemContainer .item-box .main-container .item-info .old-price {
      color: #666;
      text-decoration: line-through; } }
.component-orderReturnProcedure .title {
  width: 100%;
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.625rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  border-bottom: 1px solid #cccccc; }

.component-orderReturnProcedure .procedure-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .component-orderReturnProcedure .procedure-list .procedure-item {
    background-color: #f7f7f7;
    color: #000000; }
.component-orderDetailContainer .back {
  display: block;
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  background: #f7f7f7;
  height: 37px;
  width: 100vw; }
  .component-orderDetailContainer .back .icon-left {
    margin-left: 15px; }

.component-orderDetailContainer .title-container {
  width: 100%;
  border-bottom: 1px solid #cccccc; }
  .component-orderDetailContainer .title-container h1,
  .component-orderDetailContainer .title-container h2 {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.625rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    width: 100%; }
  .component-orderDetailContainer .title-container .back-to-orders {
    padding: 0; }

.component-orderDetailContainer .title {
  width: 100%;
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.625rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  border-bottom: 1px solid #cccccc; }

.component-orderDetailContainer .details-box .status-progress .status-labels p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.component-orderDetailContainer .details-box .status-progress .status-bar {
  height: 14px; }
  .component-orderDetailContainer .details-box .status-progress .status-bar .dot {
    background-color: #fff;
    max-width: 14px;
    height: 14px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: 50%;
    border: 1px solid #d8d8d8; }
    .component-orderDetailContainer .details-box .status-progress .status-bar .dot.black {
      border-color: #000000; }
  .component-orderDetailContainer .details-box .status-progress .status-bar .bar {
    background-color: #d8d8d8;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 2px; }
  .component-orderDetailContainer .details-box .status-progress .status-bar .black {
    background-color: #000000; }

.component-orderDetailContainer .details-box .status-data {
  min-height: 120px; }

.component-orderDetailContainer .order-summary .title {
  border-bottom: 1px solid #cccccc; }

.component-orderDetailContainer .order-summary .orders-item-list {
  width: 100%; }

.component-orderDetailContainer .order-summary .return-info {
  display: none;
  background: #ffffff; }
  .component-orderDetailContainer .order-summary .return-info .return-data .return-data-label {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #666; }

.component-orderDetailContainer .order-summary .totals {
  border-top: 1px solid #cccccc; }

.component-orderDetailContainer .order-summary .item {
  background-color: #f7f7f7; }

.component-orderDetailContainer .order-summary .totals .total-label {
  color: #666; }

.component-orderDetailContainer .order-summary .totals div > span {
  line-height: 40px; }

.component-orderDetailContainer .item-status {
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.625rem;
  letter-spacing: normal;
  font-weight: 400; }
  .component-orderDetailContainer .item-status .bar {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #cccccc; }
    .component-orderDetailContainer .item-status .bar .fixed-circle {
      position: absolute;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background-color: #f7f7f7;
      border: 1px solid #cccccc;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .component-orderDetailContainer .item-status .bar .progress-bar {
      height: 2px;
      width: 0;
      background-color: #000000; }
    .component-orderDetailContainer .item-status .bar .progress-circle {
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #000000;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .component-orderDetailContainer .item-status.step0 .progress-bar {
    width: 0; }
  .component-orderDetailContainer .item-status.step0 .progress-circle {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .component-orderDetailContainer .item-status.step25 .status {
    margin-left: 25%; }
  .component-orderDetailContainer .item-status.step25 .progress-bar {
    width: 25%; }
  .component-orderDetailContainer .item-status.step25 .progress-circle {
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%); }
  .component-orderDetailContainer .item-status.step50 .status {
    text-align: center; }
  .component-orderDetailContainer .item-status.step50 .progress-bar {
    width: 50%; }
  .component-orderDetailContainer .item-status.step50 .progress-circle {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .component-orderDetailContainer .item-status.step75 .status {
    text-align: right;
    margin-right: 25%; }
  .component-orderDetailContainer .item-status.step75 .progress-bar {
    width: 75%; }
  .component-orderDetailContainer .item-status.step75 .progress-circle {
    top: 50%;
    left: 75%;
    -webkit-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%); }
  .component-orderDetailContainer .item-status.step100 .status {
    text-align: right; }
  .component-orderDetailContainer .item-status.step100 .progress-bar {
    width: 100%; }
  .component-orderDetailContainer .item-status.step100 .progress-circle {
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .component-orderDetailContainer .item-status.item-status-mobile .delivery-and-status-container {
    position: relative; }
    .component-orderDetailContainer .item-status.item-status-mobile .delivery-and-status-container .delivery-date {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .component-orderDetailContainer .item-status.item-status-mobile .delivery-and-status-container .delivery-date span {
        display: block; }
    .component-orderDetailContainer .item-status.item-status-mobile .delivery-and-status-container .status {
      text-align: left;
      margin-left: 0; }

.component-orderDetailContainer .item-box {
  width: 100%;
  min-height: 80px;
  overflow: hidden;
  background: #f7f7f7; }
  .component-orderDetailContainer .item-box .main-container {
    min-height: 150px; }
    .component-orderDetailContainer .item-box .main-container .item-info {
      height: 100%; }
      .component-orderDetailContainer .item-box .main-container .item-info .mode,
      .component-orderDetailContainer .item-box .main-container .item-info .color,
      .component-orderDetailContainer .item-box .main-container .item-info .material,
      .component-orderDetailContainer .item-box .main-container .item-info .code {
        color: #000000; }
      .component-orderDetailContainer .item-box .main-container .item-info .extra-info {
        margin-top: 10px; }
        .component-orderDetailContainer .item-box .main-container .item-info .extra-info .extra-title {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 400; }
        .component-orderDetailContainer .item-box .main-container .item-info .extra-info .extra-text {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.625rem;
          letter-spacing: normal;
          font-weight: 400; }
      .component-orderDetailContainer .item-box .main-container .item-info .quantity {
        text-align: left;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: normal;
        font-weight: 400; }
        .component-orderDetailContainer .item-box .main-container .item-info .quantity .label,
        .component-orderDetailContainer .item-box .main-container .item-info .quantity .value {
          width: 50%;
          float: left;
          text-align: left; }
        .component-orderDetailContainer .item-box .main-container .item-info .quantity .value {
          padding-left: 5px; }
      .component-orderDetailContainer .item-box .main-container .item-info .item-details {
        font-size: 0.625rem; }
        .component-orderDetailContainer .item-box .main-container .item-info .item-details .item-details-label {
          color: #666;
          font-weight: 400; }
        .component-orderDetailContainer .item-box .main-container .item-info .item-details .item-details-value {
          color: #000000;
          margin: 0; }
      .component-orderDetailContainer .item-box .main-container .item-info .size {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400; }
      .component-orderDetailContainer .item-box .main-container .item-info .price .current-price {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400;
        text-align: right;
        margin-top: 8px; }
      .component-orderDetailContainer .item-box .main-container .item-info .price .old-price {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: normal;
        font-weight: 400;
        text-align: right;
        margin-top: 8px;
        margin-bottom: -8px;
        color: #666;
        text-decoration: line-through; }
      .component-orderDetailContainer .item-box .main-container .item-info .item-remove .icon-close {
        cursor: pointer;
        top: 20px;
        margin: -5px 10px 0 0; }

.component-orderDetailContainer .box {
  border: 1px #000000 solid; }
  .component-orderDetailContainer .box.details-box .details-label {
    color: #666;
    margin-bottom: 0; }
  .component-orderDetailContainer .box .return-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

[dir="rtl"] .component-orderDetailContainer .icon-left:before {
  content: "\E91B"; }

[dir="rtl"] .component-orderDetailContainer .item-status .bar .fixed-circle {
  right: inherit;
  left: 0; }

[dir="rtl"] .component-orderDetailContainer .item-status.step0 .progress-bar {
  width: 0; }

[dir="rtl"] .component-orderDetailContainer .item-status.step0 .progress-circle {
  left: inherit;
  right: 0; }

[dir="rtl"] .component-orderDetailContainer .item-status.step25 .status {
  margin-left: inherit;
  margin-right: 25%; }

[dir="rtl"] .component-orderDetailContainer .item-status.step25 .progress-circle {
  left: inherit;
  right: 25%;
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%); }

[dir="rtl"] .component-orderDetailContainer .item-status.step50 .status {
  text-align: center; }

[dir="rtl"] .component-orderDetailContainer .item-status.step50 .progress-circle {
  left: inherit;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }

[dir="rtl"] .component-orderDetailContainer .item-status.step75 .status {
  text-align: left;
  margin-right: inherit;
  margin-left: 25%; }

[dir="rtl"] .component-orderDetailContainer .item-status.step75 .progress-circle {
  left: inherit;
  right: 75%;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%); }

[dir="rtl"] .component-orderDetailContainer .item-status.step100 .status {
  text-align: left; }

[dir="rtl"] .component-orderDetailContainer .item-status.step100 .progress-circle {
  right: inherit;
  left: 0; }

[dir="rtl"] .component-orderDetailContainer .item-status.item-status-mobile .delivery-and-status-container .delivery-date {
  right: inherit;
  left: 0; }

[dir="rtl"] .component-orderDetailContainer .item-status.item-status-mobile .delivery-and-status-container .status {
  text-align: right;
  margin-left: inherit;
  margin-right: 0; }

[dir="rtl"] .component-orderDetailContainer .item-icon {
  right: inherit;
  left: 0;
  margin-right: inherit;
  margin-left: 10px; }
  [dir="rtl"] .component-orderDetailContainer .item-icon::before {
    content: '\E913'; }

[dir="rtl"] .component-orderDetailContainer .order-summary .return-info .return-data .return-data-label {
  display: inline-block; }

[dir="rtl"] .component-orderDetailContainer .item-box .main-container .item-info .quantity {
  text-align: right; }

[dir="rtl"] .component-orderDetailContainer .item-box .main-container .item-info .old-price,
[dir="rtl"] .component-orderDetailContainer .item-box .main-container .item-info .current-price {
  text-align: left; }

/* Media queries */
@media screen and (min-width: 1024px) {
  .component-orderDetailContainer .title-container h1,
  .component-orderDetailContainer .title-container h2 {
    width: auto; }
  .component-orderDetailContainer .actions {
    padding-top: 20px; } }
.component-trackYourOrderTemplate .title {
  line-height: 1.5; }

.component-trackYourOrderTemplate .title-row {
  display: none;
  border-bottom: 1px solid #666; }
  .component-trackYourOrderTemplate .title-row .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000000; }
  .component-trackYourOrderTemplate .title-row .description {
    line-height: 1.75rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }

.component-trackYourOrderTemplate .track-your-order-form label,
.component-trackYourOrderTemplate .track-your-order-form .label-text {
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #666; }

.component-trackYourOrderTemplate .track-your-order-form .form-actions button {
  padding: 0;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #000000; }
  .component-trackYourOrderTemplate .track-your-order-form .form-actions button.hide-password {
    display: none; }

.component-trackYourOrderTemplate .track-your-order-form .service-response-error {
  text-align: center;
  margin: 20px 0;
  display: none; }

.component-trackYourOrderTemplate .track-your-order-success {
  display: none; }
  .component-trackYourOrderTemplate .track-your-order-success .submit-success .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000000; }
  .component-trackYourOrderTemplate .track-your-order-success .submit-success .content {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #666; }
  .component-trackYourOrderTemplate .track-your-order-success .submit-success a {
    text-decoration: underline;
    color: #666; }

.component-trackYourOrderTemplate .order-detail {
  display: none; }

.component-trackYourOrderTemplate .order-return {
  display: none; }

@media (max-width: 1024px) {
  .component-trackYourOrderTemplate .title-row {
    display: block; }
    .component-trackYourOrderTemplate .title-row .title {
      font-size: 1.5rem; }
  .component-trackYourOrderTemplate .form-actions button {
    font-size: 0.625rem;
    letter-spacing: 0.5px; }
  .component-trackYourOrderTemplate .btn-reset-password {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize; } }
.component-trackYourOrderTemplateOMS .title {
  line-height: 1.5; }

.component-trackYourOrderTemplateOMS .title-row {
  display: none;
  border-bottom: 1px solid #666; }
  .component-trackYourOrderTemplateOMS .title-row .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000000; }
  .component-trackYourOrderTemplateOMS .title-row .description {
    line-height: 1.75rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }

.component-trackYourOrderTemplateOMS .track-your-order-form label,
.component-trackYourOrderTemplateOMS .track-your-order-form .label-text {
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #666; }

.component-trackYourOrderTemplateOMS .track-your-order-form .form-actions button {
  padding: 0;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #000000; }
  .component-trackYourOrderTemplateOMS .track-your-order-form .form-actions button.hide-password {
    display: none; }

.component-trackYourOrderTemplateOMS .track-your-order-form .service-response-error {
  text-align: center;
  margin: 20px 0;
  display: none; }

.component-trackYourOrderTemplateOMS .track-your-order-success {
  display: none; }
  .component-trackYourOrderTemplateOMS .track-your-order-success .submit-success .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000000; }
  .component-trackYourOrderTemplateOMS .track-your-order-success .submit-success .content {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #666; }
  .component-trackYourOrderTemplateOMS .track-your-order-success .submit-success a {
    text-decoration: underline;
    color: #666; }

.component-trackYourOrderTemplateOMS .order-detail,
.component-trackYourOrderTemplateOMS .order-detail-oms,
.component-trackYourOrderTemplateOMS .order-return {
  display: none; }

@media (max-width: 1024px) {
  .component-trackYourOrderTemplateOMS .title-row {
    display: block; }
    .component-trackYourOrderTemplateOMS .title-row .title {
      font-size: 1.5rem; }
  .component-trackYourOrderTemplateOMS .form-actions button {
    font-size: 0.625rem;
    letter-spacing: 0.5px; }
  .component-trackYourOrderTemplateOMS .btn-reset-password {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize; } }
.component-profileUserData {
  margin: 30px 0; }
  .component-profileUserData a,
  .component-profileUserData a:hover {
    text-decoration: none; }
  .component-profileUserData .content-regular {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .component-profileUserData .combodate-edit .year {
    width: calc(40% - 2px); }
  .component-profileUserData .combodate-edit .month {
    width: calc(30% - 2px); }
  .component-profileUserData .combodate-edit .day {
    width: calc(30% - 2px); }
  .component-profileUserData .combodate-edit .edit-field + .label-text:after {
    content: ''; }
  .component-profileUserData .combodate-view {
    margin-top: -12px; }
    .component-profileUserData .combodate-view.display-label-only {
      top: -0.425rem;
      position: absolute;
      margin-top: 0px; }
      .component-profileUserData .combodate-view.display-label-only .view-date {
        display: none; }
    .component-profileUserData .combodate-view .year-view,
    .component-profileUserData .combodate-view .month-view,
    .component-profileUserData .combodate-view .day-view {
      width: auto;
      display: inline-block; }
  .component-profileUserData .view-date {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.125rem;
    color: #000000; }
  .component-profileUserData .linkChangePass {
    display: block;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 0.875rem;
    color: #000000;
    text-decoration: underline; }
  .component-profileUserData form.form-readonly select,
  .component-profileUserData form.form-readonly input[type=text],
  .component-profileUserData form.form-readonly input[type=email],
  .component-profileUserData form.form-readonly input[type=password] {
    border-bottom: none; }
  .component-profileUserData form.form-readonly select.select {
    background-size: 0px; }
  .component-profileUserData input[type=checkbox],
  .component-profileUserData input[type=radio] {
    width: 18px; }
  .component-profileUserData .actions {
    display: none;
    margin: 10px 0; }
    .component-profileUserData .actions > *:first-child {
      margin-right: 10px; }
  .component-profileUserData select,
  .component-profileUserData input[type=text],
  .component-profileUserData input[type=email],
  .component-profileUserData input[type=password] {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.125rem;
    color: #000000; }
    .component-profileUserData select + label, .component-profileUserData select + .label-text,
    .component-profileUserData input[type=text] + label,
    .component-profileUserData input[type=text] + .label-text,
    .component-profileUserData input[type=email] + label,
    .component-profileUserData input[type=email] + .label-text,
    .component-profileUserData input[type=password] + label,
    .component-profileUserData input[type=password] + .label-text {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400;
      line-height: 1.125rem;
      color: #666; }
  .component-profileUserData input[type=checkbox] + label,
  .component-profileUserData input[type=checkbox] + .label-text,
  .component-profileUserData input[type=radio] + label,
  .component-profileUserData input[type=radio] + .label-text {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.125rem;
    color: #000000;
    top: -0.425rem; }
  .component-profileUserData select:disabled,
  .component-profileUserData optgroup:disabled,
  .component-profileUserData option:disabled,
  .component-profileUserData select[disabled] > option {
    color: #000000; }
  .component-profileUserData .form-wrapper {
    border: 1px solid #666; }
  .component-profileUserData .ext-form-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #666; }
  .component-profileUserData .edit-wrapper-mobile {
    border-bottom: 1px solid #cccccc;
    z-index: 1; }
  .component-profileUserData .edit-wrapper-desktop {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1; }
  .component-profileUserData .edit-action {
    cursor: pointer; }
    .component-profileUserData .edit-action .icon-edit-default {
      font-size: 1.25rem; }
  .component-profileUserData label, .component-profileUserData .label-text {
    margin-bottom: 0; }
  .component-profileUserData .group-title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.5rem;
    letter-spacing: normal;
    font-weight: 700;
    margin: 0px;
    line-height: 1.75rem; }
  .component-profileUserData .sub-title {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 700;
    line-height: 1.75rem;
    width: 100%; }
  .component-profileUserData .value-field {
    display: block;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.75rem; }
  .component-profileUserData .value-content {
    position: relative;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.125rem;
    color: #666; }
  .component-profileUserData .separator {
    display: block;
    height: 1px;
    width: 100%;
    margin: 15px 0;
    border-top: 1px solid #cccccc; }
  .component-profileUserData .edit-text {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.75rem;
    color: #000000; }
  .component-profileUserData form {
    width: 100%; }
  .component-profileUserData .contact-email-notes {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.625rem;
    letter-spacing: normal;
    font-weight: 400;
    font-style: italic; }
  .component-profileUserData .profile-data-username {
    word-break: break-word; }
  .component-profileUserData .privacy-disclaimer {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-profileUserData .deactivate-account {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 200; }
    .component-profileUserData .deactivate-account a {
      color: #000000;
      text-decoration: underline; }
  [dir="rtl"] .component-profileUserData form select.select,
  [dir="rtl"] .component-profileUserData form.form-readonly select.select {
    padding-right: 0; }
  [dir="rtl"] .component-profileUserData .edit-wrapper-desktop {
    right: inherit;
    left: 5px; }
  .component-profileUserData .deactivate-account {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 200; }
    .component-profileUserData .deactivate-account a {
      color: #000000;
      text-decoration: underline; }
  .is-internet-explorer .component-profileUserData .settings {
    display: inline-block !important; }

@media (min-width: 1024px) {
  .component-profileUserData .separator {
    display: none; } }
.component-wishlistContainer {
  margin: 30px 0; }
  .component-wishlistContainer .wishlist-container-header {
    border-bottom: 1px solid #cccccc; }
  .component-wishlistContainer .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-wishlistContainer .wishlist-products {
    padding-left: 0;
    list-style: none; }
    .component-wishlistContainer .wishlist-products .empty-wrapper {
      height: 100%;
      padding: 15px 0 20px;
      background-color: #f7f7f7;
      border: 2px solid #f7f7f7;
      min-height: 280px;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      .component-wishlistContainer .wishlist-products .empty-wrapper .image {
        position: relative;
        height: 40px; }
      .component-wishlistContainer .wishlist-products .empty-wrapper .description {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: normal;
        font-weight: 400; }
      .component-wishlistContainer .wishlist-products .empty-wrapper .favourite {
        position: absolute;
        right: 20px;
        font-size: 1.125rem;
        margin-left: auto;
        cursor: pointer;
        background-color: transparent;
        padding: 0; }

@media (max-width: 1024px) {
  .component-wishlistContainer {
    border-bottom: none; }
    .component-wishlistContainer .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.5rem;
      letter-spacing: normal;
      font-weight: 700; } }

/** Aviato — pg-gl-2019.10.31 - contactForm.css **/

.component-contactForm .contact-form-header {
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #cccccc; }
  .component-contactForm .contact-form-header .back {
    line-height: 1.875rem; }
    .component-contactForm .contact-form-header .back .icon-left {
      margin-right: 23px; }

.component-contactForm .subtitle {
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 27px; }

.component-contactForm .contact-us-form {
  margin-top: 50px; }
  .component-contactForm .contact-us-form input, .component-contactForm .contact-us-form select, .component-contactForm .contact-us-form textarea {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.75rem; }
  .component-contactForm .contact-us-form .label-text,
  .component-contactForm .contact-us-form label {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #666; }
  .component-contactForm .contact-us-form textarea {
    resize: none; }
  .component-contactForm .contact-us-form .spacer {
    border-bottom: 1px solid #000000; }
  .component-contactForm .contact-us-form .conditions {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.75rem; }
    .component-contactForm .contact-us-form .conditions p {
      margin: 15px 0;
      color: #666; }
  .component-contactForm .contact-us-form .separate-privacy-consents {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400; }
    .component-contactForm .contact-us-form .separate-privacy-consents .privacy-title {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: 1px;
      font-weight: 400; }
    .component-contactForm .contact-us-form .separate-privacy-consents .radios {
      text-align: center; }
    .component-contactForm .contact-us-form .separate-privacy-consents input:disabled + .label-text,
    .component-contactForm .contact-us-form .separate-privacy-consents input:disabled + label {
      opacity: 0.5;
      cursor: default; }
  .component-contactForm .contact-us-form .condition-1-text, .component-contactForm .contact-us-form .condition-2-text {
    text-align: center; }

.component-contactForm .submit .error-message {
  margin: 0;
  padding: 15px 0 0;
  width: 100%;
  line-height: 1rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #AB0015; }

.component-contactForm #feedbackModal .content {
  min-height: 180px; }

.component-contactForm .personal-information-box.active + .personal-information-details a {
  display: none; }

.component-contactForm .personal-information-box.active + .personal-information-details .personal-information-list {
  display: block; }

.component-contactForm .personal-information-box + .personal-information-details a {
  display: block; }

.component-contactForm .personal-information-box + .personal-information-details .personal-information-list {
  display: none; }

[dir=rtl] .component-contactForm .contact-form-header .back .icon-left {
  margin-left: 23px;
  margin-right: 0; }
  [dir=rtl] .component-contactForm .contact-form-header .back .icon-left:before {
    content: "\E91B"; }

@media (min-width: 1024px) {
  .component-contactForm .contact-us-form {
    margin-top: 105px; }
    .component-contactForm .contact-us-form .conditions p {
      margin: 5px 0; }
    .component-contactForm .contact-us-form .condition-1-text, .component-contactForm .contact-us-form .condition-2-text {
      text-align: left; }
    .component-contactForm .contact-us-form .separate-privacy-consents .radios {
      display: block; }
      .component-contactForm .contact-us-form .separate-privacy-consents .radios .fieldset:first-child {
        margin-right: auto !important; }
      .component-contactForm .contact-us-form .separate-privacy-consents .radios .fieldset:last-child {
        margin-left: auto !important;
        padding-right: 0 !important; }
    .component-contactForm .contact-us-form .separate-privacy-consents .fieldset {
      max-width: 75px; } }

/** Aviato — pg-gl-2019.10.31 - containerFour.css **/

 

/** Aviato — pg-gl-2019.10.31 - containerGrid.css **/

 

/** Aviato — pg-gl-2019.10.31 - containerShopByLook.css **/

.component-containerShopByLook .container-title {
  line-height: 3.125rem;
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 2.75rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-decoration: underline; }

.component-containerShopByLook .hidden {
  overflow: hidden !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: none !important; }

@media screen and (min-width: 1024px) {
  .component-containerShopByLook .container-title {
    font-size: 3.75rem;
    line-height: 3.75rem; } }

/** Aviato — pg-gl-2019.10.31 - containerTwo.css **/

 

/** Aviato — pg-gl-2019.10.31 - cookieBanner.css **/

.component-cookieBanner {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.8);
  z-index: +500; }
  .component-cookieBanner a {
    color: white;
    text-decoration: underline; }
  .component-cookieBanner .text {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #ffffff; }
  .component-cookieBanner .close {
    border: none;
    background: none;
    height: 10px;
    width: 10px;
    background-image: url(../pradaglobal/images/detail-close-white.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    position: absolute;
    right: 20px;
    top: 25px; }
  [dir="rtl"] .component-cookieBanner .close {
    right: unset;
    left: 20px; }

@media only screen and (max-width: 768px) {
  .component-cookieBanner {
    line-height: 18px;
    padding: 0 40px;
    padding: 20px 40px; } }

/** Aviato — pg-gl-2019.10.31 - ctaBanner.css **/

.component-ctaBanner {
  width: 100%;
  margin: 30px 0; }
  .component-ctaBanner .banner-border {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
  .component-ctaBanner .banner-container {
    overflow: hidden;
    position: relative;
    height: 235px;
    min-height: 235px;
    z-index: 0; }
    .component-ctaBanner .banner-container .row {
      height: 100%; }
      .component-ctaBanner .banner-container .row .content {
        width: 100%; }
        .component-ctaBanner .banner-container .row .content.content-left {
          text-align: left; }
          .component-ctaBanner .banner-container .row .content.content-left .button {
            margin: auto;
            margin-left: 0; }
        .component-ctaBanner .banner-container .row .content.content-right {
          text-align: right; }
          .component-ctaBanner .banner-container .row .content.content-right .button {
            margin: auto;
            margin-right: 0; }
        .component-ctaBanner .banner-container .row .content.content-center {
          text-align: center; }
          .component-ctaBanner .banner-container .row .content.content-center .button {
            margin: 0 auto; }
        .component-ctaBanner .banner-container .row .content .title {
          color: #ffffff;
          line-height: 2rem;
          font-style: italic;
          font-family: "source-han-serif-sc", sans-serif;
          font-size: 2rem;
          letter-spacing: 0.5px;
          font-weight: 700; }
          .component-ctaBanner .banner-container .row .content .title .title-text {
            display: inline-block;
            background: rgba(0, 0, 0, 0.6);
            padding: 10px 20px; }
        .component-ctaBanner .banner-container .row .content .button {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: 0.5px;
          font-weight: 700; }

/* Media queries */
@media (min-width: 1024px) {
  .component-ctaBanner .banner-container .row .content .title {
    font-style: normal;
    line-height: 4.5rem;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 4.5rem;
    letter-spacing: 0.5px;
    font-weight: 700; } }

/** Aviato — pg-gl-2019.10.31 - dialog.css **/

.component-dialog {
  position: relative;
  display: block;
  z-index: 110; }
  .component-dialog .dialog-container {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    color: #000000;
    background: #ffffff;
    z-index: 110; }
    .component-dialog .dialog-container > * {
      color: #000000; }
    .component-dialog .dialog-container .dialog-close {
      position: relative;
      top: 0px;
      background: #ffffff;
      left: 0;
      width: 100%;
      height: 50px;
      border-bottom: 1px solid #000000;
      z-index: 120; }
      .component-dialog .dialog-container .dialog-close .icon-close {
        color: #000000 !important;
        position: absolute;
        left: 12px;
        top: 12px;
        font-size: 1.25rem;
        cursor: pointer; }
      .component-dialog .dialog-container .dialog-close.icon-on-right {
        border-bottom: 0; }
        .component-dialog .dialog-container .dialog-close.icon-on-right .icon-close {
          left: unset;
          right: 12px; }
    .component-dialog .dialog-container .arrow {
      display: none;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #ffffff;
      position: absolute;
      left: calc(50% - 3px);
      top: -6px; }
      .component-dialog .dialog-container .arrow .arrow-border {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #cccccc;
        position: absolute;
        left: calc(50% - 7px);
        top: -1px;
        z-index: -1; }
    .component-dialog .dialog-container .content {
      width: 100%;
      height: calc(100% - 50px);
      overflow: hidden;
      overflow-y: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
  .component-dialog.no-min-width .dialog-container {
    min-width: auto; }

.is-internet-explorer .component-dialog .dialog-container .content {
  display: inline-block; }

.js-dialog-opener {
  cursor: pointer; }

@media screen and (min-width: 1280px) {
  .component-dialog .dialog-container {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 280px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .focus-visible .component-dialog .dialog-container:focus {
      -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
              box-shadow: 0px 0px 2px 2px #4e96e9; }
    .component-dialog .dialog-container .arrow {
      display: block; }
    .component-dialog .dialog-container .dialog-close {
      display: none; }
    .component-dialog .dialog-container .content {
      overflow-y: hidden;
      height: 100%; }
  .component-dialog.right .dialog-container {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .component-dialog.right .arrow {
    left: auto;
    right: 10px; }
  .component-dialog.left .dialog-container {
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .component-dialog.left .arrow {
    right: auto;
    left: 10px; }
  [dir="rtl"] .component-dialog.right .dialog-container {
    right: auto;
    left: 0; }
  [dir="rtl"] .component-dialog.right .arrow {
    right: auto;
    left: 10px; }
  [dir="rtl"] .component-dialog.left .dialog-container {
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  [dir="rtl"] .component-dialog.left .arrow {
    left: auto;
    right: 10px; } }

@media screen and (max-width: 1280px) {
  .component-dialog .dialog-container:focus:not(:active) {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .component-dialog .dialog-container:focus:not(:active) .content {
      width: calc(100% - 4px);
      margin: 2px;
      -webkit-transition: all .3s linear;
      transition: all .3s linear; }
      .focus-visible .component-dialog .dialog-container:focus:not(:active) .content {
        -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
                box-shadow: 0px 0px 2px 2px #4e96e9; } }

/** Aviato — pg-gl-2019.10.31 - faqsItem.css **/

.component-faqsItem .faq-title-item {
  position: relative;
  text-align: left;
  width: 100%; }
  .component-faqsItem .faq-title-item.title-border {
    border-bottom: 1px solid #cccccc; }
  .component-faqsItem .faq-title-item:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .focus-visible .component-faqsItem .faq-title-item:focus .title {
      -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
              box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-faqsItem .faq-title-item .title {
    line-height: 1rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-faqsItem .faq-title-item .icon {
    color: #747481;
    font-size: 1.25rem;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .component-faqsItem .faq-title-item .icon-close-default:before {
    content: "\E919";
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.component-faqsItem .text-container {
  border-bottom: 1px solid #cccccc;
  display: none;
  overflow: hidden; }
  .component-faqsItem .text-container .text {
    margin: 0;
    line-height: 1rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 200; }
    .component-faqsItem .text-container .text p {
      margin: 0; }

[dir="rtl"] .component-faqsItem .faq-title-item .icon {
  right: inherit;
  left: 0; }

/* Media queries */
@media (min-width: 1024px) {
  .component-faqsItem {
    /*     .faq-title-item:hover {
      .title {
        opacity: 0.2;
      }
    } */ }
    .component-faqsItem:hover {
      cursor: pointer; }
    .component-faqsItem .faq-title-item {
      border-bottom: 1px solid #cccccc; }
      .component-faqsItem .faq-title-item .title::before {
        content: counter(item) "  ";
        counter-increment: item; }
      .component-faqsItem .faq-title-item .title {
        line-height: 1.75rem;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 1.125rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-faqsItem .faq-title-item .icon {
        color: #666; }
    .component-faqsItem .text-container .text {
      line-height: 1.75rem; } }

/** Aviato — pg-gl-2019.10.31 - faqsLayout.css **/

.component-faqsLayout {
  margin: 50px 0;
  margin-bottom: 150px; }
  .component-faqsLayout .faq-title-container {
    position: relative;
    border-bottom: 1px solid #cccccc; }
    .component-faqsLayout .faq-title-container .title {
      line-height: 1.75rem;
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.5rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-faqsLayout .faq-title-container .icon {
      color: #747481;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .component-faqsLayout .faq-items {
    list-style-type: none;
    display: none;
    overflow: hidden; }
  [dir="rtl"] .component-faqsLayout .faq-title-container .icon {
    right: inherit;
    left: 0; }

/* Media queries */
@media (min-width: 1024px) {
  .component-faqsLayout .faq-container {
    border-bottom: 1px solid #666; }
    .component-faqsLayout .faq-container .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 2.125rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      /*font-36*/ }
  .component-faqsLayout .faq-title-container {
    pointer-events: none; }
    .component-faqsLayout .faq-title-container .title {
      line-height: 1.75rem;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1.125rem;
      letter-spacing: normal;
      font-weight: 400; }
  .component-faqsLayout .faq-items {
    display: block !important;
    counter-reset: item;
    list-style-type: none;
    margin-bottom: 0; } }

/** Aviato — pg-gl-2019.10.31 - footer.css **/

.component-footer {
  width: 100%;
  padding: 40px 20px;
  background: #000000; }
  .component-footer.gigya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    min-height: 50px;
    color: #ffffff; }
    .component-footer.gigya .copyright,
    .component-footer.gigya .cookie {
      margin: 5px 0; }
      .component-footer.gigya .copyright a,
      .component-footer.gigya .cookie a {
        display: inline-block;
        color: #ffffff; }
        .component-footer.gigya .copyright a:not(:last-child)::after,
        .component-footer.gigya .cookie a:not(:last-child)::after {
          content: '|';
          margin: 0 5px; }
  .component-footer .social {
    padding: 10px 0; }
  .component-footer .links {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 20px 0;
    color: #ffffff;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-footer .links ul {
      list-style: none;
      padding: 0; }
      .component-footer .links ul li {
        display: block;
        color: #ffffff;
        padding: 2px 0; }
        .component-footer .links ul li.title {
          padding: 10px 0;
          text-transform: uppercase; }
          .component-footer .links ul li.title h2 {
            font-family: "Noto Sans HK", sans-serif;
            font-size: 0.75rem;
            letter-spacing: normal;
            font-weight: 400; }
        .component-footer .links ul li a {
          color: #ffffff; }
  .component-footer .newsletter-title {
    color: #ffffff;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400; }
  .component-footer .footer-newsletterForm {
    position: relative; }
    .component-footer .footer-newsletterForm .fieldset input[type='email'],
    .component-footer .footer-newsletterForm fieldset input[type='email'] {
      background: transparent;
      color: white;
      border-color: #ffffff; }
      .component-footer .footer-newsletterForm .fieldset input[type='email']:-webkit-autofill,
      .component-footer .footer-newsletterForm fieldset input[type='email']:-webkit-autofill {
        -webkit-text-fill-color: #ffffff;
        -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
                box-shadow: 0 0 0px 1000px #000000 inset !important; }
        .component-footer .footer-newsletterForm .fieldset input[type='email']:-webkit-autofill:focus, .component-footer .footer-newsletterForm .fieldset input[type='email']:-webkit-autofill:hover,
        .component-footer .footer-newsletterForm fieldset input[type='email']:-webkit-autofill:focus,
        .component-footer .footer-newsletterForm fieldset input[type='email']:-webkit-autofill:hover {
          -webkit-text-fill-color: #ffffff;
          -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
                  box-shadow: 0 0 0px 1000px #000000 inset !important; }
      .component-footer .footer-newsletterForm .fieldset input[type='email'].edge-autofilled,
      .component-footer .footer-newsletterForm fieldset input[type='email'].edge-autofilled {
        background-color: none !important;
        -webkit-text-fill-color: #ffffff;
        -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
                box-shadow: 0 0 0px 1000px #000000 inset !important; }
      .component-footer .footer-newsletterForm .fieldset input[type='email'].has-error + .label-text,
      .component-footer .footer-newsletterForm fieldset input[type='email'].has-error + .label-text {
        color: #eb0014; }
        .component-footer .footer-newsletterForm .fieldset input[type='email'].has-error + .label-text ~ .error-message,
        .component-footer .footer-newsletterForm fieldset input[type='email'].has-error + .label-text ~ .error-message {
          color: #eb0014; }
    .component-footer .footer-newsletterForm .btn-subscribe {
      right: 0;
      position: absolute;
      top: 0;
      color: #ffffff;
      background: black;
      width: 30px;
      height: calc(100% - 1px);
      border-top: 1px solid #000000;
      z-index: 1; }
  .component-footer .footer {
    padding: 10px 0;
    color: #ffffff;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-footer .footer a {
      color: #ffffff;
      pointer-events: none; }
  [dir='rtl'] .component-footer .links {
    padding-right: 0 !important; }
  [dir='rtl'] .component-footer .footer-newsletterForm .btn-subscribe {
    right: auto;
    left: 0; }
    [dir='rtl'] .component-footer .footer-newsletterForm .btn-subscribe.icon-right:before {
      content: '\E913';
      line-height: 30px; }

@media (min-width: 1024px) {
  .component-footer {
    width: 100%;
    padding: 40px 7.12%; }
    .component-footer.gigya {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 20px; }
    .component-footer .newsletter-title {
      display: block;
      padding: 10px 0; }
    [dir] .component-footer .links {
      padding: 10px; }
      [dir] .component-footer .links.nl-border:before {
        content: '';
        background: #666;
        width: 1px;
        height: 75%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(15%);
                transform: translateY(15%);
        margin-left: -20px; }
    .component-footer .footer .right {
      text-align: right; }
    [dir='rtl'] .component-footer .links.nl-border:before {
      right: 0;
      margin-left: unset;
      margin-right: -10%; } }

@media (max-device-width: 1024px) and (orientation: landscape) {
  [dir='rtl'] .component-footer .links.nl-border:before {
    margin-right: -5%; } }

/** Aviato — pg-gl-2019.10.31 - forgotPasswordForm.css **/

.component-forgotPasswordForm .g-recaptcha .grecaptcha-badge {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 auto; }

.component-forgotPasswordForm .step-check-mail {
  display: none; }

@media (min-width: 1024px) {
  .component-forgotPasswordForm .g-recaptcha {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(0.7);
            transform: scale(0.7); } }

/** Aviato — pg-gl-2019.10.31 - forgotPasswordTemplate.css **/

.component-forgotPasswordTemplate .title-row {
  border-bottom: 1px solid #666; }
  .component-forgotPasswordTemplate .title-row .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000000;
    line-height: 1.5; }

.component-forgotPasswordTemplate .forgotPasswordForm label,
.component-forgotPasswordTemplate .forgotPasswordForm .label-text {
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #cccccc; }

.component-forgotPasswordTemplate .forgotPasswordForm .form-actions button {
  padding: 0;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #000000; }
  .component-forgotPasswordTemplate .forgotPasswordForm .form-actions button.hide-password {
    display: none; }

.component-forgotPasswordTemplate .forgotPasswordForm .form-actions .error-message {
  margin: 0;
  padding: 15px 0 0;
  width: 100%;
  line-height: 1rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #AB0015; }

.component-forgotPasswordTemplate .forgotPasswordForm.show-password button.hide-password {
  display: inline-block; }

.component-forgotPasswordTemplate .forgotPasswordForm.show-password button.show-password {
  display: none; }

.component-forgotPasswordTemplate .input-hints {
  line-height: 0.875rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #666; }

.component-forgotPasswordTemplate .btn-reset-password {
  text-transform: uppercase; }

.component-forgotPasswordTemplate .forgotPasswordSuccess {
  display: none; }
  .component-forgotPasswordTemplate .forgotPasswordSuccess .submit-success .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000000; }
  .component-forgotPasswordTemplate .forgotPasswordSuccess .submit-success .content {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #cccccc; }
  .component-forgotPasswordTemplate .forgotPasswordSuccess .submit-success a {
    text-decoration: underline;
    color: #666; }

@media (max-width: 1024px) {
  .component-forgotPasswordTemplate .title-row .title {
    font-size: 1.5rem; }
  .component-forgotPasswordTemplate .form-actions button {
    font-size: 0.625rem;
    letter-spacing: 0.5px; }
  .component-forgotPasswordTemplate .btn-reset-password {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize; } }

/** Aviato — pg-gl-2019.10.31 - freeHTML.css **/

.component-freeHTML {
  width: 100%; }
  .component-freeHTML .title {
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.75rem;
    font-family: "bold";
    font-size: 5px;
    letter-spacing: normal; }
  .component-freeHTML .financialTable {
    margin-bottom: 1rem;
    color: #000000; }
    .component-freeHTML .financialTable table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 7px 0px;
      font-size: 0.95rem;
      letter-spacing: 0; }
      .component-freeHTML .financialTable table p {
        font-size: 0.95rem;
        letter-spacing: 0; }
      .component-freeHTML .financialTable table tr td {
        text-align: right;
        border-bottom-color: #black;
        border-bottom-style: solid;
        border-top-color: #black;
        border-top-style: solid;
        border-top-width: 0px;
        border-bottom-width: 1px;
        padding: 0 5px 0 0; }
        .component-freeHTML .financialTable table tr td p {
          margin-bottom: 0;
          padding: 5px 0; }
          .component-freeHTML .financialTable table tr td p.underscore {
            text-decoration: underline; }
        .component-freeHTML .financialTable table tr td:first-child {
          /*width: 45%;*/
          text-align: left; }
          .component-freeHTML .financialTable table tr td:first-child p {
            line-height: 15px; }
        .component-freeHTML .financialTable table tr td.overlay-link {
          cursor: pointer; }
        .component-freeHTML .financialTable table tr td.italic-element p {
          font-style: italic;
          font-size: 0.85rem; }
      .component-freeHTML .financialTable table tr.column-labels td {
        border-top-width: 0;
        border-bottom: #000000 3px solid;
        vertical-align: bottom; }
        .component-freeHTML .financialTable table tr.column-labels td p {
          line-height: 15px;
          font-weight: 700;
          font-size: 0.7rem; }
      .component-freeHTML .financialTable table tr.column-labels-span-2 td {
        border-top-width: 0;
        border-bottom-width: 1px;
        vertical-align: bottom;
        text-align: center; }
        .component-freeHTML .financialTable table tr.column-labels-span-2 td p {
          line-height: 15px;
          font-weight: 700;
          font-size: 0.7rem; }
      .component-freeHTML .financialTable table tr.empty-row td {
        padding: 15px; }
      .component-freeHTML .financialTable table tr.no-border td {
        border-bottom-width: 0;
        border-top-width: 0; }
      .component-freeHTML .financialTable table tr.sub-total td {
        background-color: #abc9ec; }
      .component-freeHTML .financialTable table tr.total td {
        background-color: #abc9ec;
        border-bottom-width: 3px; }
        .component-freeHTML .financialTable table tr.total td p {
          font-weight: 700; }
      .component-freeHTML .financialTable table tr.just-title td p {
        line-height: 30px; }
      .component-freeHTML .financialTable table tr:first-child.no-border td p {
        line-height: 15px;
        font-weight: 700;
        font-size: 0.7rem; }
    @media (min-width: 768px) {
      .component-freeHTML .financialTable table tr td:first-child {
        width: 45%; }
      .component-freeHTML .financialTable #table021 tr td:first-child, .component-freeHTML .financialTable #table023 tr td:first-child, .component-freeHTML .financialTable #table038 tr td:first-child, .component-freeHTML .financialTable #table040 tr td:first-child, .component-freeHTML .financialTable #table068 tr td:first-child, .component-freeHTML .financialTable #table095 tr td:first-child, .component-freeHTML .financialTable #table109 tr td:first-child, .component-freeHTML .financialTable #table110 tr td:first-child, .component-freeHTML .financialTable #table024 tr td:first-child, .component-freeHTML .financialTable #table025 tr td:first-child, .component-freeHTML .financialTable #table026 tr td:first-child, .component-freeHTML .financialTable #table027 tr td:first-child {
        width: 75%; }
      .component-freeHTML .financialTable #table007 tr td:first-child, .component-freeHTML .financialTable #table009 tr td:first-child, .component-freeHTML .financialTable #table019 tr td:first-child, .component-freeHTML .financialTable #table032 tr td:first-child, .component-freeHTML .financialTable #table033 tr td:first-child {
        width: 55%; }
      .component-freeHTML .financialTable #table032 tr td:first-child, .component-freeHTML .financialTable #table041 tr td:first-child, .component-freeHTML .financialTable #table076 tr td:first-child, .component-freeHTML .financialTable #table113 tr td:first-child, .component-freeHTML .financialTable #table123 tr td:first-child, .component-freeHTML .financialTable #table124 tr td:first-child {
        width: 55%; } }
    @media (min-width: 1025px) {
      .component-freeHTML .financialTable table {
        table-layout: fixed; } }
  .component-freeHTML .gigyaForm {
    width: 100%;
    margin-bottom: 1rem; }
  .component-freeHTML .download-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 20px; }
    .component-freeHTML .download-icons .icon {
      font-size: 1.5rem; }
      .component-freeHTML .download-icons .icon:last-child {
        margin-left: 20px; }

/** Aviato — pg-gl-2019.10.31 - header.css **/

.component-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 50px;
  z-index: 150;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  .component-header.gigya {
    min-height: 50px; }
    .component-header.gigya .language-selector {
      position: absolute;
      right: 20px;
      padding: 0;
      color: #ffffff; }
      .component-header.gigya .language-selector .dropdown-label {
        position: relative;
        padding: 0 12px;
        margin-right: 10px;
        cursor: pointer;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.812rem;
        letter-spacing: 0.5px;
        font-weight: 400; }
        .component-header.gigya .language-selector .dropdown-label:after {
          content: '\E90C';
          font-family: "icomoon";
          font-size: 8px;
          position: absolute;
          top: 4px;
          right: -8px;
          -webkit-transition: .3s;
          transition: .3s; }
      .component-header.gigya .language-selector .items {
        overflow: hidden;
        display: none;
        background: #ffffff;
        position: absolute;
        left: 0;
        padding: 10px 5px 5px; }
        .component-header.gigya .language-selector .items > .language {
          padding: 4px 8px;
          text-transform: uppercase;
          display: block;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.812rem;
          letter-spacing: 0.5px;
          font-weight: 400; }
          .component-header.gigya .language-selector .items > .language:hover span {
            text-decoration: underline; }
      .component-header.gigya .language-selector.active {
        z-index: 101; }
        .component-header.gigya .language-selector.active > .language:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .component-header.is-mobile {
    z-index: 520; }
  .component-header .header-wrapper {
    position: relative; }
    .component-header .header-wrapper .header-title {
      z-index: 100; }
      .component-header .header-wrapper .header-title a {
        display: block; }
      .component-header .header-wrapper .header-title .logo {
        height: 15px;
        width: auto; }
  .component-header .icon-user,
  .component-header .icon-wish,
  .component-header .icon-shop,
  .component-header .icon-search {
    height: 20px;
    padding: 0;
    margin: 0 8px; }
  .component-header.black {
    background: #000000;
    color: #ffffff; }
    .component-header.black .logo.white {
      display: block; }
    .component-header.black .logo.black {
      display: none; }
    .component-header.black .icon-user,
    .component-header.black .icon-wish,
    .component-header.black .icon-shop,
    .component-header.black .icon-search {
      color: #ffffff; }
    .component-header.black .component-minicart a,
    .component-header.black .component-minicart button,
    .component-header.black .component-loginProfile a,
    .component-header.black .component-loginProfile button,
    .component-header.black .component-headerLinks a,
    .component-header.black .component-headerLinks button {
      color: #ffffff; }
    .component-header.black .component-minicart .top-links,
    .component-header.black .component-loginProfile .top-links,
    .component-header.black .component-headerLinks .top-links {
      padding: 15px 10px 0 10px;
      margin: 0; }
      .component-header.black .component-minicart .top-links li,
      .component-header.black .component-loginProfile .top-links li,
      .component-header.black .component-headerLinks .top-links li {
        border-color: #ffffff; }
  .component-header.white {
    background: #ffffff;
    color: #000000; }
    .component-header.white .logo.white {
      display: none; }
    .component-header.white .logo.black {
      display: block; }
    .component-header.white .icon-user,
    .component-header.white .icon-wish,
    .component-header.white .icon-shop,
    .component-header.white .icon-search {
      color: #000000; }
    .component-header.white .component-minicart *,
    .component-header.white .component-loginProfile *,
    .component-header.white .component-headerLinks * {
      color: #000000; }
    .component-header.white .component-minicart .top-links li,
    .component-header.white .component-loginProfile .top-links li,
    .component-header.white .component-headerLinks .top-links li {
      border-color: #000000; }
    .component-header.white .hamburger .hamburger-box .hamburger-inner {
      background-color: #000000 !important; }
      .component-header.white .hamburger .hamburger-box .hamburger-inner:after, .component-header.white .hamburger .hamburger-box .hamburger-inner:before {
        background-color: #000000 !important; }
  .component-header.mobile-menu-opened.black .logo.white, .component-header.mobile-menu-opened.white .logo.white,
  .dialog-active .component-header.black .logo.white,
  .dialog-active .component-header.white .logo.white {
    display: none; }
  .component-header.mobile-menu-opened.black .logo.black, .component-header.mobile-menu-opened.white .logo.black,
  .dialog-active .component-header.black .logo.black,
  .dialog-active .component-header.white .logo.black {
    display: block; }
  .component-header .top-actions {
    list-style: none;
    text-align: right;
    color: #ffffff;
    padding: 15px 10px 0 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.812rem;
    letter-spacing: 0.5px;
    font-weight: 400; }
    .component-header .top-actions li {
      display: inline-block;
      position: relative;
      padding: 0; }
      .component-header .top-actions li .icon-wish,
      .component-header .top-actions li .icon-user,
      .component-header .top-actions li .icon-shop,
      .component-header .top-actions li .icon-search {
        cursor: pointer;
        width: 15px;
        margin: 0 8px; }
  .component-header.gigya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .component-header.gigya .header-wrapper {
      min-height: auto !important; }

.hamburger {
  max-width: 50px; }
  .hamburger .hamburger-box {
    z-index: 110; }
  .hamburger .hamburger-inner {
    -webkit-transition: .4s;
    transition: .4s; }
    .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
      -webkit-transition: .4s;
      transition: .4s; }
  .hamburger.is-active {
    position: relative;
    z-index: 200; }
    .hamburger.is-active .hamburger-inner {
      background-color: #000000; }
      .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background-color: #000000; }

@media (max-width: 1280px) {
  .dialog-active .component-header .component-stripBar {
    height: 0 !important;
    min-height: 0 !important; } }

@media (min-width: 1280px) {
  .component-header {
    min-height: 55px; }
    .dialog-active .component-header.black .logo.white {
      display: block; }
    .dialog-active .component-header.black .logo.black {
      display: none; }
    .dialog-active .component-header.white .logo.white {
      display: none; }
    .dialog-active .component-header.white .logo.black {
      display: block; }
    .component-header .header-wrapper {
      min-height: inherit; }
      .component-header .header-wrapper .header-title .logo {
        width: auto;
        height: 27px;
        z-index: 0; }
    .component-header.expanded {
      min-height: 147px; }
      .component-header.expanded .header-wrapper .header-title .logo {
        height: 47px; } }

/** Aviato — pg-gl-2019.10.31 - headerLinks.css **/

.component-headerLinks .top-links {
  padding: 15px 5px;
  list-style: none;
  margin-bottom: 0; }
  .component-headerLinks .top-links li {
    display: inline-block;
    position: relative;
    color: #ffffff;
    border-left: 1px solid #ffffff;
    padding: 0 12px;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.812rem;
    letter-spacing: 0.5px;
    font-weight: 400; }
    .component-headerLinks .top-links li:first-child {
      border: none; }
    .component-headerLinks .top-links li button,
    .component-headerLinks .top-links li a,
    .component-headerLinks .top-links li span {
      color: #ffffff;
      font-size: 0.6875rem; }
      .component-headerLinks .top-links li button:hover,
      .component-headerLinks .top-links li a:hover,
      .component-headerLinks .top-links li span:hover {
        text-decoration: underline; }
  .component-headerLinks .top-links .location {
    cursor: pointer; }

[dir="rtl"] .component-headerLinks .top-links li {
  border-left: none;
  border-right: 1px solid #ffffff; }
  [dir="rtl"] .component-headerLinks .top-links li .icon-left:before {
    content: '\E91B'; }
  [dir="rtl"] .component-headerLinks .top-links li:first-child {
    border: none; }
  [dir="rtl"] .component-headerLinks .top-links li:last-child {
    border-right: 1px solid #ffffff; }

/** Aviato — pg-gl-2019.10.31 - heroImage.css **/

.component-heroImage {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 0;
  background: #000000;
  overflow: hidden;
  padding: 0 14px;
  margin-top: 0;
  -webkit-transition: height .3s ease-in, margin-top .3s ease-in;
  transition: height .3s ease-in, margin-top .3s ease-in; }
  .component-heroImage .content {
    width: 85.71%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10; }
    .component-heroImage .content .title {
      color: #ffffff;
      position: absolute;
      bottom: 150px;
      left: 0;
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 2.75rem;
      letter-spacing: normal;
      font-weight: 700;
      line-height: 2.5rem;
      padding: 10px 20px; }
      .component-heroImage .content .title.has-background {
        background: rgba(0, 0, 0, 0.6); }
    .component-heroImage .content .cta {
      position: absolute;
      bottom: 25px;
      width: 100%;
      max-height: 120px;
      text-align: left;
      -webkit-transition: .4s;
      transition: .4s; }
      .component-heroImage .content .cta .button {
        margin: 10px 50px 10px 0;
        text-transform: uppercase;
        display: inline-block; }
  .component-heroImage .streaming,
  .component-heroImage .image,
  .component-heroImage .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; }
    .component-heroImage .streaming img,
    .component-heroImage .image img,
    .component-heroImage .video img {
      -o-object-position: center top;
         object-position: center top; }
  .component-heroImage .video video {
    width: 100%; }
  .component-heroImage .countdown {
    position: absolute;
    padding: 7.15%;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-style: italic;
    text-align: left;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 700; }
    .component-heroImage .countdown .countdown-title {
      display: block;
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.875rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-heroImage .countdown span {
      line-height: 40px;
      width: 28px;
      display: inline-block;
      text-align: right;
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
    .component-heroImage .countdown .cta {
      display: block;
      padding: 20px 0; }
  .component-heroImage .streaming {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 15; }
    .component-heroImage .streaming .iframe-container {
      display: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .component-heroImage .streaming .iframe-container .streaming-title {
        display: block;
        text-align: center;
        height: 30px;
        color: #ffffff;
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 1.25rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-heroImage .streaming .iframe-container .iframe {
        width: 100%;
        height: calc(100% - 30px);
        background: #000000;
        border: none; }
  [dir="rtl"] .component-heroImage .content {
    text-align: right; }
    [dir="rtl"] .component-heroImage .content .title,
    [dir="rtl"] .component-heroImage .content .cta {
      left: unset;
      right: 0;
      text-align: right; }
      [dir="rtl"] .component-heroImage .content .title .button,
      [dir="rtl"] .component-heroImage .content .cta .button {
        margin: 10px 0 10px 50px; }
  [dir="rtl"] .component-heroImage .countdown .cta,
  [dir="rtl"] .component-heroImage .countdown .countdown-title {
    text-align: right; }
  [dir="rtl"] .component-heroImage .countdown .countdown-container {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    [dir="rtl"] .component-heroImage .countdown .countdown-container span {
      margin: 0 2px; }

body .white .component-heroImage,
body .has-bg .component-heroImage {
  padding: 0;
  z-index: 2; }

@media (min-width: 1024px) {
  .component-heroImage {
    padding: 0 20px; }
    .component-heroImage .content .title {
      font-size: 3.25rem;
      line-height: 4.5rem;
      bottom: 100px; }
    .component-heroImage .content .cta {
      height: 80px; }
    .component-heroImage .countdown {
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 700;
      padding: 0;
      position: relative; }
      .component-heroImage .countdown .countdown-title {
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 2.5rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-heroImage .countdown span {
        line-height: 60px;
        width: 75px;
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 4.5rem;
        letter-spacing: 0.5px;
        font-weight: 700; }
    .component-heroImage .streaming .iframe-container {
      margin-top: 15px; }
    [dir="rtl"] .component-heroImage .countdown .cta,
    [dir="rtl"] .component-heroImage .countdown .countdown-title {
      text-align: center; }
    [dir="rtl"] .component-heroImage .countdown .countdown-container {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      [dir="rtl"] .component-heroImage .countdown .countdown-container span {
        margin: 0 10px; } }

/** Aviato — pg-gl-2018.08.23 - homepage.css **/

 body {
  /*     height: 200vh; */ }

/** Aviato — pg-gl-2019.10.31 - imageDetail.css **/

.component-imageDetail {
  font-family: "source-han-serif-sc", sans-serif;
  position: relative; }
  .component-imageDetail.layout1 .description {
    border: 1px solid #000000; }
    .component-imageDetail.layout1 .description.js-hovered {
      border: 1px solid #cccccc; }
  .component-imageDetail.layout2 .description {
    border: 1px solid transparent;
    top: 0;
    left: 59%;
    padding: 10px 0px 10px 10px;
    bottom: auto; }
    .component-imageDetail.layout2 .description .text {
      display: block;
      margin-top: 18px;
      margin-bottom: 18px; }
  .component-imageDetail .border-image {
    position: relative; }
    .component-imageDetail .border-image::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid transparent; }
  .component-imageDetail .smallImage {
    z-index: 3;
    position: absolute;
    -webkit-transition: top .5s ease-out;
    transition: top .5s ease-out; }
  .component-imageDetail .description {
    position: absolute;
    top: auto;
    bottom: -10%;
    left: 25%;
    padding: 20px;
    background-color: #ffffff;
    z-index: 2; }
    .component-imageDetail .description .title {
      line-height: 1.75rem; }
    .component-imageDetail .description .text {
      line-height: 1.375rem; }
  [dir="rtl"] .component-imageDetail.layout2 .description {
    left: unset;
    right: 59%;
    padding-right: 10px;
    padding-left: 0; }

@media (min-width: 1024px) {
  .component-imageDetail.layout1 .description {
    top: 5%;
    left: 35%; }
  .component-imageDetail.layout2 .description {
    top: 45%;
    left: 59%; }
  .component-imageDetail .description {
    bottom: auto; }
    .component-imageDetail .description .text {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.375rem;
      letter-spacing: 1px;
      font-weight: 400;
      line-height: 1.36;
      margin-top: 12px;
      margin-bottom: 11px; }
    .component-imageDetail .description .text-ul {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.125rem;
      letter-spacing: 1px;
      font-weight: 400; }
  [dir="rtl"] .component-imageDetail.layout2 .bigImage {
    margin-left: unset !important;
    margin-right: 8.333% !important; } }

@media (min-width: 1025px) {
  .component-imageDetail.hovered .border-image::before {
    border-color: #000000; }
  .component-imageDetail.hovered .description {
    color: #d8d8d8; }
    .component-imageDetail.hovered .description a {
      color: #d8d8d8; }
  .component-imageDetail.hovered.layout1 .description {
    border-color: #cccccc; } }

/** Aviato — pg-gl-2019.10.31 - imageWithLink.css **/

.component-imageWithLink .image-link {
  width: 100%; }

.component-imageWithLink .text {
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  position: absolute;
  bottom: 10px; }

@media screen and (min-width: 1025px) {
  .component-imageWithLink .image-link {
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    border: 2px solid transparent; }
    .component-imageWithLink .image-link:hover {
      border-color: transparent; } }

/** Aviato — pg-gl-2019.10.31 - lang.css **/

 

/** Aviato — pg-gl-2019.10.31 - legalPageTemplate.css **/

.component-legalPageTemplate {
  margin: 30px 0; }
  .component-legalPageTemplate .content {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-legalPageTemplate .content p {
      line-height: 1rem;
      margin: 40px 0; }
    .component-legalPageTemplate .content .table-container {
      overflow: auto; }
      .component-legalPageTemplate .content .table-container .table-border {
        min-width: 600px; }
        .component-legalPageTemplate .content .table-container .table-border td {
          border: 1px solid #000000;
          padding: 3px; }

/* Media queries */
@media (min-width: 1024px) {
  .component-legalPageTemplate .content p {
    line-height: 1.75rem; } }

/** Aviato — pg-gl-2019.10.31 - liveChat.css **/

.component-liveChat {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 151;
  /* styling form */ }
  .component-liveChat .icon-chat-default {
    width: 100%; }
  .component-liveChat .icon-chat-default:before {
    width: 100%; }
  .component-liveChat #chatContainer,
  .component-liveChat #anon-form-container {
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    height: calc(100% - 50px);
    width: 100%;
    background: #ffffff;
    border: 1px solid #000000;
    color: #666; }
  .component-liveChat .web-chat-button-container {
    margin: 60px 60px -80px 60px;
    float: right; }
  .component-liveChat .web-chat-button {
    text-transform: uppercase;
    color: #000000;
    background-color: #ffffff;
    padding: 10px 35px;
    z-index: 1031; }
  .component-liveChat #starChat {
    margin-top: auto;
    border-radius: 0;
    background-color: #000000;
    color: #ffffff; }
  .component-liveChat #starChat:hover {
    color: #ffffff; }
  .component-liveChat .anon-form-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 0 37px; }
  .component-liveChat #anon-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .component-liveChat .form-group:first-child {
    margin-top: auto; }
  .component-liveChat .anon-form-body::-webkit-input-placeholder {
    text-align: right !important; }
  .component-liveChat .anon-form-body:-moz-placeholder {
    text-align: right !important; }
  .component-liveChat .anon-form-body::-moz-placeholder {
    text-align: right !important; }
  .component-liveChat .anon-form-body:-ms-input-placeholder {
    text-align: right !important; }
  .component-liveChat .anon-form-body::-ms-input-placeholder {
    text-align: right !important; }
  .component-liveChat .anon-form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 12px; }
  .component-liveChat .anon-form-header-title {
    margin: 0 auto;
    color: #000000; }
  .component-liveChat #close-web-chat {
    color: #000000;
    -ms-flex-item-align: center;
        align-self: center;
    cursor: pointer; }
  .component-liveChat #close-chat {
    position: absolute;
    top: 5px;
    left: 20px;
    cursor: pointer;
    z-index: 1200;
    background-image: url(../pradaglobal/images/live-chat-close.png) !important; }
  .component-liveChat #anon-form input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #666;
    width: 100%;
    color: #000000;
    margin-bottom: 6px;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .component-liveChat #anon-form input::-webkit-input-placeholder {
    text-align: left !important; }
  .component-liveChat #anon-form input:-moz-placeholder {
    text-align: left !important; }
  .component-liveChat #anon-form input::-moz-placeholder {
    text-align: left !important; }
  .component-liveChat #anon-form input:-ms-input-placeholder {
    text-align: left !important; }
  .component-liveChat #anon-form input::-ms-input-placeholder {
    text-align: left !important; }
  .component-liveChat .open-web-chat {
    position: absolute;
    display: none;
    background-color: #000000;
    width: 46px;
    height: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 25px;
    bottom: 0; }

@media (min-width: 768px) {
  .component-liveChat #close-chat {
    top: 10px;
    left: 20px; }
  .component-liveChat .open-web-chat {
    right: 100px; }
  .component-liveChat #chatContainer,
  .component-liveChat #anon-form-container {
    position: absolute;
    display: none;
    width: 300px;
    height: 390px;
    right: 100px;
    bottom: 0px;
    display: none; } }

/** Aviato — pg-gl-2019.10.31 - loadMore.css **/

.component-loadMore .more {
  line-height: 1rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer; }
  .component-loadMore .more:hover, .component-loadMore .more:active {
    opacity: 1; }

@media screen and (min-width: 1025px) {
  .component-loadMore .more:hover, .component-loadMore .more:active {
    opacity: 0.6; } }

/** Aviato — pg-gl-2018.08.23 - location.css **/

 .component-location {
  padding-bottom: 80px; }

@media screen and (min-width: 1024px) {
  .component-location {
    height: 50vh;
    overflow: hidden;
    overflow-y: auto; } }

/** Aviato — pg-gl-2019.10.31 - loginForm.css **/

.component-loginForm {
  text-align: center; }
  .component-loginForm .actions {
    display: block; }
  .component-loginForm .loginForm,
  .component-loginForm .forgotPassword,
  .component-loginForm .socialForm {
    display: none; }
  .component-loginForm.social-active .actions .goto-account {
    display: none; }
  .component-loginForm.social-active .actions .goto-social {
    display: none; }
  .component-loginForm.social-active .loginForm {
    display: none; }
  .component-loginForm.social-active .socialForm {
    display: block; }
  .component-loginForm.account-active .actions .goto-account {
    display: none; }
  .component-loginForm.account-active .actions .goto-social {
    display: none; }
  .component-loginForm.account-active .loginForm {
    display: block; }
  .component-loginForm.account-active .socialForm {
    display: none; }
  .component-loginForm .button:active, .component-loginForm .button:focus {
    padding-left: 20px;
    padding-right: 20px; }
  .component-loginForm .goto-forgot {
    color: #747481;
    opacity: 1 !important; }
    .component-loginForm .goto-forgot:hover, .component-loginForm .goto-forgot:focus {
      text-decoration: underline; }

/** Aviato — pg-gl-2019.10.31 - loginProfile.css **/

.component-loginProfile .user-logged {
  display: none;
  color: #cccccc; }
  .component-loginProfile .user-logged .extended {
    display: none; }
  .component-loginProfile .user-logged.extended .extended {
    display: block;
    line-height: 1.125rem; }
    .component-loginProfile .user-logged.extended .extended .login {
      display: block;
      white-space: nowrap; }
  .component-loginProfile .user-logged.extended .profile {
    display: none; }

.component-loginProfile.logged .user-unlogged {
  display: none; }

.component-loginProfile.logged .user-logged {
  display: block; }

.component-header.black .component-loginProfile .user-unlogged a,
.component-header.black .component-loginProfile .user-logged a {
  color: #ffffff; }

.component-header.white .component-loginProfile .user-unlogged a,
.component-header.white .component-loginProfile .user-logged a {
  color: #000000; }

@media screen and (min-width: 1280px) {
  .component-loginProfile .user-logged.extended .extended .login {
    display: inline-block; } }

/** Aviato — pg-gl-2019.10.31 - mainNavigation.css **/

.component-mainNavigation {
  position: fixed;
  top: 50px;
  background: #f7f7f7;
  text-align: center;
  width: 100%;
  z-index: 100; }
  .component-mainNavigation .ps-only {
    display: none; }
  .component-mainNavigation .navigation-inner-wrapper {
    display: none; }
  .component-mainNavigation .navigation-inner-wrapper > .selected {
    height: 50px;
    line-height: 50px;
    width: 100%;
    cursor: pointer;
    background: #ffffff;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8; }
    .component-mainNavigation .navigation-inner-wrapper > .selected:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .focus-visible .component-mainNavigation .navigation-inner-wrapper > .selected:focus span {
        -webkit-box-shadow: 0 0 2px 2px #4e96e9;
                box-shadow: 0 0 2px 2px #4e96e9; }
    .component-mainNavigation .navigation-inner-wrapper > .selected span {
      display: inline;
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.5rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-mainNavigation .navigation-inner-wrapper > .selected span:after {
        content: '\E90C';
        font-family: "icomoon";
        font-size: 0.875rem;
        color: #cccccc;
        position: absolute;
        -webkit-transition: .2s;
        transition: .2s;
        padding: 0 10px; }
    .component-mainNavigation .navigation-inner-wrapper > .selected.active span:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .component-mainNavigation .navigation-inner-wrapper > .selected.white {
      background: #ffffff; }
      .component-mainNavigation .navigation-inner-wrapper > .selected.white span {
        color: #000000; }
        .component-mainNavigation .navigation-inner-wrapper > .selected.white span:after {
          color: #cccccc; }
    .component-mainNavigation .navigation-inner-wrapper > .selected.black {
      background: #000000; }
      .component-mainNavigation .navigation-inner-wrapper > .selected.black span {
        color: #ffffff; }
        .component-mainNavigation .navigation-inner-wrapper > .selected.black span:after {
          color: #cccccc; }
  .component-mainNavigation .navigation-inner-wrapper > .main-items {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666; }
  .component-mainNavigation .navigation-inner-wrapper > .links {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8; }
  .component-mainNavigation .navigation-inner-wrapper > .main-items,
  .component-mainNavigation .navigation-inner-wrapper > .links {
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #ffffff;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .component-mainNavigation .navigation-inner-wrapper > .main-items.white,
    .component-mainNavigation .navigation-inner-wrapper > .links.white {
      background: #ffffff; }
      .component-mainNavigation .navigation-inner-wrapper > .main-items.white span,
      .component-mainNavigation .navigation-inner-wrapper > .links.white span {
        color: #000000; }
        .component-mainNavigation .navigation-inner-wrapper > .main-items.white span a,
        .component-mainNavigation .navigation-inner-wrapper > .links.white span a {
          color: #000000; }
    .component-mainNavigation .navigation-inner-wrapper > .main-items.black,
    .component-mainNavigation .navigation-inner-wrapper > .links.black {
      background: #000000; }
      .component-mainNavigation .navigation-inner-wrapper > .main-items.black span,
      .component-mainNavigation .navigation-inner-wrapper > .links.black span {
        color: #ffffff; }
        .component-mainNavigation .navigation-inner-wrapper > .main-items.black span a,
        .component-mainNavigation .navigation-inner-wrapper > .links.black span a {
          color: #ffffff; }
  .component-mainNavigation .navigation-inner-wrapper .span-style, .component-mainNavigation .navigation-inner-wrapper > .main-items span[data-submenu], .component-mainNavigation .navigation-inner-wrapper > .links span {
    position: relative;
    cursor: pointer;
    display: inline;
    padding: 0 20px;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.5rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-mainNavigation .navigation-inner-wrapper > .main-items .js-jump-to-subcategory {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .component-mainNavigation .navigation-inner-wrapper > .main-items .js-jump-to-subcategory .icon {
      font-size: 1rem; }
  .component-mainNavigation .navigation-inner-wrapper > .main-items {
    cursor: default; }
  .component-mainNavigation .navigation-inner-wrapper > .items {
    display: none;
    background: #f7f7f7;
    margin-bottom: 0; }
    .component-mainNavigation .navigation-inner-wrapper > .items .item {
      height: 75px;
      line-height: 75px;
      padding: 0 64px;
      display: inline-block;
      cursor: pointer;
      color: #000000;
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.875rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-mainNavigation .navigation-inner-wrapper > .items .item:hover, .component-mainNavigation .navigation-inner-wrapper > .items .item.selected {
        background: #d8d8d8;
        color: #666; }
  [dir="rtl"] .component-mainNavigation .navigation-inner-wrapper > .selected span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    [dir="rtl"] .component-mainNavigation .navigation-inner-wrapper > .selected span:after {
      position: static; }

/** Aviato — pg-gl-2018.08.23 - merideVideo.css **/

 .component-merideVideo {
  width: 100%;
  min-height: 50vh; }
  .component-merideVideo .meride-video-container {
    overflow: hidden; }
    .component-merideVideo .meride-video-container.noControls .otherComponents,
    .component-merideVideo .meride-video-container.noControls .boxcenter {
      display: none !important; }
    .component-merideVideo .meride-video-container.cover video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }

/** Aviato — pg-gl-2019.10.31 - miniCartContainer.css **/

.component-miniCartContainer .title {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  font-weight: 400; }

.component-miniCartContainer .items {
  width: 100%;
  text-align: center; }

.component-miniCartContainer .recap {
  width: 100%;
  text-align: right;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  font-weight: 400; }
  .component-miniCartContainer .recap .price {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-weight: 700; }

.component-miniCartContainer .actions {
  width: 100%; }
  .component-miniCartContainer .actions .review-link {
    color: #747481;
    text-decoration: underline;
    font-size: 0.75rem; }
  .component-miniCartContainer .actions a:not(.button) {
    color: #747481 !important;
    text-decoration: underline; }

[dir="rtl"] .component-miniCartContainer .recap {
  text-align: left; }

@media (min-width: 1024px) {
  .component-miniCartContainer .items {
    max-height: 40vh; }
    .component-miniCartContainer .items .simplebar-scroll-content {
      max-height: 40vh; } }

/** Aviato — pg-gl-2019.10.31 - miniCartItem.css **/

.component-miniCartItem {
  width: 100%; }
  .component-miniCartItem .mini-cart-items-container {
    width: 100%; }
  .component-miniCartItem .item-box {
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    background: #f7f7f7;
    margin: 5px 0; }
    .component-miniCartItem .item-box .main-container .model {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-miniCartItem .item-box .main-container .price .current-price {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-miniCartItem .item-box .main-container .price .old-price {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.625rem;
      letter-spacing: normal;
      font-weight: 400;
      color: #666;
      text-decoration: line-through; }
    .component-miniCartItem .item-box .main-container .item-remove .icon-close {
      color: #000000;
      cursor: pointer; }

/** Aviato — pg-gl-2019.10.31 - minicart.css **/

.component-minicart .cart-container .cart-button {
  padding: 0;
  margin: 0 5px; }
  .component-minicart .cart-container .cart-button .totItems {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }

/** Aviato — pg-gl-2019.10.31 - mobileMenu.css **/

.component-mobileMenu {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: .4s;
  transition: .4s; }
  .component-mobileMenu.is-active {
    height: 100vh; }
  .component-mobileMenu.is-dialog-open {
    z-index: 600; }
  .component-mobileMenu .login {
    position: absolute;
    top: 12px;
    right: 22px; }
    .component-mobileMenu .login a {
      position: relative;
      color: #000000;
      text-decoration: underline;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400; }
  .component-mobileMenu > .content {
    position: absolute;
    height: calc(100vh - 50px);
    width: calc(100% - 40px);
    top: 50px;
    margin: 0 20px;
    border-top: 1px solid #000000;
    overflow: hidden;
    overflow-y: auto; }
    .component-mobileMenu > .content .firstLevel,
    .component-mobileMenu > .content .secondLevel,
    .component-mobileMenu > .content .thirdLevel {
      background: #ffffff;
      position: absolute;
      top: 0;
      width: 100%; }
    .component-mobileMenu > .content .firstLevel {
      left: 0;
      z-index: 0;
      background: #ffffff;
      cursor: pointer;
      padding: 10px 0; }
      .component-mobileMenu > .content .firstLevel .item {
        display: block;
        color: #000000;
        padding: 5px 15px;
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 1.75rem;
        letter-spacing: 0.5px;
        font-weight: 400; }
        .component-mobileMenu > .content .firstLevel .item:after {
          content: '\E91B';
          font-family: "icomoon";
          padding: 0 10px;
          font-size: 0.875rem;
          line-height: 1.875rem;
          position: relative;
          bottom: 2px; }
    .component-mobileMenu > .content .secondLevel,
    .component-mobileMenu > .content .thirdLevel {
      left: 100%;
      background: #ffffff;
      cursor: pointer; }
      .component-mobileMenu > .content .secondLevel .nav,
      .component-mobileMenu > .content .thirdLevel .nav {
        position: relative;
        width: 100%;
        color: #000000;
        border-bottom: 1px solid #000000;
        height: 50px; }
        .component-mobileMenu > .content .secondLevel .nav .back,
        .component-mobileMenu > .content .thirdLevel .nav .back {
          position: absolute;
          line-height: 50px;
          font-family: "source-han-serif-sc", sans-serif;
          font-size: 1.5rem;
          letter-spacing: 0.5px;
          font-weight: 400;
          white-space: nowrap; }
          .component-mobileMenu > .content .secondLevel .nav .back:before,
          .component-mobileMenu > .content .thirdLevel .nav .back:before {
            content: '\E913';
            font-family: "icomoon";
            padding: 0 10px;
            font-size: 0.875rem;
            line-height: 1.875rem;
            position: relative;
            bottom: 2px; }
        .component-mobileMenu > .content .secondLevel .nav .all,
        .component-mobileMenu > .content .thirdLevel .nav .all {
          position: absolute;
          padding: 0 20px;
          line-height: 50px;
          right: 0;
          text-decoration: underline;
          font-family: "source-han-serif-sc", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400;
          white-space: nowrap; }
      .component-mobileMenu > .content .secondLevel .items,
      .component-mobileMenu > .content .thirdLevel .items {
        display: block;
        color: #000000;
        padding: 5px 15px;
        list-style: none;
        width: 83%;
        margin: 0 auto; }
        .component-mobileMenu > .content .secondLevel .items li,
        .component-mobileMenu > .content .thirdLevel .items li {
          position: relative;
          display: block;
          width: 100%;
          padding: 10px 0;
          border-bottom: 1px solid #cccccc;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: 0.5px;
          font-weight: 400; }
          .component-mobileMenu > .content .secondLevel .items li.selected,
          .component-mobileMenu > .content .thirdLevel .items li.selected {
            font-weight: 700; }
          .component-mobileMenu > .content .secondLevel .items li:after,
          .component-mobileMenu > .content .thirdLevel .items li:after {
            position: absolute;
            right: 0;
            content: '\E91B';
            font-family: "icomoon";
            font-size: 0.875rem;
            line-height: 1.875rem;
            bottom: 4px; }
        .component-mobileMenu > .content .secondLevel .items .subitems,
        .component-mobileMenu > .content .thirdLevel .items .subitems {
          display: none; }
    .component-mobileMenu > .content .secondLevel {
      z-index: 10; }
    .component-mobileMenu > .content .thirdLevel {
      z-index: 20; }
    .component-mobileMenu > .content .commonLinks {
      position: absolute;
      width: 100%;
      border-top: 1px solid #000000;
      z-index: 30;
      background: #ffffff;
      margin-bottom: 50px; }
      .component-mobileMenu > .content .commonLinks ul {
        margin: 0;
        list-style: none;
        padding: 10px; }
        .component-mobileMenu > .content .commonLinks ul li {
          color: #000000;
          text-align: center;
          padding: 5px; }
  [dir="rtl"] .component-mobileMenu > .content .secondLevel,
  [dir="rtl"] .component-mobileMenu > .content .thirdLevel {
    right: 100%;
    left: unset; }
    [dir="rtl"] .component-mobileMenu > .content .secondLevel .nav .back,
    [dir="rtl"] .component-mobileMenu > .content .thirdLevel .nav .back {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      [dir="rtl"] .component-mobileMenu > .content .secondLevel .nav .back:before,
      [dir="rtl"] .component-mobileMenu > .content .thirdLevel .nav .back:before {
        content: '\E91B'; }
    [dir="rtl"] .component-mobileMenu > .content .secondLevel .nav .all,
    [dir="rtl"] .component-mobileMenu > .content .thirdLevel .nav .all {
      right: unset;
      left: 0; }
    [dir="rtl"] .component-mobileMenu > .content .secondLevel .items li:after,
    [dir="rtl"] .component-mobileMenu > .content .thirdLevel .items li:after {
      right: unset;
      left: 0;
      content: '\E913'; }
  [dir="rtl"] .component-mobileMenu .firstLevel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    [dir="rtl"] .component-mobileMenu .firstLevel .item:after {
      content: '\E913'; }

/** Aviato — pg-gl-2019.10.31 - modal.css **/

.component-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 520; }
  .component-modal .content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 20px 20px 20px;
    background: #ffffff;
    height: auto;
    width: 100%;
    min-height: 100vh; }
    .component-modal .content .close {
      position: absolute;
      right: 10px;
      top: 10px;
      height: 15px;
      width: 15px;
      cursor: pointer;
      opacity: 1;
      z-index: 10;
      font-size: 0.875rem; }
    .component-modal .content .title {
      margin-bottom: 35px;
      border-bottom: 1px solid #666;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-modal .content .title.no-border {
        border: none; }
      .component-modal .content .title .big {
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 1.875rem;
        letter-spacing: normal;
        font-weight: 700;
        color: #000000; }
    .component-modal .content .logo-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px; }
      .component-modal .content .logo-cover:after {
        content: '';
        width: 90%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 1px;
        background: #666;
        bottom: 0; }
      .component-modal .content .logo-cover .logo {
        height: 15px; }
  .component-modal.active {
    display: block; }
  .component-modal:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .focus-visible .component-modal:focus .content {
      -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
              box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-modal .button:active {
    padding-left: 20px;
    padding-right: 20px; }
  .component-modal#avalaraModal .content {
    min-height: 220px; }
  [dir="rtl"] .component-modal .close {
    left: 10px;
    right: inherit !important; }

@media (min-width: 1024px) {
  .component-modal .content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 350px;
    min-height: 300px;
    max-height: 90vh; }
  .component-modal.big {
    padding: 50px 0; }
    .component-modal.big .content {
      width: 90%;
      padding: 50px; }
      .component-modal.big .content .close {
        right: 20px;
        top: 20px;
        height: 20px;
        width: 20px;
        font-size: 1.25rem; }
  [dir="rtl"] .component-modal.big .close {
    left: 20px;
    right: inherit; } }

/** Aviato — pg-gl-2019.10.31 - newsletterSubscription.css **/

.component-newsletterSubscription {
  width: 100%;
  position: relative; }
  .component-newsletterSubscription .main-title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.875rem;
    letter-spacing: normal;
    font-weight: 700;
    color: #000000; }
  .component-newsletterSubscription .sub-title {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #747481; }
  .component-newsletterSubscription .subscribe-step > .error-message {
    margin: 0;
    padding: 15px 0 0;
    width: 100%;
    line-height: 1rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #AB0015; }
  .component-newsletterSubscription .subscribe-done-step {
    display: none; }
  .component-newsletterSubscription .gender-row .listbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
    margin-left: 0; }
    .component-newsletterSubscription .gender-row .listbox .button-gender {
      width: calc(1/2*100% - (1 - 1/2)*5px);
      position: relative; }
  .component-newsletterSubscription .gender-row .hidden-text,
  .component-newsletterSubscription .gender-row label {
    display: inline;
    opacity: 0;
    position: absolute;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    left: 0; }
  .component-newsletterSubscription .gender-row .button-gender {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    width: 100%;
    padding: 10px 0;
    color: #747481;
    border: 1px solid #747481;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .component-newsletterSubscription .gender-row .button-gender .icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 30px;
      display: none; }
    .component-newsletterSubscription .gender-row .button-gender.selected {
      color: #000000;
      border-color: #000000; }
      .component-newsletterSubscription .gender-row .button-gender.selected .icon {
        display: inline-block; }

/** Aviato — pg-gl-2019.10.31 - overlay.css **/

body .component-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  height: 100vh;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  body .component-overlay .loader {
    background: #ffffff;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0; }
    body .component-overlay .loader .preloader {
      width: 200px;
      -webkit-animation: flickerAnimation 3.5s infinite;
              animation: flickerAnimation 3.5s infinite; }

body .js-overlay-opener {
  cursor: pointer; }

body.overlay-active {
  overflow: hidden;
  height: 100vh; }
  body.overlay-active.overlay-scroll {
    overflow: auto; }
  body.overlay-active .component-overlay {
    display: block;
    opacity: 1; }
  body.overlay-active.overlay-white .component-overlay {
    background: rgba(255, 255, 255, 0.8); }

body.no-scroll {
  overflow: hidden; }

html.overlay-active {
  overflow: hidden;
  height: 100vh; }

/** Aviato — pg-gl-2019.10.31 - overlayImageGallery.css **/

.component-overlayImageGallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #ffffff;
  z-index: 520; }
  .component-overlayImageGallery:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .focus-visible .component-overlayImageGallery:focus .content {
      -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
              box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-overlayImageGallery .content {
    width: calc( 71.43% + 40px);
    margin: 30px auto;
    padding: 30px 0;
    position: relative;
    height: calc(100vh - 60px); }
    .component-overlayImageGallery .content .close-button {
      position: absolute;
      top: 0;
      right: 0; }
      .component-overlayImageGallery .content .close-button:before {
        content: '\E90A';
        font-family: "icomoon";
        color: #000000; }
    .component-overlayImageGallery .content .component-slider {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .component-overlayImageGallery .content .component-slider img {
        max-height: calc(100vh - 150px); }
  [dir="rtl"] .component-overlayImageGallery .content .close-button {
    right: inherit;
    left: 0; }

@media (min-width: 1024px) {
  .component-overlayImageGallery .content .close-button {
    right: -30px; }
  [dir="rtl"] .component-overlayImageGallery .content .close-button {
    right: inherit;
    left: -30px; } }

/** Aviato — pg-gl-2019.10.31 - overlaySizeGuide.css **/

.component-overlaySizeGuide {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #ffffff;
  z-index: 520; }
  .component-overlaySizeGuide:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .component-overlaySizeGuide:focus .content {
      width: calc(100% - 4px);
      margin: 2px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
      .focus-visible .component-overlaySizeGuide:focus .content {
        -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
                box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-overlaySizeGuide:active .content {
    margin: initial !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .component-overlaySizeGuide .manSize,
  .component-overlaySizeGuide .womanSize,
  .component-overlaySizeGuide .beltsSize {
    padding: 0 2%; }
  .component-overlaySizeGuide .allSizeSubtitle {
    line-height: 1.5; }
  .component-overlaySizeGuide .inner-content {
    padding: 0; }
    .component-overlaySizeGuide .inner-content > .navigator {
      width: 100%; }
  .component-overlaySizeGuide .content {
    overflow: hidden;
    overflow-y: auto;
    margin: 0 0 30px;
    position: relative;
    height: 100%; }
    .component-overlaySizeGuide .content .close-button {
      position: fixed;
      z-index: 2;
      top: 15px;
      right: 35px; }
      .component-overlaySizeGuide .content .close-button:before {
        content: '\E90A';
        font-family: "icomoon";
        color: #000000; }
    .component-overlaySizeGuide .content .component-slider {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .component-overlaySizeGuide .content .component-slider img {
        max-height: calc(100vh - 150px); }
    .component-overlaySizeGuide .content .allSizeTitle {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 2.25rem;
      letter-spacing: normal;
      font-weight: 700;
      line-height: 2.5rem;
      display: block; }
    .component-overlaySizeGuide .content .allSizeTitleSubtitle {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.375rem;
      letter-spacing: normal;
      font-weight: 400;
      line-height: 1.375rem; }
    .component-overlaySizeGuide .content .size-guide-nav {
      position: relative; }
    .component-overlaySizeGuide .content .size-guide-nav .nav > li {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.5rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-overlaySizeGuide .content .size-guide-nav .nav li a {
      border-radius: 0;
      padding: 1rem;
      text-decoration: underline;
      padding-right: 1.5rem; }
    .component-overlaySizeGuide .content .titleGuideSection--top {
      width: 50%; }
      .component-overlaySizeGuide .content .titleGuideSection--top .titleGuideSectionLabel {
        border-bottom: 1px solid #d8d8d8; }
      .component-overlaySizeGuide .content .titleGuideSection--top .titleGuideSectionText {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400; }
    .component-overlaySizeGuide .content .titleGuideSectionLabel {
      line-height: 1.5; }
    .component-overlaySizeGuide .content .titleGuideSection .titleGuideSectionLabel {
      color: #000000; }
    .component-overlaySizeGuide .content .titleGuideSectionLabel--top {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 3rem;
      letter-spacing: normal;
      font-weight: 700;
      line-height: 3rem; }
    .component-overlaySizeGuide .content .size-guide-section .titleGuideSection .titleGuideSectionLabel {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.75rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-overlaySizeGuide .content .size-guide-section {
      margin-top: 40px;
      margin-bottom: 10px;
      float: left;
      padding: 0 3%; }
    .component-overlaySizeGuide .content .titleGuideSection {
      margin: 0 auto; }
    .component-overlaySizeGuide .content .size-guide-section .size-description {
      text-align: center;
      color: #666;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-overlaySizeGuide .content .size-guide-section .allTitlesSize {
      margin-bottom: 10px;
      width: 100%; }
      .component-overlaySizeGuide .content .size-guide-section .allTitlesSize .separator {
        border-left: 1px solid #000000; }
    .component-overlaySizeGuide .content .size-guide-section .allTitlesSize .nextTitleSize {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 700;
      margin-top: 10px;
      margin-bottom: 10px;
      color: #666;
      text-transform: uppercase;
      width: 20%;
      word-wrap: break-word; }
    .component-overlaySizeGuide .content .allTitlesSize .nextGroupSize:nth-child(odd) {
      background: #f7f7f7; }
    .component-overlaySizeGuide .content .itemSize {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400;
      color: #666;
      line-height: 2rem; }
    .component-overlaySizeGuide .content .nextTitleSize {
      padding-bottom: 15px; }
    .component-overlaySizeGuide .content .one-half {
      width: 50% !important; }
    .component-overlaySizeGuide .content .one-third {
      width: 33% !important; }
    .component-overlaySizeGuide .content .one-fourth {
      width: 25% !important; }
    .component-overlaySizeGuide .content .one-six {
      width: 16.667% !important; }
    .component-overlaySizeGuide .content .one-seventh {
      width: 14.285% !important; }
    .component-overlaySizeGuide .content .one-eighth {
      width: 12.5% !important; }
    .component-overlaySizeGuide .content .one-ninth {
      width: 11.111% !important; }
    .component-overlaySizeGuide .content .one-tenth {
      width: 10% !important; }
  .component-overlaySizeGuide.sticky .inner-content > .navigator {
    position: fixed;
    margin: 0 -8px;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 1; }
  [dir="rtl"] .component-overlaySizeGuide .content .close-button {
    right: inherit;
    left: 35px; }

@media (min-width: 1024px) {
  .component-overlaySizeGuide .inner-content {
    padding: 0 8%; }
  .component-overlaySizeGuide .manSize,
  .component-overlaySizeGuide .womanSize,
  .component-overlaySizeGuide .beltsSize {
    padding: 0 5%; } }

/** Aviato — pg-gl-2019.10.31 - overlayVideo.css **/

.component-overlayVideo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #000000;
  z-index: 520; }
  .component-overlayVideo:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .component-overlayVideo:focus .content {
      width: calc(100% - 4px);
      margin: 2px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
      .focus-visible .component-overlayVideo:focus .content {
        -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
                box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-overlayVideo:active .content {
    margin: initial !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .component-overlayVideo .content {
    width: 100%;
    position: relative;
    height: 100vh; }
    .component-overlayVideo .content .close-button {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 10; }
      .component-overlayVideo .content .close-button:before {
        content: '\E90A';
        font-family: "icomoon";
        color: #ffffff; }
    .component-overlayVideo .content video {
      height: 100vh;
      width: 100%; }
      .component-overlayVideo .content video:focus {
        width: calc(100% - 4px);
        margin: 2px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear; }
      .component-overlayVideo .content video:active {
        margin: initial !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
    .component-overlayVideo .content .jump-to-close {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 5px;
      background: #000000;
      color: #ffffff;
      font-size: 0.625rem;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
      cursor: pointer; }
      .component-overlayVideo .content .jump-to-close:focus {
        -webkit-transform: translate(0);
                transform: translate(0); }
  [dir="rtl"] .component-overlayVideo .content .close-button {
    right: inherit;
    left: 20px; }

/** Aviato — pg-gl-2019.10.31 - plpTemplate.css **/

.component-plpTemplate .plp-heading {
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.5px;
  font-weight: 700; }

.component-plpTemplate .more-button {
  line-height: 1rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer; }
  .component-plpTemplate .more-button:hover, .component-plpTemplate .more-button:active {
    opacity: 1; }

.component-plpTemplate .hidden.more, .component-plpTemplate .hidden.products {
  display: none; }

/** Aviato — pg-gl-2019.10.31 - privacyModal.css **/

.component-privacyModal .component-modal .content .privacy-content {
  max-height: calc(90vh - 205px); }

.component-privacyModal .component-modal .content .scrollable {
  max-height: 100px; }

.component-privacyModal .component-modal .content .check-wrapper {
  position: relative;
  background-color: #f7f7f7;
  margin-bottom: 2px;
  padding: 10px 35px; }
  .component-privacyModal .component-modal .content .check-wrapper .check-wrapper {
    padding-left: 0; }
    .component-privacyModal .component-modal .content .check-wrapper .check-wrapper .fieldset {
      margin-left: 0; }
  .component-privacyModal .component-modal .content .check-wrapper input[disabled] + label {
    opacity: 0.5; }
  .component-privacyModal .component-modal .content .check-wrapper input.has-error + label {
    color: #AB0015; }
    .component-privacyModal .component-modal .content .check-wrapper input.has-error + label * {
      color: #AB0015; }
  .component-privacyModal .component-modal .content .check-wrapper label,
  .component-privacyModal .component-modal .content .check-wrapper .radios-label {
    font-size: 0.875rem;
    font-weight: 700; }
  .component-privacyModal .component-modal .content .check-wrapper p {
    font-size: 0.75rem; }
  .component-privacyModal .component-modal .content .check-wrapper > p,
  .component-privacyModal .component-modal .content .check-wrapper .fieldset {
    margin-left: -25px; }
  .component-privacyModal .component-modal .content .check-wrapper .toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 20px;
    height: 20px; }
    .component-privacyModal .component-modal .content .check-wrapper .toggle::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .component-privacyModal .component-modal .content .check-wrapper .toggle.expanded::before {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .component-privacyModal .component-modal .content .check-wrapper .toggle.expanded + .description {
      margin-top: 10px; }
  .component-privacyModal .component-modal .content .check-wrapper .description {
    margin-top: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .component-privacyModal .component-modal .content .check-wrapper .description p {
      margin-bottom: 0; }
    .component-privacyModal .component-modal .content .check-wrapper .description ol {
      font-size: 0.875rem; }

@media screen and (min-width: 1024px) {
  .component-privacyModal .component-modal .content {
    width: 60vw; }
    .component-privacyModal .component-modal .content .privacy-content {
      max-height: calc(90vh - 205px); } }

/** Aviato — pg-gl-2019.10.31 - productBox.css **/

.component-productBox {
  position: relative;
  height: 100%; }
  .component-productBox .wrapper {
    height: 100%;
    padding: 15px 0 20px;
    background-color: #f7f7f7;
    border: 2px solid #f7f7f7; }
  .component-productBox .cta-buy {
    line-height: 1.125rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-productBox .add-to-cart {
    line-height: 1.125rem;
    height: 1.125rem; }
  .component-productBox .cta-add {
    line-height: 1.125rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    background-color: transparent;
    padding: 0; }
    .component-productBox .cta-add:disabled {
      color: #666; }
  .component-productBox .cta-added {
    font-size: 1.125rem;
    color: #7ed321; }
  .component-productBox .favourite {
    font-size: 1.125rem;
    margin-left: auto;
    cursor: pointer;
    background-color: transparent;
    padding: 0; }
  .component-productBox .slider .component-slider .slick-prev,
  .component-productBox .slider .component-slider .slick-next {
    height: 1.875rem;
    width: 1.875rem; }
  .component-productBox .slider .component-slider .slick-prev::before,
  .component-productBox .slider .component-slider .slick-next::before {
    font-size: 1.875rem; }
  .component-productBox select.select {
    width: auto;
    max-width: calc( 100% - 40px);
    border: 1px solid #000000;
    background-color: transparent;
    padding-left: 0.5em; }
    .component-productBox select.select:disabled {
      border: 1px solid #cccccc; }
  .component-productBox .description .personalization,
  .component-productBox .description .title,
  .component-productBox .description .price,
  .component-productBox .description .old-price {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-productBox .description .personalization {
    margin-top: 10px; }
  .component-productBox .description .price {
    margin: 12px auto 0;
    line-height: 1rem;
    font-weight: 300; }
  .component-productBox .description .old-price {
    font-size: 0.75rem;
    color: #666;
    text-decoration: line-through;
    margin-bottom: -12px;
    margin-top: 12px; }
    .component-productBox .description .old-price .percent {
      display: inline-block;
      padding-left: 5px;
      text-decoration: none; }
  .component-productBox .slick-prev {
    left: 0;
    z-index: 1; }
  .component-productBox .slick-next {
    right: 0;
    z-index: 1; }
  [dir="rtl"] .component-productBox .favourite {
    margin-left: 0;
    margin-right: auto; }
  [dir="rtl"] .component-productBox select.select {
    padding-left: 0;
    padding-right: 0.5em; }
  [dir="rtl"] .component-productBox .description .old-price .percent {
    padding-left: 0;
    padding-right: 5px; }
  [dir="rtl"] .component-productBox .slick-prev {
    left: inherit;
    right: 0; }
  [dir="rtl"] .component-productBox .slick-next {
    right: inherit;
    left: 0; }

@media screen and (min-width: 1025px) {
  .component-productBox .wrapper.hovered {
    border-color: #000000; }
  .component-productBox .cta-added {
    cursor: pointer; } }

/** Aviato — pg-gl-2019.10.31 - productBoxSliderSlide.css **/

.component-productBoxSliderSlide .product-link {
  width: 100%; }

.component-productBoxSliderSlide img {
  width: 100%; }

/** Aviato — pg-gl-2019.10.31 - productDetails.css **/

.component-productDetails {
  padding: 0;
  margin: 20px 20px;
  /* FIND IN STORE */ }
  .component-productDetails .arrow-icon {
    color: #666; }
  .component-productDetails .favourite,
  .component-productDetails .share-product {
    position: absolute;
    top: 15px;
    font-size: 20px; }
  .component-productDetails .favourite {
    left: 5px; }
  .component-productDetails .favourite-mobile {
    position: relative;
    top: 0; }
  .component-productDetails .share-product {
    right: 5px; }
  .component-productDetails .book-appointment-big {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0.5px;
    font-weight: 200;
    color: #000000;
    margin-top: 30px; }
  .component-productDetails .button-link {
    padding: 0 !important;
    background: none;
    color: #000000;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    font-weight: 400; }
    .component-productDetails .button-link:disabled:hover {
      opacity: 1; }
    .component-productDetails .button-link:hover {
      background: none; }
  .component-productDetails .product-images-wrapper {
    width: 100%; }
  .component-productDetails .product-detail-images {
    max-width: 480px;
    max-height: 480px; }
  .component-productDetails .image-column {
    padding: 0; }
  .component-productDetails .detail-column {
    position: relative;
    padding: 0 20px; }
    .component-productDetails .detail-column .header-row {
      padding-bottom: 15px; }
      .component-productDetails .detail-column .header-row .title {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .component-productDetails .detail-column .header-row .title .favourite {
          position: absolute;
          left: -25px;
          top: 5px; }
        .component-productDetails .detail-column .header-row .title .icon-share {
          position: absolute;
          top: 10px;
          right: 0;
          width: unset; }
        .component-productDetails .detail-column .header-row .title .product-name {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 1.25rem;
          letter-spacing: 2px;
          font-weight: 400;
          color: #000000;
          line-height: 1.5; }
        .component-productDetails .detail-column .header-row .title .product-part-name {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.625rem;
          letter-spacing: 1px;
          font-weight: 400;
          display: block;
          width: 100%;
          color: #666;
          margin: 10px 0; }
        .component-productDetails .detail-column .header-row .title .error-message {
          color: #AB0015;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.75rem;
          letter-spacing: 1px;
          font-weight: 400; }
      .component-productDetails .detail-column .header-row .price-row {
        margin: 15px 0; }
        .component-productDetails .detail-column .header-row .price-row .price {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 1.625rem;
          letter-spacing: 2px;
          font-weight: 400;
          color: #000000; }
        .component-productDetails .detail-column .header-row .price-row .price-discount {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: 1px;
          font-weight: 200; }
          .component-productDetails .detail-column .header-row .price-row .price-discount .discount {
            text-decoration: line-through;
            color: #000000; }
          .component-productDetails .detail-column .header-row .price-row .price-discount .percentage {
            color: #666; }
      .component-productDetails .detail-column .header-row .mobile-cta {
        width: 90%; }
    .component-productDetails .detail-column .product-detail-block {
      position: relative;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.625rem;
      letter-spacing: 1px;
      font-weight: 400; }
      .component-productDetails .detail-column .product-detail-block.clickable {
        cursor: pointer; }
      .component-productDetails .detail-column .product-detail-block.bigRow {
        min-height: 80px; }
        .component-productDetails .detail-column .product-detail-block.bigRow .main-container {
          min-height: 80px; }
      .component-productDetails .detail-column .product-detail-block .actions {
        padding: 0 0 0 80px;
        width: 100%;
        line-height: 1.25rem; }
        .component-productDetails .detail-column .product-detail-block .actions #style-list {
          margin: 0;
          padding: 0; }
          .component-productDetails .detail-column .product-detail-block .actions #style-list .style-box {
            height: 25px;
            width: 25px;
            display: inline-block;
            position: relative;
            margin-right: 6px;
            cursor: pointer;
            vertical-align: middle;
            margin-bottom: 6px; }
            .component-productDetails .detail-column .product-detail-block .actions #style-list .style-box.selected {
              border: 1px solid #000000; }
              .component-productDetails .detail-column .product-detail-block .actions #style-list .style-box.selected img {
                padding: 1px; }
            .component-productDetails .detail-column .product-detail-block .actions #style-list .style-box:nth-child(5n) {
              margin-right: 0; }
            .component-productDetails .detail-column .product-detail-block .actions #style-list .style-box a {
              height: 25px;
              width: 25px;
              display: block; }
        .component-productDetails .detail-column .product-detail-block .actions #select-product-size {
          max-width: 110px; }
        .component-productDetails .detail-column .product-detail-block .actions .select-size {
          color: #d8d8d8; }
      .component-productDetails .detail-column .product-detail-block .detail-label {
        color: #666; }
        .component-productDetails .detail-column .product-detail-block .detail-label:before {
          content: ' ';
          display: block;
          width: 15px;
          height: 0;
          border-bottom: 1px solid #cccccc;
          position: absolute;
          left: -20px;
          top: 50%; }
      .component-productDetails .detail-column .product-detail-block .main-container {
        line-height: 60px;
        min-height: 60px;
        margin: 0 10px 0 20px;
        position: relative; }
      .component-productDetails .detail-column .product-detail-block .detail-content {
        list-style-type: none;
        display: none;
        overflow: hidden;
        color: #747481;
        margin: 0 35px;
        margin-bottom: 10px;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 1px;
        font-weight: 400; }
    .component-productDetails .detail-column .more-detail-row {
      height: 55px;
      min-height: 55px; }
      .component-productDetails .detail-column .more-detail-row .find-in-store-toggler {
        font-weight: 400; }
        .component-productDetails .detail-column .more-detail-row .find-in-store-toggler:disabled {
          color: #747481 !important; }
      .component-productDetails .detail-column .more-detail-row > .row {
        width: 100%;
        padding: 0;
        margin: 0; }
      .component-productDetails .detail-column .more-detail-row .find {
        border-right: 1px solid #cccccc; }
    .component-productDetails .detail-column .action-row {
      margin-top: 30px; }
      .component-productDetails .detail-column .action-row small {
        font-size: 0.625rem; }
      .component-productDetails .detail-column .action-row .action-link {
        padding: 10px 30px;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 700; }
        .component-productDetails .detail-column .action-row .action-link.find-in-store-toggler {
          font-weight: 400; }
          .component-productDetails .detail-column .action-row .action-link.find-in-store-toggler:disabled {
            color: #747481;
            cursor: default; }
      .component-productDetails .detail-column .action-row .or-label {
        color: #747481;
        margin-left: 10px;
        margin-right: 30px; }
  .component-productDetails #find-in-store-block {
    display: none; }
    .component-productDetails #find-in-store-block .title,
    .component-productDetails #find-in-store-block .section-title {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1.375rem;
      letter-spacing: 2px;
      font-weight: 400;
      color: #000000; }
    .component-productDetails #find-in-store-block .title {
      line-height: 1.5; }
    .component-productDetails #find-in-store-block .search-input-box {
      margin: 15px 0;
      position: relative;
      border-bottom: 1px solid #222;
      padding-bottom: 5px; }
      .component-productDetails #find-in-store-block .search-input-box input {
        position: relative;
        border: none; }
    .component-productDetails #find-in-store-block input#search-store,
    .component-productDetails #find-in-store-block input#search-store-mobile {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1.125rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .component-productDetails #find-in-store-block .input-group-text {
      background: transparent;
      border: none; }
    .component-productDetails #find-in-store-block .section-title {
      font-weight: 200; }
    .component-productDetails #find-in-store-block .store-box-container {
      margin-top: 10px; }
      .component-productDetails #find-in-store-block .store-box-container .store-box-content {
        height: 350px;
        width: 100%; }
        .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list {
          width: 100%;
          margin: 0 auto; }
          .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper.is-hidden {
            display: none !important; }
          .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper:focus {
            -webkit-box-shadow: none;
                    box-shadow: none; }
            .focus-visible .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper:focus .store-box {
              -webkit-box-shadow: 0 0 2px 2px #4e96e9;
                      box-shadow: 0 0 2px 2px #4e96e9; }
          .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper .store-box {
            position: relative;
            background: #f7f7f7;
            color: #000000;
            padding: 12px 20px;
            min-height: 120px;
            margin-bottom: 10px;
            -webkit-transition: .4s;
            transition: .4s; }
            .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper .store-box .store-name {
              color: #000000;
              font-family: "Noto Sans HK", sans-serif;
              font-size: 1rem;
              letter-spacing: 0.5px;
              font-weight: 400; }
              .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper .store-box .store-name:hover {
                cursor: pointer; }
            .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper .store-box .table-store-box {
              margin-bottom: 0px; }
              .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper .store-box .table-store-box .row-store-box {
                padding: 0px 5px; }
      .component-productDetails #find-in-store-block .store-box-container .cta-book-visit {
        line-height: 1.125rem;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        font-weight: 400;
        color: #666; }
      .component-productDetails #find-in-store-block .store-box-container .store-info .store-city {
        color: #666;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        font-weight: 700;
        line-height: 0.75rem; }
      .component-productDetails #find-in-store-block .store-box-container .store-info .store-address,
      .component-productDetails #find-in-store-block .store-box-container .store-info .store-zip {
        color: #666;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 0.5px;
        font-weight: 400;
        line-height: 0.75rem; }
    .component-productDetails #find-in-store-block .store-cover-image {
      position: relative;
      z-index: 0;
      padding: 15px 0;
      overflow: hidden; }
      .component-productDetails #find-in-store-block .store-cover-image .store-name,
      .component-productDetails #find-in-store-block .store-cover-image #store-name-title {
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 2.25rem;
        letter-spacing: 0.5px;
        font-weight: 700; }
      .component-productDetails #find-in-store-block .store-cover-image img {
        display: none; }
    .component-productDetails #find-in-store-block .store-box-detail {
      display: none;
      margin-top: 20px; }
      .component-productDetails #find-in-store-block .store-box-detail .action {
        cursor: pointer;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 1.125rem;
        letter-spacing: normal;
        font-weight: 400; }
      .component-productDetails #find-in-store-block .store-box-detail .store-detail {
        margin-top: 20px; }
        .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box {
          /*margin-bottom: 20px;*/ }
          .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box .label {
            font-family: "Noto Sans HK", sans-serif;
            font-size: 0.75rem;
            letter-spacing: 0.5px;
            font-weight: 400;
            color: #666; }
          .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box .content {
            font-family: "Noto Sans HK", sans-serif;
            font-size: 0.875rem;
            letter-spacing: 0.5px;
            font-weight: 400;
            color: #000000;
            margin-bottom: 20px; }
            .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box .content.content-schedule,
            .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box .content .content-schedule {
              margin: 0;
              padding: 0; }
              .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box .content.content-schedule .day,
              .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box .content .content-schedule .day {
                display: block;
                list-style: none; }
        .component-productDetails #find-in-store-block .store-box-detail .store-detail .collection-box .type {
          font-family: "source-han-serif-sc", sans-serif;
          font-size: 1.625rem;
          letter-spacing: 0.5px;
          font-weight: 700;
          color: #000000;
          margin-bottom: 15px; }
        .component-productDetails #find-in-store-block .store-box-detail .store-detail .collection-box ul {
          list-style: none;
          list-style-type: none; }
          .component-productDetails #find-in-store-block .store-box-detail .store-detail .collection-box ul li {
            font-family: "Noto Sans HK", sans-serif;
            font-size: 1rem;
            letter-spacing: 0.5px;
            font-weight: 400; }
  .component-productDetails .product-detail-size {
    position: relative;
    background-color: transparent;
    color: #666;
    line-height: 0.875rem; }
    .component-productDetails .product-detail-size .container {
      width: 85.52%; }
    .component-productDetails .product-detail-size .sort {
      height: 100%; }
      .component-productDetails .product-detail-size .sort .sorter {
        position: relative;
        padding-left: 0.3em;
        min-width: 50%; }
        .component-productDetails .product-detail-size .sort .sorter .label {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.625rem;
          letter-spacing: 1px;
          font-weight: 400;
          position: relative;
          cursor: pointer;
          display: block;
          line-height: 1.75rem;
          min-width: 100px;
          padding: 0 0 0 20px;
          height: 100%; }
          .component-productDetails .product-detail-size .sort .sorter .label::after {
            content: '\E90C';
            display: inline-block;
            margin-left: 0.5em;
            line-height: 0.875rem;
            font-family: "icomoon";
            color: #666; }
        .component-productDetails .product-detail-size .sort .sorter .error-message {
          position: absolute;
          display: none;
          color: #AB0015;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.625rem;
          letter-spacing: normal;
          font-weight: 400; }
        .component-productDetails .product-detail-size .sort .sorter.has-error .label {
          border: 1px solid #AB0015; }
        .component-productDetails .product-detail-size .sort .sorter.has-error .error-message {
          display: block; }
        .component-productDetails .product-detail-size .sort .sorter .options {
          position: absolute;
          top: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          margin: 0;
          list-style: outside none;
          height: auto;
          max-height: 0;
          overflow: hidden;
          background-color: #ffffff;
          min-width: 250px;
          visibility: hidden; }
          .component-productDetails .product-detail-size .sort .sorter .options li,
          .component-productDetails .product-detail-size .sort .sorter .options .option {
            line-height: 1.625rem;
            display: block;
            padding: 0 15px;
            cursor: pointer;
            -webkit-transition: background .3s;
            transition: background .3s; }
            .component-productDetails .product-detail-size .sort .sorter .options li.selected,
            .component-productDetails .product-detail-size .sort .sorter .options .option.selected {
              background: #000000; }
              .component-productDetails .product-detail-size .sort .sorter .options li.selected .available-on,
              .component-productDetails .product-detail-size .sort .sorter .options li.selected .size,
              .component-productDetails .product-detail-size .sort .sorter .options .option.selected .available-on,
              .component-productDetails .product-detail-size .sort .sorter .options .option.selected .size {
                color: #ffffff; }
            .component-productDetails .product-detail-size .sort .sorter .options li.disabled,
            .component-productDetails .product-detail-size .sort .sorter .options .option.disabled {
              pointer-events: none;
              cursor: default; }
              .component-productDetails .product-detail-size .sort .sorter .options li.disabled .available-on,
              .component-productDetails .product-detail-size .sort .sorter .options li.disabled .size,
              .component-productDetails .product-detail-size .sort .sorter .options .option.disabled .available-on,
              .component-productDetails .product-detail-size .sort .sorter .options .option.disabled .size {
                color: #747481; }
            .component-productDetails .product-detail-size .sort .sorter .options li:hover,
            .component-productDetails .product-detail-size .sort .sorter .options .option:hover {
              background: #cccccc;
              color: #000000; }
            .component-productDetails .product-detail-size .sort .sorter .options li .available-on,
            .component-productDetails .product-detail-size .sort .sorter .options li .size,
            .component-productDetails .product-detail-size .sort .sorter .options .option .available-on,
            .component-productDetails .product-detail-size .sort .sorter .options .option .size {
              font-family: "Noto Sans HK", sans-serif;
              font-size: 0.625rem;
              letter-spacing: 1px;
              font-weight: 400;
              color: #000000; }
            .component-productDetails .product-detail-size .sort .sorter .options li .available-on,
            .component-productDetails .product-detail-size .sort .sorter .options .option .available-on {
              float: right; }
          .component-productDetails .product-detail-size .sort .sorter .options.show {
            max-height: 250px;
            padding: 5px 0;
            border: 1px solid #222;
            z-index: 1;
            visibility: visible; }
      .component-productDetails .product-detail-size .sort .size-guide-link {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 0.5px;
        font-weight: 400;
        color: #666; }
  [dir="rtl"] .component-productDetails .favourite-mobile {
    float: left !important; }
  [dir="rtl"] .component-productDetails .share-product {
    right: auto;
    left: 5px; }
  [dir="rtl"] .component-productDetails .detail-column .header-row .title .favourite {
    left: unset;
    right: -25px; }
  [dir="rtl"] .component-productDetails .detail-column .header-row .title .icon-share {
    left: -20px;
    right: auto; }
  [dir="rtl"] .component-productDetails .detail-column .product-detail-block .main-container {
    margin: 0 35px 0 10px; }
  [dir="rtl"] .component-productDetails .detail-column .product-detail-block .detail-label:before {
    left: 0;
    right: -35px; }
  [dir="rtl"] .component-productDetails .detail-column .product-detail-block .open {
    right: auto; }
  [dir="rtl"] .component-productDetails .detail-column .product-detail-block .more-detail-row .find {
    border-right: none;
    border-left: 1px solid #cccccc; }
  [dir="rtl"] .component-productDetails .detail-column .product-detail-block .actions {
    padding-left: 85px; }
  [dir="rtl"] .component-productDetails .detail-column .product-detail-block .sort .sorter {
    padding-left: 0;
    padding-right: 0.3em; }
    [dir="rtl"] .component-productDetails .detail-column .product-detail-block .sort .sorter .label {
      padding: 0 20px 0 0; }
      [dir="rtl"] .component-productDetails .detail-column .product-detail-block .sort .sorter .label:after {
        margin-left: unset;
        margin-right: 0.5em; }
    [dir="rtl"] .component-productDetails .detail-column .product-detail-block .sort .sorter .options li .available-on,
    [dir="rtl"] .component-productDetails .detail-column .product-detail-block .sort .sorter .options .option .available-on {
      float: left; }
  [dir="rtl"] .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail.arrow-icon:before {
    content: '\E913'; }
  [dir="rtl"] .component-productDetails #find-in-store-block .store-box-detail .arrow-icon:before {
    content: '\E91B'; }

.is-internet-explorer .component-productDetails .detail-column .product-detail-block .actions .style-box a img {
  width: 100% !important;
  height: 100% !important; }

@media (min-width: 768px) {
  .component-productDetails .detail-column .header-row .mobile-cta {
    max-width: 400px; } }

@media (min-width: 1024px) {
  .component-productDetails {
    padding: 0 120px; }
    .component-productDetails .image-column {
      padding: 0 30px; }
    .component-productDetails .detail-column {
      border-left: 1px solid #cccccc;
      padding: 0 30px; }
      .component-productDetails .detail-column .header-row {
        padding-bottom: 0; }
        .component-productDetails .detail-column .header-row .title .product-name {
          font-size: 1.375rem;
          padding: 0; }
        .component-productDetails .detail-column .header-row .title .icon-share {
          display: none; }
        .component-productDetails .detail-column .header-row .price-row {
          margin: 0; }
          .component-productDetails .detail-column .header-row .price-row .price {
            font-family: "Noto Sans HK", sans-serif;
            font-size: 1.375rem;
            letter-spacing: 2px;
            font-weight: 400;
            color: #000000; }
          .component-productDetails .detail-column .header-row .price-row .price-discount {
            font-family: "Noto Sans HK", sans-serif;
            font-size: 0.625rem;
            letter-spacing: 1px;
            font-weight: 200; }
      .component-productDetails .detail-column .product-detail-block .actions .style-box {
        height: 30px;
        width: 30px;
        margin-right: 10px; }
        .component-productDetails .detail-column .product-detail-block .actions .style-box a {
          height: 30px;
          width: 30px; }
    .component-productDetails .more-detail-row .actions #select-product-size,
    .component-productDetails .size-row .actions #select-product-size,
    .component-productDetails .style-row .actions #select-product-size,
    .component-productDetails .detail-row .actions #select-product-size,
    .component-productDetails .ship-returns-row .actions #select-product-size {
      max-width: 180px; }
    .component-productDetails #find-in-store-block .search-input-box {
      margin: 0; }
    .component-productDetails #find-in-store-block .store-info {
      max-width: 200px; }
    .component-productDetails #find-in-store-block .section-title {
      font-size: 1.25rem; }
    .component-productDetails #find-in-store-block .store-box-detail {
      min-height: 150px; }
      .component-productDetails #find-in-store-block .store-box-detail .store-name,
      .component-productDetails #find-in-store-block .store-box-detail #store-name-title {
        font-size: 1.25rem; }
      .component-productDetails #find-in-store-block .store-box-detail .action {
        font-size: 0.75rem; }
    .component-productDetails .product-detail-size .container {
      width: 85.52%; }
    [dir="rtl"] .component-productDetails .detail-column {
      border-right: 1px solid #cccccc;
      border-left: none; } }

/** Aviato — pg-gl-2019.10.31 - productFilters.css **/

.component-productFilters {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  line-height: 0.875rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  font-weight: 400; }
  .component-productFilters .container {
    width: calc( 100% - 20px); }
  .component-productFilters .qty {
    padding-left: 0.5em; }
  .component-productFilters .filters-header {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .component-productFilters .filters-header .filters-header-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 100px; }
    .component-productFilters .filters-header .filters-header-label::after {
      content: '\E90C';
      display: inline-block;
      margin-left: 0.5em;
      line-height: 0.875rem;
      font-family: "icomoon"; }
    .component-productFilters .filters-header .filters-header-label.opened::after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .component-productFilters .filters-header .filters-opener {
      position: relative;
      color: #ffffff; }
      .component-productFilters .filters-header .filters-opener .opener-label {
        width: 100%;
        padding: 0 1em;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #000000; }
      .component-productFilters .filters-header .filters-opener.opened::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 25%;
        display: block;
        height: 10px;
        width: 50%;
        background-color: #222; }
  .component-productFilters .filters-opener-row {
    background-color: #000000; }
    .component-productFilters .filters-opener-row .filters-opener-mobile {
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .component-productFilters .filters-opener-row .filters-opener-mobile .filters-opener {
        position: relative;
        color: #ffffff; }
        .component-productFilters .filters-opener-row .filters-opener-mobile .filters-opener .opener-label {
          width: 100%;
          padding: 0 1em;
          border-left: 1px solid #ffffff;
          border-right: 1px solid #000000; }
        .component-productFilters .filters-opener-row .filters-opener-mobile .filters-opener:first-child .opener-label {
          border-left: 1px solid #000000; }
        .component-productFilters .filters-opener-row .filters-opener-mobile .filters-opener.opened::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 25%;
          display: block;
          height: 5px;
          width: 50%;
          background-color: #222; }
    .component-productFilters .filters-opener-row.hidden {
      display: none;
      overflow: hidden;
      max-width: 0;
      max-height: 0; }
  .component-productFilters .filters-row {
    background-color: #222; }
    .component-productFilters .filters-row.hidden,
    .component-productFilters .filters-row .hidden {
      display: none;
      overflow: hidden;
      max-width: 0;
      max-height: 0; }
  .component-productFilters .filters-opener:hover {
    opacity: 1; }
  .component-productFilters ul.filters-set {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none; }
    .component-productFilters ul.filters-set .filter {
      margin-bottom: 5px;
      padding-right: 10px; }
      .component-productFilters ul.filters-set .filter label {
        margin-bottom: 0; }
  .component-productFilters .sort {
    height: 100%; }
    .component-productFilters .sort .sort-by {
      line-height: 1.625rem;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400;
      font-weight: 200;
      color: #ffffff;
      cursor: pointer; }
    .component-productFilters .sort .sorter {
      position: relative;
      padding-left: 0.3em; }
      .component-productFilters .sort .sorter .label {
        position: relative;
        cursor: pointer;
        display: block;
        line-height: 1.875rem;
        min-width: 100px;
        padding: 0 1em;
        height: 100%; }
        .component-productFilters .sort .sorter .label::after {
          content: '\E90C';
          display: inline-block;
          margin-left: 0.5em;
          line-height: 0.875rem;
          font-family: "icomoon"; }
        .component-productFilters .sort .sorter .label.opened::after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .component-productFilters .sort .sorter .label.opened::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 25%;
          display: block;
          height: 10px;
          width: 50%;
          background-color: #222; }
      .component-productFilters .sort .sorter .options {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        margin: 0;
        list-style: outside none;
        height: auto;
        max-height: 0;
        overflow: hidden;
        background-color: #222;
        min-width: 150px; }
        .component-productFilters .sort .sorter .options.show {
          max-height: none;
          padding: 5px 0; }
      .component-productFilters .sort .sorter .sort-by {
        display: block;
        padding: 5px 10px 5px 30px; }
  .component-productFilters input[type="radio"] + label,
  .component-productFilters input[type="checkbox"] + label {
    line-height: 1rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 200;
    text-transform: capitalize;
    color: #ffffff; }
    .component-productFilters input[type="radio"] + label:before,
    .component-productFilters input[type="checkbox"] + label:before {
      border-color: #ffffff;
      color: #ffffff;
      margin-right: 14px; }
  .component-productFilters input[type="submit"],
  .component-productFilters input[type="reset"] {
    width: auto; }
  .component-productFilters .button,
  .component-productFilters .button:active {
    padding: 5px 20px; }
  .component-productFilters .button-link {
    background: none;
    color: #ffffff;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 400;
    text-decoration: underline !important;
    padding: 5px 20px; }
    .component-productFilters .button-link:hover {
      background: none; }
  [dir="rtl"] .component-productFilters .qty {
    display: inline-block;
    padding-left: 0;
    padding-right: 0.5em; }
  [dir="rtl"] .component-productFilters .filters-header .filters-header-label::after {
    margin-left: unset;
    margin-right: 0.5em; }
  [dir="rtl"] .component-productFilters .filters-header .filters-opener {
    position: relative;
    color: #ffffff; }
    [dir="rtl"] .component-productFilters .filters-header .filters-opener .opener-label {
      width: 100%;
      padding: 0 1em;
      border-left: 1px solid #ffffff;
      border-right: 1px solid #000000; }
    [dir="rtl"] .component-productFilters .filters-header .filters-opener.opened::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 25%;
      display: block;
      height: 10px;
      width: 50%;
      background-color: #222; }
  [dir="rtl"] .component-productFilters .filters-header .filters-opener .opener-label {
    border-left: 1px solid #000000;
    border-right: 1px solid #ffffff; }
  [dir="rtl"] .component-productFilters .filters-opener-row .filters-opener-mobile .filters-opener .opener-label {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #000000; }
  [dir="rtl"] .component-productFilters .filters-opener-row .filters-opener-mobile .filters-opener:first-child .opener-label {
    border-right: 1px solid #000000; }
  [dir="rtl"] .component-productFilters .filters-row .filter {
    text-align: left; }
  [dir="rtl"] .component-productFilters .sort .sorter {
    position: relative;
    padding-left: unset;
    padding-right: 0.3em; }
    [dir="rtl"] .component-productFilters .sort .sorter .label::after {
      margin-left: unset;
      margin-right: 0.5em; }
  [dir="rtl"] .component-productFilters input[type="radio"] + label::after,
  [dir="rtl"] .component-productFilters input[type="checkbox"] + label::after {
    margin-left: unset;
    margin-right: 14px; }

.is-microsoft-edge .component-productFilters .button,
.is-microsoft-edge .component-productFilters .button:active {
  line-height: 30px !important;
  padding: 0 20px; }

@media screen and (min-width: 1024px) {
  .component-productFilters .container {
    width: calc( 85.52%); }
  .component-productFilters .filters-row .filter {
    padding-right: 30px; }
  .component-productFilters .sort .sort-by {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 400; }
    .component-productFilters .sort .sort-by:hover {
      opacity: 1; }
  .component-productFilters .filters-header .filters-header-label::after {
    display: none; }
  .component-productFilters input[type="radio"] + label,
  .component-productFilters input[type="checkbox"] + label {
    font-size: 0.625rem; }
  [dir="rtl"] .component-productFilters .filters-row .filter {
    padding-left: 10px !important;
    padding-right: 0 !important; } }

@media screen and (min-width: 1025px) {
  .component-productFilters .filters-header .filters-header-label {
    pointer-events: none;
    cursor: default; }
  .component-productFilters .filters-row .filter {
    padding-right: 30px !important; }
  .component-productFilters input[type="radio"] + label,
  .component-productFilters input[type="checkbox"] + label {
    font-size: 0.75rem; }
  [dir="rtl"] .component-productFilters .filters-row .filter {
    padding-left: 30px !important;
    padding-right: 0 !important; } }

/** Aviato — pg-gl-2019.10.31 - productImageGrid.css **/

.component-productImageGrid {
  margin: 30px 0; }
  .component-productImageGrid .gallery-container .main-image,
  .component-productImageGrid .gallery-container .small-images,
  .component-productImageGrid .gallery-container .text-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .component-productImageGrid .gallery-container .small-images .row {
    height: 100%; }
  .component-productImageGrid .gallery-container .text-link {
    line-height: normal; }

/** Aviato — pg-gl-2019.10.31 - productPrevNext.css **/

.component-productPrevNext {
  padding: 15px 0; }
  .component-productPrevNext.col-border-top .next-column,
  .component-productPrevNext.col-border-top .prev-column {
    border-top: none;
    padding-top: 0; }
  .component-productPrevNext .direction-button:hover {
    opacity: 0.6; }
  .component-productPrevNext .direction-button .icon {
    font-size: 1.625rem;
    font-weight: 500; }
  .component-productPrevNext .direction-button .direction-label {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000000;
    text-decoration: underline; }
  .component-productPrevNext .direction-button .product-name {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 200;
    color: #000000; }
  [dir="rtl"] .component-productPrevNext .direction-button.prev {
    float: right !important; }
    [dir="rtl"] .component-productPrevNext .direction-button.prev .icon-arrow-slide-left:before {
      content: "\E903"; }
  [dir="rtl"] .component-productPrevNext .direction-button.next {
    float: left !important; }
    [dir="rtl"] .component-productPrevNext .direction-button.next .icon-arrow-slide-right:before {
      content: "\E902"; }

@media (min-width: 1024px) {
  .component-productPrevNext.col-border-top .next-column,
  .component-productPrevNext.col-border-top .prev-column {
    border-top: 1px solid #cccccc;
    padding-top: 30px; }
  .component-productPrevNext .direction-button .icon {
    font-size: 2.5rem; }
  .component-productPrevNext .direction-button .direction-label {
    font-size: 1.5rem; } }

/** Aviato — pg-gl-2019.10.31 - productStickyBar.css **/

.component-productStickyBar {
  padding: 0;
  display: none; }
  .component-productStickyBar .sticky-bar-content {
    background: #000000;
    color: #ffffff;
    min-height: 55px;
    height: 55px;
    width: 100%; }
    .component-productStickyBar .sticky-bar-content .favourite {
      color: #ffffff;
      font-size: 1.25rem; }
    .component-productStickyBar .sticky-bar-content .or-label {
      color: #cccccc; }
    .component-productStickyBar .sticky-bar-content .product-title {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1rem;
      letter-spacing: 1px;
      font-weight: 400;
      color: #ffffff; }
    .component-productStickyBar .sticky-bar-content .product-price {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1.25rem;
      letter-spacing: 2px;
      font-weight: 400;
      color: #ffffff; }
    .component-productStickyBar .sticky-bar-content .btn-action {
      padding: 0 30px;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
      .component-productStickyBar .sticky-bar-content .btn-action.find-in-store {
        opacity: 1;
        color: #ffffff;
        font-weight: 200; }
        .component-productStickyBar .sticky-bar-content .btn-action.find-in-store:disabled {
          color: #cccccc;
          cursor: default; }
    .component-productStickyBar .sticky-bar-content .product-style {
      margin-right: 40px; }
      .component-productStickyBar .sticky-bar-content .product-style .label {
        float: left;
        -webkit-transform: translate(0px, 50%);
                transform: translate(0px, 50%);
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 1px;
        font-weight: 400; }
        .component-productStickyBar .sticky-bar-content .product-style .label:before {
          content: '';
          right: 0;
          background: #ffffff;
          width: 30px;
          height: 2px;
          display: inline-block; }
      .component-productStickyBar .sticky-bar-content .product-style .stile-box-list {
        padding: 0;
        float: right; }
        .component-productStickyBar .sticky-bar-content .product-style .stile-box-list .stile-box a {
          position: relative;
          height: 30px;
          width: 30px;
          margin: 0 2px;
          display: block; }
          .component-productStickyBar .sticky-bar-content .product-style .stile-box-list .stile-box a.selected {
            border: 1px solid #ffffff; }
            .component-productStickyBar .sticky-bar-content .product-style .stile-box-list .stile-box a.selected img {
              padding: 1px; }
        .component-productStickyBar .sticky-bar-content .product-style .stile-box-list .stile-box img {
          z-index: 0; }
  [dir="rtl"] .component-productStickyBar .sticky-bar-content .or-label {
    margin-right: 20px !important; }
  [dir="rtl"] .component-productStickyBar .sticky-bar-content .product-style {
    margin-right: unset;
    margin-left: 40px; }
    [dir="rtl"] .component-productStickyBar .sticky-bar-content .product-style .label {
      float: right;
      margin-right: unset;
      margin-left: 5px; }

.is-internet-explorer .component-productStickyBar .sticky-bar-content .product-style .stile-box-list .stile-box a img {
  width: 100% !important;
  height: 100% !important; }

@media (max-width: 1024px) {
  .component-productStickyBar .sticky-bar-content .product-price {
    letter-spacing: 0px; }
  .component-productStickyBar .sticky-bar-content button.btn-action.add-to-cart {
    padding: 0 5px; } }

/** Aviato — pg-gl-2019.10.31 - quickBuy.css **/

.component-quickBuy {
  display: none;
  background: #f7f7f7;
  border: 1px solid #000000;
  width: 80vw;
  height: auto;
  position: absolute;
  background: #ffffff;
  text-align: left;
  z-index: 50; }
  .component-quickBuy .text-underline {
    text-decoration: underline; }
  .component-quickBuy .close-quick-buy {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    font-size: 0.625rem; }
  .component-quickBuy .shopping-bag-total-detail .label,
  .component-quickBuy .product-total-detail .label {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #666; }
  .component-quickBuy .shopping-bag-total-detail .action,
  .component-quickBuy .shopping-bag-total-detail .partial,
  .component-quickBuy .shopping-bag-total-detail .total,
  .component-quickBuy .product-total-detail .action,
  .component-quickBuy .product-total-detail .partial,
  .component-quickBuy .product-total-detail .total {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000000; }
    .component-quickBuy .shopping-bag-total-detail .action.big,
    .component-quickBuy .shopping-bag-total-detail .partial.big,
    .component-quickBuy .shopping-bag-total-detail .total.big,
    .component-quickBuy .product-total-detail .action.big,
    .component-quickBuy .product-total-detail .partial.big,
    .component-quickBuy .product-total-detail .total.big {
      font-size: 1.5rem; }
  .component-quickBuy .shopping-bag-total-detail .sales,
  .component-quickBuy .product-total-detail .sales {
    position: absolute;
    right: 0;
    top: -20px;
    color: #666;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 400; }
    .component-quickBuy .shopping-bag-total-detail .sales .dashed,
    .component-quickBuy .product-total-detail .sales .dashed {
      text-decoration: line-through;
      padding-right: 8px; }
  .component-quickBuy .shopping-bag-total-detail .terms,
  .component-quickBuy .product-total-detail .terms {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    text-align: left;
    color: #000000; }
    .component-quickBuy .shopping-bag-total-detail .terms a,
    .component-quickBuy .shopping-bag-total-detail .terms button,
    .component-quickBuy .product-total-detail .terms a,
    .component-quickBuy .product-total-detail .terms button {
      text-decoration: underline; }
  .component-quickBuy .quick-buy-wrapper {
    position: relative; }
    .component-quickBuy .quick-buy-wrapper .product-info .product-title {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1.75rem;
      letter-spacing: 0.5px;
      font-weight: 200;
      color: #000000;
      margin-bottom: 20px; }
    .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block {
      position: relative;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.625rem;
      letter-spacing: 1px;
      font-weight: 400; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block.clickable {
        cursor: pointer; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block.bigRow {
        min-height: 80px; }
        .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block.bigRow .main-container {
          min-height: 80px; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .actions {
        padding-left: 65px;
        width: 100%;
        line-height: 1.25rem; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block #select-product-size {
        max-width: 180px; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .select-size {
        color: #d8d8d8; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .style-box {
        height: 30px;
        width: 30px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        float: left;
        margin: 2px 5px;
        overflow: hidden; }
        .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .style-box.selected {
          border: 1px solid #000000; }
          .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .style-box.selected img {
            padding: 1px; }
        .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .style-box img.img-cover {
          max-width: 100%;
          max-height: 100%;
          z-index: 0; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .detail-label {
        color: #666;
        position: relative; }
        .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .detail-label:after {
          content: ' ';
          display: block;
          width: 25px;
          height: 0;
          border-bottom: 1px solid #cccccc;
          position: absolute;
          left: -35px;
          top: 50%; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .main-container {
        min-height: 40px;
        margin: 0 35px;
        position: relative; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .detail-content {
        list-style-type: none;
        display: none;
        overflow: hidden;
        color: #cccccc;
        margin: 0 35px 10px;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 1px;
        font-weight: 400; }
  .component-quickBuy .shopping-bag-wrapper {
    display: none;
    position: relative; }
    .component-quickBuy .shopping-bag-wrapper .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.25rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      color: #000000;
      margin-top: 0 !important; }
    .component-quickBuy .shopping-bag-wrapper .btn-continue-shopping {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.625rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      color: #000000;
      left: 0;
      top: 15px;
      position: relative;
      display: block;
      width: 100%;
      padding: 10px 0;
      text-align: left; }
    .component-quickBuy .shopping-bag-wrapper .items {
      height: 200px;
      width: 100%; }
  .component-quickBuy .product-detail-size {
    position: relative;
    background-color: transparent;
    color: #666;
    line-height: 0.875rem; }
    .component-quickBuy .product-detail-size .sort {
      height: 100%; }
      .component-quickBuy .product-detail-size .sort .sorter {
        position: relative;
        padding-left: 0.3em; }
        .component-quickBuy .product-detail-size .sort .sorter .label {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.625rem;
          letter-spacing: 1px;
          font-weight: 400;
          position: relative;
          cursor: pointer;
          display: block;
          line-height: 1.75rem;
          min-width: 100px;
          text-align: left;
          height: 100%; }
          .component-quickBuy .product-detail-size .sort .sorter .label::after {
            content: '\E90C';
            display: inline-block;
            margin-left: 0.5em;
            line-height: 0.875rem;
            font-family: "icomoon";
            color: #666; }
        .component-quickBuy .product-detail-size .sort .sorter .error-message {
          position: absolute;
          display: none;
          color: #AB0015;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.625rem;
          letter-spacing: normal;
          font-weight: 400; }
        .component-quickBuy .product-detail-size .sort .sorter.has-error .label {
          border: 1px solid #AB0015; }
        .component-quickBuy .product-detail-size .sort .sorter.has-error .error-message {
          display: block; }
        .component-quickBuy .product-detail-size .sort .sorter .options {
          position: absolute;
          top: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          margin: 0;
          list-style: outside none;
          height: auto;
          max-height: 0;
          overflow: hidden;
          background-color: #ffffff;
          min-width: 250px; }
          .component-quickBuy .product-detail-size .sort .sorter .options li,
          .component-quickBuy .product-detail-size .sort .sorter .options .option {
            line-height: 1.625rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0 15px;
            cursor: pointer; }
            .component-quickBuy .product-detail-size .sort .sorter .options li.selected,
            .component-quickBuy .product-detail-size .sort .sorter .options .option.selected {
              background: #000000; }
              .component-quickBuy .product-detail-size .sort .sorter .options li.selected .available-on,
              .component-quickBuy .product-detail-size .sort .sorter .options li.selected .size,
              .component-quickBuy .product-detail-size .sort .sorter .options .option.selected .available-on,
              .component-quickBuy .product-detail-size .sort .sorter .options .option.selected .size {
                color: #ffffff; }
            .component-quickBuy .product-detail-size .sort .sorter .options li.disabled,
            .component-quickBuy .product-detail-size .sort .sorter .options .option.disabled {
              pointer-events: none;
              color: #747481; }
              .component-quickBuy .product-detail-size .sort .sorter .options li.disabled .available-on,
              .component-quickBuy .product-detail-size .sort .sorter .options li.disabled .size,
              .component-quickBuy .product-detail-size .sort .sorter .options .option.disabled .available-on,
              .component-quickBuy .product-detail-size .sort .sorter .options .option.disabled .size {
                color: #747481; }
            .component-quickBuy .product-detail-size .sort .sorter .options li:hover,
            .component-quickBuy .product-detail-size .sort .sorter .options .option:hover {
              background: #cccccc;
              color: #000000; }
            .component-quickBuy .product-detail-size .sort .sorter .options li .available-on,
            .component-quickBuy .product-detail-size .sort .sorter .options li .size,
            .component-quickBuy .product-detail-size .sort .sorter .options .option .available-on,
            .component-quickBuy .product-detail-size .sort .sorter .options .option .size {
              font-family: "Noto Sans HK", sans-serif;
              font-size: 0.625rem;
              letter-spacing: 1px;
              font-weight: 400;
              color: #000000; }
            .component-quickBuy .product-detail-size .sort .sorter .options li .available-on,
            .component-quickBuy .product-detail-size .sort .sorter .options .option .available-on {
              margin-left: auto; }
          .component-quickBuy .product-detail-size .sort .sorter .options.show {
            max-height: 200px;
            padding: 5px 0;
            border: 1px solid #222;
            z-index: 1; }
      .component-quickBuy .product-detail-size .sort .size-guide-link {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 0.5px;
        font-weight: 400;
        color: #666; }
  [dir="rtl"] .component-quickBuy .close-quick-buy {
    right: auto;
    left: 10px; }
  [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .detail-label:after {
    left: inherit;
    right: -35px; }
  [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter {
    padding-left: 0;
    padding-right: 0.3em; }
    [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter .label {
      padding: 0 20px 0 0; }
      [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter .label:after {
        margin-left: unset;
        margin-right: 0.5em; }
    [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter .options li,
    [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter .options .option {
      position: relative; }
      [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter .options li .available-on,
      [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter .options .option .available-on {
        left: 20px;
        position: absolute; }
  [dir="rtl"] .component-quickBuy .shopping-bag-wrapper .btn-continue-shopping {
    text-align: right; }
    [dir="rtl"] .component-quickBuy .shopping-bag-wrapper .btn-continue-shopping .icon-left:before {
      content: '\E91B'; }

@media (min-width: 1024px) {
  .component-quickBuy {
    width: 50vw; }
    .component-quickBuy .shopping-bag-wrapper .title {
      font-size: 1.625rem; }
    .component-quickBuy .shopping-bag-wrapper .btn-continue-shopping {
      font-size: 0.75rem;
      position: absolute; } }

/** Aviato — pg-gl-2019.10.31 - registrationForm.css **/

.component-registrationForm .registration-form-header {
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #d8d8d8; }
  .component-registrationForm .registration-form-header .registration-form-title {
    font-weight: bold;
    line-height: 1.5; }

.component-registrationForm .description {
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 27px; }

.component-registrationForm .registrationForm {
  margin-top: 50px; }
  .component-registrationForm .registrationForm label,
  .component-registrationForm .registrationForm .label-text {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #666; }
    .component-registrationForm .registrationForm label[for=registration-birth-day], .component-registrationForm .registrationForm label[for=registration-birth-year], .component-registrationForm .registrationForm label[for=registration-birth-month],
    .component-registrationForm .registrationForm .label-text[for=registration-birth-day],
    .component-registrationForm .registrationForm .label-text[for=registration-birth-year],
    .component-registrationForm .registrationForm .label-text[for=registration-birth-month] {
      width: 200px;
      z-index: 1; }
      .component-registrationForm .registrationForm label[for=registration-birth-day] .label-text, .component-registrationForm .registrationForm label[for=registration-birth-year] .label-text, .component-registrationForm .registrationForm label[for=registration-birth-month] .label-text,
      .component-registrationForm .registrationForm .label-text[for=registration-birth-day] .label-text,
      .component-registrationForm .registrationForm .label-text[for=registration-birth-year] .label-text,
      .component-registrationForm .registrationForm .label-text[for=registration-birth-month] .label-text {
        width: 200px; }
  .component-registrationForm .registrationForm textarea {
    resize: none; }
  .component-registrationForm .registrationForm .spacer {
    border-bottom: 1px solid #cccccc; }
  .component-registrationForm .registrationForm .birthdate label,
  .component-registrationForm .registrationForm .birthdate .label-text {
    display: none; }
    .component-registrationForm .registrationForm .birthdate label.input-wrap,
    .component-registrationForm .registrationForm .birthdate .label-text.input-wrap {
      display: block;
      width: auto; }
  .component-registrationForm .registrationForm .birthdate fieldset:first-child label,
  .component-registrationForm .registrationForm .birthdate fieldset:first-child .label-text,
  .component-registrationForm .registrationForm .birthdate .fieldset:first-child label,
  .component-registrationForm .registrationForm .birthdate .fieldset:first-child .label-text {
    display: block; }
  .component-registrationForm .registrationForm .conditions {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.75rem; }
    .component-registrationForm .registrationForm .conditions p {
      margin: 15px 0;
      color: #666; }
  .component-registrationForm .registrationForm .separate-privacy-consents {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400; }
    .component-registrationForm .registrationForm .separate-privacy-consents .radios {
      text-align: center; }
    .component-registrationForm .registrationForm .separate-privacy-consents input:disabled + label,
    .component-registrationForm .registrationForm .separate-privacy-consents input:disabled + .label-text {
      opacity: 0.5;
      cursor: default; }
    .component-registrationForm .registrationForm .separate-privacy-consents .input-wrap {
      margin-bottom: .5rem; }
  .component-registrationForm .registrationForm .show-password {
    margin: 15px 0;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 400; }
  .component-registrationForm .registrationForm .condition-1-text, .component-registrationForm .registrationForm .condition-2-text {
    text-align: center; }
  .component-registrationForm .registrationForm .input-hints {
    line-height: 0.875rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #666; }
  .component-registrationForm .registrationForm .buttons .error-message {
    margin: 0;
    padding: 15px 0 0;
    width: 100%;
    line-height: 1rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #AB0015; }

.component-registrationForm .grecaptcha-badge {
  bottom: 60px !important;
  z-index: 200; }

@media (min-width: 768px) {
  .component-registrationForm .grecaptcha-badge {
    bottom: 15px !important; } }

@media (min-width: 1024px) {
  .component-registrationForm .registrationForm .padding-ae {
    padding-right: 30px !important; }
  .component-registrationForm .registrationForm .conditions p {
    margin: 5px 0; }
  .component-registrationForm .registrationForm .condition-1-text, .component-registrationForm .registrationForm .condition-2-text {
    text-align: left; }
  .component-registrationForm .registrationForm .separate-privacy-consents .radios {
    display: block; }
  .component-registrationForm .registrationForm .separate-privacy-consents .fieldset {
    width: 75px; }
  [dir="rtl"] .component-registrationForm .registrationForm .radios .fieldset {
    margin: 0 !important;
    padding: 0 !important; }
  [dir="rtl"] .component-registrationForm .registrationForm .padding-ae {
    padding-right: 5px !important;
    padding-left: 30px; } }

/** Aviato — pg-gl-2019.10.31 - returnThankYouPageTemplate.css **/

.component-returnThankYouPageTemplate .return-thank-you-page-header {
  border-bottom: 1px solid #cccccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .component-returnThankYouPageTemplate .return-thank-you-page-header .header-title .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container {
    text-align: center; }
    .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      background: #f7f7f7;
      height: 37px;
      margin-bottom: 20px;
      width: 100%; }
      .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button .icon-left {
        margin-left: 15px; }

.component-returnThankYouPageTemplate .content .title {
  font-style: italic;
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  font-weight: 400; }

.component-returnThankYouPageTemplate .content .sub-title {
  font-style: italic;
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  font-weight: 400; }

.component-returnThankYouPageTemplate .content .description {
  line-height: 1.75rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400; }

.component-returnThankYouPageTemplate .order-details .detail-title-mobile {
  border-bottom: 1px solid #cccccc; }
  .component-returnThankYouPageTemplate .order-details .detail-title-mobile .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    font-weight: 700; }

.component-returnThankYouPageTemplate .order-details .order-details-item {
  border-bottom: 1px solid #cccccc; }

[dir="rtl"] .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button .icon-left {
  margin-left: unset;
  margin-right: 15px; }
  [dir="rtl"] .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button .icon-left::before {
    content: "\E91B"; }

/* Media queries */
@media (min-width: 1024px) {
  .component-returnThankYouPageTemplate .return-thank-you-page-header .header-title {
    position: relative; }
    .component-returnThankYouPageTemplate .return-thank-you-page-header .header-title .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 2.25rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
  .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container {
    text-align: left; }
    .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1.375rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      background: none;
      margin-bottom: 0; }
      .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button .icon-left {
        margin-left: 0; }
  .component-returnThankYouPageTemplate .content .title {
    font-style: normal;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-returnThankYouPageTemplate .content .sub-title {
    font-style: normal;
    color: #666;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-returnThankYouPageTemplate .content .description {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-returnThankYouPageTemplate .order-details .detail-title-desktop .title {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400; }
  [dir="rtl"] .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button {
    right: 0; }
    [dir="rtl"] .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button .icon-left {
      margin-right: 0; } }

/** Aviato — pg-gl-2019.10.31 - searchResultsItem.css **/

.component-searchResultsItem .look-img a {
  border: 2px solid transparent; }
  .component-searchResultsItem .look-img a:hover {
    border: 2px solid transparent; }

/** Aviato — pg-gl-2019.10.31 - searchResultsTemplate.css **/

.component-searchResultsTemplate .results-title {
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.component-searchResultsTemplate .results-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }

.component-searchResultsTemplate .total-results-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .component-searchResultsTemplate .total-results-count .results-counter,
  .component-searchResultsTemplate .total-results-count .search-term {
    margin: 0 2px; }

.component-searchResultsTemplate .stories > div {
  margin: 0; }

/** Aviato — pg-gl-2019.10.31 - section.css **/

.component-section {
  width: 100%;
  padding: 30px 14px;
  position: relative; }
  .component-section:first-of-type {
    margin-top: 0;
    -webkit-transition: margin-top .3s ease-in, padding-top .3s ease-in;
    transition: margin-top .3s ease-in, padding-top .3s ease-in; }
  .component-section.edge-to-edge {
    padding: 30px 0;
    border: 0; }
    .component-section.edge-to-edge .container {
      padding: 0;
      width: 100%;
      max-width: 100%; }

@media (min-width: 1024px) {
  .component-section {
    padding: 0;
    padding: 0 20px; }
    .component-section .container,
    .component-section .wrap {
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto; }
    .component-section .container {
      width: calc( 85.52% + 40px); }
    .component-section .wrap {
      width: 85.52%; }
    .component-section.edge-to-edge {
      width: 100%;
      padding: 0; }
      .component-section.edge-to-edge .container {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .component-section.edge-to-edge .container.no-gutters {
          padding-left: 0;
          padding-right: 0; } }

/** Aviato — pg-gl-2019.10.31 - share.css **/

 

/** Aviato — pg-gl-2019.10.31 - shopByLook.css **/

.component-shopByLook .header .back {
  font-size: 1.125rem; }
  .component-shopByLook .header .back::before {
    content: '\E90B';
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block; }

.component-shopByLook .header .title,
.component-shopByLook .header .count {
  line-height: 1.75rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 400;
  font-weight: 200; }

.component-shopByLook .header .hint {
  font-family: "Noto Sans HK", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 1px;
  font-weight: 400;
  font-weight: 700; }

@media (min-width: 1024px) {
  .component-shopByLook .header .title {
    line-height: 1.875rem;
    font-size: 1.625rem;
    font-weight: 400; }
  .component-shopByLook .header .hint {
    line-height: 1.25rem;
    font-size: 1.25rem; }
    .component-shopByLook .header .hint .button {
      min-height: 1.875rem; } }

/** Aviato — pg-gl-2019.10.31 - shopByLookBTemplate.css **/

.component-shopByLookBTemplate {
  font-family: "source-han-serif-sc", sans-serif; }
  .component-shopByLookBTemplate .layout {
    position: relative; }
    .component-shopByLookBTemplate .layout .description {
      border: 1px solid #000000;
      bottom: 5%;
      left: auto;
      right: 0px; }
      .component-shopByLookBTemplate .layout .description.js-hovered {
        border: 1px solid #cccccc; }
  .component-shopByLookBTemplate .titleUpper {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px; }
  .component-shopByLookBTemplate .border-image {
    position: relative; }
  .component-shopByLookBTemplate .description {
    position: absolute;
    top: auto;
    bottom: -10%;
    left: 25%;
    padding: 20px;
    background-color: #ffffff;
    z-index: 2; }
    .component-shopByLookBTemplate .description .title {
      line-height: 1.75rem; }
    .component-shopByLookBTemplate .description .text {
      line-height: 1.375rem; }

@media (min-width: 1024px) {
  .component-shopByLookBTemplate .layout .description {
    bottom: 7%;
    left: 72%; }
  .component-shopByLookBTemplate .titleUpper {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 3.75rem;
    letter-spacing: normal;
    font-weight: 700;
    line-height: 3.75rem; }
  .component-shopByLookBTemplate .description {
    bottom: auto; }
    .component-shopByLookBTemplate .description .text {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.375rem;
      letter-spacing: 1px;
      font-weight: 400;
      line-height: 1.36;
      margin-top: 0px;
      margin-bottom: 0px; }
    .component-shopByLookBTemplate .description .text-ul {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.125rem;
      letter-spacing: 1px;
      font-weight: 400; }
  [dir="rtl"] .component-shopByLookBTemplate .layout .description {
    left: inherit;
    right: 72%; } }

/** Aviato — pg-gl-2019.10.31 - shopByLookSliderSlide.css **/

.component-shopByLookSliderSlide {
  line-height: 1.375rem;
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-weight: 400; }
  .is-internet-explorer .component-shopByLookSliderSlide > a {
    width: 100%;
    overflow: hidden; }

/** Aviato — pg-gl-2019.10.31 - shoppingBagItem.css **/

 @charset "UTF-8";
.component-shoppingBagItem {
  width: 100%; }
  .component-shoppingBagItem .item-box {
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    background: #f7f7f7;
    margin: 5px 0; }
    .component-shoppingBagItem .item-box .main-container {
      min-height: 150px; }
      .component-shoppingBagItem .item-box .main-container .item-info {
        height: 100%; }
        .component-shoppingBagItem .item-box .main-container .item-info .mode,
        .component-shoppingBagItem .item-box .main-container .item-info .code,
        .component-shoppingBagItem .item-box .main-container .item-info .color,
        .component-shoppingBagItem .item-box .main-container .item-info .material {
          color: #000000; }
        .component-shoppingBagItem .item-box .main-container .item-info .size {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 400; }
        .component-shoppingBagItem .item-box .main-container .item-info .size,
        .component-shoppingBagItem .item-box .main-container .item-info .quantity {
          bottom: 0px;
          width: 100%;
          text-align: left;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400; }
          .component-shoppingBagItem .item-box .main-container .item-info .size .label,
          .component-shoppingBagItem .item-box .main-container .item-info .size .value,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .label,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .value {
            width: 50%;
            float: left;
            text-align: left; }
          .component-shoppingBagItem .item-box .main-container .item-info .size .value,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .value {
            padding-left: 5px; }
          .component-shoppingBagItem .item-box .main-container .item-info .size .input-qty,
          .component-shoppingBagItem .item-box .main-container .item-info .size .qty-plus,
          .component-shoppingBagItem .item-box .main-container .item-info .size .qty-minus,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .input-qty,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .qty-plus,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .qty-minus {
            font-size: 0.875rem;
            height: 14px; }
          .component-shoppingBagItem .item-box .main-container .item-info .size .input-qty,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .input-qty {
            height: 18px;
            line-height: 18px; }
        .component-shoppingBagItem .item-box .main-container .item-info .product-details .label {
          font-weight: 400; }
        .component-shoppingBagItem .item-box .main-container .item-info .product-details .value {
          margin: 0; }
        .component-shoppingBagItem .item-box .main-container .item-info .price {
          position: absolute;
          right: 10px;
          bottom: 0px; }
          .component-shoppingBagItem .item-box .main-container .item-info .price .current-price {
            font-family: "Noto Sans HK", sans-serif;
            font-size: 0.875rem;
            letter-spacing: normal;
            font-weight: 400;
            text-align: right;
            margin-top: 8px; }
          .component-shoppingBagItem .item-box .main-container .item-info .price .old-price {
            font-family: "Noto Sans HK", sans-serif;
            font-size: 0.75rem;
            letter-spacing: normal;
            font-weight: 400;
            text-align: right;
            margin-bottom: -8px;
            color: #666;
            text-decoration: line-through; }
            .component-shoppingBagItem .item-box .main-container .item-info .price .old-price .percent {
              display: inline-block;
              padding-left: 5px;
              text-decoration: none; }
        .component-shoppingBagItem .item-box .main-container .item-info .quantity-wrapper,
        .component-shoppingBagItem .item-box .main-container .item-info .price-wrapper {
          position: static; }
        .component-shoppingBagItem .item-box .main-container .item-info .item-remove .icon-close {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          cursor: pointer;
          top: 20px;
          margin: -5px 10px 0 0; }
          [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .item-remove .icon-close {
            right: inherit;
            left: 0; }
      .component-shoppingBagItem .item-box .main-container .custom-container {
        padding: 10px 0;
        width: calc(100% - 10px);
        margin: 0 auto;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc; }
        .component-shoppingBagItem .item-box .main-container .custom-container .custom-header {
          position: relative;
          cursor: pointer; }
          .component-shoppingBagItem .item-box .main-container .custom-container .custom-header .custom-label {
            font-family: "Noto Sans HK", sans-serif;
            font-size: 0.75rem;
            letter-spacing: normal;
            font-weight: 400;
            color: #000000;
            margin-left: 40px; }
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-header .custom-label:before {
              display: block;
              position: absolute;
              left: 0px;
              top: 8px;
              content: '';
              width: 30px;
              height: 1px;
              border-bottom: 1px solid #cccccc; }
          .component-shoppingBagItem .item-box .main-container .custom-container .custom-header .custom-price {
            position: absolute;
            right: 0;
            top: 0;
            font-family: "Noto Sans HK", sans-serif;
            font-size: 0.875rem;
            letter-spacing: normal;
            font-weight: 400;
            text-align: right;
            padding-right: 40px; }
          .component-shoppingBagItem .item-box .main-container .custom-container .custom-header .custom-toggle {
            position: absolute;
            font-size: 0.875rem;
            right: 2px;
            top: 2px; }
          .component-shoppingBagItem .item-box .main-container .custom-container .custom-header.disabled {
            cursor: default; }
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-header.disabled .custom-price {
              padding-right: 5px; }
        .component-shoppingBagItem .item-box .main-container .custom-container .custom-items {
          display: none;
          width: calc(100% - 80px);
          margin: 0 auto;
          padding: 20px 0 10px 0; }
          .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider {
            width: 100%;
            padding: 0 0; }
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-track .slide {
              text-align: center;
              font-family: "Noto Sans HK", sans-serif;
              font-size: 0.75rem;
              letter-spacing: normal;
              font-weight: 400; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-track .slide img {
                padding: 10px;
                width: 100%; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-track .slide .item-price {
                color: #666; }
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev,
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next {
              position: absolute;
              display: block;
              height: 20px;
              width: 20px;
              line-height: 0px;
              font-size: 0px;
              cursor: pointer;
              background: transparent;
              color: transparent;
              top: 50%;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%);
              margin-top: -10px;
              padding: 0;
              border: none;
              outline: none; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:hover, .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:focus,
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:hover,
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:focus {
                outline: none;
                background: transparent;
                color: transparent; }
                .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:hover:before, .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:focus:before,
                .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:hover:before,
                .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:focus:before {
                  opacity: 0.75; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev.slick-disabled:before,
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next.slick-disabled:before {
                opacity: 0.25; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:before,
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:before {
                font-family: "icomoon";
                font-size: 16px;
                font-weight: normal;
                line-height: 1;
                color: #000000;
                opacity: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale; }
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev {
              left: -25px; }
              [dir="rtl"] .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev {
                left: auto;
                right: -25px; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:before {
                content: "\E913"; }
                [dir="rtl"] .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:before {
                  content: "\E91B"; }
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next {
              right: -25px; }
              [dir="rtl"] .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next {
                left: -25px;
                right: auto; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:before {
                content: "\E91B"; }
                [dir="rtl"] .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:before {
                  content: "\E913"; }
        .component-shoppingBagItem .item-box .main-container .custom-container .custom-link {
          text-align: center;
          color: #000000;
          text-decoration: underline;
          display: block;
          padding-top: 20px;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400; }
        .component-shoppingBagItem .item-box .main-container .custom-container.active .custom-items {
          display: block; }
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .quantity,
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .size {
    text-align: right; }
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price {
    right: unset;
    left: 10px; }
    [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price .old-price,
    [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price .current-price {
      text-align: left; }
      [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price .old-price .percent,
      [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price .current-price .percent {
        padding-left: 0;
        padding-right: 5px; }
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .item-remove .icon-close {
    margin: -5px 0 0 10px; }

@media (min-width: 1024px) {
  .component-shoppingBagItem .item-box .main-container {
    min-height: 80px; }
    .component-shoppingBagItem .item-box .main-container .item-info {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .component-shoppingBagItem .item-box .main-container .item-info .size,
      .component-shoppingBagItem .item-box .main-container .item-info .quantity,
      .component-shoppingBagItem .item-box .main-container .item-info .price {
        text-align: center !important;
        width: 100% !important;
        position: initial;
        font-size: 0.75rem; }
        .component-shoppingBagItem .item-box .main-container .item-info .size .label,
        .component-shoppingBagItem .item-box .main-container .item-info .size .value,
        .component-shoppingBagItem .item-box .main-container .item-info .quantity .label,
        .component-shoppingBagItem .item-box .main-container .item-info .quantity .value,
        .component-shoppingBagItem .item-box .main-container .item-info .price .label,
        .component-shoppingBagItem .item-box .main-container .item-info .price .value {
          width: 100%;
          text-align: center;
          padding: 0; }
      .component-shoppingBagItem .item-box .main-container .item-info .price {
        position: initial; }
        .component-shoppingBagItem .item-box .main-container .item-info .price .current-price,
        .component-shoppingBagItem .item-box .main-container .item-info .price .old-price {
          padding-right: 60px;
          padding-bottom: 0;
          margin: 0; }
      .component-shoppingBagItem .item-box .main-container .item-info .quantity-wrapper,
      .component-shoppingBagItem .item-box .main-container .item-info .price-wrapper {
        position: relative; }
      .component-shoppingBagItem .item-box .main-container .item-info .item-remove .icon-close {
        position: initial;
        margin: 0;
        margin-right: 10px;
        -webkit-transform: none;
                transform: none; }
    .component-shoppingBagItem .item-box .main-container .custom-container .custom-header .custom-price {
      padding-right: 55px; }
    .component-shoppingBagItem .item-box .main-container .custom-container .custom-header.disabled .custom-price {
      padding-right: 55px; }
    .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-track {
      float: left; }
      .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-track .slide {
        margin-left: -5px; }
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price .current-price,
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price .old-price {
    padding-right: 0;
    padding-left: 60px; } }

/** Aviato — pg-gl-2019.10.31 - shoppingBagItemTable.css **/

.component-shoppingBagItemTable {
  width: 100%; }
  .component-shoppingBagItemTable .separator td {
    background-color: #ffffff;
    height: 5px;
    padding: 0; }
  .component-shoppingBagItemTable .separator.separator-top td {
    height: 15px; }
  .component-shoppingBagItemTable .main-container {
    background: #f7f7f7; }
    .component-shoppingBagItemTable .main-container td {
      padding: 10px 0; }
      .component-shoppingBagItemTable .main-container td.td-info, .component-shoppingBagItemTable .main-container td.td-size, .component-shoppingBagItemTable .main-container td.td-quantity, .component-shoppingBagItemTable .main-container td.td-price {
        float: left; }
      .component-shoppingBagItemTable .main-container td.td-image {
        padding: 10px;
        vertical-align: top;
        width: 25%; }
        html.is-internet-explorer .component-shoppingBagItemTable .main-container td.td-image image.product-image {
          max-width: 150px; }
      .component-shoppingBagItemTable .main-container td.td-info {
        width: 100%; }
        .component-shoppingBagItemTable .main-container td.td-info .model,
        .component-shoppingBagItemTable .main-container td.td-info .color,
        .component-shoppingBagItemTable .main-container td.td-info .material {
          color: #000000; }
        .component-shoppingBagItemTable .main-container td.td-info .model {
          font-size: 0.875rem; }
        .component-shoppingBagItemTable .main-container td.td-info .code {
          color: #666;
          font-size: 0.625rem;
          margin-bottom: 5px; }
        .component-shoppingBagItemTable .main-container td.td-info .product-details {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.625rem;
          letter-spacing: normal;
          font-weight: 400;
          margin: 0; }
          .component-shoppingBagItemTable .main-container td.td-info .product-details .label {
            color: #666;
            font-weight: 400; }
          .component-shoppingBagItemTable .main-container td.td-info .product-details .value {
            margin: 0; }
        .component-shoppingBagItemTable .main-container td.td-info .size {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.625rem;
          letter-spacing: normal;
          font-weight: 400; }
        .component-shoppingBagItemTable .main-container td.td-info .item-info-wrapper {
          padding-right: 30px;
          position: relative; }
          .component-shoppingBagItemTable .main-container td.td-info .item-info-wrapper .icon-close {
            position: absolute;
            right: 10px;
            top: 10px; }
      .component-shoppingBagItemTable .main-container td.td-size {
        display: none; }
      .component-shoppingBagItemTable .main-container td.td-quantity {
        padding-top: 0;
        width: 50%; }
        .component-shoppingBagItemTable .main-container td.td-quantity .quantity-wrapper {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%; }
          .component-shoppingBagItemTable .main-container td.td-quantity .quantity-wrapper label {
            margin: 0; }
        .component-shoppingBagItemTable .main-container td.td-quantity .quantity {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400; }
          .component-shoppingBagItemTable .main-container td.td-quantity .quantity .value {
            padding-left: 5px; }
          .component-shoppingBagItemTable .main-container td.td-quantity .quantity .input-qty,
          .component-shoppingBagItemTable .main-container td.td-quantity .quantity .qty-plus,
          .component-shoppingBagItemTable .main-container td.td-quantity .quantity .qty-minus {
            font-size: 0.875rem;
            height: 14px; }
          .component-shoppingBagItemTable .main-container td.td-quantity .quantity .input-qty {
            height: 18px;
            line-height: 18px; }
      .component-shoppingBagItemTable .main-container td.td-price {
        padding-top: 0;
        width: 50%; }
        .component-shoppingBagItemTable .main-container td.td-price .price {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 400;
          text-align: right; }
          .component-shoppingBagItemTable .main-container td.td-price .price .current-price {
            font-family: "Noto Sans HK", sans-serif;
            font-size: 0.875rem;
            letter-spacing: normal;
            font-weight: 400; }
          .component-shoppingBagItemTable .main-container td.td-price .price .old-price {
            font-size: 0.75rem;
            color: #666;
            text-decoration: line-through; }
            .component-shoppingBagItemTable .main-container td.td-price .price .old-price .percent {
              display: inline-block;
              padding-left: 5px;
              text-decoration: none; }
        .component-shoppingBagItemTable .main-container td.td-price .price-wrapper {
          padding-right: 10px; }
      .component-shoppingBagItemTable .main-container td.td-remove {
        display: none; }
        .component-shoppingBagItemTable .main-container td.td-remove .item-remove .icon-close {
          cursor: pointer; }
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .quantity,
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .size {
    text-align: right; }
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price {
    right: unset; }
    [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price .old-price,
    [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price .current-price {
      text-align: left; }
      [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price .old-price .percent,
      [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price .current-price .percent {
        padding-left: 0;
        padding-right: 5px; }
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .item-remove .icon-close {
    margin: -5px 0 0 10px; }

@media (min-width: 1024px) {
  .component-shoppingBagItemTable .main-container td {
    vertical-align: middle; }
    .component-shoppingBagItemTable .main-container td.td-info, .component-shoppingBagItemTable .main-container td.td-size, .component-shoppingBagItemTable .main-container td.td-price, .component-shoppingBagItemTable .main-container td.td-quantity {
      float: none; }
    .component-shoppingBagItemTable .main-container td.td-image {
      width: 8%; }
    .component-shoppingBagItemTable .main-container td.td-info {
      width: auto; }
    .component-shoppingBagItemTable .main-container td.td-size {
      display: table-cell;
      width: 16%; }
      .component-shoppingBagItemTable .main-container td.td-size .size {
        font-size: 0.75rem;
        text-align: center; }
    .component-shoppingBagItemTable .main-container td.td-quantity {
      height: auto;
      padding-top: 10px;
      text-align: center;
      width: 16%; }
      .component-shoppingBagItemTable .main-container td.td-quantity .quantity-wrapper {
        display: block;
        height: auto;
        margin-top: 0; }
    .component-shoppingBagItemTable .main-container td.td-price {
      height: auto;
      padding-top: 10px;
      width: 16%; }
      .component-shoppingBagItemTable .main-container td.td-price .price-wrapper {
        padding-right: 0; }
    .component-shoppingBagItemTable .main-container td.td-remove {
      display: table-cell;
      text-align: center;
      width: 60px; }
  .component-shoppingBagItemTable .main-container .quantity .label,
  .component-shoppingBagItemTable .main-container .quantity .value {
    width: 100%;
    text-align: center;
    padding: 0; }
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price .current-price,
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price .old-price {
    padding-right: 0;
    padding-left: 60px; } }

/** Aviato — pg-gl-2019.10.31 - shoppingBagTemplate.css **/

.component-shoppingBagTemplate .has-preorder,
.component-shoppingBagTemplate .has-customization {
  display: none;
  background: #000000;
  margin: 20px 0;
  padding: 20px;
  color: #ffffff;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400; }

.component-shoppingBagTemplate .header {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0; }
  .component-shoppingBagTemplate .header .back {
    display: block;
    width: 100%;
    padding: 10px 5px;
    background: #d8d8d8;
    text-align: left;
    color: #000000;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-shoppingBagTemplate .header .title {
    text-align: center;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700; }

.component-shoppingBagTemplate .items-header {
  display: none;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  color: #000000;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400; }

.component-shoppingBagTemplate .items {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0; }

.component-shoppingBagTemplate .recap {
  padding: 10px 0; }
  .component-shoppingBagTemplate .recap .note {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px; }

.component-shoppingBagTemplate .no-items {
  padding: 60px 0;
  display: none; }

[dir="rtl"] .component-shoppingBagTemplate .header .back {
  left: unset;
  right: 0;
  text-align: right; }
  [dir="rtl"] .component-shoppingBagTemplate .header .back .icon-left:before {
    content: '\E91B'; }

@media (min-width: 1024px) {
  .component-shoppingBagTemplate .header .back {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    padding: 0; }
  .component-shoppingBagTemplate .items-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .component-shoppingBagTemplate .recap .note {
    border-bottom: none;
    padding-bottom: 5px; } }

/** Aviato — pg-gl-2019.10.31 - shoppingBagTemplateTable.css **/

.component-shoppingBagTemplateTable .has-preorder {
  display: none;
  background: #000000;
  margin: 20px 0;
  padding: 20px;
  color: #ffffff;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400; }

.component-shoppingBagTemplateTable .header {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0; }
  .component-shoppingBagTemplateTable .header .back {
    display: block;
    width: 100%;
    padding: 10px 5px;
    background: #d8d8d8;
    text-align: left;
    color: #000000;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-shoppingBagTemplateTable .header .title {
    text-align: center;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700; }

.component-shoppingBagTemplateTable .shoppingBag-table {
  width: 100%; }
  .component-shoppingBagTemplateTable .shoppingBag-table .items-header {
    display: none; }
    .component-shoppingBagTemplateTable .shoppingBag-table .items-header tr {
      border-bottom: 1px solid #cccccc; }
      .component-shoppingBagTemplateTable .shoppingBag-table .items-header tr th {
        padding: 10px 0;
        color: #000000;
        font-family: "Noto Sans HK", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400; }

.component-shoppingBagTemplateTable .recap {
  border-top: 1px solid #cccccc;
  margin-top: 10px;
  padding: 10px 0; }
  .component-shoppingBagTemplateTable .recap .note {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px; }

.component-shoppingBagTemplateTable .no-items {
  padding: 60px 0;
  display: none; }

[dir="rtl"] .component-shoppingBagTemplateTable .header .back {
  left: unset;
  right: 0;
  text-align: right; }
  [dir="rtl"] .component-shoppingBagTemplateTable .header .back .icon-left:before {
    content: '\E91B'; }

@media (min-width: 1024px) {
  .component-shoppingBagTemplateTable .header .back {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    padding: 0; }
  .component-shoppingBagTemplateTable .shoppingBag-table {
    width: 100%; }
    .component-shoppingBagTemplateTable .shoppingBag-table .items-header {
      display: table-header-group; }
      .component-shoppingBagTemplateTable .shoppingBag-table .items-header tr {
        border-bottom: 1px solid #cccccc; }
        .component-shoppingBagTemplateTable .shoppingBag-table .items-header tr th {
          padding: 10px 0;
          color: #000000;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 400; }
  .component-shoppingBagTemplateTable .recap .note {
    border-bottom: none;
    padding-bottom: 5px; } }

/** Aviato — pg-gl-2019.10.31 - simpleContent.css **/

.component-simpleContent {
  margin: 30px 0; }
  .component-simpleContent a, .component-simpleContent a:hover {
    text-decoration: none; }
  .component-simpleContent .hover-image-cover {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden; }
    .component-simpleContent .hover-image-cover a:active {
      margin: 0 !important; }
    .component-simpleContent .hover-image-cover a:focus {
      display: block;
      margin: 2px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
  .component-simpleContent .inner-content .title {
    color: #000000;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.5rem;
    word-break: break-word; }
  .component-simpleContent .inner-content img {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .component-simpleContent .inner-content.reverse {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .component-simpleContent .inner-content.reverse .title {
      margin: 16px 0 0; }

@media (min-width: 1024px) {
  .component-simpleContent .inner-content .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 3.25rem;
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 3.25rem; }
  .component-simpleContent .inner-content.reverse .title {
    margin: 35px 0 0; } }

@media (min-width: 1025px) {
  .component-simpleContent .hover-border-image {
    position: relative;
    cursor: pointer; }
    .component-simpleContent .hover-border-image::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid #000000;
      opacity: 0; } }

/** Aviato — pg-gl-2019.10.31 - simpleContentWithDescription.css **/

.component-simpleContentWithDescription {
  margin: 30px 0; }
  .component-simpleContentWithDescription a, .component-simpleContentWithDescription a:hover {
    display: block;
    text-decoration: none; }
  .component-simpleContentWithDescription .description {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .component-simpleContentWithDescription .content-reverse .description .inner-content {
    padding-right: 0;
    padding-left: 5px; }
  .component-simpleContentWithDescription .content-regular .description .inner-content {
    padding-right: 5px;
    padding-left: 0; }
  .component-simpleContentWithDescription .description .inner-content {
    color: #000000; }
    .component-simpleContentWithDescription .description .inner-content .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      margin: 0px;
      padding: 0;
      line-height: 1.5rem;
      word-break: break-word; }
    .component-simpleContentWithDescription .description .inner-content .text {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      line-height: 1.375rem; }
    .component-simpleContentWithDescription .description .inner-content .cta {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.5px;
      font-weight: 200;
      margin: 0;
      line-height: 1.375rem; }
  .component-simpleContentWithDescription .multimedia .inner-content > img {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  [dir="rtl"] .component-simpleContentWithDescription .content-regular .description .inner-content {
    padding-left: 5px;
    padding-right: 0; }
  [dir="rtl"] .component-simpleContentWithDescription .content-reverse .description .inner-content {
    padding-left: 0;
    padding-right: 5px; }

@media (min-width: 768px) {
  .component-simpleContentWithDescription .description .inner-content .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 2.5rem; } }

@media (min-width: 1024px) {
  .component-simpleContentWithDescription .description {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    padding: 110px 0 0; }
    .component-simpleContentWithDescription .description .inner-content .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 3.75rem;
      letter-spacing: normal;
      font-weight: 700;
      line-height: 3.75rem;
      margin-bottom: 25px; }
    .component-simpleContentWithDescription .description .inner-content .text {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.375rem;
      letter-spacing: normal;
      font-weight: 400;
      line-height: 1.375rem;
      margin-bottom: 35px; }
    .component-simpleContentWithDescription .description .inner-content .cta {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1.125rem;
      letter-spacing: normal;
      font-weight: 200;
      line-height: 1.125rem; }
  .component-simpleContentWithDescription .content-reverse .description .inner-content {
    padding-right: 0;
    padding-left: 20px; }
  .component-simpleContentWithDescription .content-regular .description .inner-content {
    padding-right: 20px;
    padding-left: 0; }
  [dir="rtl"] .component-simpleContentWithDescription .content-regular .description .inner-content {
    padding-left: 20px;
    padding-right: 0; }
  [dir="rtl"] .component-simpleContentWithDescription .content-reverse .description .inner-content {
    padding-left: 0;
    padding-right: 20px; } }

/** Aviato — pg-gl-2019.10.31 - singleStory.css **/

.component-singleStory {
  margin: 30px 0; }
  .component-singleStory a {
    display: block; }
  .component-singleStory .content {
    background-color: #000000;
    padding: 10px 0; }
    .component-singleStory .content .sup-title {
      color: #ffffff;
      padding: 10px 0;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-singleStory .content .sup-title::after {
        content: '';
        border-top: 2px solid #ffffff;
        width: 70px;
        display: block;
        margin: 6px auto 0; }
    .component-singleStory .content .title {
      color: #ffffff;
      padding: 10px 0;
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.75rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-singleStory .content .description {
      color: #ffffff;
      padding: 10px 0;
      line-height: 1.875rem;
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.5rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-singleStory .content .description p {
        margin: 0; }
    .component-singleStory .content .link-label {
      padding: 10px 0;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.937rem;
      letter-spacing: normal;
      font-weight: 200; }
      .component-singleStory .content .link-label span {
        color: #ffffff; }
  .component-singleStory .extra-text {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.5rem;
    letter-spacing: normal;
    font-weight: 700; }
    .component-singleStory .extra-text p {
      margin: 0; }
    .component-singleStory .extra-text a {
      text-decoration: underline; }

/* Media queries */
@media (min-width: 1024px) {
  .component-singleStory {
    /*     a:hover {
      .content {
        .text-hover {
          opacity: 0.6;
        }
      }
    } */ }
    .component-singleStory .content .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 2.5rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-singleStory .content .link-label {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1.125rem;
      letter-spacing: normal;
      font-weight: 200; }
    .component-singleStory .extra-text {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.875rem;
      letter-spacing: normal;
      font-weight: 700;
      /*       a:hover {
        opacity: 0.2;
      } */ } }

/** Aviato — pg-gl-2019.10.31 - skipLinks.css **/

.component-skipLinks {
  display: none;
  position: fixed;
  min-width: 200px;
  z-index: 200; }
  .component-skipLinks a {
    display: block;
    position: absolute;
    top: 0;
    padding: 10px;
    background: #ffffff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #666;
    font-size: 0.625rem;
    text-decoration: underline; }
    .component-skipLinks a:focus {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      outline: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .focus-visible .component-skipLinks a:focus span {
        -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
                box-shadow: 0px 0px 2px 2px #4e96e9; }
    .component-skipLinks a span {
      padding: 5px; }

@media (min-width: 1024px) {
  .component-skipLinks {
    display: block; } }

/** Aviato — pg-gl-2019.10.31 - socialLinks.css **/

.component-socialLinks a {
  color: #ffffff;
  margin: 0 8px 0 0;
  text-decoration: none; }
  .component-socialLinks a:visited {
    color: #ffffff; }

/** Aviato — pg-gl-2019.10.31 - storeLocatorDetail.css **/

 @charset "UTF-8";
.component-storeLocatorDetail .store-nav {
  border-bottom: 1px solid #cccccc; }
  .component-storeLocatorDetail .store-nav .store-back-button {
    position: absolute;
    left: 0;
    font-size: 1.375rem; }
    .component-storeLocatorDetail .store-nav .store-back-button .back-label {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1.375rem;
      letter-spacing: normal;
      font-weight: 400;
      color: #000000; }
  .component-storeLocatorDetail .store-nav .nav-title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000000;
    margin: 0 auto; }

.component-storeLocatorDetail .store-info-container .image-box {
  position: relative;
  max-height: 420px;
  overflow: hidden; }
  .component-storeLocatorDetail .store-info-container .image-box .store-name {
    padding: 0; }
    .component-storeLocatorDetail .store-info-container .image-box .store-name .store-title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      color: #000000; }

.component-storeLocatorDetail .store-info-container .slider-box .store-name .store-title {
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.625rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #000000; }

.component-storeLocatorDetail .store-info-container .store-detail {
  /* codice pre-accessibilità */
  /* codice post-accessibilità */ }
  .component-storeLocatorDetail .store-info-container .store-detail .hr-row-bottom {
    border-bottom: 1px solid #cccccc; }
  .component-storeLocatorDetail .store-info-container .store-detail div.info-box {
    width: 100%; }
    .component-storeLocatorDetail .store-info-container .store-detail div.info-box .label {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      color: #666; }
    .component-storeLocatorDetail .store-info-container .store-detail div.info-box .content {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      color: #000000; }
      .component-storeLocatorDetail .store-info-container .store-detail div.info-box .content.content-schedule ul, .component-storeLocatorDetail .store-info-container .store-detail div.info-box .content.content-schedule li {
        list-style: none;
        margin: 0;
        padding: 0; }
      .component-storeLocatorDetail .store-info-container .store-detail div.info-box .content.content-schedule .day {
        display: block; }
    .component-storeLocatorDetail .store-info-container .store-detail div.info-box.border-bottom {
      border-bottom: 1px solid #cccccc !important; }
    .component-storeLocatorDetail .store-info-container .store-detail div.info-box.border-top {
      border-top: 1px solid #cccccc !important; }
  .component-storeLocatorDetail .store-info-container .store-detail dl.info-box {
    border-top: 1px solid #cccccc;
    margin: 0;
    position: relative;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    font-weight: 400; }
    .component-storeLocatorDetail .store-info-container .store-detail dl.info-box dd {
      margin-bottom: 0; }
    .component-storeLocatorDetail .store-info-container .store-detail dl.info-box.phone-box {
      border-bottom: 1px solid #cccccc;
      padding-bottom: 20px;
      padding-top: 20px; }
      .component-storeLocatorDetail .store-info-container .store-detail dl.info-box.phone-box .content {
        padding-bottom: 0;
        padding-top: 0; }
    .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .label {
      color: #666;
      display: none;
      font-weight: 400; }
    .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .content {
      font-size: 0.875rem;
      color: #000000;
      margin: 0;
      padding-bottom: 20px;
      padding-top: 20px; }
      .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .content.content-schedule {
        border-top: 1px solid #cccccc; }
        .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .content.content-schedule ul,
        .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .content.content-schedule li {
          list-style: none;
          margin: 0;
          padding: 0; }
        .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .content.content-schedule .day {
          display: block; }
      .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .content.content-address {
        padding-right: 50px; }
    .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .get-directions {
      position: absolute;
      right: 0;
      top: 25px; }
      .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .get-directions .icon-get-directions {
        font-size: 1.875rem; }

.component-storeLocatorDetail .store-info-container .collection-box .type {
  font-family: "source-han-serif-sc", sans-serif;
  font-size: 1.625rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px; }

.component-storeLocatorDetail .store-info-container .collection-box ul {
  list-style: none;
  list-style-type: none; }
  .component-storeLocatorDetail .store-info-container .collection-box ul li {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    font-weight: 400; }

.component-storeLocatorDetail .store-info-container .services-box {
  font-size: 0.875rem; }
  .component-storeLocatorDetail .store-info-container .services-box ul {
    list-style: none;
    list-style-type: none; }
    .component-storeLocatorDetail .store-info-container .services-box ul li {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.5px;
      font-weight: 200; }

.component-storeLocatorDetail .store-map-container {
  display: none; }
  .component-storeLocatorDetail .store-map-container .store-map-container-placeholder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 521; }
    .component-storeLocatorDetail .store-map-container .store-map-container-placeholder #map {
      height: 100%;
      width: 100%; }

@media (min-width: 1024px) {
  .component-storeLocatorDetail .store-nav {
    border-bottom: 1px solid #cccccc;
    min-height: 40px;
    background: #f7f7f7;
    border: none; }
    .component-storeLocatorDetail .store-nav .store-back-button {
      position: absolute;
      left: 0;
      font-size: 1.375rem; }
      .component-storeLocatorDetail .store-nav .store-back-button .back-label {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 1.375rem;
        letter-spacing: normal;
        font-weight: 400;
        color: #000000;
        text-decoration: underline; }
    .component-storeLocatorDetail .store-nav .nav-title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 2.25rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      color: #000000;
      margin: 0 auto; }
  .component-storeLocatorDetail .store-info-container .store-detail {
    /* codice pre-accessibilità */
    /* codice post-accessibilità */ }
    .component-storeLocatorDetail .store-info-container .store-detail div.info-box.border-bottom, .component-storeLocatorDetail .store-info-container .store-detail div.info-box.border-top {
      border: none !important; }
    .component-storeLocatorDetail .store-info-container .store-detail dl.info-box {
      border-top: 0; }
      .component-storeLocatorDetail .store-info-container .store-detail dl.info-box.phone-box {
        border-bottom: 0;
        padding-top: 0; }
      .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .label {
        display: block;
        padding-top: 20px; }
      .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .content {
        padding-top: 0; }
        .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .content.content-phone {
          padding-bottom: 40px; }
        .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .content.content-schedule {
          border-top: 0; }
      .component-storeLocatorDetail .store-info-container .store-detail dl.info-box .get-directions {
        display: none; }
  .component-storeLocatorDetail .store-info-container .image-box .store-name {
    position: absolute;
    padding: 10px 20px;
    z-index: 1;
    bottom: 0;
    left: 0; }
    .component-storeLocatorDetail .store-info-container .image-box .store-name .store-title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 2.25rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      color: #ffffff;
      display: inline-block;
      background: rgba(0, 0, 0, 0.6);
      padding: 10px 20px; }
  .component-storeLocatorDetail .store-map-container {
    display: block; }
    .component-storeLocatorDetail .store-map-container .store-map-container-placeholder {
      height: 100%;
      border: 1px solid #cccccc;
      position: relative;
      z-index: 10; }
      .component-storeLocatorDetail .store-map-container .store-map-container-placeholder #slDesktopMap {
        height: 100%;
        width: 100%;
        position: absolute; } }

/** Aviato — pg-gl-2019.10.31 - storeLocatorTemplate.css **/

.component-storeLocatorTemplate {
  margin: 0 0; }
  .component-storeLocatorTemplate .store-detail-box {
    display: none; }
  .component-storeLocatorTemplate .store-detail-box-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 520; }
    .component-storeLocatorTemplate .store-detail-box-mobile .header {
      position: relative;
      background: #ffffff;
      top: 0;
      left: 0;
      height: 50px;
      width: 100%; }
      .component-storeLocatorTemplate .store-detail-box-mobile .header .detail-close {
        margin-right: 15px; }
      .component-storeLocatorTemplate .store-detail-box-mobile .header .logo {
        height: 25%; }
    .component-storeLocatorTemplate .store-detail-box-mobile #slMobileMap {
      position: relative;
      height: 40vh;
      width: 100%; }
    .component-storeLocatorTemplate .store-detail-box-mobile.active {
      display: block; }
    .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider {
      width: 100%; }
      .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .slick-prev {
        left: auto;
        right: 50px;
        top: 50px;
        z-index: 10; }
      .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .slick-next {
        left: auto;
        right: 10px;
        top: 50px;
        z-index: 10; }
      .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container {
        margin: 0 24px;
        width: 100%; }
        .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container .store-pager {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400;
          margin: 10px 0;
          color: #000000;
          text-align: center; }
        .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container .store-name {
          font-family: "source-han-serif-sc", sans-serif;
          font-size: 1.5rem;
          letter-spacing: normal;
          font-weight: 700;
          margin: 15px 0;
          padding: 0 50px 0 0;
          color: #000000;
          line-height: 1.5rem; }
        .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container .detail-button {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: 0.5px;
          font-weight: 400;
          padding: 0 12px;
          margin-top: 20px;
          color: #000000; }
        .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container .store-address-container {
          border-top: 1px solid #cccccc;
          border-bottom: 1px solid #cccccc; }
        .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container .store-address {
          padding: 5px 40px 5px 0;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 200;
          color: #000000; }
        .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container a {
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 200;
          color: #4d6b8c; }
  .component-storeLocatorTemplate .locator-header {
    border-bottom: 1px solid #cccccc;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .component-storeLocatorTemplate .locator-header .store-locator-title {
      line-height: 1.5;
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 2.25rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
    .component-storeLocatorTemplate .locator-header .back-button-container {
      text-align: center; }
      .component-storeLocatorTemplate .locator-header .back-button-container .store-back-button {
        width: 100%;
        padding: 5px;
        background: #f7f7f7;
        display: none;
        text-align: left; }
  .component-storeLocatorTemplate .search-bar {
    margin-top: 17px;
    border: 1px solid #cccccc; }
    .component-storeLocatorTemplate .search-bar input {
      font-size: 0.937rem;
      height: 52px;
      border-bottom: none; }
    .component-storeLocatorTemplate .search-bar .search-button {
      height: 52px;
      line-height: 52px; }
  .component-storeLocatorTemplate .store-box-content {
    width: 100%; }
    .component-storeLocatorTemplate .store-box-content .store-box-list {
      width: 100%;
      margin: 0 auto; }
      .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper {
        overflow: hidden;
        margin: 5px 0;
        padding: 0 10px;
        display: none; }
        .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper.active {
          display: block; }
        .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper:focus {
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .focus-visible .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper:focus .store-box {
            -webkit-box-shadow: inset 0 0 2px 2px #4e96e9;
                    box-shadow: inset 0 0 2px 2px #4e96e9; }
        .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .image {
          position: relative;
          overflow: hidden;
          height: 140px; }
        .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box {
          position: relative;
          background: #f7f7f7;
          color: #000000;
          padding: 12px 50px 10px 10px;
          margin-bottom: 10px;
          -webkit-transition: 0.4s;
          transition: 0.4s;
          cursor: pointer; }
          .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .store-name {
            color: #000000;
            line-height: 1.5;
            font-family: "Noto Sans HK", sans-serif;
            font-size: 1rem;
            letter-spacing: 0.5px;
            font-weight: 400; }
          .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .store-info {
            color: #666;
            font-family: "Noto Sans HK", sans-serif;
            font-size: 0.75rem;
            letter-spacing: normal;
            font-weight: 400; }
          .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail {
            font-family: "icomoon";
            font-size: 2.125rem;
            color: #666;
            height: 40px;
            width: 40px; }
            .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail:before {
              content: '\E927'; }
  .component-storeLocatorTemplate .ol-viewport .ol-control button {
    background-color: #000000; }
    .component-storeLocatorTemplate .ol-viewport .ol-control button:hover {
      background-color: #666;
      opacity: 0.8; }
  [dir='rtl'] .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box {
    padding-right: 10px;
    padding-left: 50px; }
    [dir='rtl'] .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail {
      right: unset;
      left: 0; }
  [dir='rtl'] .component-storeLocatorTemplate .store-detail-box-mobile .header .detail-close {
    margin-right: unset;
    margin-left: 15px; }
  [dir='rtl'] .component-storeLocatorTemplate .back-button-container .store-back-button {
    text-align: right; }
    [dir='rtl'] .component-storeLocatorTemplate .back-button-container .store-back-button .icon-left:before {
      content: '\E91B'; }

@media (min-width: 1024px) {
  .component-storeLocatorTemplate {
    margin: 30px 0; }
    .component-storeLocatorTemplate .locator-header .back-button-container .store-back-button {
      padding: 0;
      background: none;
      text-align: left; }
    .component-storeLocatorTemplate .search-bar {
      margin-top: 0;
      border: none;
      border-bottom: 1px solid #cccccc; }
      .component-storeLocatorTemplate .search-bar input {
        font-size: 1.125rem; }
        .component-storeLocatorTemplate .search-bar input::-webkit-input-placeholder {
          color: transparent; }
        .component-storeLocatorTemplate .search-bar input:-moz-placeholder {
          color: transparent; }
        .component-storeLocatorTemplate .search-bar input::-moz-placeholder {
          color: transparent; }
        .component-storeLocatorTemplate .search-bar input:-ms-input-placeholder {
          color: transparent; }
        .component-storeLocatorTemplate .search-bar input::-ms-input-placeholder {
          color: transparent; }
    .component-storeLocatorTemplate .mobile-prelist {
      display: none; }
    .component-storeLocatorTemplate .store-box-content {
      height: 400px;
      width: 100%; }
      .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper {
        height: 120px; }
        .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box {
          min-height: 120px;
          padding: 12px 20px; }
          .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail {
            font-size: 1.375rem;
            color: #cccccc; }
            .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail:before {
              content: '\E91B'; }
    [dir='rtl'] .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail:before {
      content: '\E913'; }
    [dir='rtl'] .component-storeLocatorTemplate .back-button-container .store-back-button {
      text-align: right; } }

/** Aviato — pg-gl-2019.10.31 - storiesFilters.css **/

.component-storiesFilters {
  position: relative;
  background-color: #000000;
  color: #ffffff; }
  .component-storiesFilters .container {
    width: calc( 100% - 20px); }
  .component-storiesFilters .sort span,
  .component-storiesFilters .sort a {
    line-height: 1.625rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.937rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 200;
    color: #ffffff; }
  .component-storiesFilters .sort .sorter {
    position: relative;
    padding-left: 0.3em; }
    .component-storiesFilters .sort .sorter .label {
      cursor: pointer;
      display: block;
      line-height: 1.875rem; }
      .component-storiesFilters .sort .sorter .label::after {
        content: '\E90C';
        display: inline-block;
        margin-left: 0.5em;
        line-height: 0.875rem;
        font-family: "icomoon"; }
      .component-storiesFilters .sort .sorter .label.opened::after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .component-storiesFilters .sort .sorter .options {
      position: absolute;
      margin: 0 0 0 -7px;
      list-style: outside none;
      height: auto;
      max-height: 0;
      overflow: hidden;
      background-color: #000000;
      width: 200px; }
      .component-storiesFilters .sort .sorter .options.show {
        max-height: none;
        padding: 5px 0; }
    .component-storiesFilters .sort .sorter a {
      display: block;
      padding: 5px 7px; }
  .component-storiesFilters .filter-opener {
    cursor: pointer;
    line-height: 1.875rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.937rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 200; }
    .component-storiesFilters .filter-opener::after {
      content: '\E90C';
      display: inline-block;
      margin-left: 0.5em;
      line-height: 0.875rem;
      font-family: "icomoon"; }
    .component-storiesFilters .filter-opener.opened::after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .component-storiesFilters .filters {
    position: absolute;
    right: -7px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    background-color: #000000; }
    .component-storiesFilters .filters.show {
      max-height: none;
      padding: 5px 0; }
    .component-storiesFilters .filters .button {
      display: inline-block !important; }
  .component-storiesFilters input[type="radio"] + label,
  .component-storiesFilters input[type="checkbox"] + label {
    line-height: 1rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.937rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 200;
    text-transform: capitalize;
    color: #ffffff; }
  .component-storiesFilters input[type="radio"] + label::after,
  .component-storiesFilters input[type="checkbox"] + label::after {
    border-color: #ffffff;
    color: #ffffff; }
  .component-storiesFilters input[type="submit"] {
    width: auto; }
    .component-storiesFilters input[type="submit"]:active {
      padding: 5px 20px; }
  [dir="rtl"] .component-storiesFilters .sort .sorter {
    padding-left: unset;
    padding-right: 0.3em; }
    [dir="rtl"] .component-storiesFilters .sort .sorter .label::after {
      margin-left: unset;
      margin-right: 0.5em; }
  [dir="rtl"] .component-storiesFilters .filter-opener::after {
    margin-left: unset;
    margin-right: 0.5em; }
  [dir="rtl"] .component-storiesFilters .filters {
    right: unset;
    left: -7px; }

@media (min-width: 1024px) {
  .component-storiesFilters .container {
    width: calc( 85.52%); }
  .component-storiesFilters .sort span,
  .component-storiesFilters .sort a {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 400; }
  .component-storiesFilters .filters {
    position: relative;
    right: auto;
    max-height: none;
    padding: 0; }
    .component-storiesFilters .filters .filter:not(:last-of-type) {
      border-right: 1px solid #ffffff; }
  .component-storiesFilters input[type="radio"] + label,
  .component-storiesFilters input[type="checkbox"] + label {
    line-height: 1rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 400; }
  [dir="rtl"] .component-storiesFilters .filters {
    right: unset;
    left: auto; }
    [dir="rtl"] .component-storiesFilters .filters .filter:first-of-type {
      border-right: none; }
    [dir="rtl"] .component-storiesFilters .filters .filter:last-of-type {
      border-right: 1px solid #ffffff; } }

@media screen and (min-width: 1025px) {
  .component-storiesFilters .sort .sorter a,
  .component-storiesFilters .sort .sorter .label {
    /*           &:hover {
            opacity: 0.6;
          } */ }
  .component-storiesFilters .filters .filter {
    display: inline-block !important; }
  .component-storiesFilters input[type="radio"] + label,
  .component-storiesFilters input[type="checkbox"] + label {
    /*         &:hover {
          opacity: 0.6;
        } */ } }

/** Aviato — pg-gl-2019.10.31 - storiesLandingTemplate.css **/

.component-storiesLandingTemplate .hidden.more, .component-storiesLandingTemplate .hidden.substories {
  display: none; }

/** Aviato — pg-gl-2019.10.31 - stripBar.css **/

.component-stripBar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 0 50px;
  position: relative;
  min-height: 40px;
  text-align: center;
  z-index: 101;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.812rem;
  letter-spacing: normal;
  font-weight: 400; }
  .component-stripBar.inactive, .component-stripBar.hidden {
    height: 0;
    min-height: 0; }
  .component-stripBar .strip-text {
    padding: 10px 0; }
  .component-stripBar a {
    color: inherit; }
    .component-stripBar a:hover {
      text-decoration: underline; }
  .component-stripBar .close {
    color: inherit;
    font-size: 0.875rem;
    opacity: 1;
    position: absolute;
    right: 11px;
    top: 11px;
    text-shadow: none; }

@media (min-width: 1024px) {
  .component-stripBar {
    font-size: 0.75rem;
    z-index: 1; }
    .component-stripBar .close {
      font-size: 0.75rem;
      right: 14px;
      top: 14px; } }

/** Aviato — pg-gl-2019.10.31 - subNavigation.css **/

.component-subNavigation {
  display: none;
  text-align: center;
  width: 100%; }
  .component-subNavigation.hidden {
    display: none !important; }
  .component-subNavigation .selected {
    display: none;
    height: 40px;
    line-height: 35px;
    cursor: pointer;
    color: #ffffff;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-subNavigation .selected:after {
      content: '\E90C';
      font-family: "icomoon";
      font-size: 0.625rem;
      padding-left: 4px; }
    .component-subNavigation .selected:focus {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .focus-visible .component-subNavigation .selected:focus:after {
        -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
                box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-subNavigation .items {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* height: 45px; */ }
    .component-subNavigation .items > li {
      display: inline-block;
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 0;
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-subNavigation .items > li > span {
        cursor: pointer; }
      .component-subNavigation .items > li.mp-7 {
        padding-left: 7px;
        padding-right: 7px; }
      .component-subNavigation .items > li.mp-10 {
        padding-left: 10px;
        padding-right: 10px; }
      .component-subNavigation .items > li.mp-15 {
        padding-left: 15px;
        padding-right: 15px; }
      .component-subNavigation .items > li.mp-20 {
        padding-left: 20px;
        padding-right: 20px; }
      .component-subNavigation .items > li .js-jump-to-subcategory {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .component-subNavigation .items > li .js-jump-to-subcategory .icon {
          font-size: 0.75rem; }
      .component-subNavigation .items > li .subitems {
        display: none;
        list-style: none;
        background: #000000;
        color: #ffffff;
        height: 260px;
        width: 100%;
        position: fixed;
        left: 0;
        margin-top: 16px;
        border: none;
        padding: 20px;
        z-index: 1; }
        .component-subNavigation .items > li .subitems .image {
          width: 16.666%;
          height: 220px;
          float: left;
          overflow: hidden;
          position: relative; }
          .component-subNavigation .items > li .subitems .image img {
            height: 100%;
            width: auto;
            max-width: unset;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            -ms-transform: translateX(0%);
            position: absolute; }
        .component-subNavigation .items > li .subitems .title {
          width: 16.666%;
          height: 220px;
          padding: 10px 0px 10px 20px;
          float: left;
          text-align: left; }
          .component-subNavigation .items > li .subitems .title [role="heading"] {
            margin: 0; }
        .component-subNavigation .items > li .subitems > li,
        .component-subNavigation .items > li .subitems .subitems-navigation a {
          text-align: left;
          color: #ffffff;
          display: inline-block;
          float: left;
          width: 16.666%;
          padding: 10px 0px 10px 20px;
          font-family: "Noto Sans HK", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400; }
      .component-subNavigation .items > li:hover .subitems, .component-subNavigation .items > li.active .subitems {
        display: block; }
  .component-subNavigation.black {
    background: #000000; }
    .component-subNavigation.black .items {
      color: #ffffff; }
      .component-subNavigation.black .items > li {
        border-bottom: 6px solid #000000;
        color: #ffffff; }
        .component-subNavigation.black .items > li a {
          color: #ffffff; }
        .component-subNavigation.black .items > li:hover {
          border-bottom: 6px solid #ffffff; }
          .component-subNavigation.black .items > li:hover a {
            text-decoration: none;
            color: #ffffff; }
        .component-subNavigation.black .items > li .subitems a {
          /*color: $black;*/ }
  .component-subNavigation.white {
    background: #ffffff; }
    .component-subNavigation.white .items {
      color: #000000; }
      .component-subNavigation.white .items > li {
        border-bottom: 6px solid #ffffff; }
        .component-subNavigation.white .items > li:hover {
          border-bottom: 6px solid #000000; }
          .component-subNavigation.white .items > li:hover a {
            text-decoration: none; }
        .component-subNavigation.white .items > li .subitems a {
          color: #ffffff; }
  .component-subNavigation.collapsed {
    display: block; }
    .component-subNavigation.collapsed.white .selected, .component-subNavigation.collapsed.black .selected {
      display: block; }
    .component-subNavigation.collapsed.white .items, .component-subNavigation.collapsed.black .items {
      display: none;
      height: unset; }
      .component-subNavigation.collapsed.white .items > li, .component-subNavigation.collapsed.black .items > li {
        display: block;
        border-bottom: none; }
        .component-subNavigation.collapsed.white .items > li.active, .component-subNavigation.collapsed.white .items > li:hover, .component-subNavigation.collapsed.black .items > li.active, .component-subNavigation.collapsed.black .items > li:hover {
          border-bottom: none; }
          .component-subNavigation.collapsed.white .items > li.active a, .component-subNavigation.collapsed.white .items > li:hover a, .component-subNavigation.collapsed.black .items > li.active a, .component-subNavigation.collapsed.black .items > li:hover a {
            text-decoration: underline; }
  [dir="rtl"] .component-subNavigation .items > li .subitems li,
  [dir="rtl"] .component-subNavigation .items > li .subitems .subitems-navigation a {
    text-align: right;
    padding: 10px 20px 10px 0px; }
  [dir="rtl"] .component-subNavigation .items > li .subitems .image {
    float: right; }
    [dir="rtl"] .component-subNavigation .items > li .subitems .image img {
      right: 0;
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
  [dir="rtl"] .component-subNavigation .items > li .subitems .title {
    padding: 10px 20px 10px 0px;
    float: right;
    text-align: right; }

@media (min-width: 1024px) {
  .component-subNavigation.collapsed.white .selected, .component-subNavigation.collapsed.black .selected {
    display: none; }
  .component-subNavigation.collapsed.white .items, .component-subNavigation.collapsed.black .items {
    height: 40px;
    display: block; }
    .component-subNavigation.collapsed.white .items > li, .component-subNavigation.collapsed.black .items > li {
      display: inline-block; } }

/** Aviato — pg-gl-2019.10.31 - subcategoryProducts.css **/

.component-subcategoryProducts {
  margin: 30px 0; }
  .component-subcategoryProducts a,
  .component-subcategoryProducts a:hover {
    display: block;
    text-decoration: none;
    height: 100%; }
  .component-subcategoryProducts .description-content .inner-content {
    padding-right: 10px;
    padding-left: 0;
    color: #000000; }
    .component-subcategoryProducts .description-content .inner-content .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.875rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      margin: 0px;
      padding: 0;
      line-height: 2rem;
      word-break: break-word; }
    .component-subcategoryProducts .description-content .inner-content .text {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1rem;
      letter-spacing: 0.5px;
      font-weight: 400; }
    .component-subcategoryProducts .description-content .inner-content .cta {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.937rem;
      letter-spacing: 0.5px;
      font-weight: 200; }
  .component-subcategoryProducts .description-content.description-content-mob {
    height: 100%;
    border: 1px #000000 solid; }
    .component-subcategoryProducts .description-content.description-content-mob .inner-content {
      padding-right: 10px;
      padding-left: 10px; }
  .component-subcategoryProducts .multimedia .inner-content > img {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .component-subcategoryProducts .image {
    position: relative;
    width: 100%;
    height: 100%; }

@media (min-width: 1024px) {
  .component-subcategoryProducts .multimedia-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .component-subcategoryProducts.layout2 .multimedia {
    height: 100%; }
  .component-subcategoryProducts .description-content {
    padding: 110px 0 0; }
    .component-subcategoryProducts .description-content .inner-content {
      padding-right: 20px;
      padding-left: 0; }
      .component-subcategoryProducts .description-content .inner-content .title {
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 3.75rem;
        letter-spacing: normal;
        font-weight: 700;
        line-height: 3.75rem; }
      .component-subcategoryProducts .description-content .inner-content .text {
        font-family: "source-han-serif-sc", sans-serif;
        font-size: 1.375rem;
        letter-spacing: normal;
        font-weight: 400;
        line-height: 1.875rem; }
      .component-subcategoryProducts .description-content .inner-content .cta {
        font-family: "Noto Sans HK", sans-serif;
        font-size: 1.125rem;
        letter-spacing: normal;
        font-weight: 200;
        line-height: 1.875rem; }
  .component-subcategoryProducts.layout2 .description-content {
    position: absolute;
    max-width: 490px;
    z-index: 10;
    background-color: #ffffff;
    border: 1px #000000 solid;
    padding: 0px;
    right: 0.5%;
    bottom: 11%;
    padding-left: 15px; }
  .component-subcategoryProducts.layout2 .inner-content .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.5rem;
    letter-spacing: normal;
    font-weight: 700;
    line-height: 2.5rem;
    margin-top: 15px !important; }
  .component-subcategoryProducts.layout2 .text {
    margin: 10px 0px 30px !important; }
  [dir="rtl"] .component-subcategoryProducts .description-content .inner-content {
    padding-right: 0;
    padding-left: 20px; }
  [dir="rtl"] .component-subcategoryProducts.layout2 .description-content {
    right: auto;
    left: 0.5%; } }

@media (min-width: 1025px) {
  .component-subcategoryProducts .inner-row {
    height: 100%; }
  .component-subcategoryProducts .hover-border-image {
    position: relative;
    height: calc( 100% - 10px); }
    .component-subcategoryProducts .hover-border-image::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid #000000;
      opacity: 0; }
  .component-subcategoryProducts.hovered.layout2 .description-content {
    border-color: #cccccc; }
  .component-subcategoryProducts.hovered .hover-border-image::before {
    opacity: 1; }
  .component-subcategoryProducts.hovered .inner-content .title,
  .component-subcategoryProducts.hovered .inner-content .text,
  .component-subcategoryProducts.hovered .inner-content .cta {
    opacity: 0.2; } }

/** Aviato — pg-gl-2019.10.31 - subcategoryProductsGrid.css **/

.component-subcategoryProductsGrid {
  margin: 30px 0; }
  .component-subcategoryProductsGrid a, .component-subcategoryProductsGrid a:hover {
    text-decoration: none; }
  .component-subcategoryProductsGrid .product-wrapper {
    list-style-type: none;
    padding-left: 0; }
  .component-subcategoryProductsGrid .description-content {
    padding-right: 10px;
    padding-left: 0;
    color: #000000;
    line-height: 1.625rem; }
    .component-subcategoryProductsGrid .description-content .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.625rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      margin: 0;
      padding: 0; }

@media (min-width: 768px) {
  .component-subcategoryProductsGrid .description-content .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 2.25rem; } }

@media (min-width: 1024px) {
  .component-subcategoryProductsGrid .description-content {
    padding-right: 20px;
    padding-left: 0; }
    .component-subcategoryProductsGrid .description-content .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 2.25rem;
      letter-spacing: normal;
      font-weight: 700;
      line-height: 2.5rem; }
  .component-subcategoryProductsGrid .title {
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 2.25rem;
    letter-spacing: normal;
    font-weight: 700;
    margin-top: 15px !important; } }

@media (min-width: 1025px) {
  .component-subcategoryProductsGrid.hovered .title {
    opacity: 0.3; } }

/** Aviato — pg-gl-2019.10.31 - thankYouPageTemplate.css **/

.component-thankYouPageTemplate {
  margin-bottom: 80px; }
  .component-thankYouPageTemplate .thank-you-header {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px; }
    .component-thankYouPageTemplate .thank-you-header .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
  .component-thankYouPageTemplate .order-summary .title-mobile {
    border-bottom: 1px solid #cccccc; }
    .component-thankYouPageTemplate .order-summary .title-mobile .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
  .component-thankYouPageTemplate .order-summary .order-details {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-weight: 400; }
    .component-thankYouPageTemplate .order-summary .order-details .flex-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .component-thankYouPageTemplate .order-summary .order-details .text-dark-grey {
      color: #666; }
    .component-thankYouPageTemplate .order-summary .order-details .total-price {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 1.5rem;
      letter-spacing: 1px;
      font-weight: 400; }
  .component-thankYouPageTemplate .thank-you-content {
    padding: 0; }
    .component-thankYouPageTemplate .thank-you-content .title,
    .component-thankYouPageTemplate .thank-you-content .subtitle {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.125rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      margin-bottom: 25px; }
    .component-thankYouPageTemplate .thank-you-content .description {
      font-family: "Noto Sans HK", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-thankYouPageTemplate .thank-you-content .description p {
        margin: 20px 0; }
    .component-thankYouPageTemplate .thank-you-content #thankYouPageTemplateForm {
      display: none; }

/* Media queries */
@media (min-width: 1024px) {
  .component-thankYouPageTemplate .order-summary .title-desktop .title {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-thankYouPageTemplate .order-summary .order-details .end-message {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-thankYouPageTemplate .thank-you-header {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0; }
    .component-thankYouPageTemplate .thank-you-header .title {
      font-family: "source-han-serif-sc", sans-serif;
      font-size: 1.875rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
  .component-thankYouPageTemplate .thank-you-content .title {
    font-style: normal;
    font-family: "source-han-serif-sc", sans-serif;
    font-size: 1.875rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 20px; }
  .component-thankYouPageTemplate .thank-you-content .description {
    line-height: normal; }
  .component-thankYouPageTemplate .thank-you-content .subtitle {
    font-style: normal;
    line-height: normal;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-thankYouPageTemplate .thank-you-content .subtitle p {
      margin: 20px 0; } }

/** Aviato — pg-gl-2019.10.31 - topSearch.css **/

.component-topSearch .toggle {
  cursor: pointer; }

.component-topSearch .search-form {
  padding-top: 30px;
  display: none;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background: #ffffff;
  z-index: 520; }
  .component-topSearch .search-form input {
    width: 80%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #000000;
    background: #ffffff;
    font-size: 1rem;
    margin-left: -15px; }
    .component-topSearch .search-form input::-ms-clear {
      display: none; }
  .component-topSearch .search-form .icon-close {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    opacity: 1;
    z-index: 520; }
  .component-topSearch .search-form .search-button {
    margin-left: -30px; }

.component-topSearch.expanded .search-form {
  height: 147px; }
  .component-topSearch.expanded .search-form input {
    height: 60px; }

.component-topSearch.white .search-form {
  background: #ffffff; }
  .component-topSearch.white .search-form input {
    border-bottom: 1px solid #000000;
    background: #ffffff;
    color: #000000; }
  .component-topSearch.white .search-form .search-button,
  .component-topSearch.white .search-form .icon-close {
    color: #000000; }

.component-topSearch.black .search-form {
  background: #000000; }
  .component-topSearch.black .search-form input {
    border-bottom: 1px solid #ffffff;
    background: #000000;
    color: #ffffff; }
  .component-topSearch.black .search-form .search-button,
  .component-topSearch.black .search-form .icon-close {
    color: #ffffff; }

.component-topSearch .search-spinner {
  position: fixed;
  z-index: 519;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  background: transparent; }

[dir="rtl"] .component-topSearch .search-form {
  left: 0;
  right: inherit; }
  [dir="rtl"] .component-topSearch .search-form input {
    margin-left: 0;
    margin-right: -15px; }
  [dir="rtl"] .component-topSearch .search-form .icon-close {
    right: inherit;
    left: 25px; }
  [dir="rtl"] .component-topSearch .search-form .search-button {
    margin-right: -30px;
    position: relative;
    z-index: 1; }

[dir="rtl"] .component-topSearch.black .search-form input {
  background: transparent; }

@media (max-width: 1024px) {
  .component-topSearch .search-form {
    padding-top: 0; }
    .component-topSearch .search-form input {
      margin-left: -35px; }
    .component-topSearch .search-form .top-search-toggle {
      display: none; }
  [dir="rtl"] .component-topSearch .search-form input {
    margin-left: 0;
    margin-right: -35px; } }

/** Aviato — pg-gl-2019.10.31 - totalLookTemplate.css **/

.component-totalLookTemplate .header {
  border-bottom: 1px solid #666; }
  .component-totalLookTemplate .header .title,
  .component-totalLookTemplate .header .count {
    line-height: 1.75rem;
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-weight: 400;
    font-weight: 200; }
  .component-totalLookTemplate .header .hint {
    font-family: "Noto Sans HK", sans-serif;
    font-size: 1.375rem;
    letter-spacing: 1px;
    font-weight: 400;
    font-weight: 700; }
  .component-totalLookTemplate .header .shop {
    display: none; }

@media (min-width: 1024px) {
  .component-totalLookTemplate .header .title {
    line-height: 1.875rem;
    font-size: 1.625rem;
    font-weight: 400; }
  .component-totalLookTemplate .header .hint {
    line-height: 1.875rem;
    font-size: 1.25rem; }
  .component-totalLookTemplate .header .count {
    padding: 0 20px; } }

/** Aviato — pg-gl-2019.10.31 - wishlistButton.css **/

.component-wishlistButton .wish-container .wish-button {
  padding: 1px 0;
  margin: 0 10px; }

.component-wishlistButton .user-logged {
  display: none; }

.component-wishlistButton.logged .user-logged {
  display: block; }

.component-wishlistButton.logged .user-unlogged {
  display: none; }

.component-header.black .component-wishlistButton .wish-button {
  color: #ffffff; }

.component-header.white .component-wishlistButton .wish-button {
  color: #000000; }

/** Aviato — pg-gl-2019.10.31 - changeCountryModal.css **/


