.fpg-pack {
  border-radius: 4px;
  background-color: #f1f1f1;
  padding: 20px;
  color: #232323;
  font-size: 0.8rem;
}
.fpg-pack.fpg-pack-disabled .fpg-widget-products {
  opacity: 0.7;
  pointer-events: none;
}
.fpg-pack.fpg-pack-disabled .btn-add-gifts {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}
.fpg-pack .fpg-header {
  font-weight: bold;
  font-size: 1rem;
  padding: 10px 0 10px 0;
}
.fpg-pack .fpg-header progress {
  width: 100%;
  margin-top: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fpg-pack .fpg-header progress::-webkit-progress-bar {
  background-color: rgba(51, 51, 51, 0.1);
  border-radius: 2px;
  height: 6px;
}
.fpg-pack .fpg-header progress::-webkit-progress-value {
  background-color: #24b9d7;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 8px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.fpg-pack a {
  text-decoration: none;
  color: #232323;
  font-weight: bold;
}
.fpg-pack .fpg-product {
  display: grid;
  grid-template-columns: 20px 50px auto 100px;
  gap: 10px;
  margin: 15px 0;
}
.fpg-pack .fpg-product .fpg-product-check {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.fpg-pack .fpg-product .fpg-product-check input {
  width: 20px;
  height: 20px;
}
.fpg-pack .fpg-product .fpg-product-image img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.fpg-pack .fpg-product .fpg-product-name select {
  padding: 4px;
  font-size: 0.7rem;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.fpg-pack .fpg-product .fpg-price {
  display: flex;
  justify-content: center;
  background-color: rgba(51, 51, 51, 0.1);
  text-align: center;
  flex-direction: column;
  border-radius: 4px;
}/*# sourceMappingURL=front.css.map */