/* EDD */
.edd_price_options {
    display: none;
}
.edd_purchase_submit_wrapper a.edd-add-to-cart {
    width: 100%;
}

/* Plans Toggle */
.plans-annual-lifetime-toggle {
    margin-bottom: 50px;
}

/* Plans Term Table */
.cs-pricing-plan-term-table {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 60px;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.10);
}

.cs-pricing-plan-term-table-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #C2CFF8;
}

@media(max-width: 991px) {
    .cs-pricing-plan-term-table-column + .cs-pricing-plan-term-table-column {
        border-top: 0;
    }
}

.cs-pricing-plan-term-table-column > div {
    padding: 30px 40px;
}

.cs-pricing-plan-term-table-heading {
    display: block;
    padding: 14px;
    text-align: center;
    color: #111827;
    background-color: #F9FAFE;
    border-bottom: 1px solid #C2CFF8;
    font-size: 0.9rem;
}

.cs-pricing-plan-term-table .cs-tabs-nav-item {
    padding: 0 !important;
}

.cs-pricing-plan-term-table .cs-tabs-nav-link {
    line-height: 2.1;
}

@media(min-width: 992px) {
    .cs-pricing-plan-term-table {
        flex-direction: row;
    }

    .cs-pricing-plan-term-table-column {
        width: fit-content;
    }

    .cs-pricing-plan-term-table-column + .cs-pricing-plan-term-table-column {
        border-left: 0;
    }
}

/* Pricing Table */
.cs-ptable-modern {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cs-ptable-modern .cs-pitem {
    width: 100%;
    border: 1px solid #C2CFF8;
}

.cs-ptable-modern .cs-pitem + .cs-pitem {
    margin-top: 45px;
}

@media(min-width: 768px) and (max-width: 989px) {
    .cs-ptable-modern .cs-pitem {
        width: 75%;
    }
}

@media(min-width: 990px) {
    .cs-ptable-modern {
        align-items: flex-end;
        flex-direction: row;
    }

    .cs-ptable-modern .cs-pitem {
        width: 33.3333%;
        border-radius: 4px;
    }

    .cs-ptable-modern .cs-pitem:nth-child(1) {
        border-right: 0;
        border-radius: 4px 0px 0px 0px;
    }

    .cs-ptable-modern .cs-pitem:nth-child(2) {
        width: 38%;
        border-radius: 4px 4px 0px 0px;
    }

    .cs-ptable-modern .cs-pitem:nth-child(3) {
        border-left: 0;
        border-radius: 0px 4px 0px 0px;
    }

    .cs-ptable-modern .cs-pitem + .cs-pitem {
        margin-top: 0;
    }
}

@media(min-width: 990px) {
    .cs-ptable-modern .cs-pitem {
        width: 31%;
    }
}

.cs-ptable-modern .cs-pitem-header {
    position: relative;
    padding: 29px 24px;
    background-color: #F9FAFE;
    border-bottom: 1px solid #C2CFF8;
    border-radius: 4px;
}

.cs-ptable-modern .cs-pitem-header h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    margin: 0;
}

.cs-ptable-modern .cs-pitem-header .most-popular-badge {
    background-color: #3FB28F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #FFF;
    padding: 4px 16px;
    border-radius: 14px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.cs-ptable-modern .cs-pitem-popular .cs-pitem-extra-space {
    height: 12px;
}

.cs-ptable-modern .cs-pitem-body {
    padding: 40px 25px 40px;
}

.cs-ptable-modern .cs-pitem-subtitle {
    color: #131A2B;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.cs-ptable-modern .cs-pitem-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.cs-ptable-modern .cs-pitem-price.slash-trough {
    margin-top: -15px;
}

.cs-ptable-modern .cs-pitem-price.slash-trough .price-wrapper {
    position: relative;
    margin-right: 0;
}

.cs-ptable-modern .cs-pitem-price.slash-trough .price-wrapper:before {
    content: '';
    position: absolute;
    top: 55%;
    left: -7px;
    transform: translate3d(0, -50%, 0);
    width: calc( 100% + 15px );
    border-top: 3px solid #111827;
}

.cs-ptable-modern.lifetime .slash-trough {
    display: none;
}

.cs-ptable-modern .cs-pitem-price .price-wrapper {
    display: flex;
    margin-right: 12px;
}

.cs-ptable-modern .cs-pitem-price .price-wrapper .symbol {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #111827;
    margin-right: 10px;
    margin-top: 3px;
}

.cs-ptable-modern .cs-pitem-price.slash-trough .price-wrapper .symbol {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #111827;
    margin-right: 5px;
}

.cs-ptable-modern .cs-pitem-price .price-wrapper .value {
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    color: #111827;
}

.cs-ptable-modern .cs-pitem-price.slash-trough .price-wrapper .value {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #111827;
}

.cs-ptable-modern .cs-pitem-price .label {
    color: #6B7280;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.cs-ptable-modern .cs-pitem-extras {
    margin-bottom: 32px;
}

.cs-ptable-modern .cs-pitem-extras + .cs-pitem-extras {
    margin-top: -15px;
}

.cs-ptable-modern .cs-pitem-extras > strong {
    display: block;
    color: #161D25;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0px;
    margin-bottom: 17px;
}

.cs-ptable-modern .cs-pitem-extras .extras-item label {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    cursor: pointer;
}

.cs-ptable-modern .cs-pitem-extras .extras-item .cs-pitem-extras-tooltip {
    position: absolute;
    display: block;
    bottom: 100%;
    left: 50%;
    background-color: rgba(17, 24, 39, 0.8);
    border-radius: 4px;
    width: 100vw;
    max-width: 370px;
    color: #FFF;
    padding: 20px;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    transform: translate3d(-50%, -5px, 0);
    opacity: 0;
    visibility: hidden;
    transition: ease transform 300ms, ease opacity 300ms;
}

.cs-ptable-modern .cs-pitem-extras .extras-item .cs-pitem-extras-tooltip:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    border-top: 10px solid rgba(17, 24, 39, 0.8);;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.cs-ptable-modern .cs-pitem-extras .extras-item .cs-pitem-extras-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 24px;
}

