.okthemes-price-table {
    text-align: center;
}

.okthemes-price-table .okthemes-price-table__header {
    padding: 45px;
}

.okthemes-price-table .okthemes-price-table__header h4,
.okthemes-price-table .okthemes-price-table__header p {
    margin: 0;
}

.okthemes-price-table .okthemes-price-table__price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 65px;
    padding: 60px 0;
    line-height: normal;
}

.okthemes-price-table .okthemes-price-table__price .okthemes-price-table__currency_symbol {
    line-height: 1;
    font-size: .3em;
    margin-right: 3px;
    align-self: flex-start;
}
.okthemes-price-table .okthemes-price-table__price .okthemes-price-table__price_integer {
    line-height: .8;
}

.okthemes-price-table .okthemes-price-table__price .okthemes-price-table__price_sup {
    line-height: 1;
    font-size: .3em;
    align-self: flex-start;
}

.okthemes-price-table .okthemes-price-table__price .okthemes-price-table__period {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.okthemes-price-table .okthemes-price-table__features-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.okthemes-price-table .okthemes-price-table__footer {
    padding: 45px 15px;
}

.okthemes-price-table .okthemes-price-table__ribbon {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px;
}

.okthemes-price-table .okthemes-price-table__ribbon-inner {
    text-align: center;
    left: 0;
    width: 200%;
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 12px;
    line-height: 2;
    font-weight: 700;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

