@charset "UTF-8";
/* breakpoint */
/* color */
.rolex {
  font-family: Helvetica, Arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.rolex__btn {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  color: #127749;
  padding: 1.1rem 3rem;
  border-radius: 3rem;
  border: 1px #127749 solid;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .rolex__btn {
    font-size: 1.4rem;
    padding: 1rem 2.4rem;
  }
}
.rolex__btn:hover {
  color: #fff;
  background-color: #127749;
}
.rolex__btn--green {
  color: #fff;
  border-color: #127749;
  background-color: #127749;
}
.rolex__btn--green:hover, .push-banner:hover .rolex__btn--green {
  color: #127749;
  background-color: #fff;
}
.rolex__btn--white {
  color: #fff;
  border-color: #fff;
}
.rolex__btn--white:hover, .push-banner:hover .rolex__btn--white {
  color: #127749;
  background-color: #fff;
}
.rolex__text-btn {
  font-size: 1.6rem;
  font-weight: normal;
  color: #127749;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .rolex__text-btn {
    font-size: 1.4rem;
  }
}
.rolex__text-btn:hover {
  opacity: 0.3;
}
.rolex__text-btn--white {
  color: #fff;
}
.rolex__text-btn--black {
  color: #000;
}
.rolex__text-btn--black-2 {
  color: #000;
}
.rolex__text-btn--black-2:hover {
  color: #127749;
  opacity: 1;
}
.rolex__icon-btn-holder + .rolex__icon-btn-holder {
  margin-top: 15px;
}
.rolex__icon-btn {
  position: relative;
  display: inline-block;
  padding: 1.2rem;
  border: 1px #127749 solid;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .rolex__icon-btn {
    padding: 1.1rem;
  }
}
.rolex__icon-btn img {
  width: 1.4rem;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: calc(50% - 0.7rem);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  .rolex__icon-btn img {
    width: 1.2rem;
    top: calc(50% - 0.6rem);
    left: calc(50% - 0.6rem);
  }
}
.rolex__icon-btn svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: #127749;
}
@media screen and (max-width: 767px) {
  .rolex__icon-btn svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.rolex__icon-btn .hover-img {
  opacity: 0;
}
.rolex__icon-btn:hover, .rolex__icon-btn-holder:hover .rolex__icon-btn {
  background-color: #127749;
}
.rolex__icon-btn:hover svg, .rolex__icon-btn-holder:hover .rolex__icon-btn svg {
  fill: #fff;
}
.rolex__icon-btn:hover img, .rolex__icon-btn-holder:hover .rolex__icon-btn img {
  opacity: 0;
}
.rolex__icon-btn:hover .hover-img, .rolex__icon-btn-holder:hover .rolex__icon-btn .hover-img {
  opacity: 1;
}
.rolex_shop_action .rolex__icon-btn {
  border-color: #fff;
  background-color: #fff;
}
.rolex_shop_action .rolex__icon-btn:hover {
  border-color: #127749;
  background-color: #127749;
}
.store-detail__icon-container .rolex__icon-btn {
  border-color: #fff;
  background-color: #fff;
}
.store-detail__icon-container .rolex__icon-btn-holder:hover .rolex__icon-btn {
  border-color: #127749;
  background-color: #127749;
}
.rolex__icon-btn--green {
  background-color: #127749;
}
.rolex__icon-btn--green svg {
  fill: #fff;
}
.rolex__icon-btn--green:hover {
  background-color: #fff;
}
.rolex__icon-btn--green:hover svg {
  fill: #127749;
}
.rolex__icon-btn--white {
  border-color: #fff;
}
.rolex__icon-btn--white svg {
  fill: #fff;
}
.rolex__icon-btn--white:hover, .rolex__icon-btn-holder:hover .rolex__icon-btn--white {
  background-color: #fff;
}
.rolex__icon-btn--white:hover svg, .rolex__icon-btn-holder:hover .rolex__icon-btn--white svg {
  fill: #127749;
}
.rolex__icon-btn-text {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .rolex__icon-btn-text {
    font-size: 1.4rem;
  }
}
.rolex__icon-btn + .rolex__icon-btn-text {
  margin-left: 10px;
}
.rolex__large-title {
  font-size: 3.8rem;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .rolex__large-title {
    font-size: 2.4rem;
  }
}
.rolex__medium-title {
  font-size: 2.8rem;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .rolex__medium-title {
    font-size: 2.4rem;
  }
}
.rolex__push-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .rolex__push-title {
    font-size: 1.6rem;
  }
}
.rolex__grid-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .rolex__grid-title {
    font-size: 1.3rem;
  }
}
.rolex__small-subtitle {
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .rolex__small-subtitle {
    font-size: 0.9rem;
  }
}
.rolex__small-title {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .rolex__small-title {
    font-size: 1.1rem;
  }
}
.rolex__very-small-title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rolex__very-small-title {
    font-size: 1.4rem;
  }
}
.rolex__subtitle {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rolex__subtitle {
    font-size: 1.1rem;
  }
}
.rolex__btn-label {
  font-size: 1.6rem;
  font-weight: normal;
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .rolex__btn-label {
    font-size: 1.4rem;
  }
}
.rolex__section-title {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rolex__section-title {
    font-size: 1.2rem;
  }
}
.rolex__desc {
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .rolex__desc {
    font-size: 1.2rem;
  }
}
.rolex__small-desc {
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .rolex__small-desc {
    font-size: 1.1rem;
  }
}

.rolex-header {
  position: relative;
  padding: 20px 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .rolex-header {
    padding: 10px 0;
  }
}
.rolex-header__wrapper {
  width: 90%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
}
.rolex-header__mobile-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .rolex-header__mobile-menu-btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
  }
}
.rolex-header__mobile-menu-btn:hover {
  opacity: 1;
}
.rolex-header__mobile-menu-btn:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 12px;
  margin-top: -0.6rem;
}
.rolex-header__mobile-menu-btn.active:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 0.3rem;
}
.rolex-header__icon {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .rolex-header__icon {
    width: 100px;
  }
}
.rolex-header__icon img {
  width: 100%;
}

.rolex-nav {
  margin-left: auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .rolex-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
}
.rolex-nav a {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .rolex-nav a {
    display: block;
    margin-left: 0;
    text-align: center;
    padding: 1rem 0;
    border-bottom: 1px #ececec solid;
  }
}
@media screen and (max-width: 767px) {
  .rolex-nav .rolex__btn {
    color: #000;
    border: none;
    line-height: 1.5;
  }
  .rolex-nav .rolex__btn:hover {
    color: #000;
    border: none;
    background-color: transparent;
  }
  .rolex-nav .rolex__btn--green {
    background-color: transparent;
    color: #127749;
  }
}

