[class*="pp-"] {
  position: relative;
  border: 2px solid #4b2900;
  background: #fff;
  display: inline-block; }

.pp-lot {
  margin-left: 28px;
  margin-bottom: 18px; }
  .pp-lot:before, .pp-lot:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: inherit;
    background: inherit; }
  .pp-lot:before {
    z-index: 1;
    bottom: -11px;
    left: -16px; }
  .pp-lot:after {
    z-index: 2;
    bottom: -20px;
    left: -30px; }

.pp-24 {
  width: 44px;
  height: 33px; }

.pp-100,
.pp-12 {
  width: 46px;
  height: 35px; }

.pp-300 {
  width: 49px;
  height: 37px; }

.pp-500 {
  width: 52px;
  height: 39px; }

.pp-1000 {
  width: 56px;
  height: 42px; }

.pp-2000 {
  width: 60px;
  height: 45px; }

.pp-panoramic {
  width: 87px;
  height: 39px; }

.pp-square {
  width: 50px;
  height: 50px; }

.pp-lot {
  width: 31px;
  height: 23px; }

.pp-heart {
  border: none;
  background: transparent;
  position: relative;
  width: 56px;
  height: 47px;
  overflow: hidden; }
  .pp-heart div {
    margin: auto;
    position: relative;
    width: 85%;
    height: 85%;
    z-index: 1; }
  .pp-heart:before, .pp-heart:after {
    background: #4b2900;
    height: 90%;
    bottom: 0; }
  .pp-heart div:before,
  .pp-heart div:after {
    background: white;
    height: 96%;
    bottom: -10%; }
  .pp-heart:before, .pp-heart:after,
  .pp-heart div:before,
  .pp-heart div:after {
    position: absolute;
    content: "";
    left: 50%;
    width: 50%;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }
  .pp-heart:after,
  .pp-heart div:after {
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }
