* { 
  margin: 0; 
  padding: 0; 
  border: 0; 
  -webkit-box-sizing: border-box; 
          box-sizing: border-box;
}
body:not(.wp-admin), .wp-admin .section {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #E9E9EA;
  background: #000;
}

html:where(.editor-styles-wrapper) {
  color: #E9E9EA;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(233 233 234 / 60%);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgb(233 233 234 / 60%);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgb(233 233 234 / 60%);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgb(233 233 234 / 60%);
}
html:where(.wp-block) {
  margin: 0;
}
a, input, button {
  outline: none !important;
}
a {
  color: #E9E9EA;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1160px;
  padding: 0 15px;
  margin: 0 auto;
}
.social-mobile {
  display: none;
}
.header-content {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.logo {
  position: absolute;
  left: 0;
  top: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.logo img {
  height: 36px;
}
.home:not(.fixed-header) .logo {
  opacity: 0;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-item {
  margin: 0 25px;
}
.menu-item a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.menu-item a:before{
  content: '';
  background: #E9E9EA;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-item a:hover:before, .menu-item.active a:before{
  width: 100%;
}
#main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: flex-start;
          padding-top: 130px;
  height: 100%;
}
.section {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 30px 0;
  position: relative;
  min-height: 400px;
  background-color: #000;
}
#main {
  background-position: bottom center;
}
#video {
  padding: 0;
}
.parallax {
  background-attachment: fixed;
}
.btn-menu {
  display: none;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fixed-header header {
  /*background: rgba(20, 20, 20, 0.9);*/
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.admin-bar header {
  top: 30px;
}
header + .section {
  padding-top: 80px;
}
.sec-main-logo img {
  max-width: 250px;
}
.sec-main-title {
  font-size: 45px;
  line-height: 52px;
  letter-spacing: 0.02em;
  padding-top: 20px;
}
.sec-main-subtitle {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #727272;
  margin-top: 15px;
  margin-bottom: 50px;
}
#specific2 {
  position: relative;
  width: 1px;
  height: 1px;
  top: -80px;
}
.link-next {
  /*-webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: arrow-down;
          animation-name: arrow-down;*/
}
@-webkit-keyframes arrow-down {
  0%,20%,50%,80%,to {
    -webkit-transform:translateY(0);
            transform:translateY(0)
  }
  40%{
    -webkit-transform:translateY(5px);
            transform:translateY(5px)
  }
  60%{
    -webkit-transform:translateY(3px);
            transform:translateY(3px)
  }
}
@keyframes arrow-down {
  0%,20%,50%,80%,to {
    -webkit-transform:translateY(0);
            transform:translateY(0)
  }
  40%{
    -webkit-transform:translateY(5px);
            transform:translateY(5px)
  }
  60%{
    -webkit-transform:translateY(3px);
            transform:translateY(3px)
  }
}
#video video {
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.js-swiper-video, .js-swiper-video .swiper-wrapper, .js-swiper-video .swiper-slide {
  height: 100%;
}
.js-swiper-video {
  width: 100%;
}
.js-swiper-video .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#video {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#video .js-swiper-video .swiper-slide:before {
  /*content: "";*/
  display: block;
  background: rgb(0 0 0 / 50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#video .container {
  position: absolute;
  z-index: 3;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 30px;
  left: 0;
  right: 0;
}
.btn {
  padding: 10px 35px;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.235em;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  color: inherit;
}

.btn-clear {
  border: none;
  background: none;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}

.btn-white {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #535559;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: relative;
}
.btn-white span {
  position: relative;
  z-index: 2;
}


@media (min-width: 801px) {

  .btn-white::before {
    content: "";
    position: absolute;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    bottom: 0;
    left: 0;
    background: #535559;
    display: block;
    width: 0;
    z-index: 1;
  }
  .btn-white:hover::before {
    width: 100%;
  }
}
.sec-video-mute {
  cursor: pointer;
}
.sec-video-mute:not(.unmuted) .unmute {
  display: none;
}
.sec-video-mute.unmuted .mute {
  display: none;
}
.title {
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}
.title-product {
  font-size: 29px;
  line-height: 36px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#story {
  padding: 100px 0;
}
.story-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.description {
  font-size: 20px;
  line-height: 27px;
}
.sec-story-text {
  max-width: 800px;
  margin: 50px 0;
}
.description p:after {
  content: "";
  clear: both;
  display: table;
}
img.alignleft {
  float: left;
  max-height: 160px;
  width: auto;
  margin: 0 30px 20px 0;
}
img.alignleft.size-medium {
  max-height: 100%;
  max-width: 200px;
}

.description p {
  margin-bottom: 15px;
}
.sec-contact-title {
  text-align: center;
}
.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 59px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-list.storelist {
  margin-top: 40px;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.contact-list .contact-item > span + * {
  border: none;
}
.contact-list .contact-item > img + span {
  min-width: 154px;
}
.contact-list .contact-item > span + span {
  min-width: 260px;
  padding: 0;
  margin-left: 51px;
}
.contact-item {
  margin: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-item > a, .contact-item > span {
  border-left: 1px solid rgb(255 255 255 / 30%);
  margin-left: 15px;
  padding-left: 15px;
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.005em;
}
.text-center {
  text-align: center;
}

.sec-watchs-title {
  margin-bottom: 30px;
}
.sec-watchs-title a {
  color: inherit;
  text-decoration: none;
}
footer > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright {
  border-top: 1px solid rgb(255 255 255 / 30%);
  width: 100%;
  padding: 20px 0 60px 0;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.005em;
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  margin-top: 35px;
}
.socials > a {
  height: 46px;
  width: 46px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socials > a img {
  height: 20px;
}
.menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-footer .menu-item {
  margin: 0 28px;
  position: relative;
}
.menu-footer .menu-item + .menu-item:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #E9E9EA;
  position: absolute;
  left: -28px;
  top: 50%;
}
.logo-footer {
  margin-bottom: 40px;
  max-width: 150px;
  width: 100%;
}
.logo-footer img {
  width: 100%;
}
.wp-admin .watchs-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.more-gallery {
  display: none;
}
.sec-watchs-item {
  text-align: center;
  min-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60%;
}
.js-toggle-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.js-toggle-next svg {
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.js-toggle-next.active svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-toggle-box {
  display: none;
}
.sec-watchs-item img {
  /*filter: grayscale(1);*/
  opacity: 0.5;
  width: 60%;
  margin-bottom: 65px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.swiper-slide:not(.swiper-slide-active2) {
  z-index: 2;
}
.swiper-slide-active2 .sec-watchs-item img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
          transform-origin: bottom;
}

.sec-watchs-outer-content {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
#contact {
  padding-top: 100px;
  padding-bottom: 250px;
  background-position: bottom center;
}
.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0 100px 0;
}
.title-p-small {
  font-size: 22px;
}
.sec-watchs-link {
  margin-bottom: 40px;
  position: absolute;
  bottom: 40px;
  z-index: 2;
  font-size: 10px;
  padding: 8px 25px;
}
#contact + footer {
  margin-top: -95px;
  position: relative;
}
.image img {
  max-width: 510px;
}
.image {
  width: 55%;
}
#watchs .image img {
  width: 700px;
  max-width: 100%;
}
.info-title.title {
  margin-bottom: 40px;
}
.product-info {
  min-width: 430px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
  padding-top: 30px;
}
.images-tab a:not(.active) {
  display: none;
}
.images-tab {
  max-height: 650px;
}
#watchs .images-tab img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
.sec-watch-link.js-step + .sec-watch-link.js-step {
  margin-top: 20px;
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-item {
  -webkit-box-flex: 11;
      -ms-flex-positive: 11;
          flex-grow: 11;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #E9E9EA;
  height: 54px;
  cursor: pointer;
}
.tab-item.active {
  background: #535559;
}
.tab-content-item {
  display: none;
}
.tab-content-item.active {
  display: block;
}
.list-attribute {
  margin-top: 30px;
}
.list-attribute > div {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-attribute > div > span {
  color: rgba(255, 255, 255, 0.6);
  min-width: 35%;
}
.model-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 27px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
.price {
  font-weight: 400;
}
.btn-block {
  width: 100%;
}
.sec-watch-item-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 50px;
}
.sec-watch-item-more > a {
  height: 350px;
  min-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  border-right: 1px solid rgb(255, 255, 255, 0.5);
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
  opacity: 0.5;
}
.sec-watch-item-more > a:hover {
  opacity: 1;
}

.sec-watch-item-more > a span {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.product-text {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 35px;
}
.product .product-info {
  padding: 0;
  margin-left: 43px;
}
.title-product-attr {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
  line-height: 35px;
}
.variant-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.variant-item {
  margin-bottom: 20px;
}
.variant-value {
  cursor: pointer;
}
.variant-value span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.variant-child .variant-values {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.variant-values.main-variant-values {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
.variant-child .variant-value span {
  /*width: 70px;*/
  /*height: 70px;*/
}
.variant-child .variant-value span {
  border-radius: 0;
}
.variant-child .variant-value {
  margin-left: 20px;
}
.variant-value.variant-value-fike {
  visibility: hidden;
}
.variant-value.active span {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.variant-value.active.white span {
  border-color: rgba(0, 0, 0, 0.3);
}
.variant-child .variant-value.active span {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.variant-value.active {
  pointer-events: none;
}
.variant-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.variant-child:not(.active) {
  display: none;
}
.preload:before {
  content: "";
  position: fixed;
  z-index: 999;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(31, 31, 31, 0.7);
}
.js-swiper-product  .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js-swiper-product .swiper-button-next:after, .js-swiper-product .swiper-button-prev:after,
.js-swiper-video .swiper-button-next:after, .js-swiper-video .swiper-button-prev:after {
  content: none;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-row + .form-row {
  margin-top: 20px;
}
.form-row > label {
  margin-bottom: 6px;
}
.form-row > label abbr,
body.preorder .form-row.thwcfd-field-text#billing_postcode_field > label abbr {
  display: none;
}
.form-row.thwcfd-field-text > label abbr,
.form-row.thwcfd-field-email > label abbr,
body:not(.preorder) .form-row.thwcfd-field-tel > label abbr,
.form-row.thwcfd-field-country > label abbr,
.form-row.state > label abbr  {
  display: inline;
  text-decoration: none;
}

.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="number"],
.form-row input[type="email"],
.form-row select,
.form-row textarea {
  background: #E9E9EA10;
  font-size: 16px;
  line-height: 17px;
  color: rgb(233 233 234 / 80%);
  width: 100%;
  outline: none !important;
  padding: 16px 21px;
}
.form-row select option {
  color: rgb(233 233 234 / 80%);
  background: #000;
}
.form-row textarea {
  resize: none;
  height: 105px;
}
.checkout-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 30px;
}
.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  text-decoration: none;
}
.btn-link span {
  margin: 0 14px;
}
.checkout .product-info {
  padding-top: 0;
}
.checkout .title-product {
  /*margin-top: 32px;*/
}
.checkout  .product-text {
  margin-bottom: 20px;
}
.variant-box-checkout {
  margin-bottom: 30px;
}
.more-block {
  display: none;
}
.variant-box-checkout .variant-value {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.show-detail {
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.show-detail svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 5px;
}
.show-detail > span {
  color: rgb(255 255 255 / 60%);
}
.show-detail > span + span {
  display: none;
}
.show-detail.active > span {
  display: none;
}
.show-detail.active > span + span {
  display: block;
}
.show-detail.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.checkout-text-box {
  margin-bottom: 20px;
}
.methods {
  list-style: none;
  padding: 0 !important;
}
.methods > li {
  margin-bottom: 20px;

}
.payment_box {
  font-size: 14px;
  margin-top: 5px;
}

.woocommerce-error > li + li {
  margin-top: 5px;
}
.woocommerce-error > li + li {
  margin-top: 5px;
}
.woocommerce-NoticeGroup-checkout {
  padding: 10px 30px;
  background: rgb(255 255 255 / 15%);
  position: relative;
  z-index: 222;
  margin-bottom: 10px;
}

.success-title {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px
}
.success-box {
  max-width: 750px;
  margin: 0 auto;
  background: rgb(255 255 255 / 10%);
  padding: 25px 95px;
  margin-bottom: 20px;
}
.woocommerce-notice {
  line-height: 35px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
.success-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgb(255 255 255 / 5%);
  padding-top: 19px;
}
.success-details + .success-details {
  margin-top: 20px;
}
.detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 27px;
  padding-left: 67px;
  font-size: 14px;
  line-height: 17px;
}
.detail-item span {
  font-weight: 600;
  margin-bottom: 15px;
}
.success-notice {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-top: 24px;
}
body:not(.home) footer {
  border-top: 1px solid rgb(255 255 255 / 20%);
  padding-top: 50px;
  margin-top: 20px;
}
#writeme.fancybox-content {
  background: #000;
  padding: 60px 68px;
  max-width: 556px;
  width: 98%;
}
.fancybox-content .title {
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
}
.fancybox-content [type="submit"] {
  margin-top: 20px;
}
.form-row .wpcf7-not-valid {
  background: rgb(255 152 152 / 17%) !important;
}
.wpcf7-not-valid-tip {
  display: none;
}
body .wpcf7 form.invalid .wpcf7-response-output, 
body .wpcf7 form.unaccepted .wpcf7-response-output, 
body .wpcf7 form.payment-required .wpcf7-response-output,
body .wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  background: rgb(255 255 255 / 10%);
}
.page-description {

}
.page-description p {
  margin-bottom: 15px;
}
.page-description h2,
.page-description h3,
.page-description h4,
.page-description h5,
.page-description h6 {
  margin: 20px 0 10px 0;
}
.page-description ul, .page-description ol {
  padding-left: 30px;
  margin-bottom: 20px;
}
.page-description li {
  margin-bottom: 10px;
}
h1.title {
  margin-bottom: 20px;
  margin-top: 40px;
}

#watchs > .container {
  padding: 0;
  padding-bottom: 50px;
}
.page-single {
  max-width: 685px;
  margin: 0 auto;
}
h1.single-title {
  max-width: 685px;
  margin: 46px auto;
  font-weight: 300;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-title:after {
  content: "";
  display: block;
  height: 1px;
  background: #E9E9EA;
  width: 108px;
  margin-left: 40px;
}
.description-format {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
}
.description-format p {
  min-height: 1px;
}
.description-format h1,
.description-format h2,
.description-format h3,
.description-format h4,
.description-format h5,
.description-format h6 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 25px 0;
}
.description-format h1 {
  font-size: 40px;
  line-height: 48px;
}
.description-format h2 {
  font-size: 36px;
  line-height: 43px;
}
.description-format h3 {
  font-size: 30px;
  line-height: 36px;
}
.description-format h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.description-format h5,
.description-format h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.description-format ul {
  font-size: 16px;
  line-height: 27px;
  list-style-type: square;
  padding-left: 15px;
}
.description-format ol {
  font-size: 16px;
  line-height: 27px;
  padding-left: 15px;
}

.description-format li:before {
  content: "";
  padding: 0 10px;
}
.swiper-gallery {
  position: relative;
}
.swiper-gallery .swiper-slide:not(.swiper-slide-active):hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.swiper-gallery .swiper-slide {
  cursor: pointer;
}
.swiper-border {
  border: 1px solid #E9E9EA;
  /*border-image: linear-gradient(to top, rgb(255 255 255 / 12%), rgb(255 255 255 / 45%));
  border-image-slice: 1;*/
  border-color: transparent;
  position: absolute;
  
  bottom: 70px;
  left: 28%;
  right: 28%;
  z-index: 9;
  
}
.swiper-border .btn {
  position: absolute;
  bottom: 61px;
  left: 60px;
  right: 60px;
  max-width: 430px;
  margin: auto;
}

.step:not(.active)  {
  display: none;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
.page-template-checkout .product-item {
  padding-bottom: 0;
}
.page-template-checkout header + .section {
  padding-bottom: 50px;
}
body.page-template-checkout footer {
  margin-top: 0px;
}
.product-info {
  margin-left: 42px;
}
.payment_box.payment_method_stripe {
  background: rgb(255 255 255 / 10%);
  padding: 20px 30px 40px 30px;
}
.payment_method_stripe .form-row + .form-row {
  min-width: 114px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 114px;
          flex: 0 0 114px;
}
.payment_method_stripe .form-row.form-row-last {
  margin-left: 20px;
}
label[for="payment_method_stripe"] {
  display: none;
}
#stripe-payment-data > p {
  display: none;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  border: none;
  margin: 0;
  padding: 15px 21px;
  background-color: rgb(255 255 255 / 10%);
}
.woocommerce-SavedPaymentMethods-saveNew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}
.woocommerce-SavedPaymentMethods-saveNew input {
  display: none;
}
.woocommerce-SavedPaymentMethods-saveNew label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-SavedPaymentMethods-saveNew label:before {
  content: "";
  min-width: 11px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11px;
          flex: 0 0 11px;
  height: 11px;
  margin-right: 15px;
  background-color: rgb(49 49 49);
  border: 5px solid rgb(49 49 49);
}
.woocommerce-SavedPaymentMethods-saveNew input:checked + label:before {
  background-color: #e9e9ea;
}
#wc-stripe-cc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.form-row.form-row-wide {
  width: 100%;
}
#wc-stripe-cc-form .clear {
  width: 100%;
}
#wc-stripe-cc-form::before,
#wc-stripe-cc-form>.form-row:first-child:before,
#wc-stripe-cc-form::after {
  content: "";
  position: absolute;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
