@import "../settings/_mixins";
@import "../settings/_variables";

.dnetor-pricing-table {
    overflow: hidden;
    position: relative;
    padding: 30px;
    border-radius: 16px;
    @include box-shadow(0 0 15px 0 rgba(0,0,0,0.1));
    background-color: #fff;
    &.dnetor-layout-01{
        .dnetor-pricing-checkout-description{
            margin-bottom: 25px;
        }
        .dnetor-pricing-price-description{
            margin-bottom: 0;
        }
    }
    &.dnetor-layout-02{
        .dnetor-pricing-button-checkout{
            margin-bottom: 0;
        }
    }
    &.dnetor-layout-03 {
        overflow: unset;
        .dnetor-pricing-table-title {
            position: absolute;
            color: $accent_color;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 32px;
            border: 1px solid #d9d9d9;
            padding: 3px 25px;
            border-radius: 35px;
            left: 50%;
            top: 0;
            @include transform( translate(-50%, -50%));
            background-color: #fff;
            margin-bottom: 0;
        }
    }

    &.dnetor-featured-01{
        .dnetor-featured {
            position: absolute;
            top: 10px;
            right: 20px;
            padding: 4px 16px;
            border-radius: 50px;
            color: #fff;
            background-color: $accent_color;
        }
    }

    &.dnetor-featured-02 {
        .dnetor-featured {
            background-color: #ffc824;
            color: #fff;
            white-space: nowrap;
            position: absolute;
            padding: 6px 10px;
            transform: rotate(45deg) translate(38px,-6px);
            text-align: center;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 500;
            right: 0;
            top: 0;
            box-shadow: 0 3px 7px rgb(0 5 41/10%);
            width: 130px;
        }
    }

    .dnetor-pricing-table-icon {
        font-size: 30px;
        padding: 20px;
        background-color: $accent_color;
        color: #fff;
        display: inline-block;
        border-radius: 50%;
        margin-bottom: 15px;
        svg,
        i {
            width: 1em;
            height: 1em;
            text-align: center;
            display: block;
        }
    }
    .dnetor-pricing-table-image {
        margin-bottom: 15px;
    }
    .dnetor-pricing-table-title {
        color: $accent_color;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }
    .dnetor-pricing-table-price {
        font-weight: 500;
        font-size: 20px;
        color: #111;
        .dnetor-price-currency,
        .dnetor-price-number{
            font-size: 48px;
        }

        .dnetor-price-period {
            font-weight: 500;
        }
    }
    .dnetor-price-number {
        font-size: 30px;
    }
    .dnetor-pricing-table-list {
        margin-top: 15px;
        margin-bottom: 0;
        padding: 20px 0 0 0;
        border-top: 1px solid #d9d9d9;
        list-style: none;
        li {
            margin: 6px 0;
        }
        .dnetor-icon {
            color: $accent_color;
            font-size: 14px;
            margin-right: 5px;
        }
    }

    .dnetor-pricing-table-title{
        margin-bottom: 0;
        margin-top: 0;
    }

    .dnetor-pricing-table-subtitle{
        margin-bottom: 0;
    }

    .dnetor-pricing-price-description {
        margin-bottom: 30px;
    }

    .dnetor-pricing-checkout-description {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .dnetor-btn {
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}

