@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
@font-face {
  font-family: 'condensed';
  src: url("./fonts/BebasNeue.eot");
  src: url("./fonts/BebasNeue.eot") format("embedded-opentype"), url("./fonts/BebasNeue.woff2") format("woff2"), url("./fonts/BebasNeue.woff") format("woff"), url("./fonts/BebasNeue.ttf") format("truetype"), url("./fonts/BebasNeue.svg#BebasNeue") format("svg");
}

html {
  font-size: 16px;
}

body {
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #333;
}

h1, h2 {
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'condensed', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h3, h4, h5, h6 {
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'condensed', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

p.large {
  font-size: 1.3rem;
}

p b, p strong {
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

p a {
  text-decoration: underline;
}

a {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  color: #363839;
  text-decoration: none;
}

a:hover {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  color: #616465;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  color: #363839;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button:focus, button[type="button"]:focus {
  outline: none;
  outline-color: transparent;
  outline-style: none;
  box-shadow: none !important;
}

input[type="text"], input[type="number"], input[type="email"] {
  background-color: #fff;
  padding: 30px 0px 2px;
  width: 100%;
  display: block;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #616465;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus {
  color: #363839 !important;
  opacity: 1;
}

input[type="text"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder {
  color: #363839 !important;
}

input[type="text"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder {
  color: #363839 !important;
}

input[type="text"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder {
  color: #363839 !important;
}

input[type="text"]:focus::-ms-input-placeholder, input[type="number"]:focus::-ms-input-placeholder, input[type="email"]:focus::-ms-input-placeholder {
  color: #363839 !important;
}

input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder {
  color: #616465;
  opacity: 1;
}

input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
  color: #616465;
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
  color: #616465;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
  color: #616465;
  opacity: 1;
}

input[type=checkbox], input[type=radio] {
  margin-top: 3px;
}

textarea.form-control {
  background-color: #fff;
  padding: 30px 0px 2px;
  width: 100%;
  display: block;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #616465;
  padding-top: 10px;
  margin-top: 30px;
}

textarea.form-control:focus {
  color: #363839 !important;
  opacity: 1;
}

textarea.form-control:focus::-webkit-input-placeholder {
  color: #363839 !important;
}

textarea.form-control:focus::-moz-placeholder {
  color: #363839 !important;
}

textarea.form-control:focus::-moz-placeholder {
  color: #363839 !important;
}

textarea.form-control:focus::-ms-input-placeholder {
  color: #363839 !important;
}

textarea.form-control::placeholder {
  color: #616465;
  opacity: 1;
}

textarea.form-control::-webkit-input-placeholder {
  color: #616465;
  opacity: 1;
}

textarea.form-control::-moz-placeholder {
  color: #616465;
  opacity: 1;
}

textarea.form-control:-ms-input-placeholder {
  color: #616465;
  opacity: 1;
}

select.form-control {
  background-color: #fff;
  padding: 30px 0px 2px;
  width: 100%;
  display: block;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #616465;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/store-list-arrow-down-light.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

select.form-control:focus {
  color: #363839 !important;
  opacity: 1;
}

select.form-control:focus::-webkit-input-placeholder {
  color: #363839 !important;
}

select.form-control:focus::-moz-placeholder {
  color: #363839 !important;
}

select.form-control:focus::-moz-placeholder {
  color: #363839 !important;
}

select.form-control:focus::-ms-input-placeholder {
  color: #363839 !important;
}

select.form-control::placeholder {
  color: #616465;
  opacity: 1;
}

select.form-control::-webkit-input-placeholder {
  color: #616465;
  opacity: 1;
}

select.form-control::-moz-placeholder {
  color: #616465;
  opacity: 1;
}

select.form-control:-ms-input-placeholder {
  color: #616465;
  opacity: 1;
}

label {
  font-weight: normal;
}

.text-muted {
  color: #c2505b !important;
}

.btn {
  font-size: 20px;
}

.btn-ppal, button.btn-ppal, button[type="button"].btn-ppal {
  display: inline-block;
  background-color: #031839;
  color: white;
  border: 2px solid #031839;
  padding: 15px 30px;
  min-width: 200px;
  margin: 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: 'condensed', sans-serif;
  font-weight: normal;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.btn-ppal.btn-outline, button.btn-outline[type="button"].btn-ppal {
  background-color: transparent;
  color: #031839;
  border-color: #031839;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.btn-ppal.btn-outline:focus {
  background-color: transparent;
  color: #031839;
}

.btn-ppal.btn-outline:visited {
  text-decoration: none;
}

.btn-ppal:hover, button[type="button"].btn-ppal:hover {
  background-color: transparent;
  color: #031839;
  border-color: #031839;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.btn-ppal:focus, button[type="button"].btn-ppal:focus {
  background-color: #031839;
  color: #fff;
}

.btn-ppal:visited, button[type="button"].btn-ppal:visited {
  text-decoration: none;
}

.breadcrumb-site .breadcrumb {
  background: none;
  margin-top: 0px;
  padding: 5px 15px;
  margin-bottom: 30px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

img.lazyloading {
  width: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-title h1 {
  position: relative;
}

.section-title h1::after {
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  background-size: cover;
}

.error404 {
  min-height: 500px;
}

.error404 .section-title {
  margin: 60px 0 0;
}

.error404 .section-title p {
  text-transform: uppercase;
  margin-bottom: -10px;
  font-size: 12px;
}

.error404 .btn-ppal, .error404 button[type="button"].btn-ppal {
  margin: 60px 0 0;
}

.grecaptcha-badge {
  display: none !important;
}

.global-wrapper {
  overflow: hidden;
  padding-top: 73px;
  min-height: 600px;
}

@media screen and (min-width: 992px) {
  .global-wrapper {
    padding-top: 0;
  }
}

.global-wrapper.bg {
  background-color: #fafafa;
}

.collapsing {
  overflow: hidden;
}

.header-container {
  position: relative;
}

@media (min-width: 992px) {
  .header-container {
    border-bottom: 5px solid #031839;
  }
}

header.main-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
  background-color: white;
}

@media (min-width: 992px) {
  header.main-header {
    position: unset;
    top: unset;
  }
}

.header-row-top {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  height: 73px;
  position: relative;
  border-bottom: 2px solid #031839;
}

@media (min-width: 992px) {
  .header-row-top {
    padding: 25px 0 20px;
    border: 0px;
    height: unset;
  }
}

.rolex-clock-container {
  position: absolute;
  bottom: 110px;
  right: 50%;
  transform: translateX(50%);
  min-height: 70px;
  min-width: 150px;
  z-index: 10;
}

@media (min-width: 992px) {
  .rolex-clock-container {
    bottom: unset;
    top: 20px;
    right: 20px;
    transform: translateX(0);
  }
}

.icon-menu-mobile {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1124px) {
  .icon-menu-mobile {
    display: none !important;
  }
}

.icon-menu-mobile a {
  display: block;
  width: 30px;
  height: 27px;
}

.logo-top img {
  width: 100px;
  mix-blend-mode: multiply;
}

@media (min-width: 992px) {
  .logo-top img {
    width: 150px;
  }
}

#clock-box {
  cursor: pointer;
}

#clock-box #rolex-retailer-clock iframe {
  z-index: 0 !important;
}

body.site .nav-menu-desktop-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

body.site .nav-menu-desktop-sticky .nav-menu-desktop {
  padding-left: 35px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.nav-menu-desktop {
  position: relative;
  padding-left: 0px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  display: none;
}

@media (min-width: 1125px) {
  .nav-menu-desktop {
    display: flex;
  }
}

.nav-menu-desktop li.active > a, .nav-menu-desktop .dropdown-main-menu.active > a {
  border-bottom: 3px solid black;
}

.nav-menu-desktop a.nav-menu-desktop-link {
  text-align: center;
  color: black;
  padding: 12px 0 22px;
  margin: 0 20px;
  display: block;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 12px;
  letter-spacing: .18em;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.nav-menu-desktop a.nav-menu-desktop-link:hover {
  border-bottom: 3px solid #031839;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.nav-menu-desktop a.nav-menu-desktop-link svg {
  fill: #adadad;
}

.nav-menu-desktop .dropdown-menu {
  background-color: #E1E1E1;
}

.nav-menu-desktop .dropdown-menu a {
  color: #363839;
}

a.dropdown {
  display: block;
}

ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 173px;
  padding: 0px 0;
  margin: 0px 0 0;
  font-size: inherit;
  text-align: left;
  list-style: none;
  background-color: #E1E1E1;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}

@media (max-width: 992px) {
  ul.dropdown-menu {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background: none !important;
    border-bottom: 1px solid #383838;
    border-top: 1px solid #383838;
  }
}

ul.dropdown-menu li {
  float: none;
  width: 100%;
  text-align: center;
  position: static;
}

ul.dropdown-menu li a {
  color: #363839;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}

ul.dropdown-menu li a:last-child {
  border: none;
}

ul.dropdown-menu li a:hover {
  background-color: #d0cfcf;
}

.dropdown-content {
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background-color: #fff;
  border-radius: 0 0 40px 0;
  border: 1px solid #F3F2F2;
  border-top: 0;
  background-color: white;
}

.dropdown-content.relojes {
  min-width: 100%;
}

@media (min-width: 1180px) {
  .dropdown-content.relojes {
    min-width: 1180px;
  }
}

.dropdown-content .wrapper .dropdown-img {
  margin: 0;
  padding: 0;
}

.dropdown-content .wrapper .wrapper-right {
  padding: 25px 50px;
  height: 100%;
  display: flex;
  align-items: center;
}

.dropdown-content .wrapper .wrapper-right .title {
  color: #222424;
  margin-bottom: -10px;
}

.dropdown-content .wrapper .wrapper-right ul.dropdown-links {
  column-count: 3;
  width: 100%;
}

.dropdown-content .wrapper .wrapper-right ul.dropdown-links a {
  color: black;
  text-transform: none !important;
  text-align: left;
  letter-spacing: 0.03em;
  font-size: 15px;
  display: inline-block;
  margin: 0;
  padding: 5px 0;
}

.dropdown-content .wrapper .wrapper-right ul.dropdown-links a:hover {
  color: #616465;
}

.dropdown-content .wrapper ul {
  margin-top: 10px;
}

.dropdown-content .wrapper ul li a {
  padding: 4px 0;
}

.dropdown-content-boutiques {
  left: auto;
  right: auto;
  padding: 10px 0 20px;
  width: 200px;
  border-left: 1px solid #616465;
}

.dropdown-main-menu:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

ul.social-header {
  margin-top: 140px;
}

@media (min-width: 992px) {
  ul.social-header {
    margin-top: 0px;
  }
}

ul.social-header li {
  margin: 8px;
}

ul.social-header li a:hover {
  opacity: .6;
}

.nav-mobile {
  display: none;
  background-color: #F6F6F6;
  padding-bottom: 60px;
  width: 100%;
  top: 59px;
  overflow-y: auto;
  box-shadow: -1px 6px 4px 0px rgba(199, 194, 194, 0.4);
  -webkit-box-shadow: -1px 6px 4px 0px rgba(199, 194, 194, 0.4);
  -moz-box-shadow: -1px 6px 4px 0px rgba(199, 194, 194, 0.4);
  z-index: 9;
}

.nav-mobile .cierra-menu {
  display: inline-block;
}

.nav-mobile ul.menu-mobile {
  height: 100%;
}

.nav-mobile ul.menu-mobile li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.nav-mobile ul.menu-mobile li a {
  color: #363839;
  padding: 15px;
  font-size: 14px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

@media (max-height: 350px) {
  .nav-mobile ul.menu-mobile li a {
    padding: 10px 0;
  }
}

.nav-mobile ul.menu-mobile li a:hover {
  background-color: #eee;
}

.nav-mobile ul.menu-mobile li .collapse-li a.collapse-li-list-item {
  color: #5b5b5b;
}

.nav-mobile ul.menu-mobile .collapse {
  overflow: hidden;
}

.body-overflow {
  overflow: hidden;
}

.nav-mobile {
  /* Style the sidenav links and the dropdown button */
  /* Add an active class to the active dropdown button */
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
}

.nav-mobile .dropdown-btn-mobile {
  padding: 6px 8px 6px 16px;
  font-size: 20px;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.nav-mobile .dropdown-btn-mobile.active {
  opacity: .8;
}

.nav-mobile .dropdown-mobile-container {
  display: none;
  background-color: #fff;
}

.nav-mobile .dropdown-mobile-container a {
  text-transform: none;
}

.nav-mobile span.icon {
  font-size: 20px;
  float: right;
  padding-right: 8px;
}

footer {
  background-color: #031839;
  padding: 30px 0;
  color: #CBCBCB;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

footer a {
  color: #CBCBCB;
}

footer a:hover {
  color: #697a92;
}

footer span.alert-boutique-closed {
  border: 1px solid #8B5A21;
  border-radius: 6px;
  padding: 3px 10px;
  margin-top: 10px;
  font-size: 13px;
}

.foot-foot {
  margin: 30px 0 0px;
  padding-top: 15px;
  font-size: 12px;
  border-top: 1px solid #3A2B1A;
}

.foot-foot p {
  font-size: 13px;
  margin-bottom: 0;
  color: #697a92;
}

.foot-foot p a {
  color: #697a92;
}

.nav-footer li {
  padding: 5px 0;
}

.nav-footer li:first-child {
  padding-top: 0;
}

.nav-footer li a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.logo-footer {
  width: 160px;
}

.redes-footer li {
  padding: 8px;
}

.redes-footer svg {
  fill: #adadad;
  width: 25px;
  height: 25px;
}

.whatsapp-icon {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background-color: #23395c;
  border-radius: 50%;
  color: #dde1e5;
}

.whatsapp-icon:hover {
  background-color: #0d2243;
  color: #dde1e5;
}

.whatsapp-icon:focus {
  color: #dde1e5;
}

@media (max-width: 768px) {
  .whatsapp-icon {
    right: 20px;
    bottom: 20px;
  }
}

.whatsapp-icon svg {
  width: 20px;
  height: 20px;
}

#al-top {
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 9999;
  display: none;
}

@media (max-width: 768px) {
  #al-top {
    right: 20px;
    bottom: 80px;
  }
}

#al-top a {
  width: 50px;
  height: 50px;
  background: transparent;
  color: #78808b;
  display: inline-block;
  border: 1px solid #78808b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#al-top a:hover {
  opacity: 0.8;
}

#al-top a svg {
  width: 20px;
  height: 20px;
}

#rolex #al-top, #rolex .whatsapp-icon {
  display: none !important;
  opacity: 0 !important;
}

.container-home {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.swiper-ppal-home {
  border-bottom: 1px solid #e9e8e8;
}

.swiper-ppal-home .swiper-slide img {
  width: 100%;
}

.swiper-ppal-home .swiper-pagination-custom {
  bottom: unset !important;
  position: relative;
  margin: 8px 0 16px;
  top: 0 !important;
}

.single-image-slider {
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e8e8;
}

.single-image-slider img {
  width: 100%;
}

.slider-sec {
  padding: 5px 30px 30px;
}

.slider-sec .swiper-slide img {
  width: 100%;
}

.brands-home-container {
  overflow: hidden;
  padding: 50px 0px;
}

@media screen and (min-width: 768px) {
  .brands-home-container {
    padding: 100px 50px;
  }
}

.brands-home-container .img-brands-home {
  width: calc(50% - 10px);
  float: left;
  border: 1px solid #F1F1F1;
  border-radius: 3px;
  margin: 5px;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .brands-home-container .img-brands-home {
    width: calc(25% - 10px);
  }
}

@media screen and (min-width: 1200px) {
  .brands-home-container .img-brands-home {
    width: calc(20% - 10px);
    padding: 30px;
  }
}

.brands-home-container .brands-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 15px;
  margin-bottom: 40px;
}

.slider-brands {
  padding: 50px 0 20px;
}

.slider-brands .slider-brands-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 15px;
  margin-bottom: 40px;
}

.slider-brands .brand-home {
  border: 1px solid #F1F1F1;
  border-radius: 3px;
  box-sizing: border-box;
}

.swiper-pagination-custom {
  bottom: unset;
  position: relative;
  margin: 40px 0 40px;
}

.swiper-pagination-custom .swiper-pagination-bullet {
  width: 70px;
  height: 2px;
  display: inline-block;
  border-radius: 0;
  background: #C4C4C4;
  opacity: 1;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
  background: #031839;
}

.swiper-banner-inferior-home {
  margin: 50px 0;
}

.single-image-slider-inferior-home {
  margin: 50px 0;
}

:root {
  --swiper-navigation-size: 24px;
  --swiper-theme-color: #000;
}

.swiper-button-prev, .swiper-button-next {
  color: #adadad;
  background: none !important;
}

.wrapper-banners-home {
  background-color: #D9D9D9;
  border-top: 5px solid #031839;
  padding: 80px 0;
}

.banners-home-container .row {
  margin-right: -10px;
  margin-left: -10px;
}

.banners-home-container .row .col-banner {
  padding-right: 10px;
  padding-left: 10px;
}

.banners-home-container .banner-item {
  box-sizing: border-box;
  position: relative;
  height: 70vh;
  margin: 2px 0;
}

@media screen and (min-width: 992px) {
  .banners-home-container .banner-item {
    margin: 0;
    height: 100%;
  }
}

.banners-home-container .banner-item:hover .cover {
  opacity: 0.3;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.banners-home-container .banner-item:hover .title-box {
  transform: translateY(-7px);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.banners-home-container .banner-item .cover {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: #031839;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.banners-home-container .banner-item .title-box {
  width: 100%;
  bottom: 45px;
  color: white;
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .banners-home-container .banner-item .title-box {
    padding-left: 45px;
    text-align: left;
  }
}

.banners-home-container .banner-item .title-box .title {
  font-size: 50px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.banners-home-container .banner-item .title-box .subtitle {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}

.banners-home-container .banner-item video, .banners-home-container .banner-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banners-home-container .banner-item.banner-item-50 {
  height: 300px;
}

.wrapper-whatsapp {
  padding: 90px 0;
  color: #DEDEDE;
  background-color: #031839;
}

.wrapper-whatsapp .title {
  font-size: 28px;
}

@media screen and (min-width: 992px) {
  .wrapper-whatsapp .title {
    font-size: 36px;
    padding-right: 50px;
  }
}

.wrapper-whatsapp .btn-ppal, .wrapper-whatsapp button[type="button"].btn-ppal {
  background-color: transparent;
  color: #DEDEDE;
  border-color: #DEDEDE;
  padding: 11px 26px;
}

@media screen and (min-width: 992px) {
  .wrapper-whatsapp .btn-ppal, .wrapper-whatsapp button[type="button"].btn-ppal {
    padding: 15px 30px;
  }
}

.wrapper-whatsapp .btn-ppal:hover {
  background-color: #0d2243;
}

.wrapper-whatsapp .btn-ppal:hover img {
  margin-right: 15px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.wrapper-whatsapp .btn-ppal img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  margin-right: 5px;
}

.silder-inferior {
  padding: 50px 0;
}

.destacados-home {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.destacados-home h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #eee;
  margin-bottom: 10px;
  margin-top: 10px;
}

.destacados-home p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #adadad;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 1.1em;
}

.swiper-destacados {
  overflow: hidden;
  margin-top: 30px;
}

.swiper-destacados .single-product {
  padding: 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
}

.swiper-destacados .single-product:hover {
  border: 1px solid #DEDEDE;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.swiper-destacados .single-product:hover .bajada h3 {
  color: #616465;
}

.swiper-destacados .single-product .bajada h3 {
  text-transform: none;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.swiper-destacados .single-product .bajada p {
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.4em;
  color: #616465;
}

.nav-swiper {
  overflow: hidden;
  display: table;
  margin: 20px auto;
}

.nav-swiper .destacados-next, .nav-swiper .destacados-prev {
  float: left;
  width: 40px;
  height: 40px;
  margin: 10px;
  border: 1px solid #adadad;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-swiper .destacados-next {
  background-image: url(../images/destacados-next.png);
}

.nav-swiper .destacados-prev {
  background-image: url(../images/destacados-prev.png);
}

.nav-sidebar-categorias {
  padding-bottom: 60px;
  /* Style the sidenav links and the dropdown button */
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
}

.nav-sidebar-categorias.sticky-top {
  top: 20px;
}

.nav-sidebar-categorias .cierra-menu {
  display: inline-block;
}

.nav-sidebar-categorias ul.menu-sidebar {
  height: 100%;
  overflow: scroll;
}

.nav-sidebar-categorias ul.menu-sidebar li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.nav-sidebar-categorias ul.menu-sidebar li a {
  padding: 15px;
  font-size: 16px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: 400;
}

@media screen and (max-height: 350px) {
  .nav-sidebar-categorias ul.menu-sidebar li a {
    padding: 10px 0;
  }
}

.nav-sidebar-categorias ul.menu-sidebar li .collapse-li a.collapse-li-list-item {
  color: #5b5b5b;
}

.nav-sidebar-categorias ul.menu-sidebar .collapse {
  overflow: hidden;
}

.nav-sidebar-categorias a.dropdown-btn-mobile {
  padding: 6px 8px 6px 16px;
  font-size: 20px;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  position: relative;
}

.nav-sidebar-categorias a.dropdown-btn-mobile:hover span.text {
  color: #adadad;
}

.nav-sidebar-categorias a.dropdown-btn-mobile:hover span.icon:after {
  color: #adadad;
}

.nav-sidebar-categorias a.dropdown-btn-mobile.active {
  color: #616465;
}

.nav-sidebar-categorias a.dropdown-btn-mobile.active span.icon:after {
  content: "-";
}

.nav-sidebar-categorias a.dropdown-btn-mobile span.text {
  font-family: 'condensed', sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .03em;
}

.nav-sidebar-categorias a.dropdown-btn-mobile span.icon {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-sidebar-categorias a.dropdown-btn-mobile span.icon:after {
  content: "+";
}

.nav-sidebar-categorias .dropdown-mobile-container {
  display: none;
  background-color: #fff;
  padding-bottom: 20px;
}

.nav-sidebar-categorias .dropdown-mobile-container a {
  text-transform: none;
  padding: 0px 15px !important;
  margin: 8px 0;
  border-left: 2px solid transparent;
}

.nav-sidebar-categorias .dropdown-mobile-container a:hover {
  background: none !important;
  color: #777676;
}

.nav-sidebar-categorias .dropdown-mobile-container a.active {
  border-left: 2px solid #eee;
  color: #d3954e !important;
}

.category-header {
  position: relative;
}

.category-text {
  max-width: 750px;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  padding: 40px 0;
}

#more-info {
  position: absolute;
  right: 0;
}

#more-info a {
  color: black;
  border: 1px solid black;
  padding: 0px 8px;
  border-radius: 3px;
  font-size: 14px;
}

#more-info a:hover {
  color: #777676;
  border-color: #777676;
}

.category-logo img {
  width: 250px;
}

.subcategory-nav-wrapper {
  text-align: center;
}

.subcategory-nav-wrapper .btn-subbrand-dropdown {
  display: block;
  font-size: 12px;
  position: relative !important;
  text-align: left !important;
  padding: 10px 20px;
}

@media screen and (min-width: 992px) {
  .subcategory-nav-wrapper .btn-subbrand-dropdown {
    display: none;
  }
}

.subcategory-nav-wrapper .btn-subbrand-dropdown span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.subcategory-nav-wrapper .subbrands-wrapper {
  display: none;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .subcategory-nav-wrapper .subbrands-wrapper {
    display: block;
  }
}

.subcategory-nav-wrapper .subbrands-wrapper ul.subcategory-nav {
  height: auto;
  margin: 0 0 20px;
}

@media screen and (min-width: 992px) {
  .subcategory-nav-wrapper .subbrands-wrapper ul.subcategory-nav {
    height: 60px;
  }
}

.subcategory-nav-wrapper .subbrands-wrapper ul.subcategory-nav li {
  margin: 8px 5px;
}

@media screen and (min-width: 992px) {
  .subcategory-nav-wrapper .subbrands-wrapper ul.subcategory-nav li {
    margin: 0px 5px;
  }
}

.subcategory-nav-wrapper .subbrands-wrapper ul.subcategory-nav li:first-child {
  display: none;
}

.subcategory-nav-wrapper .subbrands-wrapper ul.subcategory-nav li a {
  padding: 10px 8px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: 800;
}

.subcategory-nav-wrapper .subbrands-wrapper ul.subcategory-nav li.active a {
  color: #9E9E9E;
}

.banner-categoria {
  margin: 40px 0 20px;
}

.subcategory-info-container {
  padding: 30px 0;
}

.categoty-products-container {
  width: 100%;
  margin: 0 auto;
}

.categoty-products-container .row-category-products {
  margin-right: -3px;
  margin-left: -3px;
}

.categoty-products-container .row-category-products .col-category-products {
  padding-right: 3px;
  padding-left: 3px;
  margin-bottom: 6px;
}

@media (min-width: 1200px) {
  .col-list-products {
    padding-left: 70px;
  }
}

.col-list-products .breadcrumb {
  padding-left: 0;
}

.col-list-products h1 {
  margin-bottom: 20px;
}

.product-card {
  width: 100%;
  height: 100%;
  padding: 40px 10px 10px;
  text-align: center;
  border: 1px solid #fff;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  display: block;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.product-card:hover {
  border: 1px solid #d3954e;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.product-card:hover img {
  opacity: .95;
  transform: scale(1.05);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.product-card .product-card-img {
  min-height: 320px;
}

.product-card .product-card-img img {
  max-width: 240px;
  max-height: 300px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.product-card .bajada {
  min-height: 90px;
  padding: 40px 30px 30px;
}

@media screen and (min-width: 768px) {
  .product-card .bajada {
    min-height: 160px;
  }
}

.product-card .bajada h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  color: #222424;
}

.product-card .bajada p.brand {
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.4em;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #adadad;
}

.product-card .bajada p.short-description {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-card .bajada h3 {
  margin-bottom: 3px;
}

.pagination .page-link {
  color: black;
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0 10px;
  padding: 20px 30px;
}

.pagination .page-link:hover {
  border-color: #dddddd;
  color: #b4b3b3;
}

.pagination .page-item {
  display: none;
}

@media screen and (min-width: 992px) {
  .pagination .page-item {
    display: block;
  }
}

.pagination .page-item:first-child, .pagination .page-item:last-child {
  display: block !important;
}

.pagination .page-item.active {
  display: block !important;
}

.pagination .page-item.active .page-link {
  background-color: transparent;
  color: #d3954e;
  border: 1px solid #d3954e;
}

.pagination .page-item.disabled .page-link {
  border: 1px solid transparent;
}

#cartier-iframe {
  width: 100%;
}

.container-product {
  margin-top: 30px;
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .container-product {
    margin-top: 10px;
  }
}

.brand-logo-product {
  max-width: 150px;
  max-height: 40px;
  margin: 20px auto;
}

.col-images {
  position: relative;
}

.col-images .thumbnails-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  display: none;
}

@media (min-width: 992px) {
  .col-images .thumbnails-slider {
    display: block;
  }
}

.swiper-product {
  max-width: 100%;
  margin: 0 sauto;
}

@media screen and (min-width: 992px) {
  .swiper-product {
    max-width: 600px;
    margin: 0 150px 0 auto;
  }
}

.swiper-product .swiper-slide {
  text-align: center;
  max-height: 720px;
}

.swiper-product .swiper-slide img {
  max-height: 750px;
}

.swiper-product .swiper-button-next, .swiper-product .swiper-button-prev {
  width: 20px;
  height: 20px;
}

.swiper-product .swiper-button-next:after, .swiper-product .swiper-button-prev:after {
  font-size: 20px;
}

.swiper-product-thumbs .swiper-wrapper .swiper-slide {
  width: 90px;
  height: 90px !important;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  margin: 2px 0;
  cursor: pointer;
}

.swiper-product-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #d3954e;
}

.swiper-product-thumbs .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 10px solid white;
}

.box-info {
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .box-info {
    max-width: 480px;
  }
}

.box-info .sku {
  color: #adadad;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.box-info .product-title {
  margin-bottom: 20px;
}

.box-info .product-title h1 {
  font-size: 31px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.box-info .product-title p {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #616465;
  font-size: 0.9em;
}

.box-info p.description {
  line-height: 1.8em;
}

.product-specs {
  margin-top: 20px;
}

.product-specs .spec-item {
  background-color: #FAFAFA;
  padding: 20px;
  margin-bottom: 4px;
  font-size: 15px;
}

.product-specs .spec-item h6 {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-weight: 800;
}

.table-features {
  margin: 20px 0;
  font-size: 14px;
  max-width: 900px;
  margin: 30px auto 40px;
}

.form-container {
  background-color: #e3e3e3;
  padding: 80px 0;
}

.form-container .form-box {
  background-color: white;
  padding: 50px;
  margin: 0 15px;
}

@media screen and (min-width: 992px) {
  .form-container .form-box {
    max-width: 700px;
    margin: 0 auto;
  }
}

.form-container .form-box .p-name-form {
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.2em;
  color: #afafaf;
  margin-bottom: 16px;
  display: block;
}

.form-container .form-box .form-product-title {
  text-transform: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .form-container .form-box .form-product-title {
    font-size: 22px;
  }
}

.form-container .form-box img {
  max-width: 80px;
  max-height: 120px;
}

.related-product {
  margin: 70px auto;
}

.related-product .wrapper-related .product-related-row {
  margin-right: -3px;
  margin-left: -3px;
}

.related-product .wrapper-related .product-related-row .col-category-products {
  padding-right: 3px;
  padding-left: 3px;
  margin-bottom: 6px;
}

.pie-corner-rolex {
  margin: 30px auto 80px;
}

.pie-corner-rolex p.subtitle {
  text-transform: uppercase;
  color: #a37e2c;
  letter-spacing: 0.3em;
  font-size: 0.9em;
}

.pie-corner-rolex h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
}

.pie-corner-rolex h5:after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  margin: 20px auto;
  background-color: #363839;
}

.pie-corner-rolex p {
  line-height: 1.7em;
}

.rolex-hybrid-body .pie-corner-rolex {
  margin: 70px auto 80px;
}

.wrapper-contacto {
  margin: 0 auto 50px;
}

.wrapper-contacto h2 {
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
  letter-spacing: 0.03em;
}

form.form-site .form-group {
  margin-bottom: 10px;
}

form.form-site .form-group .form-control {
  width: 100%;
  max-width: 100%;
  height: 60px;
  border-bottom: 1px solid #e1e1e1 !important;
  font-size: 0.9rem;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
}

form.form-site .form-group textarea {
  height: 100px !important;
  margin-bottom: 30px;
}

form.form-site .btn-disable {
  background-color: #e7e7e7;
  color: #cfcfcf;
}

form.form-site .form-check {
  margin: 0;
  font-size: 14px;
}

form.form-site .form-check p {
  margin-bottom: 10px;
}

form.form-site .form-check a {
  text-decoration: underline;
}

.form-check-label, .form-check-label p {
  font-size: 14px;
}

.modal-dialog.modal-politica {
  width: 90% !important;
  max-width: 1000px;
}

.modal-dialog.modal-politica h5 {
  margin: 40px 0px 10px;
}

.item-respuesta {
  max-width: 600px;
  margin: 0 auto 80px;
  padding: 60px 40px;
  background-color: white;
  border: 1px solid #d3954e;
}

.item-respuesta .title-item-boutique {
  font-size: 18px;
  font-weight: 700;
}

.spinner-envios-forms .spinner-border {
  width: 1.1rem;
  height: 1.1rem;
  vertical-align: text-bottom;
  border: 0.12em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
  margin-top: -2px;
}

.privacidad h1 {
  margin-bottom: 30px;
}

.privacidad h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.privacidad ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 16px;
}

.privacidad ul li {
  margin-bottom: 5px;
}

.item-boutique {
  background-color: white;
  border: 1px solid #d3954e;
  height: 100%;
}

.item-boutique .title-item-boutique {
  font-size: 18px;
  font-weight: 700;
}

.item-boutique img {
  width: 100%;
}

.item-boutique .horarios .btn {
  padding: 0;
  font-size: 16px;
}

.item-boutique .horarios .dropdown-menu {
  padding: 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.item-boutique .horarios .dropdown-menu ul li {
  margin-bottom: 2px;
}

.item-boutique .badge-secondary {
  background-color: #d3954e;
  padding: 0.5em 1em !important;
}

.brands-grid-container {
  min-height: 500px;
}

.brands-grid-container .brands-grid {
  margin: 30px auto 50px;
  max-width: 1120px;
}

.brands-grid-container .brands-grid a.brand-grid-item, .brands-grid-container .brands-grid .brand-grid-item {
  display: inline-block;
  width: 276px;
  height: 128px;
  border: 1px solid #F1F1F1;
  border-radius: 3px;
  margin: 2px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands-grid-container .brands-grid a.brand-grid-item:hover, .brands-grid-container .brands-grid .brand-grid-item:hover {
  border-color: #d6d5d5;
}

.brands-grid-container .brands-grid a.brand-grid-item img, .brands-grid-container .brands-grid .brand-grid-item img {
  max-height: 90px;
}

.home-newsletter {
  padding: 50px 0;
  background-color: #D9D9D9;
  border-top: 5px solid #031839;
}

.home-newsletter h3 {
  font-size: 20px;
  letter-spacing: 0.15em;
  text-transform: none;
  margin-bottom: 20px;
  color: #031839;
}

.home-newsletter form {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}

.home-newsletter .form-group {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

@media screen and (min-width: 992px) {
  .home-newsletter .form-group {
    width: 50%;
  }
}

.home-newsletter .form-group .form-control {
  height: 50px;
  border: 1px solid #031839;
  padding: 15px;
  background: transparent;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #031839;
}

.home-newsletter .form-group .form-control.mail {
  border-top: 0;
}

@media screen and (min-width: 992px) {
  .home-newsletter .form-group .form-control.mail {
    border-top: 1px solid #000;
    border-left: 0;
  }
}

.home-newsletter .form-group #emailFeedback, .home-newsletter .form-group #nombreFeedback {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  text-align: right;
  margin-top: 0;
  width: unset;
}

.home-newsletter .form-group #emailFeedback {
  right: 60px;
}

@media screen and (min-width: 992px) {
  .home-newsletter .form-group #emailFeedback {
    right: 10px;
  }
}

.home-newsletter button {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: #031839;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 992px) {
  .home-newsletter button {
    position: static;
  }
}

.item-respuesta-newsletter {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background-color: white;
  border: 1px solid #d3954e;
}

.item-respuesta-newsletter .title-item-boutique {
  font-size: 18px;
  font-weight: 700;
}

#cookieNotice .modal-dialog {
  max-width: 760px;
}

#cookieNotice .modal-dialog .modal-content {
  padding: 20px !important;
}

#cookieNotice .modal-dialog .modal-content .box-item-cookies {
  border-top: 1px solid #eeeeee;
}