#wc-stripe-cc-form>.form-row:first-child:before {
  background-image: url('/wp-content/themes/bst-master/image/amex-svgrepo-com.svg');
  width: 33px;
  height: 33px;
  bottom: 12px;
  right: 94px;
}
#wc-stripe-cc-form::before {
  background-image: url('/wp-content/themes/bst-master/image/visa 1.svg');
  width: 54px;
  height: 55px;
  bottom: 0;
  right: 38px;
}
#wc-stripe-cc-form::after {
  background-image: url('/wp-content/themes/bst-master/image/Group.svg');
  width: 35px;
  height: 21px;
  bottom: 18px;
  right: 0;
}
.wc-stripe-error {
  list-style: none;
  font-size: 12px;
  margin-top: 3px;
  color: red;
}
.preorder .checkout-title,
.preorder #billing_city_field,
.preorder #billing_wish_field,
.preorder #billing_address_1_field,
.preorder #billing_address_1_field,
.preorder #billing_postcode_field,
.preorder #billing_state_field {
  display: none !important;
}

.preorder .mp-order {
  display: none;
}
.woocommerce-checkout:not(.preorder) .mp-preorder {
  display: none;
}

.preorder .wc_payment_methods {
  margin-top: 20px;
}
.preorder .place-order {
  margin-top: 20px;
}
.preorder-text a {
  color: #3788D3;
}
#billing_country_field, #billing_wish_field {
  margin-top: 20px;
}
.check-term {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.check-term > label {
  margin-right: 10px;
}

.parallax.stoped {
  background-attachment: scroll;
}
#main-image:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  position: absolute;
  background: linear-gradient(to top, black, transparent);
}
#main-image {
  position: relative;
}
.sec-watchs-title-sub {
  font-size: 16px;
  margin-bottom: 30px;
}
.sec-watchs-title-sub span {
  cursor: pointer;
  text-decoration: underline;
}
.strap-variant .variant-values {
  justify-content: flex-start;
}
.strap-variant .variant-values .variant-value {
  cursor: pointer;
  border: 1px solid #535559;
  padding: 5px 10px;
}
.strap-variant .variant-values .variant-value.active {
  background: #535559;
}
.strap-variant .variant-values .variant-value + .variant-value {
  margin-left: 10px;
}
.btn-new-position {
  display: flex;
  justify-content: center;
}
/*.variant-child {
  background-image: url('/wp-content/themes/bst-master/image/Hands.png');
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-position: 50% bottom;
}*/
.strap-variant {
  background-image: url('/wp-content/themes/bst-master/image/Rubber_strap2.png');
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: right 95%;
}
.images-tab a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#watchs .image .image-tab-0 img {
  margin-top: 100px;
  width: 575px;
}
#watchs .image .image-tab-1 img {
  width: 400px;
}
#watchs .image .image-tab-2 img  {
  margin-top: 100px;
  width: 325px;
}


