.wowe-price-table {
  position: relative;
  text-align: center;
}
.wowe-price-table .edd-cart-ajax-alert {
  display: block;
  text-align: center;
}
.wowe-price-table .edd-cart-ajax-alert .edd-cart-added-alert {
  position: relative;
}
.wowe-price-table .wowe-read-more-features {
  color: #FE55B9;
  margin-top: 10px;
  display: block;
  transition: all 0.3s ease;
}
.wowe-price-table .wowe-read-more-features:hover {
  color: #1e87f0;
}

.wowe-price-table-header {
  background: #222222;
  padding: 30px 0;
  position: relative;
}

.wowe-price-table-image {
  background: #222222;
}
.wowe-price-table-image img {
  transition: all 0.3s ease;
}

.wowe-price-table-heading {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  transition: color 0.3s ease;
}

.wowe-price-table-subheading {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  transition: color 0.3s ease;
}

.wowe-price-table-original-price {
  margin-right: 15px;
  text-decoration: line-through;
  font-size: 0.5em;
  line-height: 1;
  font-weight: 400;
  align-self: center;
  -webkit-transform: translate(var(--wowe-pt-original-price-h-offset, 0), var(--wowe-pt-original-price-v-offset, 0)) rotate(var(--wowe-pt-original-price-rotate, 0));
  transform: translate(var(--wowe-pt-original-price-h-offset, 0), var(--wowe-pt-original-price-v-offset, 0)) rotate(var(--wowe-pt-original-price-rotate, 0));
  position: absolute;
  left: 0;
}

.wowe-price-table-price {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  color: #555;
  font-weight: 800;
  font-size: 65px;
  padding: 30px 0;
  transition: all 0.3s ease;
}
.wowe-price-table-price * {
  transition: color 0.3s ease;
}

.wowe-price-table-price .elementor-typo-excluded {
  line-height: initial;
  letter-spacing: initial;
  text-transform: initial;
  font-weight: initial;
  font-size: initial;
  font-style: initial;
}

.wowe-price-table-after-price {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.wowe-price-table-integer-part {
  line-height: 0.8;
}

.wowe-price-table-currency,
.wowe-price-table-fractional-part {
  line-height: 1;
  font-size: 0.3em;
}

.wowe-price-table-currency {
  margin-right: 3px;
}

.wowe-price-table-period {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.wowe-price-table-period.wowe-price-table-period-position-below {
  margin-top: 10px;
}
.wowe-price-table-period.wowe-price-table-period-position-beside {
  margin-left: 10px;
}

.wowe-price-table-features-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  padding: 30px 0;
  transition: color 0.3s ease;
}

.wowe-price-table-features-list li {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.wowe-price-table-features-list li .wowe-price-table-feature-inner {
  margin-left: 15px;
  margin-right: 15px;
}
.wowe-price-table-features-list li .wowe-price-table-feature-inner svg {
  width: 1em;
  height: 1em;
}

.wowe-price-table-features-list span,
.wowe-price-table-features-list i,
.wowe-price-table-features-list svg {
  transition: all 0.3s ease;
}

.wowe-price-table-feature-icon {
  margin-right: 10px;
}

.wowe-price-table-footer {
  padding: 30px 0;
}

.wowe-price-table-additional_info {
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.skin-partait .wowe-price-table-features-list {
  width: 100%;
}

.wowe-pt-overflow-hidden--yes {
  overflow: hidden;
}
.wowe-pt-overflow-hidden--yes .wowe-price-table {
  overflow: hidden;
}

.wowe-price-table-divider--yes .wowe-price-table-features-list li:not(:first-child):before {
  content: "";
  display: block;
  border: 0 solid rgba(122, 122, 122, 0.3);
  margin: 10px 12.5%;
  transition: all 0.3s ease;
}

.wowe-price-table-striped--yes .wowe-price-table-features-list li:nth-of-type(odd) {
  background: #ececec;
}

.wowe-price-table-ribbon {
  position: absolute;
  top: -30px;
  left: 0;
  right: auto;
  text-align: center;
}

.wowe-price-table-ribbon-inner {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2px 10px;
  box-sizing: border-box;
  -webkit-transform: translate(var(--wowe-ribbon-h-offset, 0), var(--wowe-ribbon-v-offset, 0)) rotate(var(--wowe-ribbon-rotate, 0));
  transform: translate(var(--wowe-ribbon-h-offset, 0), var(--wowe-ribbon-v-offset, 0)) rotate(var(--wowe-ribbon-rotate, 0));
}

.wowe-price-table-ribbon.elementor-ribbon-left {
  left: 0;
  right: auto;
}

.wowe-price-table-ribbon.elementor-ribbon-center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.wowe-price-table-ribbon.elementor-ribbon-right {
  right: 0;
  left: auto;
}

.wowe-price-table-ribbon.elementor-ribbon-justify {
  left: 0;
  right: 0;
}

.skin-erect .wowe-pricing-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.skin-erect .wowe-price-table-header {
  background: #eaeaea;
  width: 100%;
}
.skin-erect .wowe-price-table-subheading,
.skin-erect .wowe-price-table-heading {
  color: #000;
}
.skin-erect .wowe-price-table-price {
  font-size: 36px;
  width: 100%;
}
.skin-erect .wowe-price-table-features-list li::before {
  display: inherit;
}
.skin-erect .wowe-price-table-footer {
  padding: 30px 0;
  width: 100%;
}
.skin-erect .wowe-price-table-period.wowe-price-table-period-position-below {
  margin-top: 5px;
}

@media (min-width: 960px) {
  .skin-erect .wowe-price-table-features-list li:before {
    display: none !important;
  }
}