
@charset "utf-8";
#cws_lbl_gcBuyAmt,
#cws_lbl_gcBuyAmtTxt,
#cws_lbl_gcBuyAmtFixed {
  display: none;
}

#cws_lbl_gcBuyAmtFixed {
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 10px 0;
}

#customCardsLink {
  display: none;
  font-weight: normal;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  border-left: 1px solid #acacac;
}

#loadingCards {
  margin: auto;
}

#amtLoading,
#qtyLoading {
  width: 36px;
  height: 36px;
  background-size: 36px;
  background-repeat: no-repeat;
}

.borderBox {
  box-sizing: border-box;
}

#cws_val_cartSize {
  position: absolute;
  left: -30px;
  right: auto;
  bottom: auto;
  top: -50px;
  background-color: #ffe6e6;
  padding: 10px;
  border: 1px solid #aa0d0d;
  z-index: 500;
  margin: 0;
}

#cws_val_cartSize:after {
  content: "";
  display: block;
  width: 0px;
  height: 10px;
  border-top: 10px solid #aa0d0d;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

#cws_val_cartSize.rightAligned {
  left: auto;
  right: 0;
}

#cardsContainer {
  width: 100%;
  position: relative;
  font-size: 0px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

#leftColumn {
  width: 61%;
  float: left;
  margin: 0 4% 0 0;
  box-sizing: border-box;
}

#cardSummary {
  text-align: center;
  min-height: 370px;
  position: relative;
  padding: 20px 0 20px 0;
  margin: 0 0 30px 0;
  border: 1px solid #ccc;
  background-size: 50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#cardPreview {
  margin: 0 0 15px 0;
  max-width: 340px;
  max-height: 280px;
  display: none;
}

#previewBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 50px;
}

#cardPreviewName {
  display: block;
}

#editCardInfo {
  width: 35%;
  float: left;
  position: relative;
}

.field {
  margin: 0 0 25px 0;
}

#cardCategories {
  width: 100%;
  margin: 0 0 20px 0;
  display: none;
}

#cardCategories .filter {
  display: inline-block;
  margin: 0 2% 0 0;
  padding: 5px 10px;
  color: #757575;
  font-size: 12px;
  line-height: 135%;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
}

#cardCategories .filter:focus {
  outline: thin dotted;
}

body.allowHover #cardCategories .filter:hover,
#cardCategories .filter.active {
  color: #000;
  background-color: #ccc;
}

.lblNote {
  color: #757575;
  font-weight: normal;
  font-style: italic;
}

#delivField {
  display: none;
}

/* Amounts & Quantities
  ============================ */
#amountRange {
  font-size: 24px;
  line-height: 100%;
  margin: 0 0 33px 0;
}

.fieldHint {
  text-align: left;
  font-size: 13px;
  font-style: italic;
}

#cws_list_gcBuyAmt,
#cws_txt_gcBuyAmt,
#amtHint,
#qtyHint,
#cws_list_gcBuyQty,
#singleAmtLine,
#cws_txt_gcBuyQty {
  display: none;
}

#cws_list_gcBuyAmt,
#cws_list_gcBuyQty,
#cws_txt_gcBuyAmt,
#cws_txt_gcBuyQty {
  width: 38%;
}

/* French Site */
html[lang='fr'] #cws_list_gcBuyAmt,
html[lang='fr'] #cws_list_gcBuyQty,
html[lang='fr'] #cws_txt_gcBuyAmt,
html[lang='fr'] #cws_txt_gcBuyQty {
  width: 48%;
}
/* /French Site */

#cws_list_gcBuyAmt,
#cws_btn_gcBuyAdd,
#cws_list_gcBuyQty {
  margin-right: 2%;
}

#editCardInfo .btn {
  display: inline-block;
  box-sizing: border-box;
}

#editCardInfo .form {
  margin: 0 0 25px 0;
}

#cws_btn_gcBuyAdd,
#cws_btn_gcBuyCheckout {
  margin-bottom: 10px;
}

#cws_val_gcBuyAmt,
#cws_val_gcBuyQty,
#cws_val_gcBuyAmtOther,
#cws_val_gcBuyQtyTxt {
  right: initial;
}

.cardsDisclaimer {
  font-size: 14px;
}

/* Cart Interaction */
#goToCart {
  display: inline-block;
  float: right;
}

a.scrollBtn,
button.scrollBtn {
  display: none;
  padding: 20px 0 20px 0;
}

.btn.inactive {
  background-color: #E4E4E4;
}

#expandCards {
  display: none;
  margin: 0 0 15px;
}

button#expandCards {
  width: 100%;
}

#cws_val_gcBuyAdd {
  position: absolute;
  left: 0;
  right: initial;
  bottom: -10px;
}

#btnField {
  margin: 0 0 55px 0;
}

/* Hidden Labels for Accessibility */
#cws_lbl_gcBuyQtyTxt {
  font-size: 0;
  margin: 0;
}

/* To/From/Message
  ============================ */
#msgContainer {
  background-color: #f7f7f7;
  padding: 25px 35px 25px 20px;
  display: none;
}

#msgContainer input,
#msgContainer textarea {
  width: 75%;
  float: right;
  background-color: #ffffff;
  vertical-align: middle;
}

#msgContainer .field {
  margin: 0 0 15px 0;
}

#msgContainer label {
  display: inline-block;
  width: 20%;
  text-align: right;
  margin: 0 3% 0 0;
  vertical-align: middle;
}

#msgContainer .field:last-child {
  margin: 0;
}

#openMsg {
  color: #a0a0a0;
  line-height: 100%;
  display: none;
}

#openMsg .material-icons {
  font-size: 16px;
  vertical-align: middle;
}

/* Card Designs
  ============================ */