#cookieNotice #back-container {
  width: 30%;
  cursor: pointer;
}

#cookieNotice .logo-modal-cookies img {
  width: 120px;
  padding: 25px 0 10px;
}

#cookieNotice .copy-cookies {
  font-size: 12px;
  padding-right: 60px;
}

#cookieNotice .switch {
  position: relative !important;
  display: inline-block !important;
  width: 50px !important;
  height: 24px !important;
}

#cookieNotice .switch input {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

#cookieNotice .slider {
  position: absolute !important;
  cursor: pointer !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: #ccc !important;
  -webkit-transition: .4s !important;
  transition: .4s !important;
}

#cookieNotice .slider:before {
  position: absolute !important;
  content: "" !important;
  height: 16px !important;
  width: 16px !important;
  left: 4px !important;
  bottom: 4px !important;
  background-color: white !important;
  -webkit-transition: .4s !important;
  transition: .4s !important;
}

#cookieNotice input:checked + .slider {
  background-color: #248c59 !important;
}

#cookieNotice input:focus + .slider {
  box-shadow: 0 0 1px #248c59 !important;
}

#cookieNotice input:checked + .slider:before {
  -webkit-transform: translateX(26px) !important;
  -ms-transform: translateX(26px) !important;
  transform: translateX(26px) !important;
}

#cookieNotice .slider.round {
  border-radius: 34px !important;
}

#cookieNotice .slider.round:before {
  border-radius: 50% !important;
}

#cookieNotice button.close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 0;
  z-index: 1;
}

#cookieNotice .modal-header {
  border: 0;
}

#cookieNotice .modal-footer {
  padding: 15px 0;
}

#cookieNotice .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

#cookieNotice .btn-success {
  background-color: #248c59;
  border-color: #248c59;
}

#cookieNotice .btn-success:hover, #cookieNotice .btn-success:focus {
  background-color: #2a6548;
  border-color: #2a6548;
}

#cookieNotice .btn-dark {
  background-color: #464e57;
  border-color: #464e57;
}

#cookieNotice .btn-dark:hover, #cookieNotice .btn-dark:focus {
  background-color: #464e57;
  border-color: #464e57;
}

#cookieNotice .opt-container p {
  font-size: 12px;
}

.rolex-hybrid-body {
  padding-top: 73px;
}

@media (min-width: 768px) {
  .rolex-hybrid-body {
    padding-top: 0px;
  }
}
