/*.night-mode .swiper-pagination{filter: invert(1);}
.night-mode .fl-product-bnr-thum-prev svg, 
.night-mode .swiper-button-next svg {stroke: #fff;filter: invert(1);}
.night-mode .fl-product-bnr-thum svg path{fill:#fff;}*/
/*
.pro-gallery-main .swiper-slide:first-child a:before {
    content: "";
    display: block;
    position: absolute;
    width: 208.083px;
    height: 46%;
    flex-shrink: 0;
    border-radius: 402px;
    background: rgba(0, 0, 0, 0.52);
    filter: blur(75px);
    right: 13%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.pro-gallery-main .swiper-slide:first-child a {
    display: inline-block;
    position: relative;
	z-index:1;
}
*/


.start-delivery-wrap {
  margin-top: 35px;
}

.start-delivery-link,
.start-delivery-link:hover {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f00;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

.iti--separate-dial-code {
  flex-wrap: wrap;
}

.contact-form div.mage-error {
  padding-left: 0px;
}

#night-thumbnail {
  max-height: 87.5px;
}

#toggle-day-night,
.night-mode #toggle-day-night {
  display: block;
}


.share_btn {
  position: relative;
}

.share_page {
  padding-right: 0px !important;
}

.share_page>a {
  cursor: pointer;
}

#product_share {
  padding: 0px;
  position: absolute;
  background: #fff;
  z-index: 1;
  top: -3px;
  display: none;
  right: 25px;
  padding-right: 30px;
}

/*box-shadow:0px 4px 10px 0px rgba(0, 0, 0, 0.10);border-radius: 2px;*/
#product_share.show {
  display: block;
}

#product_share.show+.share_page .share-svg {
  display: none;
}

#product_share.show+.share_page .close-share {
  display: block !important;
}

#product_share .share_pageOn {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#product_share .share_pageOn li {
  display: inline-block;
  display;
  flex;
}

#product_share ul li a {
  display: block;
}

.share_pageOn li a span {
  font-size: 0px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.share_pageOn li span.icon_whatsapp {
  background: url(../images/icon-more-whatsapp.svg) no-repeat;
}

.share_pageOn li span.icon_productMail {
  background: url(../images/icon-more-mail.svg) no-repeat;
}

.share_pageOn li span.icon_copy {
  background: url(../images/icon-more-copy.svg) no-repeat;
}

.share_pageOn::after {
  background: #999;
  content: "";
  height: 1px;
  position: absolute;
  right: -25px;
  top: 9px;
  width: 14px;
}

.copied-text {
  position: absolute;
  background: #f0f0f0;
  border-radius: 5px;
  padding: 2px 10px;
  right: -25px;
  bottom: -40px;
}

.copy-list {
  position: relative;
}

.fl-product-banner-price {
  position: relative;
}

.tooltip-recomm {
  position: absolute;
  display: none;
  bottom: -25px;
  left: 0px;
  white-space: nowrap;
}

.info-tooltip:hover .tooltip-recomm {
  display: block;
}

.product-slider-price-sec {
  position: relative;
}

.product-add-to-wishlist span:not(.wishlist-icon) {
  display: none;
}

.product-add-to-wishlist {
  position: absolute;
  right: -60px;
  top: 0px;
  z-index: 10;
  opacity: .3;
  transition: .5s all;
}

.product-add-to-wishlist:hover {
  opacity: 1;
}

.product-slider-btn .product-add-to-wishlist a {
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.wishlist-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist-icon svg {
  width: 18px;
  height: 18px;
}

.wishlist-icon svg path {
  stroke: #fff;
}

.section-menu-wrapper {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 24px 0px;
}

.section-menu>ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  align-items: center;
  text-align: right;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
}

.section-menu>ul>li {
  padding: 0px 32px;
  position: relative;
}

.section-menu>ul>li>a {
  color: #000000;
}

.section-menu>ul>li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #000;
}

.full-width-slider-container {
  position: relative;
  border: 1px solid #EAEAEA;
}




.fw-slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* border: 1px solid #EAEAEA; */
}

.fw-slide-btn img {
  width: 24px;
}

.fw-slide-btn.ct-prev {
  left: -35px;
}

.fw-slide-btn.ct-next {
  right: -35px;
}

.explorations-heading {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.explorations-content {
  width: 90%;
  max-width: 800px;
  margin: auto auto;
}

.video-wrapper .video-container {
  position: relative;
  overflow: hidden;
}

.video-wrapper .video-container:before {
  content: "";
  display: block;
  padding-top: 57%;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  cursor: pointer;
  z-index: 99;
}

.image-with-content .iwc-text {
  width: 100%;
  max-width: 450px;
}

.image-with-content .iwc-text p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 16px;
}

#pro_feature_less_0,#pro_feature_more_0 {
  margin-top: 24px;
}

#pro_feature_less_0 svg, #pro_feature_more_0 svg {
  vertical-align: middle;
  margin-left: 10px;
}

.producth-read-more-link a {
  display: flex;
  align-items: center;
}

.producth-read-more-link a svg,
.producth-read-less-link a svg {
  margin-left: 12px;
}

.image-with-content-row:nth-child(even)>div {
  flex-direction: row-reverse;
}

.image-with-content .tr-md-cut:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.catalog-product-item.cart-left-heading {
  padding-right: 40px !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  background: transparent !important;
}

.bottom-product-cart-sec .tr-cut:before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.bottom-product-cart-sec .cart-left-heading .product-content {
  padding: 16%;
}

.bottom-product-cart-sec .container {
  max-width: 1728px;
  padding-left: 16px;
  padding-right: 16px;
}

