@charset "UTF-8";
:root {
  --clrTheme: #8f7d59;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-phone:before {
  content: "\f095";
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}

.topNavList>li .fa-stack .fa-stack-2x {
    font-size: 1.3em !important;
}
.topNavList>li .fa-stack .fa-stack-1x {
    font-size: 16px !important;
    left: 8px;
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-heart:before {
  content: "\f004";
}
.fa-user:before {
  content: "\f007";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-search:before {
  content: "\f002";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-angle-left:before {
  content: "\f104";
}
body {
  font-size: 14px;
  color: #444;
  font-family: Helvetica, sans-serif !important;
  font-weight: 400;
}
body iframe[name="google_conversion_frame"],
body iframe[name="google_cookie_match_frame"] {
  display: none;
}
.scrollNone {
  overflow: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, sans-serif !important;
}
header,
footer,
.section-mainNav,
footer h5,
footer h6 {
  font-family: "helvetica-light", sans-serif;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1440px;
  }
}
a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #444;
}
a:hover {
  text-decoration: none;
}
a[disabled] {
  pointer-events: none;
  cursor: default;
}
.btn {
  border-radius: 0;
  box-shadow: none !important;
  outline: 0;
}
.btn-white {
  background-color: #fff;
}
.btn-white:hover {
  background-color: #e6e6e6;
}
.btn-primary {
  background-color: #444;
  border-color: #444;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff !important;
  background-color: var(--clrTheme);
  border-color: var(--clrTheme);
}
.btn-outline-danger:hover {
  color: #fff !important;
}
.btn-outline-primary {
  border-color: #444;
  color: #444;
}
.btn-outline-primary:hover {
  background-color: var(--clrTheme);
  color: #fff !important;
  border-color: var(--clrTheme);
}
.btn.focus,
.btn::focus {
  box-shadow: none;
  outline: 0;
}
.text-primary {
  color: #444 !important;
}
select,
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 30px;
  border-radius: 0;
  background: #fff url(../img/icons/icon-angle-down.svg) no-repeat center right
    12px/12px 12px;
}
.section,
[class*="section-"] {
  width: 100%;
  float: left;
  margin: 0 0 70px;
  padding: 0;
  position: relative;
}
.section-subscribe {
  background-color: #fff;
}
@font-face {
  font-family: Linearicons-Free;
  src: url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.eot);
  src: url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.eot?#iefix)
      format("embedded-opentype"),
    url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.woff2)
      format("woff2"),
    url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.ttf)
      format("truetype"),
    url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.woff)
      format("woff"),
    url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.svg#Linearicons-Free)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.lnr {
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-menu:before {
  content: "\e871";
}
@media (max-width: 767px) {
  .section,
  [class*="section-"] {
    margin-bottom: 40px;
  }
}
.sectionTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.sectionTitle .title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  line-height: 34px;
  text-align: center;
  color: #000;
  margin: 0;
}
.sectionTitle .title span {
  display: inline-block;
  position: relative;
}
.sectionTitle .title span::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid #444;
}
@media (max-width: 767px) {
  .sectionTitle {
    margin-bottom: 25px;
  }
  .sectionTitle .title {
    font-size: 18px;
    line-height: 22px;
  }
  .sectionTitle .title span {
    line-height: 24px;
  }
  .sectionTitle .title span::before {
    bottom: -10px;
  }
  .section-homeCarousel .itemContent .title {
    color: #000 !important;
  }
  .section-homeCarousel .itemContent a.green {
    background-color: #007843 !important;
    color: #fff !important;
  }
  .section-homeCarousel .itemContent a.green:hover {
    color: #fff !important;
  }
}
#header {
  width: 100%; /*float: left;*/
}
.section-headerTop {
  border-bottom: 1px solid #444;
  margin: 0;
  box-shadow: 0 0 6px #999;
  height: 52px;
}
.section-headerMain {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
.section-mainNav {
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-mainNav .navHeader {
  background-color: #444;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.section-mainNav .navHeader .navLogo {
  display: inline-block;
  padding-left: 10px;
}
.section-mainNav .navHeader .navLogo img {
  max-height: 30px;
  filter: brightness(0) invert(1);
}
.section-mainNav .navHeader .btnNavToggle {
  width: 48px;
  height: 48px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 30px;
  border: none;
  position: absolute;
  left: 0;
  top: 1px;
}
.topNavList {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.topNavList > li {
  padding: 0 10px;
}
.topNavList .texttop {
  margin: 0 0 0 5px;
  font-size: 16px;
  display: inline-block;
  margin-top: -2px;
}
.topNavList .texttop.mt-0 {
  margin-left: 3px;
}
.topNavList > li > a {
  display: block;
  color: #444;
  padding: 7px 0;
}
.topNavList > li > a:hover {
  color: #959698;
}
.topNavList > li .fa {
  font-size: 18px;
}
.topNavList > li.dropdown-user > a {
  background-color: #444;
  color: #fff;
  padding: 3px 10px;
  border-radius: 6px;
}
.topNavList > li.dropdown-user .dropdown-menu {
  padding: 0;
  margin: 0;
}
.topNavList > li.dropdown-user .dropdown-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 10px;
}
.topNavList > li.dropdown-user .dropdown-item:first-child {
  border-top: none;
}
.pageSearchDropdown .dropdown-menu {
  border-radius: 0;
  padding: 5px;
  width: 250px;
  background-color: #fff;
}
.pageSearchDropdown .dropdown-menu > * {
  border-radius: 0;
}
.toggleNavBox {
  width: 145px;
}
.btnNavToggle {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-size: 35px;
}
.mainLogo {
  max-width: 250px;
  position: relative;
  z-index: 1; margin-left: 10%;
}
.mainLogo > a img {
  max-width: 225px;
}
.mainLogo > a {
  display: block;
}
.rolexOfficial {
  width: 145px;
  max-width: 145px;
}
.rolexOfficial img,
.tudorWatch img {
  width: 135px;
  height: auto;
}
.navbarList > li.pageSearchDropdown .dropdown-menu {
  width: 250px;
  padding: 3px;
}
.section-headerMsg {
  padding: 5px 0;
}
.section-headerMsg p {
  font-size: 16px;
  font-family: Calibri;
  padding: 5px 0;
  color: #fff;
}
.section-headerMsg p a {
  color: #fff;
}
.section-headerMsg .staticTicker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-headerMsg .staticTicker > li {
  margin: 0;
  padding: 0;
  color: #fff;
}
.section-headerMsg .staticTicker > li a {
  color: #fff;
  margin-left: 5px;
  text-decoration: underline;
}
.section-headerMsg .staticTicker > li a:hover {
  text-decoration: none;
}
.section-headerMsg .staticTicker > li .colorDefinition {
  display: inline-block;
  padding: 5px 0 0;
  font-size: 16px;
}
.section-headerMsg .cross-icon {
  display: none;
}
.searchBox {
  vertical-align: top;
  position: relative;
  padding: 5px 8px;
  margin-top: 4px;
  display: inline-block;
}
@media (max-width: 990px) {
  #header .container {
    max-width: inherit;
  }
  .mainLogo {
    max-width: 100%;
    text-align: center;
    width: 100%;
    padding-right: 40px;
  }
  .mainLogo > a img {
    max-width: 200px;
  }
  .toggleNavBox {
    width: 40px;
  }
  .section-headerMain {
    text-align: center;
  }
  .topNavList > li.dropdown-user > a {
    background-color: inherit;
    color: #444;
  }
}
@media (max-width: 767px) {
  .section-headerMsg p {
    font-size: 13px;
    line-height: 14px;
  }
  .pageSearchDropdown .dropdown-menu {
    width: -moz-calc(100vw - 10px);
    width: -webkit-calc(100vw - 10px);
    width: calc(100vw - 10px);
  }
  .section-headerMain {
    padding-top: 7px;
    padding-bottom: 7px;
    height: 53px;
  }
  .section-headerMain .rolexOfficial {
    max-width: 40px;
  }
  .toggleNavBox {
    width: 40px;
  }
  .mainLogo {
    padding-right: 35px;
  }
  .mainLogo > a img {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
    .section-headerMain{height: 115px;}
    .categoryHome{aspect-ratio: 16/2.5;}
  #navigation {
    position: relative;
  }
  #navigation .externalLogo {
    position: absolute;
    right: 0;
    left: 0;
    bottom: calc(100% + 40px);
  }
  .navbarList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0 -5px;
    padding: 0;
  }
  .navbarList > li {
    padding: 0 5px;
    list-style: none;
  }
  .navbarList > li > a {
    display: block;
    color: #444;
    text-transform: uppercase;
    padding: 12px 0;
    white-space: nowrap;
    font-size: 16px;
  }
  .navbarList > li:hover > a {
    color: #959698;
  }
  .navbarList > li .dropdown-menu {
    margin: -1px 0 0;
    padding: 10px 0 25px;
    border-radius: 0;
    box-shadow: none;
    background-color: #fafafa;
    width: auto;
    min-width: 100%;
    border: none;
    width: 100%;
    z-index: -1;
  }
  .navbarList > li .dropdown-menu.show {
    min-height: auto;
    z-index: 10;
  }
  .navbarList > li .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  .navbarList > li .dropdown-menu li > a {
    display: block;
    color: #000;
    padding: 3px 0;
    white-space: nowrap;
  }
  .navbarList > li .dropdown-menu li > a:hover {
    color: #866436;
  }
  .navbarList > li:not(.dropdown):hover > a {
    color: #959698;
  }
  .navbarList > li:not(.dropdown):hover > .dropdown-menu {
    display: block;
    z-index: 7;
  }
  .navFixed .navbarList > li:hover > a {
    color: #fff !important;
  }
  .navFixed .navbarList > li > a {
    color: #fff;
  }
  .navFixed .navbarList > li.pageSearchDropdown {
    display: inline-block !important;
  }
  .dropdownBox {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .navbarList > li > a {
    font-size: 12px;
  }
  .navbarList {
    padding: 0 13px;
  }
}
@media (min-width: 1080px) {
  .navbarList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0;
  }
  .navbarList > li {
    padding: 0 15px;
  }
}
@media (max-width: 990px) {
  .section-mainNav {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
  }
  .section-mainNav .contanerNew {
    padding: 0;
    margin: 0;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .section-mainNav.showMainNav {
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
  .section-mainNav.showMainNav .contanerNew {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .section-mainNav #navigation {
    height: -moz-calc(100vh - 50px);
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
    overflow-y: auto;
    padding-bottom: 100px;
  }
  .section-mainNav #navigation .rolexOfficial {
    margin: 20px auto;
  }
  #navigation .externalLogo {
    padding: 12px;
    -ms-flex-align: center;
    align-items: center;
  }
  #navigation .externalLogo .rolexOfficial {
    margin: 0;
  }
  .navbarList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0;
    padding: 0 0 0px 0;
    list-style: none;
    width: 100%;
  }
  .navbarList > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    max-height: 40px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-in-out;
    -moz-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
  }
  .navbarList > li > a {
    display: block;
    color: #000;
    text-transform: uppercase;
    padding: 10px 12px;
    font-weight: 600;
    height: 40px;
  }
  .navbarList > li > a.ddYes {
    pointer-events: none;
  }
  .navbarList > li.childNone > a {
    pointer-events: initial;
  }
  .navbarList > li.pageSearchDropdown {
    display: none;
  }
  .navbarList .dropdown-menu {
    position: inherit;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.025);
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .navbarList li a span {
    color: #444;
    float: right;
  }
  .navbarList .dropdown-menu > li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .navbarList .dropdown-menu > li > a {
    display: block;
    padding: 10px 12px;
    color: #000;
  }
  .navbarList > .active {
    max-height: 500px;
  }
  .navbarList > .active > a {
    color: #444;
  }
  .navbarList > li .dropdown-menu {
    display: inline-block !important;
  }
  .navbarList > li .dropdown-menu .dropdownBox,
  .navbarList > li .dropdown-menu .dropdownBox .navTitle {
    width: 100%;
    float: left;
    position: relative;
  }
  .navbarList > li .dropdown-menu .dropdownBox .navTitle a {
    display: block;
  }
  .navbarList > li .dropdown-menu .dropdownBox .subBlock {
    position: fixed;
    width: 300px;
    left: -100%;
    transition: all 0.2s ease-in-out 0s;
    background: #fff;
    top: 52px;
    z-index: 999;
    height: -moz-calc(100vh - 50px);
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
    overflow-y: auto;
    padding-bottom: 50px;
  }
  .navbarList > li .dropdown-menu .dropdownBox .subBlock.showSubmenu {
    left: 0;
  }
  .navbarList > li .dropdown-menu .container.d-flex {
    display: inline-block !important;
  }
  .navbarList > li .dropdown-menu .dropdownBox ul li {
    padding: 10px;
    border-top: 1px solid #ddd;
  }
  .navbarList > li .dropdown-menu .dropdownBox ul li:first-child {
    border-top: none;
  }
  .subnavHeading {
    width: 100%;
    float: left;
    background: #dbd8c9;
    font-size: 18px;
    padding: 10px;
  }
  .subnavHeading .backArrow {
    display: inline-block;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .navFixed #header {
    padding-bottom: 45px;
  }
  .navFixed .section-mainNav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #8f7d59;
    z-index: 99;
  }
}
.headerNav .fa-shopping-cart {
  color: #ccc !important;
  margin-right: 5px;
  vertical-align: middle;
}
.section-homeCarousel {
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #d5d5d5;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.section-homeCarousel .owl-theme .owl-nav {
  margin: 0;
}
.section-homeCarousel .owl-theme .owl-dots {
  margin: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-homeCarousel .owl-theme .owl-dots span {
  box-shadow: 0 0 3px #000;
}
@media (min-width: 992px) {
  .section-homeCarousel .owl-theme .owl-dots {
    bottom: 15px;
  }
  .section-homeCarousel .owl-theme .owl-dots span {
    width: 20px;
    height: 20px;
  }
}
.section-homeCarousel .owl-theme .owl-dots .active span {
  background-color: #444;
}
.section-homeCarousel .itemContent {
  position: absolute;
  width: auto;
  top: 50%;
  padding: 0;
  z-index: 1;
  text-align: center;
  right: 15%;
  transform: translateY(-50%);
  font-family: sans-serif;
}
.section-homeCarousel .itemContent h6 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: sans-serif !important;
}
.section-homeCarousel .itemContent .title {
  font-size: 40px;
  color: #000;
  display: block;
  margin: -1px 0 16px;
  line-height: normal;
  font-weight: 300;
  font-family: sans-serif;
  text-transform: uppercase;
}
.section-homeCarousel .itemContent .banner-description {
  font-size: 18px;
  line-height: 36px;
  max-width: 60%;
  font-weight: 400;
  color: #000;
}
.section-homeCarousel .itemContent a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 22px;
}
.section-homeCarousel .itemContent a.green {
  background-color: #007843;
  color: #fff;
}
.section-homeCarousel .itemContent a.rounded {
  border-radius: 30px !important;
}
/********** white Text ************/
.section-homeCarousel .itemContent .whiteText .title {color: #fff !important;}
.section-homeCarousel .itemContent .whiteText .banner-description {
  color: #fff !important;
}
@media (max-width: 1200px) {
  .section-homeCarousel .itemContent {
    top: 50%;
  }
}
@media (max-width: 992px) {
  .section-homeCarousel .itemContent {
    top: 50%;
  }
  .section-homeCarousel .itemContent .title {
    font-size: 30px;
  }
  .section-homeCarousel .itemContent a {
    padding: 8px 25px;
    font-size: 14px;
  }
  .section-productListing .label {
    width: 100%;
  }
  .pageSearchDropdown .input-group-search {
    display: flex;
  }
}
@media (max-width: 767px) {
  .section-homeCarousel .itemContent {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .section-homeCarousel .itemContent .title {
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .section-homeCarousel .itemContent a {
    padding: 10px 35px;
    font-size: 14px !important;
  }
  .section-loginSignup .card {
    margin-bottom: 20px;
  }
  .section-productListing .form-control {
    width: 100% !important;
  }
  /********** white Text ************/
  .section-homeCarousel .itemContent .whiteText .title {
    color: #000 !important;
  }
  .section-homeCarousel .itemContent .whiteText .banner-description {
    color: #000 !important;
  }
}
.section-callToAction .btn {
  text-decoration: underline;
}
.section-callToAction .btn:hover {
  text-decoration: none;
}
.section-feturedCarousel .item {
  padding-right: 1px;
}
.section-specialCategory .row {
  margin-left: -10px;
  margin-right: -10px;
}
.section-specialCategory .row [class*="col-"] {
  padding: 0 10px;
  margin: 10px 0;
}
.specialCategory {
  position: relative;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  text-align: center;
}
.specialCategory img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.specialCategory .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240px;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #222;
  padding: 2%;
  margin: -65px 0 0 -120px;
  z-index: 1;
}
.specialCategory .categoryInfo {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.specialCategory .categoryTitle {
  color: var(--clrTheme);
  margin-bottom: 0;
  font-size: 24px;
}
.specialCategory .line {
  width: 40%;
  height: 1px;
  margin: 3px auto;
  background-color: #000;
  transition: all 0.5s ease-out;
  display: block;
}
.specialCategory .categoryText {
  font-size: 16px;
}
.specialCategory:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.tudorWatch a {
  display: block;
}
.specialCategory:hover .overlay {
  opacity: 1;
}
.specialCategory:hover .line {
  width: 40%;
}
@media (max-width: 1080px) {
  .section-specialCategory .splCatBox .captionGroup {
    transform: translateX(-15%);
  }
}
@media (max-width: 990px) {
  .section-specialCategory .splCatBox .captionGroup {
    transform: scale(0.65) translateX(10%);
  }
}
@media (max-width: 767px) {
  .section-specialCategory .row [class*="col-"] {
    margin: 7px 0;
  }
  .section-specialCategory .splCatBox .captionGroup {
    transform: scale(0.5) translateX(40%);
  }
}
.section-instagramWidget {
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-instagramWidget .container {
    overflow: hidden;
  }
}
.section-instagramWidget .instagram-unit {
  width: 20%;
  height: 380px;
}
.section-instagramWidget .instagram-unit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-subscribe .container {
  position: relative;
}
.section-subscribe label {
  margin: 0 0 25px;
  font-size: 16px;
  color: #444;
}
.section-subscribe .input-group {
  max-width: 380px;
}
.section-subscribe .input-group * {
  border-radius: 0;
}
.section-subscribe .input-group .btn {
  background-color: #444;
  color: #fff;
  text-transform: uppercase;
}
.section-subscribe .input-group .btn:hover {
  background-color: #000;
}
.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}
.section-subscribe .error {
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  width: 100%;
}
.section-subscribe .error * {
  margin: 0;
}
@media (max-width: 767px) {
  .section-subscribe {
    padding: 12px 0 15px;
  }
  .section-subscribe label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.section-diamondSearch .listingGroup > .card,
.section-productListing .listingGroup > .card {
  border-radius: 0;
  border: none;
}
.section-diamondSearch .sideNavToggle,
.section-productListing .sideNavToggle {
  display: none;
  height: 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0 12px;
}
.section-diamondSearch .sideNav,
.section-productListing .sideNav {
  width: 240px;
  max-width: 240px;
}
.section-diamondSearch .listing,
.section-productListing .listing {
  padding-left: 10px;
}
.section-diamondSearch .listing > [class*="col-"],
.section-productListing .listing > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .section-diamondSearch .sideNav,
  .section-productListing .sideNav {
    width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .section-diamondSearch .sideNavToggle,
  .section-productListing .sideNavToggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-diamondSearch .sideNav,
  .section-productListing .sideNav {
    width: 100%;
    max-width: inherit;
  }
  .section-diamondSearch .listing,
  .section-productListing .listing {
    padding-left: 0;
  }
  .section-diamondSearch #sidenav,
  .section-productListing #sidenav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
  }
  .section-diamondSearch #sidenav .sidenavWrapper,
  .section-productListing #sidenav .sidenavWrapper {
    padding: 0;
    margin: 0;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    right: -100%;
    float: right;
    visibility: hidden;
    opacity: 0;
    position: relative;
    transition: all 0.5s ease-in-out;
  }
  .section-diamondSearch #sidenav .sidenavWrapper .sideNavToggle,
  .section-productListing #sidenav .sidenavWrapper .sideNavToggle {
    font-size: 30px;
    background-color: #444;
    color: #fff;
    max-width: 41px;
    height: 41px;
    position: absolute;
    left: -41px;
    z-index: 2;
    border-radius: 20px 0 0 20px;
    padding: 0 0 0 10px;
  }
  .section-diamondSearch #sidenav.showSideNav,
  .section-productListing #sidenav.showSideNav {
    visibility: visible;
    opacity: 1;
    z-index: 99;
  }
  .section-diamondSearch #sidenav.showSideNav .sidenavWrapper,
  .section-productListing #sidenav.showSideNav .sidenavWrapper {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
}
.section-bgVideo {
  width: 100%;
  float: left;
  padding: 40% 0 0;
  overflow: hidden;
  position: relative;
  background: #d5d5d5;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.section-bgVideo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
.section-bgVideo .videoWrapper {
  position: absolute;
  width: 100%;
  min-height: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  z-index: 0;
}
.section-bgVideo .videoWrapper video {
  width: 100%;
  height: 100%;
}
.section-bgVideo .videoDesc {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 990px) {
  .section-bgVideo {
    margin-bottom: 15px;
    background-size: 100% auto;
    background-attachment: inherit;
  }
  .section-bgVideo .descLogo {
    max-height: 140px;
  }
}
@media (max-width: 767px) {
  .section-bgVideo .descLogo {
    max-width: 70%;
  }
}
.section-bgImage {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #d5d5d5;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.section-bgImage:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.section-bgImage .block {
  width: 100%;
  text-shadow: 0 0 5px #000;
  color: #fff;
  float: left;
  padding: 150px 0;
}
.section-bgImage .title {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 40px;
}
.section-bgImage .subTitle {
  font-size: 24px;
}
.section-bgImage .desc {
  font-size: 18px;
}
@media (max-width: 990px) {
  .section-bgImage .block {
    padding: 80px;
  }
  .section-bgImage .subTitle {
    line-height: 26px;
  }
  .section-bgImage .desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-bgImage .block {
    padding: 40px 0;
  }
  .section-bgImage .desc {
    font-size: 16px;
  }
}
.section-brandsLogo {
  width: 100%;
  float: left;
}
.brandsLogoCarousel .owl-nav {
  width: 100%;
  float: left;
  margin: 0;
}
.brandsLogoCarousel .owl-nav .owl-prev {
  left: -30px;
}
.brandsLogoCarousel .owl-nav .owl-next {
  right: -30px;
}
.brandsLogoCarousel a {
  display: block;
  overflow: hidden;
  padding: 10px;
}
@media (max-width: 990px) {
  .section-brandsLogo {
    margin-bottom: 15px;
  }
}
@media (max-width: 990px) {
  #brandsLogoCarousel .owl-nav,
  #feturedCarousel .owl-nav,
  #similarCarousel .owl-nav {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #brandsLogoCarousel .owl-nav .owl-next,
  #brandsLogoCarousel .owl-nav .owl-prev,
  #feturedCarousel .owl-nav .owl-next,
  #feturedCarousel .owl-nav .owl-prev,
  #similarCarousel .owl-nav .owl-next,
  #similarCarousel .owl-nav .owl-prev {
    top: auto;
    right: auto;
    left: auto;
    background-color: rgba(0, 0, 0, 0.1) !important;
    margin: 10px !important;
    position: relative;
  }
}
.productCard {
  border-radius: 0;
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
  margin: 10px;
  border: none;
}
.productCard h4 {
  font-size: 16px;
  text-align: center;
}
.productCard .productHeader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.productCard .productImage {
  display: block;
  height: 230px;
  margin: 0 0 20px;overflow: hidden;
}
.productCard .productImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#similarCarousel .productCard .productImage img {  
  height: 100% !important;
}


