/**
 * 2008-2025 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2025 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */


.bttn-white {
    position: relative;
    background: var(--red)!important;
    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none;
    color:#fff;
}

.bttn-white:before {
    display: none;
}

.bttn-white.active,
.bttn-white:hover {
    color: #fff
}

.bttn-white.active:before,
.bttn-white:hover:before {
    opacity: 0
}

.bttn-default,
.bttn-white {
    padding: 12px 30px;
    background-color: #fff;
    display: inline-block;
    color: #768ede;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none
}

.bttn-white {
    color: white;
}

#tfmain .bttn-default .lnr,
#tfmain .bttn-white .lnr {
    margin-right: 10px
}
#tfmain header.page-header {
    border: none!important;
    background: transparent!important;
    padding: 80px 20px 20px 20px!important;
    border-radius: 0 0 10px 10px!important;
    box-shadow: none!important;
}

#tfmain header.page-header h1 {
    font-size: 45px!important;
    font-weight: 700;
}
#module-tfprimemembershippro-primelist #tfmain header.page-header .clearfix {
    display: flex;
    align-items: center;
}

#module-tfprimemembershippro-primelist #tfmain hr{
    display: none
}
#tfmain .page-content {
    padding: 0 40px;
}
#tfmain .upper {
    text-transform: uppercase
}
#tfmain .btn.btn-primary {
background-color: #000000;
border: 0;
border-radius: 20px;
color: white;

}
#tfmain .price-box {
    border: 1px solid #000000;
    border-radius: 20px;
    background: #000000;
    overflow: hidden;
    text-align: center;
    color: #767676;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#tfmain .price-box a {
    text-decoration: none;

}

.price-body .btn-outline-primary {
    color: white;
    background-image: none;
    border: 1px solid white;
    padding: 5px 10px;
    border-radius: 30px;
}

#tfmain .price-box:hover {
    transform: scale(1.05);
}

#tfmain .price-box .price-header {
    min-height: 340px;
    background-color: #ffffff;
    padding: 30px;
    color: #393939;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#tfmain .price-box .price-header:before {
    content: none;
}



#tfmain .price-box:hover .price-header:before {
    background-color: #000000;
}

#tfmain .price-box .price-header .price-icon {
    font-size: 60px;
    margin-bottom: 10px
}

#tfmain .price-box .price-header .price-icon img {
    border-radius: 6px;
}

#tfmain .price-box .price-header h4 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 3px;
    color: #de1607;
}

#tfmain .price-box:hover .price-header h4 {
    color: black;
}

#tfmain .price-box .price-body {
    padding: 10px
}

#tfmain .price-box .price-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-left: 30px;
}

#tfmain .price-box .price-rate {
    margin-top: 5px;
    color: rgba(236,24,8,1);
    margin-bottom: 5px;
    font-size: 20px
}
#tfmain .price-box .price-rate small {
    color: white;
}

#tfmain .price-box .price-rate sup {
    top: -20px;
    font-size: 26px
}

#tfmain .price-box .price-rate .rate {
    font-size: 35px;
    font-weight: bold;
}

#tfmain .price-box .price-footer {
    margin-top: 15px;
    margin-bottom: 25px
}

#tfmain .price-box .price-footer .bttn-white {
    padding: 13px 50px
}

#tfmain .price-box .price-footer .bttn-white:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100px;
    left: 2px;
    top: 2px
}
#tfmain .bttn-white {
    right: 0;
    top: 0;
    margin-right: 0
}
#tfmain .price-list {
    max-height: 140px;
    min-height: 140px;
    overflow: auto;
}
#tfmain .tfbottom {
    margin-bottom: 20px;
}
#tfmain .presta-desc {
    margin-top: 12px;
    font-size: 14px;
    text-align: left;
    height: 120px;
    overflow:auto;
}

@media screen and (max-width:520px) {
    #tfmain header.page-header h1 {
        font-size: 30px!important;
    }

    #tfmain header.page-header {
        padding: 20px 20px 20px 20px !important;
    }
    
    #tfmain .page-content {
        padding: 0 15px;
    }
}
.presta-no-plan {
    color: #de1111;
    text-align: center;
}
.presta-bullet {
    color: #1d1c1c;
    font-size: 14px;
}
.presta-features-content {
    margin-bottom: 5px;
}
.presta-card {
    margin-top: 12px;
}
.presta-modal-footer {
    margin-top: 10px;
}
.presta-modal-close {
    float:right;
}
.presta-modal-purchase-btn {
    float:right;
    margin-right: 15px;
}
.presta-prime-features {
    list-style-type: square;
}
