.ProductBox {
  position: relative;
  background: #fff;
  border-radius: 5px;
  border: 0px solid #e5e5e5;
  width: calc(100% - 4px);
  display: block;
  margin: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  margin-bottom: 6px;
  overflow: auto;
    overflow-x: auto;
  overflow-x: hidden;
}