.image-slider::-webkit-scrollbar {
  width: 10px;
}

.image-slider::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.image-slider::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d2d0d0;
}

/* #image-slider-horizontal::-webkit-scrollbar {
  width: 5px !important;
}

#image-slider-horizontal::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#image-slider-horizontal::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d2d0d0;
} */
.image-list img {
  width: 70% !important;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

@media (min-width: 320px) {
  .small-image {
    min-width: 111px;
  }
  .big-right-images {
    min-width: 150px;
  }
  .big-image-list ul {
    height: auto;
    width: 709px;
  }
  .small-image-list ul {
    width: 709px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .big-image-list ul {
    width: auto;
    height: 450px;
  }
  .product-image {
    display: block;
  }

  .product-image img.active {
    display: block;
    margin-bottom: 0.75rem;
  }

  .image-list img {
    width: 85%;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }

  .image-list img:hover {
    opacity: 0.7;
  }
  .big-right-images {
    width: 272px;
  }
}