.image.show-in-small.images-tab {
  margin-bottom: 20px;
}
.variant-values .order-0 {
  order: 0;
  margin-left: 0 !important;
}
.variant-values .order-1 {
  order: 1;
}
.variant-values .order-2 {
  order: 2;
}
.variant-values .order-3 {
  order: 3;
}
.variant-values .order-1000 {
  order: 1000;
}
label.checkbox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
label.checkbox a {
  order: -1;
  margin-left: 5px;
}
label.checkbox input {
  display: none;
}
label.checkbox .required, label.checkbox .optional {
  content: "";
  width: 14px;
  height: 14px;
  border: 4px solid #000;
  background: #000;
  box-shadow: 0px 0px 0px 1px #e9e9ea;
  margin-right: 10px;
  text-indent: -999px;
  overflow: hidden;
}
label.checkbox input:checked ~ .required, label.checkbox input:checked ~ .optional {
  background: #e9e9ea;
}
.blockUI.blockOverlay {
  background: rgb(0 0 0 / 100%) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  height: auto !important;
}
.blockUI.blockOverlay:before {
  content: "";
  background-image: url(../image/270.svg);
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body:not(.preorder) .checkout-title {
  display: none;
}
.more-text {
  display: none;
}
.more-text-btn {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.more-text-btn svg {
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 7px;
}

.more-text-btn.active svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.coupone-container {
  margin: 0 0 20px 0;
}
.coupon-title {
  margin-bottom: 6px;
}
.coupon-input {
  position: relative;
}
.coupone-container .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 14px;
}
body.preorder .coupone-container {
  display: none;
}
.coupone-container .woocommerce-error {
  list-style: none;
  margin-bottom: 10px;
  color: red;
  font-size: 14px;
}
.coupone-container .woocommerce-message {
  margin-bottom: 10px;
  color: #00ff1f;
  font-size: 14px;
}
.mobile-more-outer {
  overflow: hidden;
}
.coupone-container {
  display: none;
}
#billing_term_field {
  margin-bottom: 20px;
}
.currency-switcher {
  margin-left: 30px;
  display: none;
}
.currency-switcher select {
  background: transparent;
  color: #fff;
  outline: none !important;
  font-size: 14px;
}

