.grocery-coupon {
  height: 240px;
}
@media (min-width: 768px) {
  .grocery-coupon {
    height: 340px;
  }
}
.grocery-coupon .coupon-weekly-ad {
  display: none;
}
.grocery-coupon .coupon-error {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.grocery-coupon .coupon-error-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.grocery-coupon .panel {
  position: relative;
  border-color: #aaa;
  width: 100%;
  height: 209px;
  box-shadow: 5px 5px 10px #d9d6c1;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .grocery-coupon .panel {
    height: 309px;
  }
}
.grocery-coupon .coupon-share-popover {
  display: none;
  left: auto;
  right: 70px;
  top: auto;
  bottom: 50px;
}
.grocery-coupon .coupon-front .panel-body {
  width: 100%;
  border-radius: 4px;
  padding: 10px;
}
.grocery-coupon .coupon-front .alert {
  padding: 5px;
  margin: 0;
}
.grocery-coupon .coupon-front .coupon-badges {
  position: absolute;
  top: -10px;
  right: 15px;
  text-align: right;
}
.grocery-coupon .coupon-front .coupon-row-1 {
  height: 80px;
}
@media (min-width: 768px) {
  .grocery-coupon .coupon-front .coupon-row-1 {
    height: 180px;
  }
}
.grocery-coupon .coupon-front .coupon-image-wrapper {
  padding-left: 0;
}
.grocery-coupon .coupon-front .coupon-image {
  max-width: 100px;
  max-height: 100px;
}
.grocery-coupon .coupon-front .image-faux {
  height: 100px;
}
.grocery-coupon .coupon-front .coupon-short-text-block {
  padding-left: 25px;
  padding-right: 0;
  display: inline-block;
}
.grocery-coupon .coupon-front .coupon-savings {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-transform: capitalize;
}
.grocery-coupon .coupon-front .coupon-more-info-link {
  white-space: nowrap;
}
.grocery-coupon .coupon-front .coupon-short-description {
  font-size: 16px;
  line-height: 1.2em;
}
.grocery-coupon .coupon-front .coupon-short-description-xs {
  font-size: 20px;
}
.grocery-coupon .coupon-front .coupon-short-description-sm {
  font-size: 18px;
}
.grocery-coupon .coupon-front .coupon-short-description-md {
  font-size: 16px;
}
.grocery-coupon .coupon-front .coupon-short-description-lg {
  font-size: 14px;
}
.grocery-coupon .coupon-front .coupon-short-description-xl {
  font-size: 12px;
}
.grocery-coupon .coupon-front .coupon-actions-row {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.grocery-coupon .coupon-front .coupon-expiration-date {
  padding-top: 5px;
  margin-right: 10px;
}
.grocery-coupon .coupon-front .coupon-actions {
  clear: right;
  float: right;
  margin-right: 10px;
}
.grocery-coupon .coupon-front .coupon-actions .action-button {
  cursor: pointer;
}
.grocery-coupon .coupon-front .coupon-add-button {
  font-weight: bold;
}
.grocery-coupon .coupon-front .coupon-share-text {
  padding-left: 20px;
  padding-right: 2px;
  position: relative;
}
.grocery-coupon .coupon-front .icon-share {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1.2em;
}
.grocery-coupon .coupon-front .coupon-recipe-form {
  display: inline;
}
.grocery-coupon .coupon-front .coupon-recipe-title {
  padding-left: 1px;
  padding-right: 2px;
  background-color: #fff;
}
.grocery-coupon .coupon-front .icon-recipes {
  font-size: 1em;
}
.grocery-coupon .coupon-back .coupon-back-close-button {
  float: right;
  font-size: 14px;
  cursor: pointer;
}
.grocery-coupon .coupon-back .alert {
  padding: 5px;
  margin: 0;
}
.grocery-coupon .coupon-back .panel-body {
  background-color: #d9d6c1;
  position: relative;
  height: 100%;
  line-height: 1.2em;
  border-radius: 4px;
}
.grocery-coupon .coupon-back .coupon-back-description {
  height: 164px;
  overflow: scroll;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .grocery-coupon .coupon-back .coupon-back-description {
    height: 264px;
  }
}
.grocery-coupon .coupon-back .coupon-actions {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.grocery-coupon .shopping-list-item-response .alert {
  padding: 5px;
  margin: 0;
}
.grocery-coupon .flip-container {
  perspective: 1000px;
}
.grocery-coupon .flip-container .coupon-flipper {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.grocery-coupon .flip-container .coupon-front, .grocery-coupon .flip-container .coupon-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.grocery-coupon .flip-container .coupon-front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.grocery-coupon .flip-container .coupon-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.grocery-coupon .flip-container .coupon-flip-to-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.grocery-coupon .flip-container .coupon-flip-to-front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.grocery-coupon .shopping_list_single_item_plugin {
  display: inline;
}
.grocery-coupon .ShoppingList_Item {
  display: inline;
}
.grocery-coupon .ShoppingList_Item form {
  display: inline;
}
.grocery-coupon .coupon-share-facebook {
  background-color: #3A5795;
  border-color: #2c4270;
  color: white;
  font-size: 18px;
}
.grocery-coupon .coupon-share-facebook i {
  margin-left: -5px;
}
.grocery-coupon .coupon-more-detail {
  position: absolute;
  bottom: 16px;
  left: 20px;
  cursor: pointer;
  font-size: 25px;
  color: #337ab7;
}
.grocery-coupon .coupon-more-detail:hover {
  text-decoration: none;
}
.grocery-coupon .coupon-share-pinterest {
  background-color: #BD2126;
  border-color: #92191d;
  color: white;
  font-size: 18px;
}
.grocery-coupon .coupon-share-twitter {
  background-color: #4D9ED8;
  border-color: #2b86c7;
  color: white;
  font-size: 18px;
}
.grocery-coupon .store-offer-icon {
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 60px;
  left: 18px;
}

/*# sourceMappingURL=grocery_coupon.css.map */
