:root {
  --breadborder: #ECECEC;
  --rolex-green: #006039;
  --green: #127749;
  --ocean-green: #61bd93;
  --ocean-green-light: #9BF9CE;
  --brown: #452c1e;
  --brown-opa4 : #452c1e66; 
  --black: #212121;
  --dark: #000000;
  --dark-grey: #767676;
  --grey: #d4d4d4;
  --dark-grey-opa3 : #7676764d;
  --grey-opa3 : #d4d4d44d;
  --belge: #f4efea;
  --light-belge: #f9f7f4;
  --white: #ffffff; 
  --red : #be0100;
  --gold: #b59c65;
  --navigation-gradient: linear-gradient(90deg, #0b3e27, #197149);
}


/* start rolex main menu */
.rolexmainmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-left: 2%;
  padding-right: 2%;
  background-color: white;
  color: var(--gold);
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}
.rolexmainmenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.rolexmainmenu .logo_store img {
  max-width: 100px;
  width: 100%;
}
.custom-menu-icon.tudor-link img {
  max-width: 100px;
  display: none;
}
.rolexmainmenu nav.custom-navigation.tudor-megamenu {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rolexmainmenu .custom-navigation .tudor-menu {
  display: flex;
  gap: 15px;
}
.rolexmainmenu .ui-menu-item a {
  color: var(--gold);
  text-transform: uppercase;
}
.rolexmainmenu .ui-menu-item a * {
  color: var(--gold);
}
.rolexmainmenu .search-language .top-panel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rolexmainmenu .search-toggle-icon {
  padding: 0px 5px;
}
.rolexmainmenu .search-toggle-icon img {
  max-width: 17px;
  max-height: 17px;
}
.rolexmainmenu #switcher-language-trigger img {
  max-width: 15px;
  max-height: 15px;
}
.rolexmainmenu #switcher-language-trigger .view-rolex_en {
  display: flex;
  padding: 0px 5px;
  cursor: pointer;
}
.rolexmainmenu #switcher-language-trigger .world-icon + span {
  display: none;
}
.rolexmainmenu .search-area {
  position: relative;
}
.rolexmainmenu .block.tudor-block-search {
  display: none;
  position: absolute;
  top: 170%;
  right: 0px;
  z-index: 10;
}
.show {
  display: block!important;
}
.rolexmainmenu .tudor-megamenu-languages,
.rolexmainmenu .mobile-login-wrapper {
  display: none;
}
.rolexmainmenu form#tudor_search_mini_form {
  margin-top: 0px;
  display: flex;
  border-radius: 9999px;
  border: 3px solid #dddddd;
  background-color: white;
  width: 400px;
}
.rolexmainmenu form#tudor_search_mini_form .field.search {
    width: 100%;
}
.rolexmainmenu form#tudor_search_mini_form input {
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 9999px;
  width: 100%;
}
.rolexmainmenu form#tudor_search_mini_form input::placeholder {
  color: #D4D4D4;
}
.rolexmainmenu form#tudor_search_mini_form .action.search {
  right: 5px;
  height: 100%;
  border: none;
  border-left: 1px solid #ccc;
  width: 48px;
  background-color: transparent!important;
}
.rolexmainmenu form#tudor_search_mini_form .action.search img {
  width: 15px;
  height: 15px;
}

.rolexmainmenu .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
  display: none;
  position: absolute;
  width: 110px;
  top: 180%;
  background: #f1f1f1;
  padding: 10px 0px;
  border-radius: 4px;
  z-index: 15;
}
.rolexmainmenu .mage-dropdown-dialog li.switcher-option {
  padding: 4px 20px;
  transition: all 0.3s;
}
.rolexmainmenu .mage-dropdown-dialog li.switcher-option:hover {
  background-color: #e8e8e8;
  transition: all 0.3s;
}
.rolexmainmenu .mobile.tudor-nav-toggle {
  display: none;
}
.rolexmainmenu .mobile-rolex-retailer-clock {
  display: none;
}
.rolexmainmenu .mobile-navbar-list {
  display: none;
}

.rolexmainmenu .logo-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: max-content;
}

.rolexmainmenu .logo-wrapper .logo_store {
  max-width: 80px;
}

.rolexmainmenu .logo-wrapper .tudor-link-wrapper {
  max-width: 110px;
}

.rolexmainmenu .custom-navigation .tudor-menu .search-language .login-icon-wrapper,
.rolexmainmenu .custom-navigation .tudor-menu .search-language .cart-icon-wrapper {
  display: inline-flex;
  align-items: center; 
  gap: 4px;
}

