/***<<--- Pricing Table Transition --->>***/

.wdt-pricing-table-holder,
.wdt-pricing-table-holder>div,
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a,
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle,
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon,
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text,
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after,
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span,
.wdt-pricing-table-holder .wdt-content-image a,
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button,
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button>a,
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-pricing-table-footer-description,
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header']:before,
.wdt-pricing-table-holder[class*='-template-list'],
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-features,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer {
    -webkit-transition: var(--wdt-elementor-base-transition);
    transition: var(--wdt-elementor-base-transition);
}

/***<<--- Pricing Table Common --->>***/

.wdt-pricing-table-holder {
    position: relative;
    z-index: 0;

    border-width: 0;
    border-style: solid;
    border-color: transparent;
}

.wdt-pricing-table-holder:not([class*='-template-default'] ) > div:not(:last-child) {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

/***<<--- Pricing Table Media - Image & Icon Element --->>***/

.wdt-pricing-table-holder div[class*='-table-media'] {
    position: relative;
}

/* Pricing Table Media - Image Element */

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image-wrapper,
.wdt-pricing-table-holder .wdt-content-image-wrapper .wdt-content-image,
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image>span,
.wdt-pricing-table-holder .wdt-content-image>a {
    display: inline-flex;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image>span>img,
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image>a>img {
    -webkit-border-radius: inherit;
    border-radius: inherit;

    width: 100%;
    height: 100%;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span {
    position: relative;

    display: inline-block;

    width: 120px;
    height: 120px;

    background-position: center;
    background-size: cover;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;

    content: '';

    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span:before {
    background-color: rgba(0, 0, 0, .2);
}

/* Pricing Table Media - Icon Element */

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon {
    display: inline-block;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 1.125rem;

    position: relative;
    z-index: 0;

    display: inline-block;

    width: 45px;
    height: 45px;

    text-align: center;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span i {
    position: relative;

    display: inline-flex;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px;

    place-content: center;
    place-items: center;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span svg {
    width: 1em;
    height: 1em;

    fill: currentColor;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: auto;
    height: auto;

    content: '';

    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdt-elementor-color-white);
}

.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span:before {
    background-color: var(--wdt-elementor-color-secondary);
}

/***<<--- Pricing Table Header - Title & Subtitle Element --->>***/

.wdt-pricing-table-holder div[class*='-table-header'] {
    position: relative;
}

.wdt-pricing-table-holder div[class*='-table-header']>div:not(:last-child) {
    margin-bottom: 10px;
}

.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 {
    font-size: 1.25em;

    margin-top: 0;
    margin-bottom: 0;

    text-transform: none;
}

.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a {
    -webkit-transition: inherit;
    transition: inherit;
}

.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a {
    color: var(--wdt-elementor-color-primary);
}

.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a:hover {
    color: var(--wdt-elementor-color-accent);
}

.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle {
    font-size: 1rem;

    letter-spacing: .05em;

    color: var(--wdt-elementor-color-secondary);
}

/***<<--- Pricing Table Footer - Description & Button Element --->>***/

.wdt-pricing-table-holder div[class*='-table-footer'] {
    position: relative;

    display: inline-block;

    width: 100%;
}

.wdt-pricing-table-holder div[class*='-table-footer']>div:not(:last-child) {
    margin-bottom: 20px;
}

/* Pricing Table Footer - Button Element */

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button {
    position: relative;
    z-index: 0;
}

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a {
    font-family: var(--wdtFontTypo_Base);
    font-weight: var(--wdtFontWeight_Ext);
    line-height: var(--wdtLineHeight_Ext);
    font-size: var(--wdtFontSize_Base);
    text-transform: capitalize;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    padding: var(--wdtPadding_Btn);
    padding-right: 3.7em;

    border: 0;
    -webkit-border-radius: var(--wdtRadius_Part);
    border-radius: var(--wdtRadius_Part);    

    background-color: var(--wdtLinkColor);
    color: var(--wdtAccentTxtColor);
    box-shadow: 0 0 0 4px rgb(var(--wdtLinkHoverColorRgb), 0.3), inset 0 0 0 3px rgb(var(--wdtLinkHoverColorRgb), 0.3);
    -webkit-box-shadow: 0 0 0 4px rgb(var(--wdtLinkHoverColorRgb), 0.3), inset 0 0 0 3px rgb(var(--wdtLinkHoverColorRgb), 0.3);
}

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a::before {
    content: '\e800';
    font-family: "wdt-alt-icons";
    font-size: 0.5em;
    position: absolute;
    right: 2.6em;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
    color: var(--wdtHeadAltColor);
    z-index: 1;
}
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a::after {
    content: '';
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    font-size: 0.5em;
    width: 5em;
    height: 5em;
    margin-left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);

    background-color: var(--wdtLinkHoverColor);
    box-shadow: inset 0 0 0 1.5px var(--wdtLinkHoverColor), inset 0 0 0 3px var(--wdtLinkColor);
    -webkit-box-shadow: inset 0 0 0 1.5px var(--wdtLinkHoverColor), inset 0 0 0 3px var(--wdtLinkColor);

    position: absolute;
    right: 0.65em;
}

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button.fullwidth {
    display: inline-flex;
    width: 100%;
}

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button.fullwidth > a {
    width: 100%;
}

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button:not(.fullwidth) {
    margin-bottom: 0;
}

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a:hover {
    background-color: var(--wdtAccentTxtColor);
    color: var(--wdtLinkColor);

    box-shadow: 0 0 0 4px rgb(var(--wdtLinkColorRgb), 0.04), inset 0 0 0 3px rgb(var(--wdtLinkColorRgb), 0.1);
    -webkit-box-shadow: 0 0 0 4px rgb(var(--wdtLinkColorRgb), 0.04), inset 0 0 0 3px rgb(var(--wdtLinkColorRgb), 0.1);
}

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a:hover::before {
    color: var(--wdtAccentTxtColor);
    animation: wdt-button-arrow 0.3s linear;
    -webkit-animation: wdt-button-arrow 0.3s linear;
}

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a:hover::after {
    background-color: var(--wdtLinkColor);
    box-shadow: inset 0 0 0 1.5px var(--wdtLinkColor), inset 0 0 0 3px var(--wdtAccentTxtColor);
    -webkit-box-shadow: inset 0 0 0 1.5px var(--wdtLinkColor), inset 0 0 0 3px var(--wdtAccentTxtColor);
}

/* Pricing Table Footer - Description Element */

.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-pricing-table-footer-description {
    position: relative;
    z-index: 0;

    padding: 0 10px;
}

/***<<--- Pricing Table Pricing - Original & Sales Price --->>***/

.wdt-pricing-table-holder .wdt-pricing-table-pricing {
    font-size: 1em;
    line-height: 1em;

    position: relative;

    margin: 0;
    padding: 0;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-original {
    font-size: .8em;
    font-weight: 400;
    line-height: 1;

    display: inline-flex;
    -ms-flex-item-align: center;
    flex-wrap: wrap;

    margin-right: 15px;

    text-decoration: line-through;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale {
    display: inline-table;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale>span {
    display: table-cell;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-suffix.below {
    display: block;

    width: 100%;
    padding-top: 5px;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction {
    padding-left: 5px;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix {
    padding-right: 5px;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix {
    padding-left: 5px;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix:last-child,
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-price+.wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction+.wdt-pricing-table-pricing-prefix {
    padding-right: 0;
    padding-left: 5px;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction {
    line-height: 1;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing {
    color: var(--wdtHeadAltColor);
}

/***<<--- Pricing Table features - Features --->>***/
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li {
    font-size: inherit;
    line-height: 1;

    position: relative;

    margin: 0;
    padding: 0;
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after {
    display: inline-block;
    clear: both;

    width: 100%;

    content: '';
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon {
    display: inline-block;
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text {
    clear: both;
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text:not(:only-child) {
    padding-left: 14px;
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li[class*='-feature-excluded'] {
    opacity: 0.45;
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon:empty {
    display: none;
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-included .wdt-pricing-table-features-list-icon {
    color: var(--wdtHeadAltColor);
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded .wdt-pricing-table-features-list-icon {
    color: var(--wdtHeadAltColor);
}

.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text {
    color: var(--wdtHeadAltColor);
}

/***<<--- Pricing Table Badges - Badges Types --->>***/

.wdt-pricing-table-holder div[class*='-table-badge']:not(.type4) {
    font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem); /* Min-14 & Max-16 */
    font-weight: var(--wdtFontWeight_Base);
    line-height: 1;

    position: absolute;

    margin: 0;

    /* border: 1px solid var(--wdtBorderColor); */
    background: var(--wdtHeadAltColor);
    color: var(--wdtAccentTxtColor);
}

.wdt-pricing-table-holder div[class*='-table-badge'] {
    z-index: 1;
}

.wdt-pricing-table-holder div[class*='-table-badge'].left {
    right: auto;
    left: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem); /* Min-10 & Max-15 */
}

.wdt-pricing-table-holder div[class*='-table-badge'].right {
    right: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem); /* Min-10 & Max-15 */
    left: auto;
}

.wdt-pricing-table-holder div[class*='-table-badge'].type1 {
    top: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem); /* Min-10 & Max-15 */
    padding: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem) clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);  /* Min-8 & Max-10 */ /* Min-20 & Max-28 */
    border-radius: var(--wdtRadius_Part);
    -webkit-border-radius: var(--wdtRadius_Part);
}

.wdt-pricing-table-holder div[class*='-table-badge'].type2 {
    top: 30px;

    padding: 8px 15px;
}

.wdt-pricing-table-holder div[class*='-table-badge'].type2:after {
    position: absolute;
    z-index: 9;
    top: calc(-1 * clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem)); /* Min-10 & Max-15 */

    width: 0;
    height: 0;

    content: '';

    opacity: .9;
    border-bottom: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem) solid var(--wdt-elementor-color-secondary); /*15px - 10px*/
}

.wdt-pricing-table-holder div[class*='-table-badge'].type2.left {
    right: auto;
    left: calc(-1 * clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem)); /* Min-10 & Max-15 */
}

.wdt-pricing-table-holder div[class*='-table-badge'].type2.right {
    right: calc(-1 * clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem)); /* Min-10 & Max-15 */
    left: auto;
}

.wdt-pricing-table-holder div[class*='-table-badge'].type2.left:after {
    right: auto;
    left: 0;

    border-left: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem) solid transparent; /*15px - 10px*/
}

.wdt-pricing-table-holder div[class*='-table-badge'].type2.right:after {
    right: 0;
    left: auto;

    border-right: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem) solid transparent; /*15px - 10px*/
}

.wdt-pricing-table-holder div[class*='-table-badge'].type3 {
    /* font-weight: 500; */

    top: -1px;

    width: auto;
    padding: 20px 12px;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    letter-spacing: 1.5px;
    text-transform: uppercase;

    border-radius: 50px 50px 0 0;

    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
}

.wdt-pricing-table-holder div[class*='-table-badge'].type4 {
    position: absolute;
    top: 0;

    overflow: hidden;

    width: 100px;
    height: 100px;
    margin: 0;
}

.wdt-pricing-table-holder div[class*='-table-badge'].type4.left {
    right: auto;
    left: 0;

    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.wdt-pricing-table-holder div[class*='-table-badge'].type4.right {
    right: 0;
    left: auto;

    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wdt-pricing-table-holder div[class*='-table-badge'].type4 .wdt-pricing-table-badge-inner {
    font-size: calc(var(--wdtFontSize_Base) - 2px);

    display: inline-block;

    width: 150%;
    margin-top: 35px;
    padding: 6px 12px;

    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: rotate(45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: var(--wdtAccentTxtColor);
    background: var(--wdtHeadAltColor);
}

/* price below title */
.wdt-pricing-table-holder .wdt-pricing-table-pricing > .wdt-pricing-table-price-title {
    font-family: var(--wdtFontTypo_Base);
    font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem); /* Min-14 & Max-16 */
    font-weight: var(--wdtFontWeight_Base);
    line-height: var(--wdtLineHeight_Base);
    color: var(--wdtBodyTxtColor);
}

/* dark bg */
.wdt-dark-bg .wdt-pricing-table-holder .wdt-pricing-table-pricing,
.wdt-dark-bg .wdt-pricing-table-holder div[class*="-table-features"] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text,
.wdt-dark-bg .wdt-pricing-table-holder div[class*="-table-features"] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-included .wdt-pricing-table-features-list-icon,
.wdt-dark-bg .wdt-pricing-table-holder div[class*="-table-features"] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded .wdt-pricing-table-features-list-icon {
    color: var(--wdtAccentTxtColor);
}

.wdt-dark-bg .wdt-pricing-table-holder div[class*="-table-footer"] .wdt-content-button > a {
    background-color: var(--wdtLinkHoverColor);
    color: var(--wdtHeadAltColor);

    box-shadow: 0 0 8px 4px rgb(var(--wdtLinkColorRgb),0.5), inset 0 0 0 3px rgb(var(--wdtLinkColorRgb),0.4);
  -webkit-box-shadow: 0 0 8px 4px rgb(var(--wdtLinkColorRgb),0.5), inset 0 0 0 3px rgb(var(--wdtLinkColorRgb),0.4);
}

.wdt-dark-bg .wdt-pricing-table-holder div[class*="-table-footer"] .wdt-content-button > a:hover {
    background-color: var(--wdtAccentTxtColor);
}

.wdt-dark-bg .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a::after {
    background-color: rgba(var(--wdtLinkColorRgb),0.2);
    box-shadow: inset 0 0 0 1.5px rgba(var(--wdtLinkColorRgb),0.2), inset 0 0 0 3px var(--wdtLinkHoverColor);
    -webkit-box-shadow: inset 0 0 0 1.5px rgba(var(--wdtLinkColorRgb),0.2), inset 0 0 0 3px var(--wdtLinkHoverColor);
}

.wdt-dark-bg .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a:hover::before {
    color: var(--wdtLinkColor);
}

.wdt-dark-bg .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a:hover::after {
    background-color: rgba(var(--wdtLinkColorRgb),0.2);
    box-shadow: inset 0 0 0 1.5px rgba(var(--wdtLinkColorRgb),0.2), inset 0 0 0 3px var(--wdtLinkHoverColor);
    -webkit-box-shadow: inset 0 0 0 1.5px rgba(var(--wdtLinkColorRgb),0.2), inset 0 0 0 3px var(--wdtAccentTxtColor);
}



/***<<--- Pricing Table Type - Default Template --->>***/

.wdt-pricing-table-holder[class*='-template-default'] {
    padding: clamp(2.1875rem, 2rem + 0.9375vw, 3.125rem) clamp(1.25rem, 0.9375rem + 1.5625vw, 2.8125rem); /* 50 - 35 */ /* 45 - 20 */
    border: 1px solid var(--wdtBorderColor);
    border-radius: var(--wdtRadius_2X);
    -webkit-border-radius: var(--wdtRadius_2X);
    background-color: var(--wdtTertiaryColor);
    height: 100%;
}

.wdt-pricing-table-holder[class*='-template-default']:has( > .wdt-pricing-table-badge:is(.type2, .type3, .type4)  ) {
    padding-top: 80px;
}

.wdt-pricing-table-holder[class*='-template-default']:hover {
    background-color: var(--wdtPrimaryColor);
}

.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span {
    width: 50px;
    height: 50px;
}

.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-header'] .wdt-content-title h5 {
    font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem); /* Min-20 & Max-30 */
    text-transform: uppercase;
    font-family: var(--wdtFontTypo_H3);
    font-weight: var(--wdtFontWeight_H3);
    line-height: var(--wdtLineHeight_H3);
    margin-bottom: 0;
}

.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing {
    font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem); /* Min-20 & Max-36 */ 
    font-family: var(--wdtFontTypo_H3);
    font-weight: var(--wdtFontWeight_H3);
    line-height: var(--wdtLineHeight_H3);

    display: inline-block;
    max-width: max-content;
    vertical-align: bottom;
    margin-right: 15%;
}

.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, auto));
    gap: 20px;
    justify-content: space-between;
}

.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after {
    display: none;
}

.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon {
    font-size: clamp(1.5rem, 1.475rem + 0.125vw, 1.625rem); /* Min-24 & Max-26 */
    vertical-align: sub;
}

.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text {
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem); /* Min-16 & Max-18 */
    letter-spacing: normal;
}

.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix {
    font-size: clamp(0.875rem, 0.725rem + 0.75vw, 1.625rem); /* Min-14 & Max-26 */
}

.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing .wdt-pricing-table-pricing-original {
    vertical-align: top;
}

.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale .wdt-pricing-table-pricing-prefix {
    vertical-align: top;
}

.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale .wdt-pricing-table-pricing-sale-fraction {
    vertical-align: baseline;
}

.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer:last-child {
    margin-top: 15px;
    margin-bottom: 10px;

    display: inline-flex;
    max-width: max-content;
}

.wdt-pricing-table-holder[class*='-template-default'] > .wdt-pricing-table-features { 
    margin-top: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem); /* 30 - 20 */
    margin-bottom: 30px;
    width: 100%;
}

.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-header'] .wdt-content-title h5 a {
    color: var(--wdtLinkColor);
}

/* badge */
.wdt-pricing-table-holder[class*='-template-default'] div[class*="-table-badge"].type1 {
    background: var(--wdtBodyBGColor);
    color: var(--wdtHeadAltColor);
    border: 1px solid var(--wdtBorderColor);
}


/***<<--- Pricing Table Type - Classic Template --->>***/

/* item */
.wdt-pricing-table-holder[class*='-template-classic'] {
    padding: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem) clamp(1.25rem, 1rem + 1.25vw, 2.5rem); /* Min-30 & Max-40 */ /* Min-20 & Max-40 */
    border: 2px solid var(--wdtBorderColor);
    background-color: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_2X);
    -webkit-border-radius: var(--wdtRadius_2X);
}

/* pricing */
.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-pricing {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem); /* Min-24 & Max-40 */
    font-weight: var(--wdtFontWeight_Ext);
    font-family: var(--wdtFontTypo_Alt);
    line-height: var(--wdtLineHeight_Ext);
}