.productCard .productTitle {
  display: block;
  margin: 10px;
  height: 48px;
  overflow: hidden;
  text-align: center;
  color: gray;
  text-transform: uppercase;
  height: 40px;
}
.productCard .productFooter {
  background-color: inherit;
  font-weight: 600;
  color: #000;
  transition: all 0.6s ease-in-out;
}
.productCard:hover .productFooter {
  background-color: inherit;
  color: #000;
}
.productCard .callForPrice,
.productCard .productPrice,
.productCard .productSku {
  padding: 7px 10px;
}
.productCard:hover {
  box-shadow: 0 2px 10px #85858580;
  border: none;
}
.item .productCard .productTitle {
  height: 70px;
}
@media (max-width: 767px) {
  .productCard .productTitle {
    height: auto;
  }
}
.form-control {
  border-radius: 0;
}
.form-group {
  position: relative;
}
.diamondShapesList {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.diamondShapesList > li {
  padding: 0 10px;
  width: 8%;
  text-align: center;
}
.diamondShapesList > li > a {
  display: block;
  position: relative;
  padding: 0 0 20px;
}
.diamondShapesList > li > a::before {
  content: attr(title);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #444;
}
.diamondShapesList > li > a > img {
  width: 100%;
}
.diamondShapesList > li:hover > a::before {
  color: #959698;
}
@media (max-width: 990px) {
  .diamondShapesList > li {
    width: 20%;
    padding: 0 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .diamondShapesList > li > a > img {
    max-width: 70%;
  }
}
.contactAddress .callUs {
  font-size: 20px;
  margin: 20px;
}
.contactAddress .callUs a {
  border: 1px solid;
  padding: 0 15px 0 0;
  border-radius: 20px;
  overflow: hidden;
}
.contactAddress .callUs span {
  float: left;
  margin: -1px 15px -1px -1px;
  font-size: 16px;
  padding: 10px 15px;
  background-color: #444;
  color: #fff;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  margin: -20px 0 0 !important;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-next span,
.owl-carousel .owl-prev span {
  font-size: 36px;
  line-height: 24px;
  color: #fff;
}
.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  background: #444 !important;
}
.owl-carousel .owl-prev {
  left: 20px;
}
.owl-carousel .owl-next {
  right: 20px;
}
@media (max-width: 767px) {
  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    background-color: transparent !important;
  }
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
a.btn-theme {
  margin: 0;
  padding: 5px 10px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  background-color: #a89967;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: top;
}
a.btn-theme:hover {
  background-color: #d6bf76;
  color: #fff;
  text-decoration: none;
}
iframe {
  border: none;
}
@media (max-width: 1280px) {
  .copyrightText {
    padding-right: 14px;
  }
  .suretyLogo img {
    width: 32%;
  }
}
.scrollTop {
  position: fixed;
  bottom: 265px;
  right: 50px;
  width: 32px;
  height: 32px;
  background-color: #d5d5d5;
  color: #000;
  text-align: center;
  line-height: 32px;
  display: none;
}
a,
a:hover {
  text-decoration: none;
}
.scrollup {
  opacity: 0.8;
  position: fixed;
  bottom: 125px;
  right: 25px;
  display: none;
  color: #000;
  padding: 0 6px;
  line-height: 24px;
  z-index: 10000;
  background: #fff;
}
.scrollup {
  background: #fff;
  border-radius: 20px;
  bottom: 125px;
  color: #000;
  display: none;
  font-size: 24px;
  height: 32px;
  line-height: 30px;
  opacity: 0.8;
  padding: 0;
  position: fixed;
  right: 25px;
  text-align: center;
  width: 32px;
  z-index: 10000;
  transition: all 0.8s linear;
  border: 1px solid #888;
}
.scrollup:hover {
  color: #fff;
  background: #666;
}
.footer {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 0;
  background-color: #dbd8c9;
  color: gray;
}
.footer a {
  color: #444;
}
.footer a:hover {
  color: #959698;
}
.footer .address {
  font-weight: 500;
}
.footer .address img {
  max-width: 170px;
  margin-bottom: 20px;
}
.footer .socialIcons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .socialIcons > li {
  padding: 0;
  display: inline-block;
}
.footer .socialIcons > li > a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 30px;
}
.footer .container-fluid {
  border-top: 1px solid #999;
  margin-top: 25px;
}
.footer .copyrightText {
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  margin: 0;
  font-size: 13px;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 0;
  }
  .footer .container-fluid {
    margin-top: 12px;
  }
  .footer .socialIcons {
    margin-bottom: 20px;
  }
}
.footerNavList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerNavList > li {
  display: block;
}
.footerNavList > li:not(:first-child) {
  margin-top: 12px;
}
.footerNavList > li > a {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footerNavList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-top: 1px dashed #a5a5a5;
  }
  .footerNavList > li {
    margin: 0;
    padding: 3px 5px;
  }
  .footerNavList > li:not(:first-child) {
    margin-top: 0;
  }
  .footerNavList > li > a {
    font-size: 11px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 3px 7px;
    border-radius: 10px;
  }
}
.text-decoration {
  text-decoration: underline;
}
.owl-carousel .owl-item img {
  height: auto;
}
.diamondShapesList > li > a > img,
.sectionWatchbanner .imgBlog img,
.specialCategory img {
  width: 100%;
  height: auto;
}
.videoDesc img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .topNavList .texttop {
    display: none;
  }
}
.navbarList > li .dropdown-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.navbarList > li .dropdown-menu ul li {
  list-style: none;
}
.navbarList > li .dropdown-menu .dropdownBox .navTitle {
  display: inline-block;
  text-transform: uppercase;
  color: #8f7d59;
  text-decoration: none;
  padding: 10px 0 5px;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.navbarList > li .dropdown-menu .dropdownBox .navTitle a {
  color: #8f7d59;
}
@media (max-width: 990px) {
  .specialCategory .overlay {
    width: 200px;
    height: 100px;
    margin: -50px 0 0 -100px;
  }
  .scrollNone {
    overflow-y: hidden;
  }
}
@media (max-width: 766px) {
  #homeCarousel .itemContent {
    right: 0;
    width: 100%;
    text-align: center;
    top: 84%;
  }
  #homeCarousel .itemContent .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1400px) {
  #instaWidget .instagram-unit {
    height: 340px;
  }
}
@media (max-width: 980px) {
  #instaWidget .instagram-unit {
    height: 250px;
  }
}
@media (max-width: 766px) {
  .productCard .productTitle {
    overflow: hidden;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }
  #instaWidget .instagram-unit {
    height: 200px;
  }
}
@media (max-width: 480px) {
  #instaWidget .instagram-unit {
    height: 100px;
  }
}
a:hover {
  color: #7b5b1b !important;
}
.productCard .productFooter .cut-price {
  text-decoration: line-through;
  color: #888;
}
.productCard:hover .productFooter .cut-price {
  color: #fff;
}
.lnr {
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-menu:before {
  content: "\e871";
}
.sectionWatchbanner {
  width: 100%;
  float: left;
}
.sectionWatchbanner .sectionTitle {
  margin: 16px 0 55px;
}
.sectionWatchbanner .imgBlog {
  position: relative;
}
.sectionWatchbanner .imgBlog a {
  display: block;
}
@media (min-width: 766px) {
  .sectionWatchbanner .imgBlog .exploreBtn {
    position: absolute;
    bottom: 42%;
    right: 24%;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 10px 18px 8px;
  }
}
.section-subscribe .error * {
  background: inherit;
  border: none;
}
.section-instagramWidget li {
  list-style-type: none !important;
  width: 20%;
  float: left;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  #homeCarousel .itemContent .title {
    color: #000 !important;
    margin: 0 0 10px;
  }
  #homeCarousel .itemContent {
    top: 80%;
  }
  .sectionWatchbanner .imgBlog .exploreBtn {
    background: #000;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 10px 18px 8px;
    margin: auto;
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .section-homeCarousel .itemContent a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  section-instagramWidget li {
    height: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .section-instagramWidget li {
    height: 210px;
  }
}
@media only screen and (max-width: 540px) {
  .section-instagramWidget li {
    height: 110px;
  }
}
img {
  height: auto;
}
.section-homeCarousel .itemContent a.green:hover {
  color: #fff !important;
}
@media only screen and (min-width: 766px) {
  .bgImage-1 {
    background-image: url(../images/section-bg-1.webp);
  }
  .bgImage-2 {
    background-image: url(../images/section-bg-2.webp);
  }
}
/*rolex 2nd banner css start here*/
.section-homeCarousel .itemContent.ladtDateContent {
  right: 15%;
  top: 50%;
  text-align: left;
  width: 300px;
}
.section-homeCarousel .itemContent .banner-description {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 1500px) {
  .section-homeCarousel .itemContent.ladtDateContent {
    right: 15%;
  }
}
@media (min-width: 766px) {
  .section-homeCarousel .itemContent.ladtDateContent.left {
    right: inherit;
    left: 13%;
    text-align: center;
    width: auto;
  }
}
@media only screen and (min-width: 991px) {
  .section-homeCarousel .itemContent.ladtDateContent.left {
    text-align: center;
    width: auto;
    left: 5%;
    right: auto;
  }

}
@media only screen and (max-width: 1100px) {
  .section-homeCarousel .itemContent.ladtDateContent {
    right: 7%;
  }
  .section-homeCarousel .itemContent.ladtDateContent .title {
    margin-bottom: 10px;
  }
  .section-homeCarousel .itemContent .banner-description {
    font-size: 14px;
  }
  .section-productListing .justify-content-md-end {
    justify-content: flex-start !important;
  }
  .section-productListing label {
    width: 49%;
  }
  .section-productListing .form-inline .form-control,
  .section-productListing .form-inline .fillerpricemobile {
    width: 47%;
  }
  .section-productListing .form-inline .fillerpricemobile .form-control {
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .section-productListing .form-inline .form-control,
  .section-productListing .form-inline .fillerpricemobile {
    width: 100%;
  }
  .section-homeCarousel .itemContent.ladtDateContent {
    right: 0;
    width: 100%;
    text-align: center;
    top: 81% !important;
    padding: 0 0px 0 0;
  }
  .section-homeCarousel .itemContent.ladtDateContent.left {
    top: 78% !important;
  }
  .rcpoTexy {
    padding: 0 10px;
  }
  .section-homeCarousel .itemContent.ladtDateContent.left .title {
    font-size: 24px;
  }
  .section-homeCarousel .itemContent .banner-description {
    max-width: 100%;
    color: #000 !important;
  }
  .section-homeCarousel .itemContent a {
    letter-spacing: 1px;
  }
  .sectionWatchbanner .imgBlog .exploreBtn {
    width: 200px;
    margin: auto;
  }
  .sectionWatchbanner .imgBlog img {
    margin-bottom: 10px;
  }
  .bgImage-1 {
    background-image: url(../images/mopbilesection-bg-1.webp);
  }
  .bgImage-2 {
    background-image: url(../images/mobile-section-bg-2.webp);
  }
  .filterMobileNone {
    display: none !important;
  }
  .filterMobileblock label {
    border: 1.5px solid #ecf0f3;
    width: 160px;
    text-align: center;
    box-shadow: 0 2px 8px -2px #c0bcbc;
    padding: 15px 37px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 1px;
  }
  .fillerpricemobile,
  .fillermainmobile {
    display: none;
    height: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
  }
  .fillerpricemobile.fillerpricemobileShow,
  .fillermainmobile.fillermainShow {
    display: block;
    height: auto;
  }
  #homeCarousel .itemContent .headingoneLine .banner-description {
    font-size: 24px !important;
    display: inline-block;
  }
  #homeCarousel .itemContent .headingoneLine .title {
    font-size: 24px !important;
    display: inline-block;
    font-weight: normal;
  }
}
@media only screen and (max-width: 450px) {
  .section-homeCarousel .itemContent h6 {
    font-size: 16px;
  }
  #homeCarousel .itemContent .title {
    margin: 5px 0 !important;
    font-size: 26px;
    line-height: 30px;
  }
  #homeCarousel .itemContent.ladtDateContent.left{top:81% !important;}
    #homeCarousel .itemContent.ladtDateContent.left .title span{display: block;}
    #homeCarousel .itemContent.ladtDateContent.left .title{font-size: 22px; line-height: 24px;}
  .section-homeCarousel .itemContent a.green {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 360px) {
  #homeCarousel .itemContent .title {
    font-size: 24px;
    line-height: 26px;
  }
}
/*rolex 2nd banner css end here*/
button:focus {
  outline: none;
}
@media (min-width: 1081px) and (max-width: 1400px) {
  .navbarList > li {
    padding: 0 8px;
  }
  .navbarList > li > a {
    font-size: 14px;
  }
}
.tudorWatch img {
  width: 150px !important;
}
.section-subscribe #sub_email {
  width: 100%;
  height: 45px;
  box-shadow: inherit !important;
  outline: 0 !important;
  border: solid 1px #000;
}
.section-subscribe .input-group-append .btn {
  position: absolute;
  top: 0;
  z-index: 9;
  right: 0;
  height: 100%;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #000;
  border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-secondary:hover {
  color: #fff !important;
  background: #000;
  border-color: #000;
}
li.blogIcon a img {
  margin-bottom: 7px;
}
li.blogIcon a:hover img.desktop {
  display: none;
}
li.blogIcon img.mobile {
  display: none;
}
li.blogIcon a:hover img.mobile {
  display: inline-block;
}
.section-brandsLogo {
  width: 100%;
  float: left;
  margin: 0px 0 0;
}
#brandsLogo .owl-nav .owl-next,
#brandsLogo .owl-nav,
#shopByCat .owl-nav .owl-next,
#shopByCat .owl-nav,
#shopByCat .owl-dots {
  text-align: center;
  margin: 14px 0 0;
}
#brandsLogo.owl-carousel .owl-item img {
  height: auto;
  padding: 0 30px;
}
.section-homeCarousel {
  margin: 0;
}
#brandsLogo.owl-theme .owl-nav .owl-prev {
  left: -50px;
  color: #000;
}
#brandsLogo.owl-theme .owl-nav {
  position: absolute;
  top: 35%;
  transform: translate(0, -50%);
  width: 100%;
  opacity: 1;
}
#brandsLogo.owl-theme .owl-nav .owl-prev::before {
  font-size: 32px;
  content: "\e875";
}
#brandsLogo.owl-theme .owl-nav button span {
  display: none;
}
#brandsLogo.owl-theme .owl-nav .owl-next {
  right: -50px;
  color: #000;
}
#brandsLogo.owl-theme .owl-nav button {
  position: absolute;
  font-size: 0;
  background: none !important;
  font-family: linearicons-free !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  outline: 0;
}
#brandsLogo.owl-theme .owl-nav .owl-next::before {
  content: "\e876";
  font-size: 32px;
}
#shopByCat .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  border: none;
  margin-right: 10px;
}
#shopByCat .owl-dots .owl-dot.active {
  background: #000;
}
#shopByCat .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}
.mar-60 {
  margin: 50px 0 0;
}
.mar-80 {
  margin: 70px 0 0;
}
#shopByCat h3 {
  font-size: 18px;
  text-align: center;
  margin: 10px 0 0;
}
.sectionCheckerBoard {
  display: inline-block;
  width: 100%;
}
.sectionCheckerBoard .shopBtn {
  border: none;
  background: #444;
  padding: 10px 20px 8px;
  font-size: 15px;
  margin: 6px 0 0;
  display: inline-block;
  font-weight: 700;
  color: #fff;
}
.sectionCheckerBoard .shopBtn:hover {
  color: #fff !important;
  background: #000;
}
.contentBoxes {
  padding: 20px 0 30px;
}
.contentBoxes h3 {
  font-family: Helvetica;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 11px;
}
.contentBoxes p {
  font-family: Helvetica;
  font-weight: 400;
  margin: 0 0 11px;
}
.explore {
  font-family: Helvetica;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  font-size: 17px;
}
.contentCheckBox h3 {
  font-size: 22px;
}
.bottomPara p {
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 700;
}
img {
  height: auto;
}
.instagramBox {
  font-weight: 700;
  color: #000;
  margin: 0;
  font-size: 20px;
}
.imgBlock {
  position: relative;
  overflow: hidden;
}
.zoomWrapperImg img {
  transition: all 0.3s ease-in-out;
}
.zoomWrapper:hover .zoomWrapperImg img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
#shopByCat a {
  background: #f6f6f6;
  width: 100%;
  display: block;
  height: 100%;
  padding: 0;
}
@media (min-width: 766px) {
  .sectionWatchbanner .imgBlog .exploreBtn {
    position: absolute;
    bottom: 40%;
    right: 24%;
  }
}
@media only screen and (max-width: 992px) {
  .space40 {
    margin: 20px 0 0;
  }
  .bottomPara p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contentBoxes {
    margin: 0 0 20px;
    padding: 10px 0 0;
  }
  .contentCheckBox {
    margin: 20px 0 0;
  }
  .sectionWatchbanner .imgBlog .exploreBtn {
    width: 210px;
    margin: auto;
  }
  .bottomPara p {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding: 0 20px;
    line-height: 28px;
  }
  .instagramBox {
    font-size: 17px;
    padding: 0 0 20px;
  }
  #brandsLogo.owl-theme .owl-nav .owl-prev {
    left: -15px;
    color: #000;
  }
  #brandsLogo.owl-theme .owl-nav .owl-next {
    right: -15px;
    color: #000;
  }
  #brandsLogo.owl-theme .owl-nav .owl-next::before {
    content: "\e876";
    font-size: 23px;
  }
  #brandsLogo.owl-theme .owl-nav .owl-prev::before {
    font-size: 23px;
    content: "\e875";
  }
  #header {
    float: left;
  }
}
.paginationBox {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0 10px;
}
.page-item.active .page-link {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}
.paginationBox .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6;
  box-shadow: inherit !important;
  outline: 0;
}
#prdMsg {
  padding-right: 20px;
  margin-bottom: 20px;
}
.pdbrides h4 {
  font-size: 18px;
  margin: 15px 0 10px 0;
}
.pdbrides h2 {
  font-size: 25px;
}
.pdbrides span {
  font-size: 25px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  display: inline-block;
}
.pdbrides p {
  margin-bottom: 5px;
  font-size: 16px;
}
.socail-icons img {
  width: 150px;
}
@media only screen and (max-width: 600px) {
  #brandsLogo .owl-item img {
    height: auto;
    padding: 10px 10px;
  }
  .sectionWatchbanner .imgBlog .exploreBtn {
    width: 100%;
    margin: auto;
  }
  #prdMsg {
    padding-right: 0;
  }
  .paginationBox .page-link {
    font-size: 11px;
    padding: 5px 8px;
  }
}

