.wpb-price-table {
  position: relative;
  display: block;
  background-color: #eeeeee;
  margin: 0 auto;
}

.wpb-price-table-ribbon {
  width: 200px;
  background: #23A455;
  position: absolute;
  text-align: center;
  line-height: 50px !important;
  color: #ffffff;
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpb-price-table-vertical {
  position: absolute;
  top: 0;
  background: #23A455;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding: 15px;
  z-index: 1;
  line-height: 1;
}
.wpb-price-table-vertical.v-left {
  left: 0;
}
.wpb-price-table-vertical.v-right {
  right: 0;
}

.wpb-price-table-horizontal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.wpb-price-table-header {
  background-color: #666666;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpb-price-table-header i {
  text-align: center;
  display: block;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 40px;
}

.wpb-price-table-title {
  text-align: center;
  display: block;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.wpb-price-table-title:before {
  display: none;
}
.wpb-price-table-title:after {
  display: none;
}

.wpb-price-table-desc {
  text-align: center;
  display: block;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.wpb-price-table-subheader {
  display: block;
  text-align: center;
  padding: 30px 20px;
}

.wpb-price-table-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wpb-price-table-original-price,
.wpb-price-table-price-prefix,
.wpb-price-table-price-suffix {
  line-height: 1.5;
}

.wpb-price-table-price-value {
  font-size: 60px;
  font-weight: 800;
  margin: 0 3px;
}

.wpb-price-table-original-price {
  margin: 0 3px;
}

.wpb-price-table-period span {
  display: block;
  line-height: 1;
}

.wpb-price-table-content {
  padding: 0 20px;
}

ul.wpb-price-table-features {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
ul.wpb-price-table-features li {
  margin: 0 12%;
  padding: 5px 0;
  border-bottom: 0px solid transparent;
}
ul.wpb-price-table-features li:last-child {
  border: none !important;
}

ul.wpb-price-table-features li i {
  vertical-align: middle;
}
ul.wpb-price-table-features li span {
  vertical-align: middle;
}

.wpb-price-table-footer {
  display: block;
  text-align: center;
  padding: 30px 20px;
}

.wpb-price-table-footer-desc {
  display: block;
}

body.rtl .wpb-price-table-ribbon {
  top: 25px;
  right: auto;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