.rolex-breadcrumb {
  padding: 5px 5vw;
  background-color: white;
  border-top: 1px #ececec solid;
}
.rolex-breadcrumb__list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.rolex-breadcrumb__item {
  display: inline-block;
  letter-spacing: 0.05em;
  padding-right: 5px;
  font-size: 1.2rem;
}
.rolex-breadcrumb__item:first-child .rolex-breadcrumb__arrow {
  display: none;
}
@media screen and (max-width: 1068px) {
  .rolex-breadcrumb__item {
    display: none;
  }
  .rolex-breadcrumb__item:nth-last-child(2) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .rolex-breadcrumb__item:nth-last-child(2) .rolex-breadcrumb__arrow {
    display: block;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .rolex-breadcrumb__item {
    font-size: 1.1rem;
  }
}
.rolex-breadcrumb__arrow {
  display: inline-block;
  margin-right: 10px;
}
.rolex-breadcrumb__arrow svg {
  width: auto;
  height: 10px;
  position: relative;
  top: 1px;
}

.rolex-banner {
  margin: 0px 0px 5vh;
}
.rolex-banner__inner {
  position: relative;
  width: 100%;
  margin: 0px 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-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  padding: 0px;
  cursor: auto;
  height: 25vh;
  min-height: auto;
  -webkit-perspective: 1px;
          perspective: 1px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.rolex-banner__inner figure {
  margin: 0px;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0%;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.rolex-banner__inner img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s linear 0s;
  transition: -webkit-transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s, -webkit-transform 0.5s linear 0s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rolex-collection.all .rolex-banner__inner img {
  -o-object-position: 80% center;
     object-position: 80% center;
}

.rolex-textarea {
  margin: 0px 0px 10vh;
}
.rolex-textarea__wrapper {
  text-align: center;
  margin: 0px auto;
  width: 50%;
  color: rgb(33, 33, 33);
  max-width: 650px;
}
@media screen and (max-width: 1068px) {
  .rolex-textarea__wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .rolex-textarea__wrapper {
    width: 90%;
  }
}
.rolex-textarea .rolex__very-small-title {
  display: block;
  margin: 0;
}
.rolex-textarea .rolex__large-title {
  margin: 20px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .rolex-textarea .rolex__large-title {
    margin: 20px 0 10px;
  }
}
.rolex-textarea p {
  margin: 0;
}
.rolex-textarea p + .rolex-textarea p {
  margin-top: 20px;
}
.rolex-textarea__title {
  margin: 0;
}
.rolex-textarea .rolex__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .rolex-textarea .rolex__btn {
    margin-top: 20px;
  }
}
.rolex-textarea__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .rolex-textarea__btn-container {
    margin-top: 12px;
  }
}
.rolex-textarea__btn-container .rolex__btn {
  margin: 8px;
  min-width: 203px;
}

@-webkit-keyframes rolexLoading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rolexLoading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.watch-grid {
  max-width: 1020px;
  margin: 0 auto 10vh;
}
@media screen and (max-width: 767px) {
  .watch-grid {
    width: 90%;
  }
}
.watch-grid__item-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.watch-grid__item-container.loading {
  position: relative;
  min-height: 200px;
}
.watch-grid__item-container.loading:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
}
.watch-grid__item-container.loading:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 11;
  border: 2px #000 solid;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rolexLoading 1s infinite linear;
          animation: rolexLoading 1s infinite linear;
}
.watch-grid__item {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .watch-grid__item {
    width: 50%;
    padding-bottom: 20px;
  }
}
.watch-grid__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.watch-grid__item:hover:after {
  opacity: 0.03;
}
.watch-grid__item img {
  width: 100%;
}
.watch-grid__item-detail {
  display: block;
  padding: 0 5%;
}
.watch-grid__item-detail span {
  display: block;
}

