.product-section .watch-box {
  /* max-width: 24.2%; */
  width: 100%;
  flex: 0 24.3%;
  height: auto;
  position: relative;
  padding: 50px 10px;
  background-color: #f6f5f3;
  opacity: 1;
  transition: backgroundColor .4s cubic-bezier(.85, 0, .15, 1);
}

.product-section .watch-box:hover {
  opacity: .56;
  background-color: hsla(40, 14%, 96%, .6);
}

.products-detail {
  padding-top: 50px;
}

.content.img-box {
  width: 340px;
  height: 340px;
  margin: auto;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-section .watch-box:hover .content.img-box {
  transform: scale(1.2);
}

.watch-sku p {
  font-size: 12px;
  letter-spacing: 3px;
  color: #656565;
  margin-bottom: 12px !important;
}

.watch-title p {
  font-size: 17px;
}

.watch-content p {
  font-size: 17px;
  font-weight: 400;
}

.watch-detail p {
  font-size: 14px;
  color: #656565;
  margin-top: 8px;
}

.watch-detail {
  transition-duration: .8s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.product-section .watch-box:hover .watch-detail {
  opacity: 0;
  transform: translateY(20px);
}

.watch-sku {
  transition-duration: .8s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.product-section .watch-box:hover .watch-sku {
  opacity: 0;
  transform: translateY(35px);
}

.watch-title,
.watch-content {
  transition: transform .7s cubic-bezier(.165, .84, .44, 1) .05s;
}

.product-section .watch-box:hover .watch-title,
.product-section .watch-box:hover .watch-content {
  transform: translateY(30px);
}

.modal-content {
  background-color: transparent;
  border: 0;
}

.watch-filter .filter-head h4 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Nunito Sans';
}

.watch-filter ul {
  padding: 0;
  margin: 0;
}

.watch-filter ul li {
  display: inline-block;
  position: relative;
  padding: 0px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 1 !important;
  margin: 2px 0;
  width: 120px;
  text-align: center;
  transition: 0.3s;
}

.watch-filter ul li label {
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  color: #999;
}

.watch-filter ul li label input[type="checkbox"] {
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  cursor: pointer;
}

.watch-filter ul li:hover {
  background-color: #D2A66E;
  border: 1px solid #D2A66E;
}

.watch-filter ul li:hover p {
  color: #fff;
}

.watch-filter ul li p {
  margin: 0;
  padding: 8px 6px;
  font-family: 'Nunito Sans';
  font-size: 13px;
  transition: 0.3s;
}

.watch-filter {
  margin-bottom: 25px;
}

.watch-sub-img,
.watch-main-img {
  text-align: center;
}

.watch-controls .buttons_watch {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.watch-sub-img img {
  width: 150px;
  margin: 0 10px;
  border: 1px solid #ccc;
}

.watch-brand p {
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px !important;
  font-family: 'Cormorant Infant', 'serif';
}

.watch-design .watch-title p {
  font-size: 26px;
  margin-bottom: 20px !important;
  font-family: 'Cormorant Infant', 'serif';
}

.watch-num p {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px !important;
  font-family: 'Cormorant Infant', 'serif';
}
.watch-price p {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px !important;
  font-family: 'Cormorant Infant', 'serif';
  font-weight: 500;
}

section#watch-grid .container {
  padding: 30px 10px;
}

.row.watch-content {
  margin-top: 50px;
}

.case-head h5 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.case-head {
  border-bottom: 2px solid #c79f58;
  margin-bottom: 20px;
}

p.data-title {
  color: #b0b0b0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

p.data-info {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 5px;
}

.all-data {
  margin-bottom: 20px;
}

.watch-brand {
  margin-top: 20px;
}

.watch-controls {
  border-top: 1px solid #c79f58;
}

.watch-price {
  margin-bottom: 25px;
}

.watch-main-img {
  margin: auto;
  margin-top: 20px;
  overflow: hidden;
}

.watch-sub-img {
  padding: 15px;
}

.watch-design {
  padding-left: 50px;
}

h2.watch-full-head {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 5px;
}

.watch-specify {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}

.watch-quick-view {
  margin-top: 25px;
}

.watch-quick-view button.accordion-button {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px;
}

.watch-quick-view .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  border-color: #000;
  outline: 0;
  box-shadow: none;
}

.accordion-body p {
  font-size: 16px;
  margin-bottom: 10px !important;
}

.watch-case {
  margin-top: 50px;
}

.watch-enquiry {
  margin-top: 40px;
}

button.btn-watch-enq {
  font-family: 'Cormorant Infant', 'serif';
  background: transparent;
  border: none;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.5s;
}

input[type="checkbox"]:checked + p {
  background-color: #D2A66E;
  color: #fff;
}

div#myModalwatch .modal-body {
  background: #fff;
}

div#myModalwatch button.close {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 800;
}

.box.watch .box_detail .tag span.title p {
  font-size: 14px;
  padding-top: 5px;
}
#grid-view .grid-view-products .box.watch:hover .box_img {
  opacity: 1;
}
.wishlist_section .wish-list-view .product-grid .title.sku {
  font-size: 16px;
}
/* scroll css start */