.h1-tag-title {
  font-size: 36px;
}
.wolfPage .catTitle{font-size: 24px; text-align: center; margin-top: 20px;}
.wolfPage .catTitle a{color: #000;}
.wolfPage .wolfcatBlock  img{transition: all .8s ease-in-out 0s;}
.wolfPage .wolfcatBlock:hover img {transform: scale(1.1);}
.wolfPage .wolfcatBlock .imgBlock {overflow: hidden;}

@media only screen and (max-width: 600px) {
  .productCard .productImage {
    display: block;
    height: 130px;
  }
}
.rolexSearch .btnRolex {
  display: inline-block;
  border: 1px solid #007843;
  background-color: #007843;
  color: #fff;
  padding: 8px 35px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
  height: auto;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}
.rolexSearch .btnRolex:hover {
  background: #fff;
  color: #007843 !important;
}




.pageSearchDropdown .autoSearch {
  position: absolute;
  right: 0;
  left: 0;
  top: 100% !important;
  transform: none !important;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border: none !important;
  box-shadow: inherit !important;
}
 

.pageSearchDropdown .autoSearchList {
  width: 100%;
  margin: -2px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid #d5d5d5;
  background-color: white;
  max-height: 0;
  overflow: hidden;
    overflow-y: hidden;
  overflow-y: hidden;
  -webkit-transition: max-height 0.4s linear;
  -moz-transition: max-height 0.4s linear;
  -o-transition: max-mainNav 0.4s linear;
  transition: max-height 0.4s linear;
}

.pageSearchDropdown .form-control:not(:placeholder-shown) ~ .autoSearch .autoSearchList {
  max-height: 380px;
  overflow-y: auto;
}



.pageSearchDropdown .autoSearchList > li {
  width: 100%;
  margin: 0;
  padding: 5px;
  font-size: 12px;
}

.pageSearchDropdown .autoSearchList .label {
  background-color: #eeecec;
  font-weight: 600;
}

.pageSearchDropdown .autoSearchList > li:first-child {
  border-top: none;
}



.guideStyle .owl-carousel .owl-next span, .guideStyle .owl-carousel .owl-prev span {
    display: block;
    width: 15px;
    height: 15px;
    border-left: 1px solid #242424;
    border-top: 1px solid #242424;
    color: transparent;
}
.guideStyle .owl-carousel .owl-prev {
    left: -20px;
    transform: rotate(-45deg);
    top: 30%;
}
.guideStyle .owl-carousel .owl-next, .guideStyle .owl-carousel .owl-prev {
    background: 0 0 !important;
}
.guideStyle .owl-carousel .owl-next {
    right: -20px;
    transform: rotate(135deg);
     top: 40%;
}



 .groupSecondBox .row:nth-child(even)  {
  flex-direction: row-reverse !important;
  margin: 40px 0 0;
}