.editorial-grid {
  margin: 0px auto 10vh;
  width: 80%;
  max-width: 1140px;
}
@media screen and (max-width: 1068px) {
  .editorial-grid {
    width: 90%;
  }
}
.editorial-grid__title {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .editorial-grid__title {
    margin-bottom: 20px;
  }
}
.editorial-grid__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  margin: 0px auto;
}
.editorial-grid__item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .editorial-grid__item {
    width: calc(50% - 5px);
  }
}
.editorial-grid__row--full .editorial-grid__item {
  width: 100%;
}
.editorial-grid__item img {
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
.editorial-grid__item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
.editorial-grid__item picture {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.editorial-grid__item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  white-space: normal;
  color: #000;
  background-color: #fff;
  padding-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-right: 30px;
}
.editorial-grid__item figcaption span {
  /* letter-spacing: 0.1em; */
  margin: 0px;
  /* font-size: calc(1.1rem + 0.3125 * ((100vw - 32rem) / 100)); */
  /* line-height: 1.5; */
}

.rolex-img {
  width: 50%;
  max-width: 650px;
  margin: 0 auto 10vh;
}
@media screen and (max-width: 1068px) {
  .rolex-img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .rolex-img {
    width: 90%;
  }
}
.rolex-img img {
  width: 100%;
}
.rolex-img--m {
  width: 80%;
  max-width: 1140px;
}
@media screen and (max-width: 1068px) {
  .rolex-img--m {
    width: 90%;
  }
}
.rolex-img--l {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 1068px) {
  .rolex-img--l {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rolex-img--l {
    width: 100%;
  }
}
.rolex-img--l .rolex-img__inner {
  position: relative;
  width: 100%;
  margin: 0px 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-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  padding: 0px;
  cursor: auto;
  height: 60vh;
  min-height: 340px;
  -webkit-perspective: 1px;
          perspective: 1px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.rolex-img--l figure {
  margin: 0px;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0%;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.rolex-img--l img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s linear 0s;
  transition: -webkit-transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s, -webkit-transform 0.5s linear 0s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 10vh 0;
}
@media screen and (max-width: 767px) {
  .two-col {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.two-col img {
  width: 100%;
}
.two-col__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .two-col__item {
    width: 100%;
  }
}
.two-col__textarea {
  background-color: rgb(33, 33, 33);
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px 10vw;
}
@media screen and (max-width: 1068px) {
  .two-col__textarea {
    padding: 20px 5vw;
  }
}
.two-col__textarea .rolex__medium-title {
  margin: 0 0 10px;
}
.two-col__textarea p {
  margin-bottom: 0;
}

.checker-board {
  margin: 10vh 5vw;
}
.checker-board__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 10vh 0;
}
.checker-board__row--img-right {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.checker-board__row--img-right .checker-board__textarea {
  margin-left: 5vw;
  margin-right: 10vw;
}
@media screen and (max-width: 1068px) {
  .checker-board__row--img-right .checker-board__textarea {
    margin-left: 0;
    margin-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .checker-board__row--img-right .checker-board__textarea {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .checker-board__row {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 50px 0;
  }
}
.checker-board__img {
  width: 45vw;
}
.checker-board__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .checker-board__img {
    width: 100%;
  }
}
.checker-board__textarea {
  width: 30vw;
  margin-left: 10vw;
  margin-right: 5vw;
}
@media screen and (max-width: 1068px) {
  .checker-board__textarea {
    width: 40vw;
    margin-left: 5vw;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .checker-board__textarea {
    width: 100%;
    padding-top: 20px;
    margin: 0;
  }
}
.checker-board .rolex__medium-title {
  margin: 0 0 10px;
}
.checker-board p {
  margin: 0;
}

.keep-exploring {
  width: 80%;
  max-width: 1140px;
  margin: 10vh auto 0;
  position: relative;
}
@media screen and (max-width: 1068px) {
  .keep-exploring {
    width: 90%;
  }
}
.keep-exploring__title {
  margin: 0 0 40px;
}
@media screen and (max-width: 1068px) {
  .keep-exploring__title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .keep-exploring__title {
    margin-bottom: 30px;
  }
}
.keep-exploring img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.keep-exploring__textarea {
  display: block;
  margin-top: 10px;
}
.keep-exploring__swiper {
  margin-bottom: 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .keep-exploring__swiper {
    margin-bottom: 30px;
  }
}
.keep-exploring .swiper-slide:hover img {
  opacity: 0.7;
}
.keep-exploring__swiper-pagination {
  position: relative;
  font-size: 0;
}
.keep-exploring__swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  margin: 5px;
  border-radius: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .keep-exploring__swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    margin-bottom: 25px;
  }
}
.keep-exploring__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #127749;
}
.keep-exploring__swiper-next, .keep-exploring__swiper-prev {
  background-size: auto 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.keep-exploring__swiper-next:hover, .keep-exploring__swiper-prev:hover {
  background-color: #127749;
}
.keep-exploring__swiper-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23127749'%2F%3E%3C%2Fsvg%3E");
  right: -44px;
}
.keep-exploring__swiper-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-color: #127749;
}
@media screen and (max-width: 1068px) {
  .keep-exploring__swiper-next {
    right: -34px;
  }
}
.keep-exploring__swiper-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23127749'%2F%3E%3C%2Fsvg%3E");
  left: -44px;
}
.keep-exploring__swiper-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1068px) {
  .keep-exploring__swiper-prev {
    left: -34px;
  }
}
.keep-exploring__swiper-holder {
  position: relative;
}
.keep-exploring__swiper-arrow-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .keep-exploring__swiper-arrow-holder {
    display: none;
  }
}
.keep-exploring__swiper-arrow-holder img {
  width: calc(33.3333333333% - 13.3333333333px);
  opacity: 0;
}
.keep-exploring .swiper-button-disabled {
  opacity: 0;
}

.rolex-footer {
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 1068px) {
  .rolex-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.rolex-footer__logo {
  width: 88px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1068px) {
  .rolex-footer__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 30px 0;
    width: 70px;
  }
}
.rolex-footer__menu {
  padding: 15px 0;
  border-top: 1px #ececec solid;
  border-bottom: 1px #ececec solid;
  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;
}
@media screen and (max-width: 1068px) {
  .rolex-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
    width: 100%;
    border-bottom: 0;
  }
}
.rolex-footer__menu-item {
  margin: 0 15px;
}
@media screen and (max-width: 1068px) {
  .rolex-footer__menu-item {
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: 1.2rem 0;
    border-bottom: 1px #ececec solid;
    margin: 0;
  }
}
.rolex-footer__back-top {
  margin-top: 30px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1068px) {
  .rolex-footer__back-top {
    width: 36px;
    height: 36px;
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.rolex-footer__back-top:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -5px;
}
.rolex-footer__back-top:hover:after {
  border-top-color: #127749;
  border-right-color: #127749;
}

.rolex-cookie {
  display: block;
  background: #e9e8e8;
  padding: 5px 20px;
  text-align: right;
  font-size: 1.4rem;
}
.rolex-cookie a {
  color: #c69967;
  text-decoration: underline;
}

.a11y-hidden {
  position: absolute !important;
  left: -300000px !important;
  width: 1px !important;
  height: 1px !important;
  display: inline-block !important;
  color: #000 !important;
  background-color: #fff !important;
}

#btn_liveChat,
.Rolex-tudor {
  display: none !important;
}
@media screen and (max-width: 991px) {
  #btn_liveChat,
  .Rolex-tudor {
    display: block !important;
  }
}

.Rolex-tudor .Tudor,
.logo-Tudor {
  display: none !important;
}

.policypopup {
  display: none;
  width: 600px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 30px;
  color: #fff;
  margin: -87px 0 0 -300px;
  z-index: 9999;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .policypopup {
    width: 90% !important;
    margin: -30% 5% !important;
    left: 0px !important;
  }
}
.policypopup .close {
  padding: 5px 20px;
  background: #9a9a9a;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  cursor: pointer;
}
.policypopup a {
  color: #c69967;
  text-decoration: underline;
}

.footercookie a {
  color: #c69967;
  text-decoration: underline;
}

#subscription {
  display: none !important;
}

/* MAP START */
.rolex_shop_selector,
.mapUI-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px auto;
  position: relative;
  width: 80%;
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  .rolex_shop_selector,
  .mapUI-btns {
    width: 90%;
  }
}
.rolex_shop_selector a,
.rolex_shop_selector .mapUI-btn,
.mapUI-btns a,
.mapUI-btns .mapUI-btn {
  color: #212121;
  font-size: 1.4rem;
}
.rolex_shop_selector a:hover, .rolex_shop_selector a.active,
.rolex_shop_selector .mapUI-btn:hover,
.rolex_shop_selector .mapUI-btn.active,
.mapUI-btns a:hover,
.mapUI-btns a.active,
.mapUI-btns .mapUI-btn:hover,
.mapUI-btns .mapUI-btn.active {
  color: #127749;
}
.rolex_shop_selector span,
.rolex_shop_selector .mapUI-btn-br,
.mapUI-btns span,
.mapUI-btns .mapUI-btn-br {
  display: block;
  width: 20px;
  height: 1px;
  background: #767676;
  margin: 0px 20px;
}

/* @font-face {
    font-family: "rolex-icons";
    src: url("//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/font/rolex-icons.woff")
        format("woff");
} */
/* ------------------------------------------------------------------------------------------------------------------------ */
.form-captcha {
  text-align: left;
  font-size: 1.6rem;
}

.captcha-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
}