.cs-ptable-modern .cs-pitem-extras .extras-item .cs-pitem-extras-tooltip a {
    display: inline-flex;
    color: #FFF;
    font-weight: 500;
    font-size: inherit;
    margin-top: 7px;
}

.cs-ptable-modern .cs-pitem-extras .extras-item .cs-custom-checkbox:hover .cs-pitem-extras-tooltip {
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, -20px, 0);
}

.cs-custom-checkbox.no-check {
    padding-left: 0;
    cursor: default !important;
}

.cs-custom-checkbox.no-check:before {
    content: none;
}

.cs-ptable-modern .cs-pitem-buy-button {
    display: block;
    margin-bottom: 30px;
}

.cs-ptable-modern .cs-pitem-features {
    text-align: left;
    padding: 0;
    margin: 0;
    min-height: 84px;
}

.cs-ptable-modern .cs-pitem-features li {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    list-style: none;
    color: #111827;
}

.cs-ptable-modern .cs-pitem-features li + li {
    margin-top: 15px;
}

.cs-ptable-modern .cs-pitem-features li .all-features-link {
    display: inline-flex;
    align-items: center;
    color: #4769D8;
}

.cs-ptable-modern .cs-pitem-features li .svg-check {
    margin-right: 10px;
}

.cs-ptable-modern .cs-pitem-features li .svg-goto {
    margin-left: 10px;
}

.cs-ptable-modern.lifetime .cs-pitem-lifetime-support-box {
    display: block;
}

.cs-pitem-lifetime-support-box {
    display: none;
    background-color: #F2F6FF;
    border: 1px solid #C2CFF8;
    padding: 15px;
    text-align: left;
    margin-top: 30px;
}

@media(min-width: 1025px) {
    .cs-ptable-modern .cs-pitem:nth-child(2) .cs-pitem-lifetime-support-box {
        padding-right: 100px;
    }
}

.cs-pitem-lifetime-support-box strong {
    display: block;
    color: #212121;
    font-size: 0.7rem;
    margin-bottom: 13px;
}

.cs-pitem-lifetime-support-box p {
    color: #111827;
    font-size: 0.7rem;
}

/* Guarantee */
.guarantee {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #F9FAFE;
    border: 1px solid #C2CFF8;
    border-radius: 0px 0px 4px 4px;
    border-top: 0;
    padding: 40px 30px;
}

.guarantee svg {
    width: 180px;
    margin: 0 auto 30px;
}

.guarantee h4 {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #111827;
}

.guarantee p {
    font-size: 16px;
    line-height: 31px;
}

@media screen and (min-width: 990px) {
    .guarantee {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
    }

    .guarantee svg {
        width: 190px;
        height: auto;
        margin-right: 40px;
    }
}

@media screen and (min-width: 1240px) {
    .guarantee svg {
        width: 300px;
        margin-top: -20px;
    }
}

@media screen and (max-width: 989px) {
    .guarantee {
        margin-top: 50px;
        border-top: 1px solid #C2CFF8;
    }
}

/* Plans Info */
.plans-info {
	display: flex;
	gap: 10px;
	background-color: #F9FAFE;
	border: 1px solid #C2CFF8;
	border-radius: 4px;
	padding: 20px;
	text-align: left;
    margin-top: 20px;
}
.plans-info p {
	font-size: 15px;
	line-height: 28px;
	margin: 0;
	color: #111827;
}