#whats-included {
    margin-bottom: 20px;
}

.plan-col {
    padding: 0 10px;
}

.plan-one {
    border-radius: 12px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    transition: none;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 3px, rgba(0, 0, 0, 0.08) 0px 0px 0px 3px;
    background: rgba(var(--green-rgb), 0.2);
}

.plan-one:hover {
    animation: planHighlightGlow 0.25s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 3px, rgba(var(--green-rgb), 0.8) 0px 0px 0px 3px;
    transform: scale(1.01);
    transition: all 0.25s ease;
}

.plan-one.highlight {
    animation: planHighlightGlow 0.25s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 3px, rgba(var(--orange-rgb), 0.8) 0px 0px 0px 3px;
    transform: scale(1.01);
    transition: all 0.25s ease;
}

.plan-one.popular::after {
    content: attr(data-popular);
    background: var(--orange);
    width: fit-content;
    padding: 3px 15px;
    border-radius: 15px;
    color: #fff;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 600;
}

.plan-one .plan-name {
    padding: 20px 0 10px 0;
    font-size: 20px;
    border-bottom: 1px solid #c8ffba;
    font-weight: 600;
    line-height: 1;
}

.plan-one .plan-price {
    margin: 0 0 12px 0;
    position: relative;
}

.plan-one .plan-description {
}

#plans .section-header .show-more {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: -5px;
}

.plan-one .plan-price .main-price {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    right: 17px;
}

.plan-one .plan-price .main-price .currency-icon {
    line-height: 0;
    font-weight: 600;
    color: var(--orange);
}

.plan-one .plan-price .main-price .currency-code {
    font-size: 40%;
    line-height: 0;
    font-weight: 600;
    color: var(--orange);
    position: absolute;
    top: 15px;
    margin-left: 5px;
}

.plan-one .plan-price .main-price .current-price {
    color: var(--green);
}

.plan-one .plan-price .main-price .duration {
    font-size: 40%;
    font-weight: 600;
    color: var(--orange);
    position: absolute;
    bottom: 6px;
    margin-left: 5px;
}

.plan-one .plan-price .saved-amount {
    font-size: 16px;
    margin-bottom: 0;
}

.plan-one .plan-price .saved-amount .green {
    font-size: 16px;
    font-weight: 600;
}

.plan-one .plan-price .saved-amount .orange {
    font-size: 18px;
    font-weight: 600;
}

.plan-one .select-term {
    font-size: .875rem;
    font-weight: bolder;
    color: var(--green);
    outline: 0;
    border: none;
    border-radius: 0;
    padding: 8px;
    width: 80%;
}

.plan-one .plan-button {
    margin: 20px 0;
}

.plan-one .plan-button .plan-btn {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: .625rem 0;
    background: var(--green);
    cursor: pointer;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
    border: 0;
    outline: unset;
}

.plan-one .plan-button .plan-btn:hover {
    background: var(--orange);
}

.plan-one .plan-lists {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.plan-one .plan-lists li {
    list-style: none;
    font-size: 14px;
    text-align: start;
    position: relative;
    padding-inline-start: 34px;
}

.plan-one .plan-lists li::before {
    content: '\F633';
    position: absolute;
    left: 17px;
    top: 4px;
    border-radius: 50%;
    font-family: bootstrap-icons;
    font-size: 10px;
    line-height: 1;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    width: 12px;
    height: 12px;
    align-items: center;
    color: var(--orange);
    background: var(--green);
}

.plan-one .plan-lists li + li {
    margin-top: 7px;
}

.plan-one .plan-lists li a,
.plan-one .plan-lists li a:hover {
    color: var(--green);
    text-decoration: underline;
}

@media (min-width: 1360px) {
    /*.plan-one .plan-price .main-price {*/
    /*    font-size: 48px;*/
    /*}*/

    /*.plan-one .plan-price .main-price .currency-code {*/
    /*    font-size: 40%;*/
    /*    top: 19px;*/
    /*    margin-left: 5px;*/
    /*}*/

    /*.plan-one .plan-price .main-price .duration {*/
    /*    font-size: 40%;*/
    /*    bottom: 8px;*/
    /*    margin-left: 5px;*/
    /*}*/

    /*.plan-one .plan-price .saved-amount .green {*/
    /*    font-size: 20px;*/
    /*}*/

    /*.plan-one .plan-price .saved-amount .orange {*/
    /*    font-size: 22px;*/
    /*}*/
}

#products .plan-price .main-price.quarterly,
#products .plan-price .main-price.semiannually,
#products .plan-price .main-price.annually
{
    display: none;
}

#order-hostproto_cart .all-features {
    margin-bottom: 15px;
}

#order-hostproto_cart .whats-included {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 3px, rgba(0, 0, 0, 0.08) 0px 0px 0px 3px;
    background: rgba(var(--green-rgb), 0.2);
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.65s ease,
    opacity 0.35s ease,
    transform 0.35s ease,
    padding 0.65s ease,
    margin 0.65s ease;
}

#order-hostproto_cart .whats-included.open {
    max-height: 1000px;     /* big enough for content */
    opacity: 1;
    transform: translateY(0);
}

#order-hostproto_cart .whats-included ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

#order-hostproto_cart .whats-included ul li {
    position: relative;
    padding: 5px;
    padding-inline-start: 30px;
    width: 100%;
    display: block;
    line-height: 1;
}

#order-hostproto_cart .whats-included ul li:before {
    color: #fff;
    background: var(--green);
    content: '\F633';
    position: absolute;
    left: 8px;
    top: 5px;
    border-radius: 50%;
    font-family: bootstrap-icons;
    font-size: 11px;
    line-height: 1;
    display: flex;
    justify-content: center;
    width: 16px;
    height: 16px;
    align-items: center;
}