.form-captcha-row {
  margin-bottom: 6px;
}

.form-captcha-input {
  width: 180px !important;
  max-width: 100% !important;
  background: 0 0;
  border: solid #ccc;
  border-radius: 0;
  border-width: 0 0 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #212121;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 20px;
  outline: 0;
  padding: 0;
}

.form-captcha-input:focus::-webkit-input-placeholder {
  color: #212121 !important;
}

.form-captcha-input:focus::placeholder,
.form-captcha-input:focus::-webkit-input-placeholder {
  color: #212121 !important;
}

.rlx-corners-v3-contact .rlx-retailer-contact__group--cc input:checked + .rlx-retailer-contact__form-checkbox-label::before {
  background-image: none;
}

.rlx-corners-v3-contact .rlx-retailer-contact__group--cc input:checked + .rlx-retailer-contact__form-checkbox-label::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
  background: #127749;
}

.rlx-retailer-contact__group.error input {
  border-bottom: 1px solid red !important;
}
.rlx-retailer-contact__group.error label {
  color: red !important;
}

.form-success {
  display: none;
  font-size: 2.8rem;
  padding: 132px 0;
}

.rlx-retailer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rlx-retailer-list li {
  list-style: none;
  -ms-flex-preferred-size: calc(33% - 14px);
      flex-basis: calc(33% - 14px);
  margin: 5px 5px 18px;
  height: 300px;
  background: rgb(247, 247, 247);
  text-align: center;
  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;
  padding: 12px 24px;
}
.rlx-retailer-list p {
  padding: 0 10%;
}

/* .rlx-retailer-details__map-path,
.rlx-retailer-details__phone-call,
.rlx-retailer-details__show-more.rlx-retailer-details__details-button {
    vertical-align: middle;
    margin-right: 1em;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: $green;
    font-size: 1.6rem;
    line-height: 45px;
    text-align: center;
    content: "";
    display: inline-block;
    cursor: pointer;
    margin-top: 55px;
}
.rlx-retailer-details__phone-call {
    background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-03.svg);
}
.rlx-retailer-details__phone-call:hover {
    background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-03-active.svg);
}
.rlx-retailer-details__show-more.rlx-retailer-details__details-button {
    background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-05.svg);
    margin-right: 0;
}
.rlx-retailer-details__show-more.rlx-retailer-details__details-button:hover {
    background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-05-active.svg);
}
.rlx-retailer-details__map-path {
    background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-04.svg);
}
.rlx-retailer-details__map-path:hover {
    background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-04-active.svg);
} */
#rlx-multi-retailer-grid--button-show.rlx-margin-bottom {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

#rlx-multi-retailer-grid--button-show.rlx-margin-bottom:hover {
  color: #767676;
}

.rlx-retailer-details__header h1 {
  font-size: 1.4rem;
  padding-bottom: 5%;
}

.rlx-retailer-list p {
  font-size: 1.2rem;
}

.contact-form__item span {
  position: absolute;
  left: 0;
  color: #ccc;
  font-size: 1.3rem;
  top: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

#rlx-retailer-contact-form select,
#rlx-retailer-contact-form input {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 28px;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #rlx-retailer-contact-form select,
  #rlx-retailer-contact-form input {
    font-size: 1.2rem;
  }
}

#rlx-retailer-contact-form select:focus + span,
#rlx-retailer-contact-form input:focus + span,
#rlx-retailer-contact-form select.has-value + span,
#rlx-retailer-contact-form input.has-value + span {
  font-size: 1rem;
  top: 4px;
  color: #222;
}

.contact-form__item.contact-form__item--email .warning {
  color: red;
  position: relative;
  display: none;
}

.contact-form__item.contact-form__item--and {
  padding-top: 24px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-form__div--phone-number {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

textarea#rlx-msg {
  width: 100%;
  min-height: 100px;
  max-height: 240px;
  max-width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  textarea#rlx-msg {
    min-height: 70px;
    padding: 4px 10px;
  }
}

.form-message-title {
  margin-bottom: 10px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .form-message-title {
    height: 70px;
  }
}

#rlx-retailer-contact-form .contact-form__item--checkbox input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 0 12px 0 0;
  position: relative;
}

#rlx-retailer-contact-form .contact-form__item--checkbox input:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: absolute;
  top: 0;
  left: 0;
}

#rlx-retailer-contact-form .contact-form__item--checkbox input:checked:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #2b634a;
  position: absolute;
  top: 3px;
  left: 3px;
}

#rlx-retailer-contact-form .contact-form__item--checkbox label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  margin-bottom: 0;
  white-space: pre-wrap;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #rlx-retailer-contact-form .contact-form__item--checkbox label {
    font-size: 1.2rem;
    max-width: 60vw;
  }
}

.contact-form__item.contact-form__item--checkbox {
  padding-top: 0;
  white-space: nowrap;
}

.form-button--submit.form-button--disabled {
  opacity: 0.5;
}

#rlx-retailer-contact-form select {
  position: relative;
}

.form-required-notes {
  text-align: right;
  color: #888;
  font-size: 1.3rem;
}

.rlx-retailer-details__small-title {
  font-size: 1rem;
  margin-bottom: 12px;
  color: #12784a;
}

/* .mapUI-btns__shop-btns {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
} */
.css_rolex.on-full .head-banner {
  display: none;
}

.css_rolex.on-full .sec-content--1 {
  display: none;
}

.contact-form-success p {
  font-size: 1.6rem;
}

.contact-form-success {
  margin: 0 auto;
  max-width: 350px;
  padding: 140px 0;
  display: none;
}

.contact-form-success h3 {
  font-weight: bold;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .contact-form__div--phone-number {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  /* .mapUI-btns__shop-btns {
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      margin-top: 24px;
  } */
}
.warning {
  color: #f00;
  margin: 0px;
  padding: 0px;
  font-size: 1.3rem;
  display: none;
}

.form-required-notes {
  margin-top: 20px;
}

#contact-form-success {
  padding: 100px 0px;
}

#rlx-retailer-contact-form .contact-form__item--checkbox input:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rolex_shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rolex_shop_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.33% - 20px);
  position: relative;
  background: #f7f7f7;
  text-align: center;
  /* padding: 40px 40px 110px 40px; */
  padding: 50px 12px;
  margin: 0px 20px 20px 0px;
  /* p {
      margin: 10px 0px;
      font-size: 1.4rem;
  } */
}
@media screen and (max-width: 1068px) {
  .rolex_shop_list_item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .rolex_shop_list_item {
    width: 100%;
    margin-right: 0px;
  }
}
.rolex_shop_list_item .rolex_shop_type {
  color: #127749;
}
.rolex_shop_list_item .rolex_shop_address {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .rolex_shop_list_item .rolex_shop_address {
    margin-bottom: 20px;
  }
}
.rolex_shop_list_item .rolex_shop_action {
  margin-top: auto;
}