.rolexmainmenu .custom-navigation .tudor-menu .search-language .login-icon-wrapper svg,
.rolexmainmenu .custom-navigation .tudor-menu .search-language .cart-icon-wrapper svg {
  max-width: 22px;
  stroke: var(--gold);
}

.rolexmainmenu .custom-navigation .tudor-menu .search-language .login-icon-wrapper {
  gap: 4px;
}
.rolexmainmenu .custom-navigation .tudor-menu .search-language .login-icon-wrapper * {
  color: var(--gold);
}

@media screen and (max-width: 1279px) {
  .rolexmainmenu .mobile-navbar-list {
    display: block;
    position: absolute;
    right: 2%;
    z-index: 5;
  }
  .rolexmainmenu {
    font-size: 16px;
  }
  .rolexmainmenu .mobile.tudor-nav-toggle {
    display: block;
    cursor: pointer;
  }
  .rolexmainmenu .mobile.tudor-nav-toggle img {
    width: 38px;
    height: 38px;
  }
  .rolexmainmenu nav.custom-navigation.tudor-megamenu {
    display: none;
    position: fixed;
    background: #fff;
    padding: 50px 0px;
    z-index: 15;
    top: 0;
    left: 0;
    width: 400px;
    height: 100vh;
    overflow-y: scroll;
    background-color: #f6f6f6;
  }
  .rolexmainmenu .custom-navigation .tudor-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0px;
  }
  .rolexmainmenu .custom-navigation .tudor-menu .ui-menu-item {
    padding: 12px 20px;
    border-top: 1px solid #DAB15F;
  }
  .rolexmainmenu .custom-menu-icon.rolex-link.a-2.nav-2021-R {
    display: none;
  }
  .rolexmainmenu nav.custom-navigation.tudor-megamenu .custom-menu-icon.rolex-link.a-2.nav-2021-R.mobile-rolex-retailer-clock {
    display: block;
    padding: 0px 20px;
  }
  .rolexmainmenu .tudor-megamenu-languages {
    display: flex;
    padding: 30px 20px;
    gap: 20px;
  }
  .rolexmainmenu li.ui-menu-item.level0.fullwidth.search-language {
    display: none;
  }
  .rolexmainmenu .mobile-login-wrapper {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    gap: 10px;
    justify-content: space-between;
    color: var(--gold);
  }
  .rolexmainmenu .mobile-login-wrapper a {
    color: var(--gold);
    text-transform: uppercase;
    font-size: 14px;
  }
  .rolexmainmenu .mobile-login-wrapper * {
    color: var(--gold);
  }
}
/* @media screen and (max-width: 768px) {
  .rolexmainmenu {
      justify-content: center;
  }
} */
@media screen and (max-width: 560px) {
  .rolexmainmenu nav.custom-navigation.tudor-megamenu {
    width: 80%;
  }
}
/* end rolex main menu */












/* start rolex second menu */

.rolexsecmneu {
  background: var(--navigation-gradient);
  color: white;
}

.rcpo-header .rolexsecmneu {
  background: var(--dark);
  color: white;
}

.tudor-header .rolexsecmneu {
  background: white;
  color: #707070;
  border-top: 1px solid #ccc;
}

.tudor-header:not(:has( + .tudor-breadcrumbs)) {
  border-bottom: 1px solid #ccc;
}

/* second menu section */
.rolexsecmenurow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 4rem; */
  border-top: 1px solid var(--lightgrey);
}

.rolexsecmneu.mobile .rolexsecmenurow {
  margin-top: 0;
}

.roloewsecmenucol.col2 .relexsecul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  gap: 8px;
  padding-left: 0px;
}

.rcpo-header .roloewsecmenucol.col2 .relexsecul {
  justify-content: end;
  gap: 40px;
}

.roloewsecmenucol.col2 .relexsecul li {
  list-style-type: none;
  margin-bottom: 0;
}

.roloewsecmenucol.col2 .relexsecul li a {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  /* text-transform: uppercase; */
  color: white;
  transition: all 0.3s;
}
.tudor-header .roloewsecmenucol.col2 .relexsecul li a {
  color: #707070;
}
.roloewsecmenucol.col2 .relexsecul li a:hover,
.roloewsecmenucol.col2 .relexsecul li a:active,
.roloewsecmenucol.col2 .relexsecul li a.active {
  /* color: var(--ocean-green-light); */
  color: #000000;
  transition: all 0.3s;
}

/* html[lang="zh"] .roloewsecmenucol.col2 .relexsecul li a {
  font-family: 'Noto Sans SC', sans-serif;
}
html[lang="tc"] .roloewsecmenucol.col2 .relexsecul li a {
  font-family: 'Noto Sans TC', sans-serif;
} */
/* .roloewsecmenucol.col2 .relexsecul li a.active,
.footer .footer-middle a.active {
  color: var(--green);
} */

