.wl .wl-pricing-table-smart {
    border: 1px solid #cccccc42;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}
.wl .wl-pricing-table-smart:hover {
    background-color: #f93dac;
    color: #fff;
}
.wl .wl-pricing-table-smart:hover .wl-pts-pricing-area,
.wl .wl-pricing-table-smart:hover .wl-pts-purchase {
    background-color: #fff;
    color: #f93dac;
}
.wl .wl-pricing-table-smart:hover .wl-pts-purchase-btn {
    color: #f93dac;
}
.wl .wl-pts-title {
    transition: 0.5s;
}
.wl .wl-pricing-table-smart:hover .wl-pts-title {
    color: #fff;
}
.wl .wl-pts-pricing-area {
    transition: 0.5s;
    background: #f93dac;
    color: #fff;
    width: 150px;
    padding: 21px 12px;
    border-radius: 0 0 145px 0;
    padding-bottom: 40px;
    padding-right: 30px;
}
.wl .wl-pts-price-area {
    font-weight: 700;
    font-size: 25px;
}
.wl .wl-pts-price-area .wl-pts-sale-on {
    font-size: 15px;
}
.wl .wl-pts-pricing-period {
    font-size: 14px;
}
.wl .wl-pts-feature-area {
    padding: 15px 15px;
    margin-top: 15px;
}
.wl .wl-pts-title {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 700;
}
.wl .wl-pts-description {
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 400;
}
.wl .wl-pts-feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    margin-left: 0;
}
.wl .wl-pts-featute {
    font-size: 13px;
    margin: 15px 0;
    font-weight: 600;
}
.wl .wl-ptsf-icon {
    transition: 0.5s;
}
.wl .wl-pts-purchase {
    transition: 0.5s;
    background-color: #f93dac;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
}
.wl .wl-pts-purchase-btn {
    transition: 0.5s;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.wl .wl-pricing-table-smart.pts-right .wl-pts-pricing-area-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}
.wl .wl-pricing-table-smart.pts-right .wl-pts-pricing-area {
    border-radius: 0 0 0 145px;
    padding-right: 10px;
    padding-left: 30px;
}