.rolex_shop_action {
  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;
  /* position: absolute; */
  /* bottom: 40px; */
  /* left: 0px; */
  width: 100%;
  margin: 0;
}
.rolex_shop_action a {
  margin: 0 10px;
}

.show-store-detail__icon {
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
}
.show-store-detail__icon:before, .show-store-detail__icon:after {
  content: "";
  display: block;
  background: #127749;
  position: absolute;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.show-store-detail__btn:hover .show-store-detail__icon:before, .show-store-detail__btn:hover .show-store-detail__icon:after {
  background: #fff;
}
.show-store-detail__icon:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
}
.show-store-detail__icon:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
}

.rolex_shop_btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0px 10px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .rolex_shop_btn {
    width: 36px;
    height: 36px;
  }
}
.rolex_shop_btn--tel {
  background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-03.svg);
}
.rolex_shop_btn--tel:hover {
  background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-03-active.svg);
}
.rolex_shop_btn--dir {
  background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-04.svg);
}
.rolex_shop_btn--dir:hover {
  background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-04-active.svg);
}
.rolex_shop_btn--more {
  background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-05.svg);
}
.rolex_shop_btn--more:hover {
  background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-05-active.svg);
}
.rolex_shop_btn--mail {
  background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-06.svg);
}
.rolex_shop_btn--mail:hover {
  background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/collection/2021/Rolex/contact-us/image/mapUI-btn-06-active.svg);
}

.rolex_map_pop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 367px;
  height: 100%;
  /* padding: 0px 0px 110px 0px; */
  text-align: center;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .rolex_map_pop {
    top: auto;
    bottom: 0;
    height: auto;
    width: 100%;
    padding: 40px 0;
  }
}
.rolex_map_pop .rolex_shop_img img {
  display: block;
  width: 100%;
  height: 218px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .rolex_map_pop .rolex_shop_img img {
    display: none;
  }
}
.rolex_map_pop .rolex_shop_type {
  color: #127749;
  margin: 0;
}
.rolex_map_pop .rolex_shop_pad {
  /* padding: 0px 40px; */
  padding: 0 12px;
}
.rolex_map_pop .rolex_shop_address {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .rolex_map_pop .rolex_shop_address {
    margin-bottom: 20px;
  }
}
.rolex_map_pop .rolex_shop_close {
  text-align: right;
  font-family: "Courier New", Courier, monospace;
  font-size: 4rem;
  line-height: 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .rolex_map_pop .rolex_shop_close {
    position: absolute;
    top: 0;
    right: 12px;
  }
}

#mapUI-preview {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #mapUI-preview {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}
#mapUI-preview.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  #mapUI-preview.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

#shoplist {
  display: none;
  position: relative;
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #shoplist {
    width: 90%;
  }
}

.rolex-map {
  /* width: 80%; */
  /* max-width: 1140px; */
  margin: 0 auto 10vh;
  /* @media screen and (max-width: $maxMobile) {
      width: 90%;
  } */
}

.mapUI-tag-parent.loading {
  position: relative;
}
.mapUI-tag-parent.loading:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
}

#map,
.mapUI-tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #map,
  .mapUI-tag {
    width: 90%;
  }
}
#map.show-detail,
.mapUI-tag.show-detail {
  width: 90%;
  max-width: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  #map.show-detail,
  .mapUI-tag.show-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
#map.show-detail #googlemap,
.mapUI-tag.show-detail #googlemap {
  height: 550px;
  width: 50%;
  /* pointer-events: none; */
}
@media screen and (max-width: 767px) {
  #map.show-detail #googlemap,
  .mapUI-tag.show-detail #googlemap {
    width: 100%;
  }
}
#map.show-detail .store-detail,
.mapUI-tag.show-detail .store-detail {
  display: block;
}

.mapUI-tag:not(.active) {
  display: none;
}

.store-detail {
  display: none;
  width: 50%;
  padding: 0 10vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .store-detail {
    width: 100%;
    padding: 30px 12px 40px;
    text-align: center;
  }
}
.store-detail__textarea .rolex__small-subtitle {
  display: block;
  color: #127749;
  margin-bottom: 5px;
}
.store-detail__name {
  margin: 0 0 10px;
}
.store-detail__open-time-container {
  position: relative;
}
.store-detail__open-time-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .store-detail__open-time-btn {
    margin: 0 auto;
  }
}
.store-detail__open-time-btn:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.store-detail__open-time-btn.active:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: calc(50% - 3px);
}
.store-detail__open-time-popup {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  max-width: 280px;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.4rem;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  .store-detail__open-time-popup {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.store-detail__open-time-popup.active {
  opacity: 1;
  pointer-events: all;
  z-index: 10;
}
.store-detail__open-time-table {
  line-height: 1;
  width: 100%;
}
.store-detail__open-time-table td:nth-child(1) {
  width: 40%;
  text-align: left;
}
.store-detail__open-time-table td:nth-child(2) {
  text-align: right;
}
.store-detail__open-time-table tr + tr td {
  padding-top: 10px;
}
.store-detail__icon-container {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .store-detail__icon-container {
    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;
  }
}
.store-detail__icon-container .rolex__icon-btn-holder {
  display: block;
}
@media screen and (max-width: 767px) {
  .store-detail__icon-container .rolex__icon-btn-holder {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .store-detail__icon-container .rolex__icon-btn-text {
    display: none;
  }
}

#googlemap,
#map-container {
  width: 100%;
  height: 700px;
  background: #eee;
}
@media screen and (max-width: 767px) {
  #googlemap,
  #map-container {
    height: 460px;
  }
}

.contact-form__item--phonecode:before,
.contact-form__item--title:before,
.contact-form__item--city:before,
.contact-form__item--address:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 5px;
  right: 0px;
  z-index: 1;
  background-color: #fff;
}

.contact-form__item--phonecode:after,
.contact-form__item--title:after,
.contact-form__item--city:after,
.contact-form__item--address:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid #fff;
  border-top: 6px solid #ccc;
  position: absolute;
  bottom: 6px;
  right: 4px;
  z-index: 2;
}