.roloewsecmenucol.col2 .relexsecul li:last-child {
  max-width: 159px;
  width: 100%;
}

.rcpo-header .roloewsecmenucol.col2 .relexsecul li:last-child {
  max-width: max-content;
  width: 100%;
}

/* .roloewsecmenucol.col2 .relexsecul li:last-child a {
  height: 40px;
  width: 100%;
  color: white;
  border: 1px solid white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease-in;
}

.roloewsecmenucol.col2 .relexsecul li:last-child a:hover {
  background: var(--green);
  color: var(--white);
} */

/* updated menu 27-7-2023 */
.roloewsecmenucol.col1 {
  width: 15%;
  margin-right: 3.5rem;
}

.roloewsecmenucol.col2 {
  width: 85%;
}

.roloewsecmenucol.col1 img {
  max-width: 120px;
}

.rcpo-header .rolexsecmneu .roloewsecmenucol.col1 > a img {
  max-width: 130px;
}

.menu-dropdown-content {
  display: none;
}
.roloewsecmenucol.col1 .mobile-second-menu img {
  flex-shrink: 0;
  width: 14px;
  max-width: 14px;
  transform: rotate(90deg);
  filter: brightness(0) saturate(100%) invert(44%) sepia(0%) saturate(11%) hue-rotate(212deg) brightness(99%) contrast(86%);
}
.mobile-second-menu {
  border: 0 !important;
  color: white !important;
  background: transparent;
}

/* end updated menu 27-7-2023 */
/* end second menu section */
@media screen and (max-width: 1877px) {
  .roloewsecmenucol.col1 {
    margin-right: 0;
  }
}

@media screen and (max-width: 1561px) {
  .roloewsecmenucol.col1 {
    width: 15%;
  }

  .roloewsecmenucol.col2 {
    width: 85%;
  }
  .rcpo-header .roloewsecmenucol.col2 .relexsecul {
    justify-content: end;
    gap: 30px;
  }
}