.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-pricing div[class*="-table-pricing-sale"] .wdt-pricing-table-pricing-suffix {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); /* Min-16 & Max-20 */
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale > span.wdt-pricing-table-pricing-sale-price {
    position: relative;
}

.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale > span.wdt-pricing-table-pricing-sale-price:after {
    display: inline-block;
    content: "/";
    position: relative;
}

/* badge */
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge']:not(.type4),
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge'].type4 .wdt-pricing-table-badge-inner {
    background-color: var(--wdt-elementor-color-primary);
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge'].type2:after {
    border-bottom-color: var(--wdt-elementor-color-primary);
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge'] {
    z-index: 2;
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge'].type2:after {
    opacity: .7;
}


/* title */
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header'] .wdt-content-title h5 a {
    color: var(--wdt-elementor-color-secondary);
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header'] .wdt-content-title h5 {
    font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem); /* Min-22 & Max-30 */
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header'] {
    border-width: 1px 0;
    border-style: solid;
    border-color: rgb(var(--wdtBorderColorRgb),0.3);
    padding: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem) 0; /* 20 - 15 */
    margin-top: clamp(1.875rem, 1.8125rem + 0.3125vw, 2.1875rem); /* Min-30 & Max-35 */
}


/* features */
.wdt-pricing-table-holder[class*='-template-classic'] > div[class*="-table-features"] {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*="-table-features"] .wdt-pricing-table-features-list li:not(:last-child)::after {
    margin-top: 10px;
    padding-bottom: 10px;
}

