/* body.pay-info {
  background: #e6e6e6;
} */
.bg-wishfinity {
  background: #cb0076;
}

nav.navbar a.avatar img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
nav.navbar h5 {
  color: #ffffff;
  margin-left: 15px;
  font-size: 20px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Roboto-Light";
  font-weight: 600;
  margin-right: auto;
}

nav.wl-filter-area {
  height: 60px;
  background-color: #e6e6e6;
  top: 114px !important;
}

nav.bg-wishfinity {
  height: 114px;
}

.container-fluid {
  padding: 0px;
}

.wish-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.caption .product-name {
  height: 3em;
  overflow: hidden;
}
.caption .product-name a {
  line-height: 1em;
  font-size: 1rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  color: #333333;
}

.image-parent {
  width: 210px;
  margin-right: 5px;
}

.list-group-item {
  /* padding: 0.75rem 0.5rem 0.4rem 0.75rem; */
  background-color: #FFFFFF;
  padding: 0;
  max-height: 216px;
  min-height: 216px;
  border-right: 4px solid #e6e6e6;
}

.img-fluid {
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  max-height: 216px;
  min-height: 210px;
  width: 210px;
  margin-right: 10px;
}

.btn.we {
  background: #ff6400;
  color: #ffffff !important;
  text-transform: uppercase;
  overflow: hidden;
  width: 120px;
  font-family: "Roboto-Regular";
  font-weight: 600;
  font-size: 15px;
}
.top .title {
  line-height: 1em;
  height: 3em;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.top .title a {
  font-size: 16px;
  margin: 5px 0 15px;
  color: #333;
  font-family: "Roboto-Light";
}

.top p,
.bottom p {
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Roboto-Light";
}

p.price {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  font-size: 18px;
  color: #666666;
  max-width: 74px;
  max-height: 32px;
  overflow: hidden;
  margin-left: auto;
  font-family: "Roboto-Light";
  margin-top: 0px;
}

.btn-area {
  display: flex;
  background: #ffffff;
  padding: 5px 5px;
  justify-content: end;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 4px solid #e6e6e6;
  border-bottom: 4px solid #e6e6e6;
}

.product-image {
  max-height: 300px;
  padding-top: 20px;
}

.detail-campaign {
  background: #ffffff;
  height: 100%;
}

.caption {
  padding: 10px 16px 10px 16px;
}
.caption .product-name {
  height: 3em;
  overflow: hidden;
}
.caption .product-name a {
  line-height: 1em;
  font-size: 1rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  color: #333333;
}
.caption p.provider {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #c6c6c6;
  font-size: 14px;
}

.caption h4, .caption span {
  color: #333333;
  font-family: 'Roboto-Light';
  font-weight: 500;
  font-size: 20px;
}

div.container {
  max-width: 100%;
}

div.container.user-wl {
  background-color: #e6e6e6;
}

div.main-container {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.white-page {
  opacity: 0 !important;
}

div#products .col {
  padding: 0px;
}

img.fund-method {
  max-width: 250px;
  cursor: pointer;
}

.empty-message-container {
  margin-top: 6em;
  margin-bottom: 6em;
}

h2.empty-message {
  color: #7f7f7f;
  font-family: 'Roboto-Light';
}

.footer-wf {
  padding-right: 5px;
  border-top: 1px solid #e6e6e6;
}

h2 > span.link {
  color: #cb0076;
  font-size: 24px;
}

@media (min-width: 768px) {
  div.main-container.side-spaces {
    margin-left: 12.66667%;
    width: 74.66667%;
    max-width: 70.66667%;
  }
  .footer-wf {
    margin-left: 12.66667%;
    width: 74.66667%;
    max-width: 70.66667%;
  }
}

@media (min-width: 992px) {
  div.main-container.side-spaces {
    margin-left: 12.66667%;
      width: 74.66667%;
      max-width: 70.66667%;
  }
  .footer-wf {
    margin-left: 12.66667%;
      width: 74.66667%;
      max-width: 70.66667%;
  }
}

@media (min-width: 1200px) {
  div.main-container.side-spaces {
    margin-left: 12.66667%;
      width: 74.66667%;
      max-width: 70.66667%;
  }
  .footer-wf {
    margin-left: 12.66667%;
      width: 74.66667%;
      max-width: 70.66667%;
  }
}