.roelx-header-wrapper {
  background: linear-gradient(45deg, #0b3e27, #197149);
  width: 100%;
}

.rolex-header-flex {
  display: flex;
  align-items: center;
}

.rolex-header-left-col {
  margin-right: auto;
  min-height: 110px;
  display: flex;
  align-items: center;
}

ul.rolex-header-menu {
  list-style: none;
  margin: 0px;
  display: flex;
  padding: 0;
}

ul.rolex-header-menu>li>a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}

ul.rolex-header-menu>li>a:hover,
ul.rolex-header-menu>li.menu_hightlight a,
.page-with-filter li.rolex_watches_menu>a,
.catalog-product-view li.rolex_watches_menu>a,
body[class*="cms-new-watches"] li.new_watches_menu>a,
body[class*="cms-world-of-rolex"] li.wor_menu>a,
.cms-our-showrooms li.rolex_ethos_summit_menu a,
.cms-our-team li.rolex_ethos_summit_menu a,
.cms-our-history li.rolex_ethos_summit_menu a,
.cms-service-process li.servicing_menu a,
.cms-send-a-message li.contact_us_menu a {
  color: #61BD93;
}

ul.rolex-header-menu>li {
  margin-left: 2.5vw;
}

.rolex-menu-trigger {
  color: #fff;
  display: none;
  cursor: pointer;
}

.rolex-menu-trigger svg {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  margin-left: 8px;
  fill: #fff;
  transition: 0.3s;
}

.menu-open .rolex-menu-trigger svg {
  transform: rotate(-90deg);
}



@media (max-width: 1612px) {
  ul.rolex-header-menu>li>a {
    font-size: 16px;
  }

  ul.rolex-header-menu>li {
    margin-left: 2vw;
  }
}

@media (max-width: 1520px) {
  ul.rolex-header-menu>li {
    margin-left: 1.5vw;
  }

  ul.rolex-header-menu>li>a {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  ul.rolex-header-menu>li {
    margin-left: 0.6vw;
  }

  ul.rolex-header-menu>li>a {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .rolex-menu-trigger {
    display: flex;
    align-items: center;
  }

  .roelx-header-wrapper {
    position: relative;
  }

  .menu-open .roelx-header-wrapper {
    background: linear-gradient(90deg, #0b3e27, #197149);
  }

  .rolex-header-menu-wrapper {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(90deg, #0b3e27, #197149);
    z-index: 99999;
    transition: transform .4s ease-out, opacity .3s, left 0s .3s, visibility 0.3s;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
  }

  .menu-open .rolex-header-menu-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    left: 0;
    transform: translate(0);
    transition: transform .4s ease-out, opacity .3s, left 0s, visibility 0.3s;
  }

  .rolex-header-left-col {
    width: 100%;
  }

  .rolex-header-flex {
    flex-flow: wrap;
  }

  .rolex-logo {
    margin-right: auto;
  }

  ul.rolex-header-menu {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-left: 7%;
    padding-right: 7%;
}

  ul.rolex-header-menu>li {
    margin-left: 0px;
    margin-bottom: 35px;
  }

  ul.rolex-header-menu>li>a {
    font-size: 22px;
    line-height: 1.6;
  }

  .rolex-header-left-col {
    min-height: 100px;
  }
}


@media (max-width: 767px) {
  .rolex-logo img {
    width: 100px;
  }


}

.rolex-footer-wrapper {
  background: linear-gradient(45deg, #0b3e27, #197149);
  width: 100%;
}

.ft-back-to-top-btn svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  transform: rotate(270deg);
}

.ft-back-to-top-btn {
  width: 110px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.ft-back-to-top-btn span {
  display: block;
  text-align: center;
  color: #fff;
}

.ft-back-to-top-wrapper {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgb(255 255 255 / 40%);
}

.ft-logo-wrapper {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ft-logo img {
  width: 40px;
  height: 40px;
}

.ft-logo {
  text-align: center;
}


@media (max-width: 767px) {
  .ft-back-to-top-wrapper {
    height: 60px;
  }

  .ft-logo-wrapper {
    height: 120px;
  }

  .ft-back-to-top-btn {
    font-size: 16px !important;
  }

  .ft-logo img {
    width: 32px;
    height: 32px;
  }
}