.cookie {
  position: fixed;
  bottom: 60px;
  left: 40px;
  z-index: 99;
  display: none;
  border: 1px solid #484848;
  background: #0C0C0C;
  padding: 30px;
  max-width: 410px;
}
.cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
.cookie-text {
  color: #FFF;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 275;
  line-height: 170%;
  letter-spacing: 0.65px;
}
.cookies-btns {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.grecaptcha-badge {
  display: none !important;
}
.cookies-btns > .btn {
  font-family: Lato;
  font-size: 9px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.765px;
  text-transform: uppercase;
  padding: 11px !important;
}
.btn-cookie1 {
  border: 1px solid #C9C9C9;
  backdrop-filter: blur(2px);
  background: transparent;
}
.btn-cookie2 {
  background: #C9C9C9;
  backdrop-filter: blur(2px);
  color: #0C0C0C;
}
.watch-tabs {
    display: flex;
    justify-content: center;
    gap: 110px;
    margin-bottom: 60px;
}
.watch-tabs button {
  color: #535559;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    background: none;
}
.watch-tabs button.active {
  color: #FFF;
  text-decoration: underline;
}
.sec-watchs-outer-content .sec-info {
display: flex;
    position: absolute;
    left: 110%;
    width: 60vw;
    max-width: 730px;
    top: 5%;
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
    justify-content: space-between;
    gap: 20px;
}
.swiper-slide-active2 {
  z-index: 10;
}
.swiper-slide-active2 .sec-watchs-outer-content .sec-info {
  opacity: 1;
  z-index: 10;
}
.sec-info-left {
    text-align: left;
    display: flex;
    flex-direction: column;
    max-width: 580px;
    gap: 15px;
    align-items: flex-start;
}
.sec-info-title {
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}
.sec-info-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
        max-width: 427px;
}
.sec-info-left .btn {
  margin-top: 45px;
}
.sec-info-right {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6;
}
.sec-navi {
    display: flex;
    gap: 35px;
    align-items: center;
    position: absolute;
    right: 10%;
    top: 22%;
    z-index: 10;
}
.sec-navi > div {
  cursor: pointer;
}
.modal-form-title {
    font-size: 16px;
    font-style: normal;
    line-height: 35px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.fancybox-slide--iframe .fancybox-content {
    width: 750px !important;
    max-width: 100%;
}
.pay-icons {
    display: flex;
    align-items: center;
    gap: 54px;
    margin-bottom: 40px;
}