.wrapper-bundle {
  width: 100%;
  margin: auto;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.wrapper-bundle .list-bundle {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}
.wrapper-bundle .list-bundle .item-bundle {
  flex: 1 33%;
}
.wrapper-bundle .list-bundle .item-bundle .title-product {
  font-family: 'Outfit-Regular';
  font-weight: 700;
  color: #000000;
}
.wrapper-bundle .list-bundle .item-bundle h2 {
  margin-bottom: 0;
}
.wrapper-bundle .list-bundle .item-bundle p {
  font-size: 12px;
  color: #757575;
}
.wrapper-bundle .list-bundle .item-bundle .list-price {
  display: flex;
  flex-direction: column;
  padding: 25px 0;
}
.wrapper-bundle .list-bundle .item-bundle .list-price .price {
  display: flex;
  justify-content: space-between;
}
.wrapper-bundle .list-bundle .item-bundle .list-price .price.price-special {
  font-family: 'Outfit-Regular';
  font-weight: 700;
  color: #da2214;
}
.wrapper-bundle .list-bundle .item-bundle .button-view {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: 'Outfit-Regular';
  font-weight: 700;
  color: #000000;
  padding: 20px;
  border: 1px solid #000000;
}
.wrapper-bundle .list-bundle .item-bundle a {
  color: #000000;
  border: 1px solid #000000;
}