@media (min-width: 1280px) {
  /* .rolexmainmenu li.ui-menu-item.level0.fullwidth {
    max-width: 140px;
  } */
  .rolexmainmenu .custom-navigation .tudor-menu {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rolexmainmenu .custom-navigation .tudor-menu .search-language {
    margin-left: auto;
  }
}

@media screen and (max-width: 1400px) {
  .roloewsecmenucol.col1 {
    width: 17%;
  }

  .roloewsecmenucol.col2 {
    width: 83%;
  }

  .rcpo-header .roloewsecmenucol.col2 .relexsecul {
    justify-content: end;
    gap: 20px;
  }

  /* .roloewsecmenucol.col2 .relexsecul li a {
    font-size: 15px;
  } */
}

@media screen and (max-width: 1279px) {
  .roloewsecmenucol.col1 img {
    max-width: 120px;
  }

  .roloewsecmenucol.col1 .mobile-second-menu img {
    max-width: 14px;
    transform: rotate(90deg);
  }

  .roloewsecmenucol.col2 .relexsecul li a {
    text-transform: unset;
  }

  .roloewsecmenucol.col2 .relexsecul {
    gap: 0px;
  }

  .roloewsecmenucol.col2 .relexsecul li:last-child a:hover,
  .roloewsecmenucol.col2 .relexsecul li:last-child a:focus-visible {
    background-color: transparent;
    color: var(--green);
    outline: none;
  }

  .rolexsecmenurow {
    margin-top: 0;
    width: 100%;
  }

  .roloewsecmenucol.col1 {
    width: 90%;
    margin: 0 auto;
  }

  /* second menu section */
  /* .rolexsecmneu.mobile {
  background: var(--white);
} */
  .rolexsecmenurow {
    padding-left: 0;
    padding-right: 0;
  }

  .rolexsecmenurow,
  .roloewsecmenucol.col2 .relexsecul {
    flex-wrap: wrap;
  }
  .roloewsecmenucol.col2 .relexsecul {
    gap: 35px;
    display: none;
  }

  .roloewsecmenucol.col2 {
    width: 100%;
  }

  .mobile-second-menu {
    overflow: hidden;
    border: 0 !important;
    color: #707070 !important;
    /* font-family: "Noto Sans HK",sans-serif; */
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: right;
    pointer-events: auto;
    padding: 0 !important;
    background: transparent;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
  }

  /* html[lang="zh"] .mobile-second-menu {
  font-family: "Noto Sans SC",sans-serif;
}
html[lang="tc"] .mobile-second-menu {
  font-family: "Noto Sans TC",sans-serif;
} */
  .mobile-second-menu:hover,
  .mobile-second-menu:focus {
    background-color: transparent!important;
    box-shadow: none;
  }

  .mobile-second-menu img {
    margin-left: 0.8rem;
    margin-top: 0px;
    transition: 0.3s ease;
  }

  .rotate-arrow {
    transform: rotate(-90deg) !important;
  }

  .roloewsecmenucol.col1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .roloewsecmenucol.col2 .relexsecul li,
  .roloewsecmenucol.col2 .relexsecul li:last-child {
    max-width: 100%;
    width: 100%;
    /* height: 40px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    /* border-bottom: 1px solid var(--breadborder); */
  }
  .rcpo-header .roloewsecmenucol.col2 .relexsecul li:last-child {
    max-width: 100%;
  }

  .roloewsecmenucol.col2 .relexsecul li:last-child a {
    height: auto;
    border: unset;
    align-items: unset;
    justify-content: unset;
  }

  .roloewsecmenucol.col2 .relexsecul li a {
    font-size: 22px;
    line-height: 25px;
  }

  .roloewsecmenucol.col2 .relexsecul li a {
    color: white;
  }

  .roloewsecmenucol.col2 .relexsecul li:last-child a {
    border: 0;
    color: white;
  }

  .roloewsecmenucol.col2 .relexsecul li:last-child a.active {
    color: var(--green);
  }

  /* end */
  /* second mobile dropdown item section */
  .menu-dropdown-content {
    display: none;
    background: white;
    color: #707070;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100vh;
    overflow-y: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .rcpo-header .menu-dropdown-content {
    background: var(--dark);
  }

  .menu-dropdown-content.active {
    display: block;
  }

  .menu-dropdown-content.open {
    overflow-y: auto;
  }

  .mobile-language {
    display: flex !important;
    flex-direction: column;
  }

  .mobile-language a {
    border: 1px solid var(--breadborder);
    /* font-family: "Noto Sans HK",sans-serif; */
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    color: gray;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 5vw;
    padding-right: 5vw;
    height: 40px;
  }

  /* html[lang="zh"] .mobile-language a { 
  font-family: "Noto Sans SC",sans-serif;
}
html[lang="tc"] .mobile-language a { 
  font-family: "Noto Sans TC",sans-serif;
} */
  .mobile-language .line {
    display: none;
  }

  .roloewsecmenucol.col2 .relexsecul li a:hover,
  .roloewsecmenucol.col2 .relexsecul li a:active,
  .mobile-language a:hover,
  .mobile-language a:active {
    /* color: var(--ocean-green-light); */
    color: #000000;
    transition: all 0.3s;
  }

  /* body .page-header.type20 {
  position: fixed;
} */
  html[lang=en].nav-open .page-header.type20 .nav-sections,
  html[lang=zh].nav-open .page-header.type20 .nav-sections,
  html[lang=tc].nav-open .page-header.type20 .nav-sections {
    height: 100vh;
  }

  .rolexsecmenurow {
    position: relative;
  }

  .roloewsecmenucol.col2 {
    position: absolute;
    top: 100%;
    z-index: 15;
  }
}

@media screen and (max-width: 767px) {
  .roloewsecmenucol.col1 img {
    width: 100px;
    height: 50px;
  }
}

/* end rolex second menu */

.tudor-breadcrumbs {
    font-size: 11px;
    letter-spacing: 0.075em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
    /* background: var(--navigation-gradient);
    color: white;   */
    color: #707070;
    border-bottom: 1px solid #ccc;
}
.rcpo-header + .tudor-breadcrumbs,
.rcpo-header + main > .tudor-breadcrumbs {
    background: var(--dark);
}
.tudor-breadcrumbs ul.items {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    gap: 8px;
}
.tudor-breadcrumbs ul.items a {
    color: #707070;
}
.tudor-breadcrumbs ul.items .icons img {
    max-width: 10px;
    width: 10px;
    filter: brightness(0) saturate(100%) invert(44%) sepia(0%) saturate(11%) hue-rotate(212deg) brightness(99%) contrast(86%);
}
.tudor-breadcrumbs ul.items .item:last-child a {
    /* color: var(--ocean-green); */
    color: #000000;
    cursor: auto;
}
.tudor-breadcrumbs ul.items .icons:first-child {
    display: none;
}

@media screen and (max-width: 1279px) {
    .tudor-breadcrumbs {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .tudor-breadcrumbs ul.items .icons:first-child {
        display: block;
    }
    .tudor-breadcrumbs .items .item:not(:nth-last-child(3)){
        display: none;
    }
    .tudor-breadcrumbs ul.items .icons:not(:nth-last-child(4)) {
        display: none;
    }
    .tudor-breadcrumbs ul.items .icons img {
        transform: rotate(-180deg);
    }
}