.delete-product {
  position: absolute;
  right: 0;
  top: -30px;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  background-color: #B40B18;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}