.product-slider {
  width: 100%;
}
#htwlquick-viewmodal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  overflow-y: auto;
}