.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-pricing .wdt-pricing-table-features .wdt-pricing-table-features-list li:after,
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after {
    border-color: var(--wdtBorderColor);
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon {
    font-size: clamp(1.5rem, 1.475rem + 0.125vw, 1.625rem); /* Min-24 & Max-26 */
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-features'] .wdt-pricing-table-features-list li > div {
    display: flex;
}

.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text {
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem); /* Min-16 & Max-18 */
    letter-spacing: normal;
    vertical-align: super;
    line-height: var(--wdtLineHeight_Alt);
}

/* dark bg */
.wdt-dark-bg .wdt-pricing-table-holder[class*="-template-classic"] {
    background-color: rgb(var(--wdtHeadAltColorRgb),0.9);
    border-color: rgb(var(--wdtBorderColorRgb),0.3);
    backdrop-filter: blur(14px);
}

.wdt-dark-bg .wdt-pricing-table-holder[class*="-template-classic"]:hover {
    background-color: rgb(var(--wdtHeadAltColorRgb),0.5);
}

.wdt-dark-bg .wdt-pricing-table-holder[class*="-template-classic"] div[class*="-table-header"] .wdt-content-title h5, 
.wdt-dark-bg .wdt-pricing-table-holder[class*="-template-classic"] div[class*="-table-header"] .wdt-content-title h5 a {
    color: var(--wdtAccentTxtColor);
}