.product-specification-content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px !important;
  color: #fff;
  display: flex;
  justify-content: center;
}

.product-specification-content h4 {
  color: #fff;
}

.specification-content-inner {
  padding: 0px !important;
  width: 100%;
  max-width: 400px;
}

ul.specification-tab-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  max-width: 434px;
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
}

ul.specification-tab-nav>li {
  padding: 0px 20px;
  position: relative;
}

ul.specification-tab-nav>li:first-child {
  padding-left: 0px;
}

ul.specification-tab-nav>li>span {
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding-bottom: 24px;
  position: relative;
  border-bottom: 1px solid transparent;
  color: #666666;
  transition: 0.3s;
}

ul.specification-tab-nav>li.active>span {
  border-bottom-color: #fff;
}

ul.specification-tab-nav>li.active>span {
  color: #fff;
}

ul.specification-tab-nav:after {
  content: "";
  display: block;
  border-bottom: 1px solid #666666;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  opacity: 0.5;
}

/* ul.specification-tab-nav>li.active>span:after {
  content: "";
  display: block;
  border: 0px solid #fff;
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid white;
  position: absolute;
  bottom: -4px;
  right: 0px;
  line-height: 0;
} */

/* ul.specification-tab-nav>li.active>span:before {
  content: "";
  display: block;
  border: 0px solid #fff;
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 0px;
  line-height: 0;
} */

.specification-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 24px;
}

.specification-list>ul {
  width: 100%;
  padding: 0;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.specification-list>ul+ul {
  margin-top: 16px;
}

.specification-list>ul>li:not(:last-child) {
  margin-bottom: 16px;
}

.specification-list>ul>li {
  width: 100%;
  display: flex;
  text-align: left;
}

.specification-list>ul>li>span {
  display: block;
  width: 50%;
}

.specification-list>ul>li>span {
  display: block;
}

.specification-list .spec-title {
  color: #FFFFFF;
  padding-right: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.specification-list .spec-subtitle {
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.specification-button>a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border: 1px solid #fff;
  padding: 13px 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 50%;
}

.fl-product-page-main-wrapper {
  overflow-x: hidden;
}

.specification-button>a svg {
  margin-right: 12px;
}

.specification-button {
  padding-top: 8px;
  display: flex;
  margin-top: auto;
  display: none;
}

.product-specification-img {
  position: relative;
  overflow: hidden;
  background-color: #000;
  justify-content: center;
}

.product-specification-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-specification-wrapper {
  padding-bottom: 100px !important;
}

.specification-content-inner h3 {
  color: #fff;
}


.product-slider-3d-lum-container {
  justify-content: center;
}

.product-slider-3d-lum-container>div {
  padding: 0;
}

.pro-gallery-thumbs .swiper-slide {
  border: 1px solid #EAEAEA;
  cursor: pointer !important;
}

.pro-gallery-main .swiper-slide img {
    cursor: zoom-In !important;
}

.product-slider-3d-lum-container>div>span {
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  background-color: #fff;
  padding: 9px 10px;
  min-width: 104px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}

.product-slider-3d-lum-container>div.active>span {
  background-color: #F4FAFA;
}

.product-slider-3d {
  border-right: 1px solid #EAEAEA;
}

.product-slider-3d-lum-container>div>span>img {
  margin-right: 12px;
}

.product-slider-3d>span {
  border-radius: 100px 0px 0px 100px;
}

.product-slider-lum>span {
  border-radius: 100px;
}

.product-slider-content-section>div {
  width: 33.333%;
}

.product-slider-watch-sec {
  position: relative;
  display: flex;
  align-items: center;
}

.product-slider-watch-item {
  padding: 40px;
  padding-bottom: 0px;
}

/* .product-slider-watch-item {
  width: 100%;
  position: relative;
  opacity: 0 !important;
}

.product-slider-watch-item.swiper-slide-active {
  opacity: 1 !important;
} */

.product-slider-watch-item:first-child:before {
  content: "";
  position: absolute;
  width: 43%;
  height: 55%;
  left: 55%;
  top: 50%;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(41px);
  transform: translateX(-50%) translateY(-50%);
}

.product-slider-watch-sec img {
  width: 100%;
  max-width: 402px;
  position: relative;
  z-index: 9;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  transition: 0.5s;
  transform: scale(1);
}

.product-slider-watch-sec img:hover {
  transform: scale(1.01);
}

.product-slider-watch-sec .gallery figure {
  margin: 0;
}

.product-slider-nav {
  display: flex;
  justify-content: center;
  padding-right: 30px;
}

.superluminova-active .fl-product-banner-left-col {
  background-color: #000;
}

.superluminova-active #toggle-day-night-desktop img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  box-shadow: 0px 0px 26px -2px #000000d1;
  border-radius: 14px;
}

.product-slider-nav>span {
  display: block;
  width: 25px;
  height: 2px;
  font-size: 0px;
  background-color: #EAEAEA !important;
  cursor: pointer !important;
  border-radius: 35px;
  margin: 6px 3px !important;
  opacity: 1 !important;
  position: relative;
}

.product-slider-nav>span:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 25px;
  height: 20px;
}

.product-slider-nav>span.swiper-pagination-bullet-active {
  background-color: #000 !important;
}


.product-slider-info-sec {
  display: flex;
}

.product-slider-info-content {
  margin-top: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  width: 100%;
  max-width: 325px;
}

.product-slider-info-row:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
}

.product-slider-info-row>span {
  display: block;
}

.product-slider-info-subtitle {
  font-weight: 500;
}

.product-slider-info-title {
  margin-bottom: 4px;
}

.product-slider-info-row {
  position: relative;
}


.View-full-specification .product-slider-info-title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.View-full-specification .product-slider-info-title a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #000000;
}

.View-full-specification .product-slider-info-title img {
  margin-left: 16px;
}

.product-slider-price-sec {
  display: flex;
}

.product-slider-price-info {
  margin-top: auto;
  margin-right: auto;
  width: 100%;
}

.product-slider-btn a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 255px;
  padding: 17px 20px;
  border: 1px solid #000;
  border-radius: 100px;
}

.product-slider-contact {
  margin-bottom: 10px;
}

.product-slider-store>a {
  color: #000000;
  padding: 15px 20px;
}

.product-slider-contact>a {
  background: #000000;
  color: #F4FAFA;
}

.product-slider-info {
  margin-bottom: 40px;
}

.pro-slider-brand-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 4px;
}

.pro-slider-modal-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
}

.pro-slider-modal-no {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 24px;
}

.pro-slider-price {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.product-slider-banner-wrapper {
  padding-top: 64px !important;
}

.lum.product-slider-banner-wrapper {
  background-color: #000000;
}

.lum .product-slider-nav>span {
  background-color: rgb(255 255 255 / 50%) !important;
}

.lum .product-slider-nav>span.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-thumbnail {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.video-wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.specification-tab {
  display: none;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.specification-tab:first-child {
  display: block;
}

.specification-content-inner {
  min-height: 471px;
}

.glass {
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  box-shadow: 0 0 0 3px rgb(143 143 143 / 85%), 0 0 3px 3px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 9999;
  transform: scale(0.5);
}

.product-slider-watch-sec>.gallery:before {
  content: "";
  position: absolute;
  width: 55%;
  height: 55%;
  left: 55%;
  top: 50%;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(41px);
  transform: translateX(-50%) translateY(-50%);
}

#contactPopup .popup-content-wrapper {
  padding: 50px;
}

#contactPopup .popup-container {
  max-width: 500px;
}

#contactPopup form.contact-form {
  max-width: 100%;
}

#contactPopup .popup-close {
  background-color: transparent;
}

.collection-highlight-flex {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.collection-highlight-col-left>.collection-highlight-img:first-child {
  margin-bottom: 20px;
}

.collection-highlight-flex {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.collection-highlight-col-left>.collection-highlight-img:first-child {
  margin-bottom: 20px;
}

.video-wrapper .pro-video,
.video-wrapper .video-thumbnail,
.video-wrapper .video-thumbnail img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.video-wrapper .video-thumbnail picture img {
  object-fit: cover;
}

.video-wrapper .pro-video {
  display: none;
}

.video-wrapper.active .pro-video {
  display: block;
  z-index: 99;
}

.video-wrapper.active .video-thumbnail,
.video-wrapper.active picture {
  display: none;
}

.video-wrapper .pro-video.active {
  display: block;
  z-index: 999;
}

.product-page-wrapper section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

#Specs #pro-section-6 {
  padding-bottom: 0px !important;
}

#Variations #pro-section-7 {
  padding-top: 100px !important;
  margin-top: 0px !important;
}

.product-page-wrapper .py-100 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.product-page-wrapper .collection-highlight {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 138px;
  padding-right: 138px;
  width: 100%;
  max-width: 83%;
  margin: 0 auto;
}

.product-page-wrapper section#pro-section-1 {
  padding-top: 0px !important;
}

.product-page-wrapper section#pro-section-2 {
  padding-bottom: 20px !important;
}

.product-page-wrapper section#pro-section-2 {
  padding-bottom: 20px !important;
  padding-top: 100px !important;
}

.image-with-content-contaier {
  width: 100%;
  max-width: 83%;
  margin: 0 auto;
}

.pswp__img {
  object-fit: contain;
}

.pswp__img--placeholder--blank {
    background: #fff;
}

.pswp__button--share {
  display: none;
}

.pswp__top-bar {
  opacity: 1;
  background: transparent !important;
  padding: 20px;
  box-sizing: border-box;
  height: auto;
}

.pswp__button {
  background: #fff !important;
  margin-left: 10px;
  border-radius: 100%;
  position: relative;
  opacity: 1;
  box-shadow:0 10px 20px rgba(0,0,0,.09);
}

.pswp__button--share,
.pswp__button--fs {
  display: none !important;
}

.pswp__button--close:after,
.pswp__button--zoom:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

.pswp__button--close:after {
  background: url(../images/gallery-icon-close.svg);
  background-repeat: no-repeat;
}

.pswp__button--zoom:after {
  background: url(../images/gallery-icon-zoom-in.svg);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
}
.pswp--zoomed-in .pswp__button--zoom::after {
    background: url(../images/gallery-icon-zoom-out-v1.svg);
	background-repeat: no-repeat;
	background-position:center center;
}

.bottom-product-cart-sec .product-heading h3 {
  margin-bottom: 16px;
}

.product-mobile-slider {
  display: none !important;
  width: 100% !important;
}

.mob-bnr-swiper-pagination {
  position: absolute;
  z-index: 99;
  left: 0 !important;
  bottom: 40px !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
}

.mob-bnr-swiper-pagination .swiper-pagination-bullet {
  width: 25px !important;
  height: 2px !important;
  border-radius: 0px !important;
  background-color: #666666 !important;
  margin: 0 3px !important;
}

.mob-bnr-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EAEAEA !important;
}

.bottom-product-cart-sec .catalog-product-item.cart-left-heading {
  margin-top: 0px;
}