.scroll-container {
  height: 100vh;
  min-height: 450px;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.scroll-container:nth-of-type(1) {
  background-color: #bdd0c4;
}

.scroll-container:nth-of-type(2) {
  background-color: #f5d2d3;
}

.scroll-container:nth-of-type(3) {
  background-color: #9ab7d3;
}

.scroll-container:nth-of-type(4) {
  background-color: #dfccf1;
}

.scroll-container:nth-of-type(even) {
  flex-direction: row-reverse;
}

.scroll-caption {
  margin: 1rem;
}

@media screen and (max-width: 650px) {

  .scroll-container,
  .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }

  .scroll-element {
    height: 100%;
  }

  .scroll-element,
  .scroll-caption {
    width: 100%;
  }
}

/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}



@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

button.watch-download span.text {
  display: inline;
  position: unset;
  color: white;
  font-size: 14px !important;
  font-weight: 600 !important;
}

button.watch-download svg {
  fill: white;
}

button.watch-download{
    background: #D2A66E;
    border-radius: 5px;
    transition: all 0.2s ease;
}

button.watch-download:hover{
  background: #b19470;
}
button.watch-download span svg:hover path {
  fill: #fff !important;
}

/* scroll css end */


/* ajay css START 06-11-24 */

.extra-watch-head h5 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Cormorant Infant', 'serif';
  color: #202020;
  border-bottom: 2px solid #c79f58;
  margin-top: 42px;
}

.extra-watch {
  overflow: hidden;
}

.extra-watch img {
  transition: all 1s ease-in-out;
  max-width: 638px;
  height: 100%;
  object-position: center;
  object-fit: cover;
  width: 100%;
  max-height: 638px;
}

.extra-watch img:hover {
  transform: scale(1.1);
}

.watch-main-img .img-fluid {
  max-width: 638px;
  height: 100%;
  object-position: center;
  object-fit: cover;
  width: 100%;
  max-height: 638px;
  overflow: hidden;
  transition: all 1s ease-in-out;
}

.watch-main-img .img-fluid img {
  transition: all 1s ease-in-out;
}

.watch-main-img .img-fluid img:hover {
  transform: scale(1.1);
}

.watch-main-img img:hover {
  transform: scale(1.1);
}

.other-img {
  overflow: hidden;
  max-width: 638px;
  width: 100%;
  max-height: 638px;
  height: 100%;
  background: #fff;
}

.other-img img {
  transition: all 1s ease-in-out;
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}

.other-img img:hover {
  transform: scale(1.1);
}

/* ajay css END 06-11-24 */

/* media Quaries start */

@media(max-width:1600px){
  .product-section .watch-box {
    flex: 0 28.3%;
}
}

@media(max-width:1200px){
  .product-section .watch-box {
    flex: 0 31.3%;
}
  .content.img-box {
    width: 300px;
    height: 300px;
}
}

@media(max-width:992px){
  .products-detail {
    padding-top: 25px;
}
  .product-section .watch-box {
    flex: 0 40.3%;
}
  .watch-case {
    margin-top: 25px;
}
}

@media(max-width:767px){
  .product-section .watch-box {
    flex: 0 44.3%;
  }
  .content.img-box {
    width: 250px;
    height: 250px;
  }
  .product-section .watch-box {
    padding: 35px 10px;
  }
  .watch-design {
    padding-left: 0;
  }
  .watch-controls .buttons_watch button.wish.btn {
    padding: 10px 15px;
  }
}

@media(max-width:575px){
  .product-section .watch-box {
    flex: 0 64.3%;
  }
  .watch-filter .filter-head h4 {
    font-size: 16px;
  }
  .watch-brand p {
    font-size: 28px;
  }
  .watch-design .watch-title p {
    font-size: 22px;
  }
  h2.watch-full-head {
    font-size: 24px;
  }
  p.data-title {
    font-size: 14px;
  }
  p.data-info {
    font-size: 14px;
  }
  .case-head h5 {
    font-size: 20px;
  }
}

@media(max-width:450px){
  .watch-filter ul li {
    width: 91px;
}
  /* .watch-filter ul li p {
    padding: 8px 6px 5px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
  .product-section .watch-box {
    flex: 0 89.3%;
  }
}

/* media Quaries start */

a#shortLinkWOP:after {
  display: none;
}
div#myModaldiamond .modal-content .modal-body,
div#alert_emailmodal .modal-content .modal-body {
  background-color: white;
}
.product-section .watch-box input.tr_checkbox {
  position: absolute;
  right: 12px;
  top: 15px;
  z-index: 2;
}

/* .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #fff;
} */


section.add-position-sticky.tab-watch .dataTables_scroll .panel-body #example tbody tr td {
  font-size: 13px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0px;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Nunito Sans';
  vertical-align: middle;
  white-space: nowrap;
}
section.add-position-sticky.tab-watch .dataTables_scroll .panel-body #example tbody tr td a {
  padding: 10px 5px;
  display: block;
  height: 100%;
  width: 100%;
}
.alert-success {
  color: #3c763d;
  border-color: #3c763d;
  max-width: 800px;
  width: 100%;
  margin: auto;
}