.wdt-dark-bg .wdt-pricing-table-holder[class*="-template-classic"] div[class*="-table-header"] .wdt-content-title h5 a:hover {
    color: var(--wdtLinkHoverColor);
}


/***<<--- Pricing Table Type - List Template --->>***/

.wdt-pricing-table-holder[class*='-template-list'] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    padding: 0;

    border: 1px solid;
}

.wdt-pricing-table-holder[class*='-template-list']>* {
    padding: 25px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer {
    min-width: 20%;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header {
    display: inline-flex;
    align-content: center;
    align-items: center;
    align-self: stretch;
    flex: 0 1 30%;
    flex-wrap: wrap;

    margin-bottom: 0;

    border-right: 1px solid;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header>div {
    width: 100%;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-features {
    display: inline-flex;
    align-content: center;
    align-items: center;
    align-self: stretch;
    flex: 0 1 50%;
    flex-wrap: wrap;

    margin-bottom: 0;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    flex: 0 1 20%;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.wdt-pricing-table-holder[class*='-template-list'] {
    border-color: var(--wdt-elementor-color-primary);
    background-color: var(--wdt-elementor-color-white);
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header {
    border-color: var(--wdt-elementor-color-primary);
    background: rgba(110, 193, 228, .1);
}

.wdt-pricing-table-holder[class*='-template-list']:hover {
    background-color: rgba(110, 193, 228, .1);
}

.wdt-pricing-table-holder[class*='-template-list']:hover .wdt-pricing-table-header {
    background-color: var(--wdt-elementor-color-white);
}

/***<<--- List Template - Original & Sales Price --->>***/

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner {
    font-size: 22px;
    line-height: 1em;

    position: relative;

    margin: 10px 0 0;
    padding: 0;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner .wdt-pricing-table-pricing-original {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;

    display: inline-flex;
    -ms-flex-item-align: center;
    flex-wrap: wrap;

    margin-right: 15px;

    text-decoration: line-through;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner .wdt-pricing-table-pricing-sale {
    line-height: 1;

    display: inline-table;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner .wdt-pricing-table-pricing-sale>span {
    display: table-cell;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner .wdt-pricing-table-pricing-suffix.below {
    display: block;

    width: 100%;
    padding-top: 5px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction {
    padding-left: 5px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix {
    padding-right: 5px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix {
    padding-left: 5px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix:last-child,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-price+.wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction+.wdt-pricing-table-pricing-prefix {
    padding-right: 0;
    padding-left: 5px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction {
    line-height: 1;
}

/***<<--- List Template - Features --->>***/

.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list {
    display: inline-flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;

    gap: 20px;
}

.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li {
    display: inline-flex;
    flex-wrap: wrap;

    min-width: 30%;
}

.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-inner {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon {
    font-size: 10px;
    line-height: 25px;

    width: 25px;
    height: 25px;

    text-align: center;

    color: #ffffff;
    border: 1px solid rgba(110, 193, 228, .1);
}

.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-included .wdt-pricing-table-features-list-icon {
    background: #b4d856;
}

.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded .wdt-pricing-table-features-list-icon {
    background: #d85656;
}

/***<<--- List Template - Badges Types --->>***/

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge']:not(.type4) {
    width: auto;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type1 {
    top: 25px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].left {
    right: auto;
    left: 25px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].right {
    right: 25px;
    left: auto;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type2.left {
    right: auto;
    left: -15px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type2.right {
    right: -15px;
    left: auto;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type4 {
    width: 100px;
    height: 100px;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type4.left {
    right: auto;
    left: 0;
}

.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type4.right {
    right: 0;
    left: auto;
}

/* Responsive */

@media only screen and (max-width:1280px) {
    .wdt-pricing-table-holder:not([class*='-template-default'] ) > div:not(:last-child) {
        margin-bottom: 15px;
        margin-left: 0;
    }

    .wdt-pricing-table-holder[class*='-template-classic'] div[class*="-table-features"] .wdt-pricing-table-features-list li:not(:last-child)::after {
        margin-top: 8px;
        padding-bottom: 8px;
    }

    .wdt-pricing-table-holder[class*='-template-default']:has( > .wdt-pricing-table-badge ) { 
        padding-top: clamp(3.125rem, 3rem + 0.625vw, 3.75rem); /* Min-50 & Max-60 */
    }

    .wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wdt-pricing-table-holder[class*='-template-list'] {
        justify-content: space-between;
    }

    .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header {
        flex: 0 1 100%;

        border-width: 0 0 1px 0;
        border-style: solid;
    }

    .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer {
        flex: 0 1 50%;
    }

    .wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li {
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .wdt-pricing-table-holder[class*='-template-list'] {
        justify-content: space-between;
    }

    .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header {
        flex: 0 1 100%;

        border-width: 0 0 1px 0;
        border-style: solid;
    }

    .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-features {
        flex: 0 1 100%;
    }

    .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer {
        flex: 0 1 100%;
    }

    .wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li {
        min-width: 100%;
    }
}