.contact-form {
  width: 90vw;
  max-width: 650px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 40px;
  }
}
.contact-form .rolex__medium-title {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .contact-form .rolex__medium-title {
    margin-bottom: 15px;
  }
}
.contact-form_desc {
  margin: 0;
}
.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .contact-form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: auto;
  }
}
.contact-form__row--checkbox {
  min-height: auto;
  margin-top: 40px;
  margin-bottom: 14px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contact-form__row--checkbox {
    margin-top: 30px;
  }
}
.contact-form__row--btn-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-form__row--btn-container {
    margin: 30px 0;
  }
}
.contact-form__row--btn-container button {
  margin-left: 30px;
}
.contact-form__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
  font-size: 1.4rem;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form__item {
    margin-top: 12px;
    font-size: 1.2rem;
  }
}
.contact-form__item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form__item:not(:last-child) {
    margin-right: 12px;
  }
}
.contact-form__item--message {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .contact-form__item.contact-form__item--and {
    width: 100%;
    padding-top: 0;
    margin: 20px 0;
  }
  .contact-form__item--email {
    width: 100%;
    margin-right: 0;
  }
  .contact-form__item--phonecode {
    margin-top: 0;
  }
  .contact-form__item--phone {
    margin-top: 0;
  }
  .contact-form__item--message {
    margin-top: 0;
  }
}
.contact-form__item--checkbox + .contact-form__item--checkbox {
  margin-top: 14px;
}

