.bc-price-table {
    position: relative;
    text-align: center;
}
.bc-price-table .edd-cart-ajax-alert {
    display: block;
    text-align: center;
}
.bc-price-table .edd-cart-ajax-alert .edd-cart-added-alert {
    position: relative;
}
.bc-price-table-header {
    background: #222222;
    padding: 30px 0;
    position: relative;
}
.bc-price-table-image {
    background: #222222;
}
.bc-price-table-image img {
    transition: all 0.3s ease;
}
.bc-price-table-heading {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    transition: color 0.3s ease;
}
.bc-price-table-subheading {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    transition: color 0.3s ease;
}
.bc-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(--pt-original-price-h-offset, 0), var(--pt-original-price-v-offset, 0)) rotate(var(--pt-original-price-rotate, 0));
    transform: translate(var(--pt-original-price-h-offset, 0), var(--pt-original-price-v-offset, 0)) rotate(var(--pt-original-price-rotate, 0));
    position: absolute;
    left: 0;
}
.bc-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;
}
.bc-price-table-price * {
    transition: color 0.3s ease;
}
.bc-price-table-price .elementor-typo-excluded {
    line-height: initial;
    letter-spacing: initial;
    text-transform: initial;
    font-weight: initial;
    font-size: initial;
    font-style: initial;
}
.bc-price-table-after-price {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}
.bc-price-table-integer-part {
    line-height: 0.8;
}
.bc-price-table-currency,
.bc-price-table-fractional-part {
    line-height: 1;
    font-size: 0.3em;
}
.bc-price-table-currency {
    margin-right: 3px;
}
.bc-price-table-period {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    transition: color 0.3s ease;
}
.bc-price-table-period.bc-price-table-period-position-below {
    margin-top: 10px;
}
.bc-price-table-period.bc-price-table-period-position-beside {
    margin-left: 10px;
}
.bc-price-table-features-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    padding: 30px 0;
    transition: color 0.3s ease;
}
.bc-price-table-features-list li {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.bc-price-table-features-list li .bc-price-table-feature-inner {
    margin-left: 15px;
    margin-right: 15px;
}
.bc-price-table-features-list li .bc-price-table-feature-inner svg {
    width: 1em;
    height: 1em;
}
.bc-price-table-features-list i,
.bc-price-table-features-list svg {
    margin-right: 10px;
    transition: all 0.3s ease;
}
.bc-price-table-footer {
    padding: 30px 0;
}
.bc-price-table-additional_info {
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.4;
    transition: color 0.3s ease;
}
.skin-partait .bc-price-table-features-list {
    width: 100%;
}
.bc-pt-overflow-hidden--yes .elementor-widget-container,
.bc-pt-overflow-hidden--yes .bc-price-table {
    overflow: hidden;
}
.bc-price-table-divider--yes .bc-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;
}
.bc-price-table-striped--yes .bc-price-table-features-list li:nth-of-type(odd) {
    background: #ececec;
}
.bc-price-table-ribbon {
    position: absolute;
    top: -30px;
    left: 0;
    right: auto;
    text-align: center;
    width: 100%;
}
.bc-price-table-ribbon-inner {
    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(--ribbon-h-offset, 0), var(--ribbon-v-offset, 0)) rotate(var(--ribbon-rotate, 0));
    transform: translate(var(--ribbon-h-offset, 0), var(--ribbon-v-offset, 0)) rotate(var(--ribbon-rotate, 0));
}
.bc-price-table-ribbon.elementor-ribbon-left {
    left: 0;
    right: auto;
}
.bc-price-table-ribbon.elementor-ribbon-center {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.bc-price-table-ribbon.elementor-ribbon-right {
    right: 0;
    left: auto;
}
.bc-price-table-ribbon.elementor-ribbon-justify {
    left: 0;
    right: 0;
}
.elementor-widget-bc-price-table .elementor-widget-container {
    background-color: #f8f8f8;
}
.skin-erect .bc-pricing-column {
    display: flex;
    align-items: center;
    justify-content: center;
}
.skin-erect .bc-price-table-header {
    background: #eaeaea;
    width: 100%;
}
.skin-erect .bc-price-table-subheading,
.skin-erect .bc-price-table-heading {
    color: #000;
}
.skin-erect .bc-price-table-price {
    font-size: 36px;
    width: 100%;
}
.skin-erect .bc-price-table-features-list li::before {
    display: inherit;
}
.skin-erect .bc-price-table-footer {
    padding: 30px 0;
    width: 100%;
}
.skin-erect .bc-price-table-period.bc-price-table-period-position-below {
    margin-top: 5px;
}
@media (min-width: 960px) {
    .skin-erect .bc-price-table-features-list li::before {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .bc-price-table-features-list.bc-tablet {
        display: none;
    }
}
@media (min-width: 1024px) {
    .bc-price-table-features-list.bc-desktop {
        display: none;
    }
}
@media (max-width: 767px) {
    .bc-price-table-features-list.bc-mobile {
        display: none;
    }
}
