.product-name{
  font-size: 1.2rem;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  margin: 0;
  top: 2vh;
  left: 0;
  height: 98vh;
  padding-bottom: 20px;
  overflow-y: scroll;
}
.bg-gray-light {
  background-color: #f1f1f1;
}
.single-product-img img{
  text-align: center;
  max-width: 100%;
  width: auto;
}
.single-product-img {
  height: 250px;
}
.single-product-img .height100{
  max-height: 250px;
}
.ball {
  background: #fbff00;
}

@media screen and (max-width: 767px){
  .vertical-filters .view-mode{
    display: none!important;
  }
}