.offer-view {
  font-size: 0.85em;
}

.offer-to-cart {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--themeColor, #666666);
  transition: all 0.3s;
  display: inline-block;
  margin-left: 20px;
  padding: 6px 15px;
}
.offer-to-cart:hover {
  opacity: 0.7s;
  text-decoration: none;
  color: #ffffff;
}

span.no-action {
  font-size: 0.85em;
  display: inline-block;
  padding: 6px 15px;
  margin-left: 20px;
  font-weight: 600;
}
span.no-action.expired {
  color: red;
}
span.no-action.used {
  color: green;
}

#offer-view-popup .product-items .product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#offer-view-popup .product-items .product-item.header {
  font-weight: bold;
}
#offer-view-popup .product-items .product-item.header p {
  margin: 0;
  font-size: 1em;
}
#offer-view-popup .product-items .product-item:not(.header) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}
#offer-view-popup .product-items .product-item .product-info {
  flex-basis: 60%;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
#offer-view-popup .product-items .product-item .product-info .figure {
  font-size: 0;
  flex-basis: 110px;
  flex-shrink: 0;
}
#offer-view-popup .product-items .product-item .product-info h4 {
  padding-left: 20px;
  flex-grow: 1;
  font-size: 1.2em;
}
#offer-view-popup .product-items .product-item .product-info h4 .wc-item-meta {
  font-size: 0.8em;
}
#offer-view-popup .product-items .product-item .product-qty {
  padding-right: 20px;
  font-size: 1.2em;
}
#offer-view-popup .product-items .product-item .product-price {
  padding-right: 20px;
  font-size: 1.2em;
}
#offer-view-popup .btn-holder {
  margin-top: 30px;
  text-align: right;
}
#offer-view-popup .btn-holder a {
  margin: 0;
}

/*# sourceMappingURL=front-styles.css.map */
