.elementor-widget-clever-pricing-table{
    text-align: center;
    .elementor-widget-container{
        position: relative;
    }
    .cafe-wrap-block-heading{
        padding:20px 15px;
        background: $bg_block;
        position: relative;
    }
    .cafe-heading{
        margin:0;
        text-transform: uppercase;
        color: $black_text;
        letter-spacing: 1px;
    }
    .cafe-wrap-price{
        padding:10px 10px 0;
        .cafe-price{
            font-size: 30px;
            font-weight: bold;
            color: $black_text;
        }
        .cafe-original-price{
            font-size: 22px;
            padding:0 5px;
        }
    }
    .cafe-wrap-list-features{
        margin:0;
        padding:15px 0;
        li{
            list-style: none;
        }
    }
    .cafe-wrap-button{
        padding:15px
    }
    .cafe-badge{
        z-index: 1;
    }
    .cafe-badge.banner{
        position: absolute;
        right: 0;
        top:0;
        .wrap-badge{
            border-bottom: 150px solid transparent;
            border-right: 150px solid;
            border-left: 150px solid transparent;
            height: 0;
            width: 0;
            display: block;
        }
        .badge-text{
            position: absolute;
            color: $white_text;
            text-transform: uppercase;
            transform: rotate(45deg);
            top: 30px;
            right:0;
            width: 100px;
        }
    }
    .badge-text{
        padding:5px;
    }
    .cafe-badge.circle{
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-align: center;
        position: absolute;
        right: 0;
        top:0;
        transform: translate(50%, -50%);
    }
}
.cafe-wrap-pricing-table{
    overflow: hidden;
    border-radius: inherit;
    &.style-1{
        display: flex;
        flex-direction: column;
        .cafe-original-price{
            margin-right: 10px;
        }
        .cafe-wrap-price{
            order:-1;
        }
        .cafe-wrap-price{
            background-color: #19333c;
            padding: 40px 0px 0px 0px;
            .cafe-price{
                color: #ffffff;
                font-size: 48px;
                font-weight: 400;
                position: relative;
                .cafe-currency{
                    position: absolute;
                    right: 100%;
                    top:18px;
                    display: block;
                    line-height: 18px;
                    font-size: 18px;
                }
            }
            .cafe-duration{
                color: #ffffff;
                font-size: 14px;
            }
        }
        .cafe-heading{
            font-size: 18px;
            color: $white_text;
            letter-spacing: 2px;
        }
        .cafe-wrap-block-heading{
            position: relative;
            padding:0 0 20px;
            color:#fff;
            background: #19333c;
            --background-color:#19333c;
            &:after, &:before{
                position: absolute;
                top:100%;
                width: 50%;
                height: 45px;
                content: '';
                display: block;
            }
            &:after{
                right: 1px;
                background-image: linear-gradient(to right bottom, var(--background-color) 0%,  var(--background-color) 50%, transparent 50%);
            }
            &:before{
                left: 1px;
                background-image: linear-gradient(to left bottom,  var(--background-color) 0%,  var(--background-color) 50%, transparent 50%);
            }
        }
        .cafe-wrap-list-features{
            padding-top:75px;
        }
    }
}