.pswp__bg{background: #fff;opacity:1!important;}

.pswp__caption {
  display: none;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  opacity: 1 !important;
  background-color: rgb(0 0 0 / 10%) !important;
  background:#fff!important;
  border: none !important;
  visibility: visible !important;
}

.fl-product-banner-wrappper .pswp__button--arrow--left{
	background-image:url(../images/prev-icon.svg)!important;
	background-repeat: no-repeat !important;
}

.fl-product-banner-wrappper  .pswp__button--arrow--right{
	background-image:url(../images/next-icon.svg)!important;
	background-repeat:no-repeat!important;	
	background-color:#fff!important;
}
.pswp__counter{
	color:#000;
}
.pswp__button--arrow--left, .pswp__button--arrow--right{
    background-position: center !important;
    background-size: 8px !important;
    background-position: center!important;	
}

.pswp__ui .pswp__button--arrow--left:before,
.pswp__ui .pswp__button--arrow--right:before {
  display: none;
}

.pswp_ui .pswpbutton--arrow--right:before,
.pswpui .pswp_button--arrow--left:before {
  display: none;
}

.pswp__button svg path {
  fill: #EAEAEA;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {

  .pswp--touch .pswp__button--arrow--left,
  .pswp--touch .pswp__button--arrow--right {
    opacity: 1 !important;
    background-color: rgb(0 0 0 / 10%) !important;
    border: none !important;
    visibility: visible !important;
  }

  .pswp__button--zoom {
    display: block;
  }
}

.pswp__counter {
  bottom: 0 !important;
  top: auto !important;
  position: fixed;
  width: 100%;
  text-align: center;
}
/*
.pswp__ui--idle .pswp__top-bar {
  opacity: 1 !important;
}
*/
.pswp__button {
  background-color: transparent !important;
}
/*
.pswp__button--close:after,
.pswp__button--zoom:after {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
*/
.swiper-button-disabled img {
  opacity: 0.5;
}

.product-page-wrapper .fl-variations-wrappper {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #fff;
  margin-top: 120px;
  position: relative;
}

.fl-variations-wrappper:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68%;
  background-color: #F4FAFA;
}

.product-page-wrapper .fl-bestseller-item {
  padding: 0;
}

.product-page-wrapper .fl-bestseller-info .price-info {
  margin-bottom: 0;
}

.fl-product-banner-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 32px 48px;
  width: 100%;
  z-index: 99;
}

ul.breadcrumb-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
}

ul.breadcrumb-list>li {
  margin-right: 18px;
  position: relative;
}

ul.breadcrumb-list>li>a {
  color: #666;
  display: flex;
  align-items: center;
}

ul.breadcrumb-list>li>a svg {
  margin-left: 18px;
  pointer-events: none;
}

ul.breadcrumb-list>li.active>a {
  color: #000;
  pointer-events: none;
}

.superluminova-active ul.breadcrumb-list>li.active>a {
  color: #666;
}

.fl-product-bnr-image-wrapper .swiper-container {
  width: 100%;
}

.fl-product-bnr-image-wrapper .swiper-slide {
  padding-top: 78%;
  position: relative;
}

.fl-product-bnr-image-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

.superluminova-active .fl-product-bnr-thum-wrapper svg path {
  stroke: #fff;
}

.fl-product-banner-price .info-tooltip svg {
  display: none;
}

.fl-product-banner-price-wrapper .share_page {
  display: none;
}

.pro-video-container {
  width: 100%;
  max-width: 83%;
  margin: 0 auto;
}

.variations-slider-pagiantion {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 99;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 30px;
  top: 50%;
  transform: translateY(-50%);
}

.fl-variations-wrappper .container {
  position: relative;
}

.variations-slider-prev,
.variations-slider-next {
  pointer-events: all;
  cursor: pointer;
}

