
/* The Modal (background) */
.image-zoom-modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.image-zoom-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#image-zoom-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.image-zoom-modal-content ,
#image-zoom-caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.image-zoom-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.image-zoom-close:hover,
.image-zoom-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.opt-in-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.opt-in-checkbox {
  height: 35px;
  width: 35px;
}
.opt-in-text {
  margin-left: 15px;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .image-zoom-modal-content {
    width: 100%;
  }
  .iframe-prod-video iframe {
    width: 300px !important;
  }
}



/* Modal Content */
.opt-in-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
}

#optInModal {
  z-index: 11111;
  padding-right: 0 !important;
}
#optInModal .modal-dialog {
  pointer-events: visible;
  height: auto;
}
.modal-opt-in-content {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 9999;
  height: 100%;
  overflow: inherit;
}
.modal-opt-in-content.modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}
.modal-opt-in-content.modal .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}
.modal-opt-in-content.modal.fade:not(.show) {
  opacity: 0;
}
.show.modal-opt-in-content {
  display: block;
  opacity: 1;
}
.modal-opt-in-content.modal.fade.show .modal-dialog {
  transform: translate3d(0, 0, 0);
}
.modal-opt-in-content.modal.show .modal-dialog {
  transform: translate3d(0, 0, 0);
}
.modal-opt-in-content.modal.fade:not(.show) {
  opacity: 0;
}
.modal-opt-in-content .modal-content {
  background: #ffffff;
}
.opt-in-header .mt-4 {
  margin-top: 15px ! important;
}
.opt-in-header .close {
  display: block;
  margin: auto 10px;
  float: left;
}
.opt-in-header {
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0px;
  height: 40px;
  display: flex;
  align-items: center;
  z-index: 9;
  background: #ffffff;
  box-shadow: 1px 1px 25px rgb(125 125 125 / 8%);
}
.term-condition {
  margin-left: 18px;
  font-size: 15px;
}
.opt-in-store-text {
  padding: 20px;
}
.opt-in-text-link {
  color: #008bfa;
}

.shop-description {
  width: 300px;
  text-align: justify;
  margin-bottom: 5px !important;
  font-weight: 500 !important;
}

.success-green-color {
  color: #007600;
}

.list-card-image {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  z-index: 8;
}

.prod-thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%; /* Adjust the height of the shadow */
  background: linear-gradient(to top, rgba(0, 0, 0, 35%), rgba(0, 0, 0, 0));
  z-index: 8;
}

.image-zoom-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
}

.carousel {
  width: 500px;
}
.image-zoom-modal-content {
  width: 340px;
  height: 340px;
  margin-bottom: 50px;
}

.circle-dot {
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1px;
}

.product-img-list-circles {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.iframe-prod-video {
  text-align: center;
}

.iframe-prod-video iframe {
  width: 400px;
  height: 300px;
  margin-bottom: 50px;
  position: relative;
  z-index: 100;
}

.carousel-control-next {
  z-index: 11;
}

.carousel-control-prev {
  z-index: 11;
}

.product-detail-carousel {
  width: 100% !important;
}
@media (min-width: 768px) {
  .product-detail-carousel {
    width: 80% !important;
  }
}
.product-detail-carousel  .carousel-indicators li {
  background-color: #000 !important;
}
.prod-detail-img {
  height: 300px !important;
  object-fit: contain !important;
}
.product-detail-carousel .carousel-control-prev-icon::after {
  content: '<'; /* Use a symbol or custom font icon */
  color: rgb(0, 0, 0);  /* Change to your desired color */
  font-size: 2rem;
}

.product-detail-carousel .carousel-control-next-icon::after {
  content: '>';
  color: rgb(0, 0, 0);
  font-size: 2rem;
}

.product-detail-carousel .carousel-control-next-icon {
  background-image: none !important; /* Remove the default image */
}
.product-detail-carousel .carousel-control-prev-icon {
  background-image: none !important; /* Remove the default image */
}
.share-icon {
  font-size: 16px;
  cursor: pointer;
}
.modal-customized-product .close {
  right: 12px !important;
  top: 12px !important;
}