body {
  background: transparent;
}
.site-header {
  display: none;
}
.site-footer {
  display: none;
}
.showwishlist {
  padding: 0;
}
.showwishlist h1 {
  font-size: 34px;
  line-height: 44px;
  padding: 20px 10% 20px 10%;
}
.showwishlist .inner {
  padding: 0;
}
.showwishlist .productlist {
  padding-top: 40px;
  padding-bottom: 100px;
  background: transparent;
}
.showwishlist .productlist .item {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.showwishlist .productlist .item .image {
  width: 40%;
  height: auto;
  background: transparent;
}
.showwishlist .productlist .item .image img {
  display: block;
}
.showwishlist .productlist .item .desc {
  width: 60%;
}
.showwishlist .productlist .item .desc .franchise {
  height: 50px;
}
.showwishlist .productlist .item .desc .franchise img {
  max-height: 50px;
  max-width: 150px;
}
.showwishlist .productlist .item .desc h2 {
  font-size: 24px;
  line-height: 32px;
}
.showwishlist .productlist .item .desc .number {
  font-size: 18px;
}
.showwishlist .productlist .item .remove {
  display: none;
}
.showwishlist .santa {
  left: 0;
  width: 20%;
}
.showwishlist .buttons, .showwishlist .top, .showwishlist .bottom {
  display: none;
}