.product-specification-container {
  max-width: 83%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.image-with-content-row .light-bg {
  background-color: #fff;
}

.fl-variations-watches-wrappper {
  padding: 88px 0px;
  margin-top: 120px;
  background-color: #F4FAFA;
}

.variations-watches-slider {
  position: relative;
}

.variations-watches-slider {
  width: 89%;
  margin: 0 auto;
  overflow: hidden;
}

.variations-watches-slider-index-wrapper {
  position: relative;
}

.fl-variations-watches-wrappper .fl-section-heading {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide iframe {
  max-height: 400px;
}

.superluminova-active .swiper-pagination-bullet {
  background-color: #f4f4f4 !important;
}

.swiper-slide iframe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

.superluminova-active .pro-gallery-thumbs .swiper-slide {
  border-color: #666;
}

.fl-product-bnr-image-wrapper  .glaryPopupClose {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
  background: transparent;
  z-index: 9999;
}



/** added css below from attributes phtml on 29 nov 24 **/

.glass {
    width: 250px;
    height: 250px;
    transform: scale(0.7);
}

/** pro-section-3 pthml css beolow **/

.image-with-content .iwc-text p.iwc-subtitle {
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #000;
}

.image-with-content .iwc-text h3 {
    margin-bottom: 16px;
}

.image-with-content .iwc-text p {
    margin: 0;
}

.image-with-content .iwc-text p  + p {
    margin-top: 16px;
}


/** right-col css below **/

.start-delivery-wrap{display:none;}
.fl-product-banner-btn-group{margin-top:35px;}
.pro-flag-currency-switcher{display:flex;background:#EAEAEA;margin:30px  auto;border:1px solid #eaeaea;position:relative;}
.pro-flag-currency-switcher > div{width:50%;padding:8px 16px;}
.pro-del-date{font-size:12px;font-weight:500;text-align:center;}
.pro-flag-cur{background:#F4FAFA;}
.c-flag{display:inline-block;margin-right:8px;}
.pro-switcher-selected{font-size:12px;font-weight:500;display: flex;align-items: center;height: 100%;position:relative;cursor:pointer;}
.pro-switcher-selected:after {content: "";display: block;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 4px solid #000000;position: absolute;right: 0px;}
.pro-switcher-dropdown{position: absolute;margin: 0px;padding: 0px;background: #fff;top: 40px;left: 0px;z-index: 1;min-width: 75%;padding:16px;max-height:300px;overflow-y:auto;display:none;box-shadow:0px 5px 10px 0px rgba(0,0,0,.1);left: -1px;}
.pro-switcher-dropdown::-webkit-scrollbar {width:5px;}
.pro-switcher-dropdown::-webkit-scrollbar-track {background:#f1f1f1;}
.pro-switcher-dropdown::-webkit-scrollbar-thumb {background:#888;}
.pro-switcher-dropdown::-webkit-scrollbar-thumb:hover {background: #555;}
.pro-switcher-dropdown.show{display:block;}
.pro-switcher-dropdown li{list-style:none;padding-top:5px;padding-bottom:5px;font-size:12px;cursor:pointer;}
.pro-del-date > span{vertical-align: super;font-size: 8px;}

/** popup css in right col phtml**/

.popup-mdl {
	display: none;
}

.popup-mdl.active {
	visibility: visible;
	opacity: 1;
	display: flex;
}

.watch-color-option {
    width: 64px;
    min-width: 62px;
    height: 64px;
    margin-right: 0;
}

.watch-color-option img {
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
}

.fl-product-watch-color-options .watch-variation-option {
    margin-left: 16px;
}

.start-delivery-link, .start-delivery-link:hover {
    text-decoration: none;
    color: #000;
}

.start-delivery-link svg path {
    stroke: #000;
}


.popup-close-partial{
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    z-index: 9;
	top: 48px;
    right: 51px;
}

.popup-close-partial .close-icon {
    width: 20px;
    height: 20px;
	font-size: 0;
}

/** overview page css below **/
.collection-highlight-mobile-only{display:none;}
.mobile-video-li, .Video-mobile{display:none;}


/*** product-view phtml css added here on 3 december ***/

.pro-gallery-thumbs {max-height: 310px;height:auto;min-height:100px;}
.pro-gallery-thumbs .swiper-slide{min-height:75px;cursor:pointer;}

.swiper-button-next:after, .swiper-button-prev:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{display:none;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background:none;}

.fl-product-bnr-thum-prev{top: -30px;width: 100%;left: 0px;}
.fl-product-bnr-thum-next{bottom:-40px;width:100%;left:0px;top:auto;}
.pro-gallery-main .swiper-wrapper{display:flex;align-items:center;}
.pro-gallery-main .swiper-slide img {object-fit: contain;}
.swiper-pagination{bottom:-15px!important;}
.swiper-pagination-bullet{color: #fff;font-size: 0px;display: inline-block;width: 4px;height: 4px;border-radius: 4px;background-color: #666;margin-right: 4px;cursor: pointer;}
.swiper-pagination-bullet-active{width: 15px;background-color: #000000;}
.fl-product-bnr-thum-index{position:relative;width:100%;}
.specification-list{flex-wrap:wrap;}
.fl-product-bnr-thum img{height: 100%;object-fit: cover;}


#night-gallery{margin:0px;}
.fl-product-bnr-image-wrapper {
    max-width: calc(100% - 142px);
    padding: 0px 40px;
}

figure#day-gallery {
    margin: 0;
    text-align: center;
}

.pro-gallery-main .swiper-slide img {
    max-height: 567px;
    height: auto;
}

.pro-gallery-main .swiper-slide img {
   /* transform: scale(1.3);*/
}


.pro-gallery-main .swiper-slide:first-child img {
    transform: none;
}
.pro-gallery-main .swiper-slide:first-child #night-gallery img{
	/* transform: scale(1.5);*/
	 transform: none;
}
.fl-product-bnr-nav-wrapper {
    left: 0;
}

.glaryPopupClose {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #f4f4f4;
    background: transparent;
    z-index:9999;
}

@media (min-width: 768px) {

  .lum .pro-slider-brand-name,
  .lum .pro-slider-modal-name,
  .lum .pro-slider-modal-no,
  .lum .pro-slider-price,
  .lum .product-slider-store>a,
  .lum .product-slider-info-row,
  .lum .View-full-specification .product-slider-info-title a {
    color: #fff;
  }

  .lum .product-slider-contact>a {
    background: #ffffff;
    color: #000000;
    border-color: #fff;
  }

  .lum .product-slider-store>a {
    border-color: #fff;
  }

  .lum .product-slider-btn a img {
    filter: invert(1);
  }

  .lum .View-full-specification .product-slider-info-title img {
    filter: invert(1);
  }

  .lum .product-slider-info-row:not(:last-child) {
    border-bottom-color: #fff;
  }

  .lum .product-slider-info-row:not(:last-child):before {
    border-left: 5px solid white;
  }

  .lum .product-slider-info-row:not(:last-child):after {
    border-right: 5px solid white;
  }

}

@media (min-width: 951px) and (max-width: 991px) {
  .bottom-product-cart-sec .watch-collections .catalog-product-item.tab-none {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 950px) {
  .image-with-content .iwc-img {
    position: relative;
  }

 
  .image-with-content .iwc-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-slider-info-row:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .product-slider-btn a {
    max-width: 190px;
  }

  .product-slider-banner-wrapper {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .product-specification-wrapper .x-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .watch-collections .catalog-product-item.cart-left-heading {
    width: 100% !important;
    padding: 0px 32px !important;
  }

  .bottom-product-cart-sec .cart-left-heading .product-content {
    padding: 0px !important;
    background-color: #fff;
  }

  .bottom-product-cart-sec .cart-left-heading .catalog-product-item {
    width: 50%;
    padding: 24px 16px;
  }

  .bottom-product-cart-sec .cart-left-heading .catalog-product-item:last-child {
    display: block !important;
  }

  .bottom-product-cart-sec .product-heading h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }

  .product-specification-wrapper .product-specification-content {
    padding: 70px 16px !important;
  }

  .fw-slide-btn {
    width: 60px;
    height: 60px;
  }

  .fw-slide-btn.ct-next {
    right: -30px;
  }

  .fw-slide-btn.ct-prev {
    left: -30px;
  }

  section#pro-section-7 {
    overflow: hidden;
    padding-bottom: 0px !important;
  }

  .video-wrapper .x-container {
    padding-left: 16px;
    padding-right: 16px;
  }


  .specification-content-inner {
    min-height: auto;
  }

  .bottom-product-cart-sec .watch-collections .view-all {
    width: 100%;
    display: flex;
    margin-top: 0px;
  }
}


@media (max-width: 1400px) {
  .bottom-product-cart-sec .cart-left-heading .product-content {
    padding: 24% 12% 12% 12%;
  }

  .product-specification-content {
    padding: 100px 70px !important;
  }
}


@media (max-width: 1200px) {

  .fl-product-bnr-image-wrapper .swiper-slide {
    padding-top: 78%;
    position: relative;
    width: 100% !important;
  }
  
  .fl-variations-watches-wrappper .fl-section-heading {
    width: 100%;
  }

  .variations-watches-slider {
    width: 100%;
  }

  .variations-slider-pagiantion {
    padding: 0;
  }

  .product-specification-container {
    max-width: 100%;
  }

  .fl-variations-wrappper .fl-section-heading {
    max-width: 100%;
  }

  .variations-slider-pagiantion img {
    width: 40px;
  }

  .catalog-product-item.cart-left-heading {
    padding-right: 16px !important;
  }

  .product-specification-content {
    padding: 70px 50px !important;
  }

  .product-specification-img {
    width: 40%;
  }

  .product-specification-content {
    width: 60%;
  }

  .product-slider-info-content {
    max-width: 270px;
  }

  .product-page-wrapper {
    padding-bottom: 46px;
  }

  .product-page-wrapper .collection-highlight {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pro-video-container {
    max-width: 100%;
  }

  .image-with-content-contaier {
    max-width: 100%;
  }

  .variations-slider-pagiantion {
    display: none;
  }

  .fl-product-bnr-image-wrapper {
    max-width: 100% !important;
    padding: 0 !important;
  }


  .explorations-heading {
    max-width: 83%;
  }

  .fl-product-bnr-image-wrapper .glaryPopupClose {
    top: 24px;
    right: 30px;
}
}



@media (max-width: 991px) {
  .fl-product-bnr-image-wrapper .swiper-slide {
    padding-top: 0px;
  }

  .fl-product-bnr-image-wrapper .swiper-slide img {
    position: static;
  }

  .swiper-slide iframe#ProVideo1 {
      position: static;
      min-height: 567px;
      transform: none;
  }

  .fl-product-bnr-image-wrapper .glaryPopupClose {
      top: 0px;
      right: 40px;
  }
}




@media (max-width: 960px) {
  .product-specification-img {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 70px;
  }

  .product-specification-content {
    width: 100%;
  }

  .product-specification-img img {
    position: relative;
    margin: auto;
    display: inline-block;
  }

  .specification-list {
    max-width: 100%;
  }

  .specification-content-inner {
    width: 100%;
    max-width: 80%;
  }

  ul.specification-tab-nav {
    max-width: 100%;
  }

  .specification-button>a>span {
    display: inline-block;
  }

  .catalog-product-item.cart-left-heading {
    padding-right: 0px !important;
  }

  .fl-variations-wrappper .fl-bestseller-items-wrapper {
    max-width: 100%;
  }

  .fl-variations-wrappper .fl-section-heading {
    max-width: 100%;
  }

  .variations-slider-pagiantion {
    width: 100%;
    padding: 0px 16px;
    bottom: 100px;
  }

}


@media (max-width: 768px) {
  .product-slider-watch-item {
    padding: 10px;
  }
}




@media (max-width: 767px) {
  .swiper-slide iframe#ProVideo1 {
    position: absolute;
    min-height: auto;
    transform: translateY(-50%);
}

  .fl-product-bnr-image-wrapper .glaryPopupClose {
    top: 20px;
    right: 40px;
}

  .fl-product-bnr-image-wrapper .swiper-slide img {
    position: absolute;
  }

  .fl-product-bnr-image-wrapper .swiper-slide {
    padding-top: 98%;
  }

  .image-with-content .image-with-content-row:not(:last-child) {
    margin-bottom: 50px !important;
  }

  .image-with-content-row .light-bg {
    background: #F4FAFA;
  }

  .fl-variations-watches-wrappper {
    padding: 60px 0px;
    margin-top: 0;
  }

  .variations-watches-slider-index-wrapper .fl-bestseller-item {
    margin-bottom: 0;
  }

  .fl-variations-watches-wrappper .fl-section-heading {
    margin-bottom: 50px;
  }

  .product-specification-wrapper .container {
    padding: 0;
  }

  .fl-variations-wrappper:before {
    height: 100%;
  }

  .fl-variations-wrappper .fl-bestseller-items-wrapper {
    max-width: 100%;
  }

  .fl-variations-wrappper .container {
    padding: 0px;
  }

  .fl-variations-wrappper .fl-section-heading {
    max-width: 100%;
    padding: 0px 32px;
    margin-bottom: 50px;
  }

  .variations-slider-pagiantion {
    display: none;
  }

  .pro-video-container {
    width: 100%;
  }

  .video-wrapper .video-container:before {
    padding-top: 76%;
  }

  .image-with-content .iwc-text {
    max-width: 100%;
  }

  .product-page-wrapper .collection-highlight {
    width: 100%;
    padding: 50px 0px;
    max-width: 100%;
  }

  .watch-color-option img {
    width: 38px;
    height: 64px;
    object-fit: cover;
}

  .product-page-wrapper .image-with-content .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .specification-button>a {
    width: 100%;
    padding: 11px 10px;
  }

  .specification-list>ul>li.specification-button {
    flex-direction: column;
  }

  .product-page-wrapper .fl-variations-wrappper {
    padding-top: 60px;
    padding-bottom: 12px;
    margin-top: 0px;
  }

  #contactPopup .popup-content-wrapper {
    padding: 32px;
  }

  .product-mobile-slider {
    display: block !important;
  }

  .product-slider-3d-lum {
    display: none !important;
  }

  .section-menu>ul>li {
    padding: 0px 18px;
  }

  .section-menu>ul {
    font-size: 10px;
    line-height: 12px;
  }

  .section-menu-wrapper {
    padding: 16px 0px;
  }

  .explorations-heading h2 br {
    display: none;
  }

  .explorations-content {
    text-align: left;
    padding: 0px 50px !important;
    width: 100%;
  }

  .video-play-btn img {
    width: 65px;
  }

  #pro-section-4 .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .image-with-content-row .iwc-img+div {
    padding: 50px !important;
  }

  .watch-collections .catalog-product-item.cart-left-heading {
    width: 100%;
    padding-right: 0px !important;
    margin-bottom: 0px;
  }

  .bottom-product-cart-sec .cart-left-heading .product-content {
    padding: 0px 32px;
    background-color: #fff;
    margin-bottom: 0px;
  }

  .full-width-slider-container {
    border: none !important;
  }

  .bottom-product-cart-sec .product-heading p {
    margin-bottom: 16px;
  }

  .bottom-product-cart-sec .product-heading h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }

  .product-specification-content {
    padding: 50px 44px !important;
  }

  ul.specification-tab-nav>li {
    padding: 0px 24px;
  }


  .specification-button {
    margin-top: auto;
  }

  .specification-list>ul {
    display: flex;
    flex-direction: column;
  }

  .specification-content-inner {
    padding: 0px !important;
  }

  ul.specification-tab-nav>li:last-child {
    padding-right: 0px;
  }

  ul.specification-tab-nav {
    overflow: auto;
    padding-bottom: 8px;
  }

  ul.specification-tab-nav:after {
    bottom: 8px;
  }

  .product-slider-info-sec {
    display: none;
  }

  .product-slider-content-section {
    display: flex;
  }

  .product-slider-price-sec {
    margin: 0 auto;
    max-width: 100%;
    width: 100% !important;
    background-color: #fff;
    order: 2;
    position: relative;
    z-index: 99;
  }

  .product-slider-price-info {
    margin: 0 auto;
    padding: 70px 62px;
  }

  .product-slider-watch-sec {
    margin: 0 auto;
    order: 1;
    width: 100% !important;
    max-width: 450px;
    padding-bottom: 50px;
  }

  .product-slider-watch-sec.hide-on-mobile {
    display: none !important;
  }

  .product-slider-content-section {
    margin-bottom: 0px !important;
  }

  .product-slider-nav {
    position: absolute;
    width: 100% !important;
    top: 52% !important;
    left: 0 !important;
    z-index: 9;
    padding-right: 5px !important;
  }

  .product-slider-banner {
    position: relative;
  }


  .product-slider-watch-item:first-child:before {
    height: 45%;
  }

  .pro-slider-brand-name {
    font-size: 20px;
    line-height: 24px;
  }

  .pro-slider-modal-name {
    font-size: 20px;
    line-height: 24px;
  }

  .product-slider-info {
    margin-bottom: 32px;
  }

  .pro-slider-modal-no {
    margin-bottom: 16px;
  }

  .bottom-product-cart-sec .container {
    max-width: 1728px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-product-cart-sec .cart-left-heading .catalog-product-item {
    padding-left: 32px;
    padding-right: 32px;
  }

  .specification-content-inner {
    min-height: auto;
    max-width: 100%;
  }

  .product-page-wrapper section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  #Specs #pro-section-6 {
    padding-bottom: 0px !important;
  }

  #Variations #pro-section-7 {
    padding-top: 80px !important;
  }

  .product-page-wrapper {
    padding-bottom: 20px;
  }

  .product-page-wrapper section#pro-section-1 {
    padding-bottom: 0px !important;
  }

  .product-slider-banner-wrapper {
    padding: 0px !important;
    overflow-x: hidden;
  }

  .product-slider-watch-sec {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .fw-slide-btn {
    width: 50px;
    height: 50px;
  }

  .fw-slide-btn.ct-next {
    right: -25px;
  }

  .fw-slide-btn.ct-prev {
    left: -25px;
  }

  .product-page-wrapper section#pro-section-2 {
    padding-bottom: 0px !important;
    padding-top: 80px !important;
  }

  .explorations-heading {
    padding: 25px 0px 0px !important;
  }

  .fw-slide-btn img {
    width: 16px;
  }

  .product-slider-btn a {
    padding: 10px 20px;
    min-height: 40px;
  }

  .product-slider-contact {
    margin-bottom: 13px;
  }

  .full-width-slide-item {
    position: relative;
  }

  .full-width-slide-item:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 592px;
    background-color: #F4FAFA;
  }

  .full-width-slide-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .image-with-content .image-with-content-row {
    margin-bottom: 0px !important;
  }

  .image-with-content .image-with-content-row:last-child {
    margin-bottom: 0px !important;
  }

  .product-page-wrapper section#pro-section-7 {
    padding-bottom: 0px !important;
  }

  .product-mobile-slider .product-slider-watch-sec.hide-on-mobile {
    display: none !important;
  }

  .product-mobile-slider .full-width-slide-item.first-slide-item img {
    height: 100%;
    position: relative;
  }

  .product-mobile-slider .full-width-slide-item.first-slide-item:before {
    padding: 0;
  }

  .product-mobile-slider .full-width-slide-item.first-slide-item {
    padding: 0px 40px;
  }

  .product-mobile-slider .full-width-slide-item.first-slide-item img {
    height: 80%;
    max-width: 298px;
    margin: auto;
    display: block;
    margin-top: 40px;
    position: relative;
    left: 15px;
    max-height: 470px;
    object-fit: contain;
  }

  .product-mobile-slider .full-width-slide-item.first-slide-item:before {
    content: "";
    position: absolute;
    width: 55%;
    height: 55%;
    left: 55%;
    top: 50%;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(41px);
    transform: translateX(-50%) translateY(-50%);
  }

  .product-slider-watch-sec img {
    height: 80%;
    max-width: 298px;
    display: block;
    position: relative;
    left: 15px;
    max-height: 470px;
    object-fit: contain;
    margin: 40px 0px;
  }

  .product-slider-watch-sec #gallery {
    margin: 0 auto;
  }

  .product-slider-watch-sec {
    padding: 0px 40px;
  }

  .collection-highlight-flex {
    grid-gap: 7px;
  }

  .collection-highlight-col-left>.collection-highlight-img:first-child {
    margin-bottom: 7px;
  }

  .product-add-to-wishlist {
    right: auto;
    top: -100px;
  }

  #pro-section-4 .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .product-specification-wrapper {
    padding-bottom: 0px !important;
  }

  #Variations #pro-section-7 {
    padding-top: 60px !important;
  }

  .product-specification-img img {
    position: absolute;
}

