.pp-no-trans {
  -webkit-transition: none;
  transition: none;
}

.pp-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pp-icon i,
.pp-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.pp-info-table-container .pp-info-table-link {
  text-decoration: none !important;
}
.pp-info-table-container .pp-info-table-sale-badge.right {
  position: absolute;
  right: -7px;
  z-index: 2;
  border-bottom-right-radius: 0 !important;
}
.pp-info-table-container .pp-info-table-sale-badge.right:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -8px;
  right: 0;
  border-bottom: 8px solid transparent;
  border-left: 8px;
  border-left-style: solid;
}
.pp-info-table-container .pp-info-table-sale-badge.left {
  position: absolute;
  left: -7px;
  z-index: 2;
  border-bottom-left-radius: 0 !important;
}
.pp-info-table-container .pp-info-table-sale-badge.left:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -8px;
  left: 0;
  border-bottom: 8px solid transparent;
  border-right: 8px;
  border-right-style: solid;
}
.pp-info-table-container .pp-info-table-sale-badge p {
  margin: 0;
  text-align: center !important;
}
.pp-info-table-container .pp-info-table-icon-inner {
  display: inline-block;
}
.pp-info-table-container .pp-info-table-icon-wrap {
  display: table;
}
.pp-info-table-container .pp-info-table-icon-wrap .pp-info-table-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}