/* -------------------------------------

    Index page slider

------------------------------------- */
.slider-items-outer-container {
  overflow: hidden;
}
.S .slider-items-outer-container {
  width: 960px;
  height: 306px;
}
.M .slider-items-outer-container {
  width: 1100px;
  height: 340px;
}
.L .slider-items-outer-container {
  width: 1140px;
  height: 372px;
}
.flex-next,
.flex-prev {
  width: 41px !important;
  height: 101px !important;
  top: 45% !important;
  opacity: 1 !important;
}
.flex-next {
  background: url(/static/app/img/arrow/arrow-right.png) !important;
  right: -41px !important;
}
.flex-prev {
  background: url(/static/app/img/arrow/arrow-left.png) !important;
  left: -41px !important;
}
.grid-item a {
  color: #000;
}
.grid-item .product-category {
  cursor: pointer;
}