.rolex-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1068px) {
  .rolex-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.rolex-filter__mobile-open {
  display: none;
  margin-left: auto;
  margin-right: 10vw;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #127749;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 1068px) {
  .rolex-filter__mobile-open {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: sticky;
    top: 70px;
    width: 100%;
    padding-right: 10vw;
    background-color: #fff;
    z-index: 5;
  }
}
@media screen and (max-width: 991px) {
  .rolex-filter__mobile-open {
    top: 60px;
  }
  .newsTop .rolex-filter__mobile-open {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .rolex-filter__mobile-open {
    font-size: 1.4rem;
    /* margin-right: 5vw; */
    padding-right: 5vw;
  }
}
.rolex-filter__mobile-open svg {
  margin-left: 5px;
  fill: #127749;
  position: relative;
  top: -2px;
}
.rolex-filter__mobile-close {
  display: none;
}
@media screen and (max-width: 1068px) {
  .rolex-filter__mobile-close {
    display: block;
    position: absolute;
    top: 24px;
    right: 5vw;
    background-color: transparent;
    border: 0;
    padding: 0;
    line-height: 0;
  }
}
.rolex-filter__mobile-bottom {
  display: none;
}
@media screen and (max-width: 1068px) {
  .rolex-filter__mobile-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .rolex-filter__mobile-bottom {
    height: 80px;
  }
}
.rolex-filter__form {
  width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1069px) {
  .rolex-filter__form {
    display: block !important;
  }
}
@media screen and (max-width: 1068px) {
  .rolex-filter__form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* height: 100%; */
    padding-top: 80px;
    background-color: #f8f8f8;
    z-index: 121;
  }
}
@media screen and (max-width: 1068px) {
  .rolex-filter__form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5vw 0;
    /* height: calc(100vh - 180px); */
    height: calc(100vh - 80px);
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .rolex-filter__form-container {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    /* height: calc(100vh - 160px); */
  }
}
@media screen and (max-width: 1068px) {
  .rolex-filter__form-left {
    width: calc(50% - 10px);
    margin-right: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .rolex-filter__form-left {
    width: 100%;
  }
}
@media screen and (max-width: 1068px) {
  .rolex-filter__form-right {
    width: calc(50% - 10px);
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .rolex-filter__form-right {
    width: 100%;
    margin-top: 50px;
  }
  .rolex-filter__form-right .rolex-filter__row {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1068px) and (min-height: 768px) {
  .rolex-filter__list {
    padding-bottom: 200px;
  }
}
.rolex-filter .watch-grid {
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rolex-filter__row {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (max-width: 1068px) {
  .rolex-filter__row {
    width: 100%;
  }
  .rolex-filter__row:nth-child(1) {
    margin-top: 0;
  }
}
.rolex-filter__row .rolex__push-title {
  margin: 0 0 20px;
}
.rolex-filter__reset svg {
  fill: #127749;
}
.rolex-filter__reset--dt svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-bottom: 3px;
  margin-right: 3px;
}
.rolex-filter__reset--dt:hover svg {
  fill: #127749;
}
.rolex-filter__reset--disabled {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #707070;
  pointer-events: none;
}
.rolex-filter__reset--disabled svg {
  fill: #707070;
}
@media screen and (max-width: 1068px) {
  .rolex-filter__reset {
    line-height: 0;
  }
  .rolex-filter__reset--dt {
    display: none;
  }
}
.rolex-filter__reset-text {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1068px) {
  .rolex-filter__submit {
    margin-right: 20px;
  }
  .rolex-filter__submit--disabled {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #717171;
  }
}
.rolex-filter__cata-item {
  display: block;
  margin-top: 20px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  .rolex-filter__cata-item {
    font-size: 1.4rem;
  }
}
.rolex-filter__cata-item:hover, .rolex-filter__cata-item.current {
  color: #127749;
}
.rolex-filter__page {
  width: 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;
  margin-top: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .rolex-filter__page {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.rolex-filter__page-btn {
  border: 0;
  padding: 10px;
  margin: 0 10px;
  background-color: transparent;
  line-height: 0;
}
.rolex-filter__page-btn svg {
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rolex-filter__page-btn:hover svg {
  fill: #127749;
}
.rolex-filter__page-btn.disabled {
  opacity: 0;
  pointer-events: none;
}
.rolex-filter__page-text {
  padding-right: 2px;
}
.rolex-filter.filter-btn-fixed .watch-grid {
  margin-top: 44px;
}
@media screen and (max-width: 991) {
  .rolex-filter.filter-btn-fixed .watch-grid {
    margin-top: 41px;
  }
}
.rolex-filter.filter-btn-fixed .rolex-filter__mobile-open {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  top: 70px;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  padding-right: 10vw;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 991) {
  .rolex-filter.filter-btn-fixed .rolex-filter__mobile-open {
    top: 60px;
  }
}

.rolex-checkbox {
  font-size: 0;
  margin-top: 20px;
  position: relative;
}
.rolex-checkbox label {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.rolex-checkbox input {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.rolex-checkbox__text {
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .rolex-checkbox__text {
    font-size: 1.4rem;
  }
}
.rolex-checkbox__box {
  width: 14px;
  height: 14px;
  border: 1px #212121 solid;
  margin-top: 3px;
  position: relative;
}
.rolex-checkbox__box:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #127749;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.rolex-checkbox input:checked + .rolex-checkbox__box:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.contact-form__success,
.contact-form__failure {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.contact-form__success h2,
.contact-form__failure h2 {
  margin: 0 0 10px;
}
.contact-form__success .rolex__btn,
.contact-form__failure .rolex__btn {
  margin-top: 40px;
}

/* MAP END */
.overflow-hidden {
  overflow: hidden !important;
  height: 100%;
}

.rolex-carousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
}
@media screen and (max-width: 1068px) {
  .rolex-carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: auto;
  }
}
.rolex-carousel__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.rolex-carousel__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rolex-carousel__left {
  width: 50%;
  height: 100%;
  min-height: 1px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 1068px) {
  .rolex-carousel__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 45vh;
    width: 100%;
    min-height: 250px;
  }
}
.rolex-carousel__swiper {
  width: 100%;
  height: 100%;
}
.rolex-carousel__swiper picture {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rolex-carousel__swiper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.rolex-carousel__swiper .swiper-button-disabled {
  opacity: 0;
}
.rolex-carousel__swiper-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 10px auto;
}
@media screen and (max-width: 1068px) {
  .rolex-carousel__swiper-next {
    display: none;
  }
}
.rolex-carousel__swiper-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 10px auto;
}
@media screen and (max-width: 1068px) {
  .rolex-carousel__swiper-prev {
    display: none;
  }
}
.rolex-carousel__swiper-pagination {
  position: relative;
  line-height: 1;
  font-size: 0;
  margin-top: 15px;
}
.rolex-carousel__swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  margin: 5px 5px 0;
  border-radius: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .rolex-carousel__swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
}
.rolex-carousel__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #127749;
}
@media screen and (min-width: 1069px) {
  .rolex-carousel__swiper-pagination {
    display: none;
  }
}
.rolex-carousel__right {
  width: 50%;
  padding: 0 10vw;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (max-width: 1068px) {
  .rolex-carousel__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    text-align: center;
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .rolex-carousel__right {
    margin: 20px auto;
  }
}
.rolex-carousel__textarea {
  position: relative;
}
@media screen and (max-width: 767px) {
  .rolex-carousel__textarea {
    width: 100%;
  }
}
.rolex-carousel__textarea h1 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1.3;
}
.rolex-carousel__textarea .rolex__very-small-title {
  margin-bottom: 20px;
}
.rolex-carousel__textarea-desc {
  font-size: 1.6rem;
  margin-top: 10px;
}
.rolex-carousel__price-container {
  display: none;
  font-size: 1.6rem;
}
.pageDisplay .rolex-carousel__price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .rolex-carousel__price-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rolex-carousel__price-text {
  margin-right: 5px;
}
.rolex-carousel__price-btn {
  position: relative;
  width: 16px;
  height: 16px;
  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;
  margin-left: 5px;
  border: 1px #fff solid;
  border-radius: 50%;
}
@media screen and (max-width: 1068px) {
  .rolex-carousel__price-btn:not(.active) {
    border-color: #000;
  }
}
.rolex-carousel__price-btn svg {
  width: 9px;
  height: 9px;
  fill: #fff;
}
@media screen and (max-width: 1068px) {
  .rolex-carousel__price-btn svg {
    fill: #000;
  }
}
.rolex-carousel__price-btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px transparent solid;
  border-bottom-color: #f8f8f8;
  position: absolute;
  bottom: -13px;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rolex-carousel__price-btn.active {
  background-color: #fff;
}
.rolex-carousel__price-btn.active:after {
  opacity: 1;
}
.rolex-carousel__price-btn.active svg {
  fill: #127749;
}
.rolex-carousel__price-popup {
  position: absolute;
  opacity: 0;
  top: calc(100% + 8px);
  left: 0;
  width: 440px;
  padding: 15px 20px;
  background-color: #f8f8f8;
  color: #000;
  border-radius: 8px;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rolex-carousel__price-popup {
    width: 90%;
    left: 5%;
  }
}
.rolex-carousel__price-popup.active {
  opacity: 1;
}
.rolex-carousel__price-popup p:last-child {
  margin: 0;
}
.rolex-carousel__supply {
  text-decoration: underline;
  margin-top: 10px;
}
@media screen and (max-width: 1068px) {
  .rolex-carousel__supply {
    color: #000;
  }
}
.rolex-carousel__dt-icon-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1068px) {
  .rolex-carousel__dt-icon-container {
    display: none;
  }
}
.rolex-carousel__thumbs-swiper {
  margin: 25px 0 0;
}
.rolex-carousel__thumbs-swiper .swiper-slide {
  width: 90px;
  margin-right: 5px;
  background-color: #fff;
  font-size: 0;
  cursor: pointer;
  /* &:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #000;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0;
      transition: 0.3s all ease;
  } */
}
@media screen and (max-width: 1068px) {
  .rolex-carousel__thumbs-swiper {
    display: none;
  }
}
.rolex-carousel__bottom {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 1069px) {
  .rolex-carousel__bottom {
    display: none;
  }
}
.rolex-carousel__bottom .rolex__very-small-title {
  margin: 30px 0 20px;
}
.rolex-carousel__bottom-icon-container {
  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;
}
.rolex-carousel__bottom-icon-container .rolex__icon-btn {
  margin: 0 10px;
}

.rolex-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10vh 0;
}
@media screen and (max-width: 767px) {
  .rolex-spec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.rolex-spec__textarea {
  width: 50%;
  padding: 0 10vw;
}
@media screen and (max-width: 1068px) {
  .rolex-spec__textarea {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .rolex-spec__textarea {
    width: 100%;
    margin: 20px auto;
  }
}
.rolex-spec__textarea .rolex__section-title {
  margin: 0;
}
.rolex-spec .rolex-spec__textarea-row + .rolex-spec .rolex-spec__textarea-row {
  margin-top: 20px;
}
.rolex-spec__img {
  width: 50%;
}

.rolex-video {
  width: 90%;
  margin: 10vh auto;
}
@media screen and (min-width: 1069px) {
  .rolex-video--m {
    width: 80%;
    max-width: 1140px;
  }
}
.rolex-video video {
  width: 100%;
}
.rolex-video__iframe {
  width: 100%;
  height: 0;
  font-size: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.rolex-video__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.rolex-video__iframe iframe[src=""] {
  border: 1px #127749 solid;
}
.rolex-video__textarea {
  width: 50vw;
  max-width: 650px;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 1068px) {
  .rolex-video__textarea {
    width: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .rolex-video__textarea {
    width: 100%;
  }
}
.rolex-video__textarea .rolex__medium-title {
  margin: 0 0 20px;
}

.text-img {
  padding: 100px 0;
  background-color: #f8f8f8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-img {
    padding: 50px 0;
  }
}
.text-img__wrapper {
  width: 80%;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .text-img__wrapper {
    width: 90%;
  }
}
.text-img img {
  width: 100%;
}
.text-img picture {
  width: 100%;
  display: block;
  font-size: 0;
}
.text-img__textarea .rolex__medium-title {
  margin: 20px 0;
}
.text-img__textarea p {
  margin: 0;
}
.text-img__textarea p + p {
  margin-top: 20px;
}

.push-banner {
  position: relative;
  height: 40vh;
  min-height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .push-banner {
    min-height: 250px;
  }
}
.push-banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.push-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.push-banner__textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  pointer-events: none;
}
.push-banner__textarea .rolex__large-title {
  margin: 20px 0;
}
.push-banner:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.also-like {
  text-align: center;
  margin: 10vh auto;
}
.also-like__title {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .also-like__title {
    margin-bottom: 20px;
  }
}
.also-like__swiper-holder {
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1068px) {
  .also-like__swiper-holder {
    width: 90%;
  }
}
.also-like__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.also-like__item:hover:after {
  opacity: 0.03;
}
.also-like figcaption {
  padding: 0 5% 20px;
}
.also-like figcaption .rolex__small-title {
  margin: 0;
}
.also-like figcaption .rolex__small-desc {
  display: block;
  line-height: 1.2;
  margin-top: 5px;
}
.also-like__swiper-pagination {
  position: relative;
  font-size: 0;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .also-like__swiper-pagination {
    margin-top: 15px;
  }
}
.also-like__swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  margin: 5px 5px 0;
  border-radius: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .also-like__swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
}
.also-like__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #127749;
}
.also-like__swiper-next, .also-like__swiper-prev {
  background-size: auto 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.also-like__swiper-next:hover, .also-like__swiper-prev:hover {
  background-color: #127749;
}
@media screen and (max-width: 767px) {
  .also-like__swiper-next, .also-like__swiper-prev {
    display: none;
  }
}
.also-like__swiper-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23127749'%2F%3E%3C%2Fsvg%3E");
  right: -44px;
}
.also-like__swiper-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-color: #127749;
}
@media screen and (max-width: 1068px) {
  .also-like__swiper-next {
    right: -34px;
  }
}
.also-like__swiper-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23127749'%2F%3E%3C%2Fsvg%3E");
  left: -44px;
}
.also-like__swiper-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1068px) {
  .also-like__swiper-prev {
    left: -34px;
  }
}
.also-like .swiper-button-disabled {
  opacity: 0;
}

