
#product-info-container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

#product-info-container::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

#product-info-container::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}

#product-info-container::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

#product-info-container::-webkit-scrollbar-thumb:active {
  background: #000000;
}

#product-info-container::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

#product-info-container::-webkit-scrollbar-track:hover {
  background: #666666;
}

#product-info-container::-webkit-scrollbar-track:active {
  background: #f3f4f6;
}

#product-info-container::-webkit-scrollbar-corner {
  background: transparent;
}