.product-specification-img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-top: 40px solid #000;
}


/** pro-section 3 css below **/

.image-with-content .iwc-text p.iwc-subtitle {
	margin-bottom: 8px;
}

.image-with-content .iwc-text h3 {
	margin-bottom: 8px;
}
	
.image-with-content .iwc-text p + p {
		margin-top: 16px;
}

.fl-product-banner-flex .pswp__img {
	transform: scale(1.8);
}

.fl-product-banner-flex .pswp--zoomed-in .pswp__img {
	transform: none;
}

/** right col css below **/
.pro-flag-currency-switcher > div{padding: 8px 10px;}
span.country-name{max-width: 110px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	
}

@media (min-width: 992px) {
  .product-slider-banner-wrapper .product-slider-watch-sec {
    justify-content: center;
    display: flex;
  }

  .product-slider-watch-sec img {
    width: 21vw !important;
  }
}

@media (max-width: 767px) {
	.fl-product-banner-wrappper .pswp__button--arrow--left,
	.fl-product-banner-wrappper .pswp__button--arrow--right
	{
		display:none;
	}
	.fl-product-banner-right-col .fl-product-banner-content h2 br {
        display: block;
    }
	
	
	/** overview page css below **/
	#pro-section-4-m{padding-bottom:0px!important;padding-top: 40px !important;}
	.desktop-video-li, .Video-desktop, .collection-highlight-desktop-only{display:none;}
	.mobile-video-li, .Video-mobile{display:block;}
	
	.collection-highlight-mobile-only{display:block;margin:0px -32px;}	
	.collection-highlight-mobile-only .latest-collection-slider{margin: 0px;padding: 0px;padding-right: 32px; }
	.collection-highlight-mobile-only .fl-latest-collection-item{background:#fff;min-width:90%;max-width:90%;}
	.collection-highlight-mobile-only .fl-latest-collection-items-flex{margin:0px;}
	
	.collection-highlight-mobile-only .fl-slide-pagination{margin-left:32px;}
	.collection-highlight-mobile-only .fl-slide-scroll{width:100%;}
	.collection-highlight-mobile-only .fl-slide-pagination-number{display:none;}
	
	.video-wrapper .video-container:before {padding-top: 136%;}
	
	.section-menu-wrapper {background-color: #F5FAFA; border: 0; padding: 20px 0px;}
	.section-menu>ul>li>a {font-weight: 600;}
	
	/*** css added on 3 december from product view phtml ***/
	.fl-product-bnr-image-wrapper {
        max-width: 100%;
        padding: 0px;
    }
    
    .pro-gallery-main .swiper-slide img {
        max-height: 448px;
    }						  
}


@media(max-width:399px){
	.pro-flag-currency-switcher > div{padding:8px;}
	.pro-del-date > span{vertical-align: super;font-size: 6px;}
	span.country-name{max-width: 90px;}
}						