.cardDesign {
  position: relative;
  display: inline-block;
  width: 33%;
  margin: 0 0.166% 2px;
  vertical-align: top;
  box-sizing: border-box;
  height: 205px;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 50%;
  border: 1px solid #e4e4e4;
}

.cardImg {
  opacity: 0;
  transition: opacity 0.1s linear;
}

.fadeIn {
  opacity: 1;
}

.cardDesign input[type="radio"]+label:before {
  display: none;
  position: absolute;
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cardDesign input[type="radio"]:checked+label {
  display: block;
  border: 1px solid #000;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 40%);
  content: "";
}

body.allowHover .cardDesign input[type="radio"]+label:hover img {
  opacity: 0.65;
}

.cardDesign img {
  max-width: 80%;
  max-height: 80%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}

.cardDesign input[type="radio"]+label {
  background-image: none;
  margin: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.cardDesign input[type='radio']:focus+label {
  outline: none !imporant;
}

.cardName {
  display: none;
}

body.allowHover .cardDesign:hover .cardName {
  display: block;
  background-color: #000;
  color: #fff;
  position: absolute;
  bottom: 80%;
  font-size: 11px;
  z-index: 888;
  padding: 2%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 5%;
  text-align: center;
  box-sizing: border-box;
}

body.allowHover .cardDesign:hover .cardName:after {
  content: "";
  display: block;
  border-top: 10px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 0px;
}

#cws_val_cardDesign {
  bottom: 0px;
}

#singleAmtLine {
  font-size: 20px;
}

#cws_list_gcBuyAmt,
#cws_list_gcBuyQty {
  float: left;
}

/* Show more cards button
  ============================ */
#seeMore {
  display: none;
  width: 100%;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 16px;
  margin-top: 20px;
}

#seeMore:hover {
  background-color: #000;
  color: #fff;
}

/* Add to Cart popup
  ============================ */
#itemAddPopup {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  top: -165px;
  left: -65px;
  padding: 30px 20px 20px 20px;
}

#itemAddPopup:after {
  content: "";
  display: block;
  border-top: 10px solid #000;
  width: 0px;
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

#popupImg {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}

#itemPopupClose {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  z-index: 8040;
  background-image: url(/cws4.0/global-unix/images/gift-cards/x.png);
  background-repeat: no-repeat;
}

.btn#toCart {
  display: block;
  margin-top: 10px;
  float: none;
}

/* e-Gifts
  ============================ */
#cws_txt_delivDate {
  width: 35%;
}

#calIcon {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(/cws4.0/global-unix/images/forms/calendar.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 28px;
  left: 37%;
  cursor: pointer;
  transition: 0.25s opacity;
}

#calIcon:hover {
  opacity: 0.75;
}

.greeting-message__requirement {
  margin: 0;
  font-size: 13px;
  font-style: italic;
}

.greeting-message--multi-input__requirement {
  margin: 2em 0 1em;
  font-size: 13px;
  font-style: italic;
}

@media only screen and (min-width: 901px) {
  .field {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  #pagination {
    margin: 0 0 15px;
    text-align: center;
  }

  .pager.btn {
    font-size: 13px;
    padding: 8px 13px;
    margin: 0 10px 0 0;
  }

  .pager.btn.curPage {
    background-color: #424242;
  }
}

@media only screen and (max-width: 900px) {
  #itemAddPopup {
    left: 0px;
  }

  body.allowHover .cardDesign:hover .cardName {
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  #editCardInfo,
  #cardsContainer,
  #leftColumn {
    width: 100%;
    float: none;
  }

  #editCardInfo {
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
  }

  #leftColumn {
    margin: 0 0 30px 0;
  }

  #catDropdown {
    max-width: 300px;
    display: inline-block;
  }

  #filterLabel {
    display: inline-block;
    margin: 0 19px 0 0;
  }

  body.allowHover .cardDesign:hover .cardName {
    display: none;
  }

  #cardsContainer {
    margin: 0;
    max-height: 300px;
    overflow: scroll;
    border: 1px solid #ccc;
    padding: 20px 10px;
    box-sizing: border-box;
  }

  a.scrollBtn,
  button.scrollBtn {
    display: block;
    width: 100%;
    background-position: 50% 50%;
    background-size: 25px 12px;
  }

  #scrollDown {
    background-image: url(/cws4.0/global-unix/images/gift-cards/arrowDown.png);
    margin: 0 0 20px;
  }

  #scrollUp {
    background-image: url(/cws4.0/global-unix/images/gift-cards/arrowUp.png);
  }

  #expandCards {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  body.allowHover .cardDesign:hover .cardName {
    width: 140%;
    left: -20%;
  }

  .cardDesign {
    width: 31.333%;
    margin: 0 1% 5px;
    height: 90px;
  }

  .cardDesign input[type="radio"]+label {
    padding: 0.5%;
  }

  #cardsContainer {
    max-height: 250px;
    padding: 10px 5px;
  }

  #cardSummary {
    min-height: 140px;
  }

  #previewBox {
    position: static;
    transform: none;
    margin: 20px 0;
  }

  #cardPreview {
    position: static;
    margin: 0 auto 20px;
    max-height: 150px;
    max-width: 150px;
  }

  #customCardsLink {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
  }

  .buyCardHdr {
    font-size: 16px;
  }
}

@media only screen and (max-width: 420px) {
  #cws_list_gcBuyAmt,
  #cws_list_gcBuyQty,
  #condOther,
  #cws_btn_gcBuyAdd {
    width: 48%;
  }

  #cws_btn_gcBuyCheckout {
    width: 50%;
  }

  #editCardInfo .btn {
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  #cws_val_cartSize.rightAligned {
    top: 10px;
    right: auto;
  }
}