.show-festive,
.show-new-watches,
.rolex-nav .show-festive,
.rolex-nav .show-new-watches {
  display: none;
}

#zc-plugincontainer {
  display: none;
}

.rolex-collection__no-result {
  text-align: center;
  width: 100%;
}
.rolex-collection__no-result h2 {
  margin-top: 50px;
}

/* Rolex Cookie Popup */
.rolex-cookie__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Verdana", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.rolex-cookie__popup .wrapper {
  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;
  width: 100%;
  height: 100%;
}
.rolex-cookie__popup p {
  color: #000;
  font-size: 12px;
}
.rolex-cookie__popup p:last-child {
  margin-bottom: 0;
}
.rolex-cookie__popup-container {
  display: none;
  position: relative;
  width: 100%;
  max-width: 700px;
  max-height: 80vh;
  padding: 50px;
  background-color: #fff;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .rolex-cookie__popup-container {
    width: 96%;
    max-width: unset;
  }
}
.rolex-cookie__popup-close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
  background-color: transparent;
  width: 18px;
  height: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.rolex-cookie__popup-close-btn svg {
  width: 100%;
  height: auto;
}
.rolex-cookie__popup-logo {
  display: block;
  width: 216px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
  background-size: 100% auto;
  background-position: center bottom;
  background-image: url(//www.chowsangsang.com/en/img/common/logo.png);
}
.rolex-cookie__popup-logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 29.17%;
}
.rolex-cookie__popup-textarea {
  margin: 0 auto 30px;
  text-align: center;
}
.rolex-cookie__popup-textarea h2 {
  font-size: 20px;
  margin: 20px 0;
}
.rolex-cookie__popup-textarea-2 {
  margin-top: 20px;
}
.rolex-cookie__btn-container {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; */
  text-align: center;
  /* margin: 18px 0 38px; */
}
.rolex-cookie__blk {
  position: relative;
  padding: 24px 0;
  border-top: 1px #ddd solid;
}
.rolex-cookie__blk h3 {
  margin: 0 0 18px;
  padding-right: 60px;
  font-size: 16px;
}
.rolex-cookie__checkbox {
  position: absolute;
  top: 20px;
  right: 0;
  width: 48px;
}
.rolex-cookie__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.rolex-cookie__checkbox-mask {
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 50px;
  background-color: #808080;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rolex-cookie__checkbox input:checked + .rolex-cookie__checkbox-mask {
  background-color: #127749;
}
.rolex-cookie__checkbox input:focus + .rolex-cookie__checkbox-mask {
  outline: 1px #000 solid;
}
.rolex-cookie__checkbox-mask span {
  display: block;
  width: 50%;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rolex-cookie__checkbox input:checked + .rolex-cookie__checkbox-mask span {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.rolex-cookie__checkbox-mask span:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.rolex-cookie__expand-btn {
  position: relative;
  padding: 6px 12px;
  padding-right: 30px;
  margin-top: 18px;
  border: 1px dotted;
  border-radius: 5px;
  font-size: 14px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rolex-cookie__expand-btn:hover, .rolex-cookie__expand-btn:focus {
  opacity: 1;
}
.rolex-cookie__expand-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.rolex-cookie__expand-btn.active:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: calc(50% - 3px);
}
.rolex-cookie__expand-content {
  display: none;
  padding: 0 12px;
}
.rolex-cookie__expand-blk {
  padding: 14px 0;
}
.rolex-cookie__expand-blk + .rolex-cookie__expand-blk {
  border-top: 1px #ddd solid;
}
.rolex-cookie__expand-blk h4 {
  margin: 0 0 12px;
  font-size: 14px;
  text-decoration: underline;
}
.rolex-cookie__edit {
  display: block;
  margin: 18px auto 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 12px;
  color: #c69967;
  text-decoration: underline;
}
.rolex-cookie__back-btn {
  position: absolute;
  top: 20px;
  left: 24px;
  width: 18px;
  height: 18px;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.rolex-cookie__back-btn:before {
  content: "";
  position: absolute;
  top: 17%;
  left: 35%;
  display: block;
  width: 70%;
  height: 70%;
  border-top: 2px #000 solid;
  border-left: 2px #000 solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.rolex-cookie__open-btn {
  margin-right: 24px;
}
.rolex-cookie__external-link {
  color: #c69967;
  text-decoration: underline;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item.ot-vs-config:last-child {
  display: block;
}

.rolex-more-space {
  height: 1px;
  margin-bottom: 10vh;
}
@media screen and (max-width: 1068px) {
  .rolex-more-space {
    display: none;
  }
}