#zoomCarousel .carousel-control-prev,
#zoomCarousel .carousel-control-next {
  position: absolute;
  top: 93%;
  transform: translateY(-50%);
  height: 30px;
  margin-left: 33px;
  margin-right: 33px;
  margin-top: 4px;
  background: none;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1000 !important; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: no-repeat 50% / 100% 100%; }

.arrow-icon {
  stroke: black;
  stroke-width: 1.5;
  width: 30px;
  height: 30px; }

.carousel-control-prev.disabled,
.carousel-control-next.disabled {
  pointer-events: none;
  opacity: 0.3; }

#zoomCarousel .carousel-control-prev-icon {
  transform: rotate(135deg); }

#zoomCarousel .carousel-control-next-icon {
  transform: rotate(-45deg); }

.modal-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: fixed; }

.custom-top {
  top: 43px; }

.fullscreen-modal {
  background-color: #fff; }

.modal-fullscreen .modal-content {
  height: 100%;
  border: none;
  border-radius: 0; }

.modal-fullscreen .modal-body {
  padding: 0;
  overflow-y: auto; }

.imageThombnilesPDP {
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  gap: 1px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.custom-close-btn {
  position: absolute;
  top: 48px;
  right: 3px;
  width: 35px;
  height: 35px;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  background: white;
  border-radius: 50%;
  z-index: 9999;
  color: #534f4f;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s; }

.custom-close-btn:hover {
  background-color: #f5f5f5;
  border-color: #888; }

.custom-close-btn:focus {
  outline: none; }

.imageThombnilesPDPInside {
  width: 50px !important;
  margin: 3px; }

.carousel-control-prev.disabled,
.carousel-control-next.disabled {
  pointer-events: none;
  opacity: 0.3; }

#zoomCarousel .pz-target {
  -ms-touch-action: none;
      touch-action: none; }

.pz-wrap {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.imageThombnilesPDPInside.active-thumbnail {
  border: 1px solid black;
  box-sizing: border-box; }

.pdp-carousel-clickable .carousel-control-prev, .pdp-carousel-clickable .carousel-control-next {
  display: none; }

#zoomCarousel .carousel-inner {
  top: 42px; }

.pointer-event .imageThombnilesPDP {
  margin-top: 0px; }

.carousel .icon-prev {
  background: none; }

.carousel .icon-next {
  background: none; }

