/* prod 05-16-2025 */
.wishlist .listingLeft {
  display: none;
}
.main.wishlist {
  max-width: 920px;
  margin-bottom: 3rem;
}
.wishlist .listingControls {
  padding: 1rem 0 1rem;
}
.wishlist .listingControls:not(.wishlist .listingControls:last-child) {
  display: none;
}
.wishlist .listingControls:last-child > ul > li:first-child {
  display: none;
}
#wishItems .fixedWidth {
  width: 100%;
  max-width: 100%;
}
#removeGiftItem {
  background: #FFF url(/images/icons/trash-icon.svg) no-repeat 0 center / 1.25rem !important;
  color: var(--body-txt-color);
  border: none !important;
  display: inline-block;
  width: auto !important;
  padding: 0 0 0 1.5rem;
}
#fedex-main #removeGiftItem {
  background: none !important;
}
#fedex-main .savings {
  display: none;
}
#removeGiftItem:hover, #removeGiftItem:focus {
  text-decoration: underline;
}
.rightCopy {
  margin-bottom: 30px;
  font-size: .875rem;
}
.wishlist .listingRight {
  width: 100%;
  float: none;
}
.nWishList {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  display: grid;
}
h1.wListTtl {
  padding-top: 20px !important;
  font-weight: bold;
  font-size: 2.313rem !important;
  margin-bottom: 2%;
  text-align: center;
  text-transform: capitalize;
}
h2 {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.wl2020 > p {
  text-align: center;
  font-size: 1.25rem !important;
}
.wlSteps {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9%;
  display: none;
}
@media only screen and (min-width: 490px) {
  #fedex-main .wlSteps {
    /*gap: 18%;*/
  }
}
.no-wl-items .wlSteps {
  display: grid;
}
.no-wl-items {
  text-align: center;
}
.no-wl-items > b {
  font-weight: normal;
  font-size: 1.25rem;
  padding-bottom: 1rem;
  display: block;
}
.wlSteps > div p {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.125;
}
#fedex-main .wlSteps > div p {
  font-weight: 500;
}
.wlSteps img {
  display: block;
  width: 100%;
  margin: 0 auto 1rem;
}
#fedex-main .wlSteps img {
  max-width: 128px;
}
.wlno {
  width: 4rem;
  height: 4rem;
  background: var(--btn-primary-bgnd-color);
  color: var(--btn-primary-txt-color);
  text-align: center;
  border-radius: 50%;
  margin: 0 auto .875rem;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fedex-main .wlno {
  display: none;
}
.wl2020 > p {
  margin-bottom: 0;
}
.no-wl-items .wl2020 > p {
  margin-bottom: 2.5rem;
}
.rightCopy > p {
  display: none;
}
#wishItems {
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  background: url(/images/ajaxLoader.gif) no-repeat center;
}
#fedex-main #wishItems {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: calc(960px + 3rem);
}
#wishItems.showNWL {
  background: none;
}
.wishlist a.deleteLink {
  display: inline-flex;
  padding: 0;
  align-items: center;
  border: none;
}
.wishlist a.deleteLink svg {
  margin-right: .25rem;
}
.wishlist a.deleteLink::before {
  display: none;
}
.wishlist a.deleteLink:hover {
  background: transparent;
  color: var(--primary-link-color);
}
.wlProgress {
  height: 5px;
  border: 1px solid #CCC;
  background: #f7f7f7;
  display: none;
}
.wlProgress div {
  height: 5px;
}
.pctToWish {
  margin-bottom: 5px;
  display: none;
}
.itemsTable {
  opacity: 0;
}
@media screen and (max-width: 568px) {
  .pctToWish.nuetralBgnd {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
#wishItems .gridView {
  opacity: 0;
  transition: all .3s ease;
}
#wishItems .gridView.showNWL, #wishItems.showNWL .gridView {
  opacity: 1;
}
.nWishListItem {
  text-align: center;
  display: flex;
  flex-flow: column;
}
.nWishListItem .points {
  font-weight: bold;
  font-size: 1rem;
}
.nWishListItem label {
  /* display: block; */
  margin-bottom: 5px;
  display: none;
}
.nWishListItem select {
  margin-bottom: 10px;
  display: none;
}
.wlItem {
  flex-grow: 1;
}
.nWishListItem img {
  display: block;
  margin: 0 auto 1rem;
  width: 100%;
  height: auto;
}
/* styles for mobile Scene7 images */
.rs-tooltip {
  font-family: Arial;
  display: block;
  position: absolute;
  font-size: .65rem;
  padding: 4px;
  border: 1px solid #CCC;
  background: #F7F7F7;
  top: -28px;
  left: -10px;
  white-space: nowrap;
}
.mScene7img {
  display: none;
}
.mScene7img img {
  display: block;
  width: 100%;
}
.media.hideZoom .mScene7img {
  display: block;
}
.touch .media #zoomviewer {
  opacity: 0;
}
.media.hideZoom #zoomviewer {
  display: none
}
@media only screen and (max-width :960px) {
  #fedex-main h1 {
    text-align: center;
  }
}
@media only screen and (max-width :934px) {
  h1.wListTtl {
    font-size: 2rem !important;
  }
  .wl2020 > p, .no-wl-items > b {
    text-align: center;
    font-size: 1.3rem;
  }
  .wlSteps > div p {
    font-size: 1.3rem;
  }
  .wlSteps {
    max-width: 750px;
    margin: 0 auto;
  }
  .wlno {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width :750px) {
  h1.wListTtl {
    font-size: 1.8rem !important;
  }
  .wl2020 > p, .no-wl-items > b {
    text-align: center;
    font-size: 1rem !important;
  }
  .wlSteps > div p {
    font-size: 1.125rem;
  }
  .wlSteps {
    max-width: 600px;
    margin: 0 auto;
  }
  .wlno {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width :854px) {}
@media only screen and (max-width :620px) {
  .nWishList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .rightCopy {
    font-size: .75rem;
  }
  h1.wListTtl {
    padding-top: 15px !important;
    font-size: 1.25rem !important;
    margin-bottom: 15px !important;
  }
  h2 {
    font-size: 1rem;
  }
  .rightCopy p.wlStep {
    font-size: 1rem;
  }
}
@media only screen and (max-width :490px) {
  .wlSteps {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
    max-width: 150px;
  }
  .wlSteps > div p {
    font-size: 1.25rem;
  }
  .wlno {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
  .nWishList {
    gap: 1rem;
  }
  input.goBtn {
    font-size: .75rem;
  }
}
@media only screen and (max-width :478px) {
  .listingControls {
    border-top: none;
  }
}
@media only screen and (max-width :420px) {
  .rightCopy p.wlStep {
    font-size: .875rem;
  }
}
@media only screen and (max-width :380px) {
  .nWishList {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}