.card-product-shop {
  position: relative;
  text-align: center;
  border: 1px solid;
  border-color: #d12b10;
  border-radius: 5px;
}
.text-top-left {
  position: absolute;
  border-radius: 5px;
  margin-left: 5px;
  top: 5px;
  background-color: #d12b10;
}
.text-top-right {
  position: absolute;
  top: 5px;
  right: 5px;
}
.text-price {
  padding: 5px 5px;
  margin-bottom: 0px;
  font-weight: bold;
  color: white;
}
.text-bottom-description {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #d12b10;
}
.btn-add-shop {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  border: none;
}
.pointer-hover :hover {
  cursor: pointer;
}