/* TURN OFF ALL BUTTON ICONS, STYLES HOSTED OFFSITE IN FONTAWESOME */
[class^="icon-"],
[class*=" icon-"] {
    display:none !important;
}

/* HIDE PRINT BUTTON FOR TARGET */
.buttonList--item:nth-of-type(3) {
  display: none;
}

/*  SUPPRESSION OF BACK BUTTON ON REDEMPTION PAGE */
#layout-navContent{
  display:none;
}

/* FLEXING BUTTONS FOR MOBILE DEVICES */

@media only print, only screen and (max-width: 767px) {
    .buttonList--item {
        display: block;
    }

    .button.small {
        width: 100%;
    }
}


section.page-review > p:first-child {
  font-weight: bold;
  margin: 0 auto 10px;
  max-width: 600px;
  text-align: center;
  color: #666666; }
section.page-review section.order-detail {
  display: inline-block;
  width: 100%;
  padding: 10px; }
  section.page-review section.order-detail div#modal-message {
    padding: 10px 0;
    font-weight: bold;
    color: #666666; }
  section.page-review section.order-detail ul li {
    font-weight: bold;
    margin-bottom: 10px; }
    section.page-review section.order-detail ul li:last-child {
      margin-bottom: 0; }
section.page-review section.giftListing article {
  border-top: solid 1px #cccccc;
  padding-top: 20px;
  padding-bottom: 10px; }
  section.page-review section.giftListing article p.order-status {
    margin-top: 40px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      section.page-review section.giftListing article p.order-status {
        text-align: left; } }
  section.page-review section.giftListing article h1.giftTitle {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 10px;
    padding-left: 0;
    text-align: center;
    color: #555555; }
    @media screen and (min-width: 768px) {
      section.page-review section.giftListing article h1.giftTitle {
        text-align: left; } }
  section.page-review section.giftListing article img.product-img {
    display: block;
    margin: 0 auto;
      margin-bottom: 15px;
      max-width:300px;}
  section.page-review section.giftListing article a.button span[class*=" icon-"] {
    margin-right: 0; }
section.page-review section.giftListing article:first-child {
  border-top: none;
  margin-top: 50px;
  padding-top: 0; }


/* SPECIAL CLASS FOR resendEmailStatusPage */
/* --------------------------------------------------*/

.resendText {
  font-size: 1.3em;
  margin-top:15px;
}

.resendTip {
  font-size: 1em;
  margin-top: 15px;
  font-style: italic;
}

.boldText {
  font-weight:bold;
}

.resendBlue {
  font-size: 1.3em;
  color:blue;
}

.resendBox {
  border-top:1px solid #cccccc;
}

#layout-navContent {
  display:none;
}