.crt-pricing-table {
    position: relative;
}


/* Heading */

.crt-pricing-table-heading {
    text-align: center;
}

.crt-pricing-table-headding-inner {
    display: inline-block;
}

.crt-pricing-table-heading-left .crt-pricing-table-headding-inner>div,
.crt-pricing-table-heading-right .crt-pricing-table-headding-inner>div {
    display: inline-block;
    vertical-align: top;
}

.crt-pricing-table-heading-left .crt-pricing-table-icon {
    float: left;
}

.crt-pricing-table-heading-right .crt-pricing-table-icon {
    float: right;
}

.crt-pricing-table-heading-left .crt-pricing-table-title-wrap,
.crt-pricing-table-heading-right .crt-pricing-table-title-wrap {
    text-align: left;
}

.crt-pricing-table-heading-center .crt-pricing-table-icon img {
    margin: 0 auto;
}

.crt-pricing-table-icon img {
    display: block;
    border-style: none;
}

.elementor-widget-crt-pricing-table .crt-pricing-table-title-wrap .crt-pricing-table-title {
    font-size: 26px;
    font-weight: 600;
}

.elementor-widget-crt-pricing-table .crt-pricing-table-title-wrap .crt-pricing-table-sub-title {
    font-size: 14px;
}

.crt-pricing-table-price {
    text-align: center;
    font-size: 65px;
    font-weight: 500;
    line-height: 0.9;
}

.crt-pricing-table-price-inner {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.crt-pricing-table-sub-price,
.crt-pricing-table-currency,
.crt-pricing-table-old-price,
.crt-pricing-table-preiod {
    line-height: 1;
}

.crt-pricing-table-preiod {
    font-size: 17px;
    line-height: 1.5;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.crt-pricing-table-old-price {
    text-decoration: line-through !important;
}


/* Feature */

.crt-pricing-table-feature {
    position: relative;
    font-size: 15px;
    padding: 0;
}

.crt-pricing-table-feature-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.crt-pricing-table-feature-inner span {
    position: relative;
}

.crt-pricing-table-feature-inner span.crt-pricing-table-ftext-line-yes {
    text-decoration: line-through;
}

.crt-pricing-table-feature:after {
    content: "";
    display: block;
    width: 100%;
    margin: 0 auto;
}

.crt-pricing-table section:last-of-type:after {
    display: none;
}

.crt-pricing-table-feature-text,
.crt-pricing-table-feature-icon {
    display: inline;
}

.crt-pricing-table-feature-icon {
    margin-right: 8px;
}

.crt-pricing-table-feature-tooltip {
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 4px;
    padding: 6px 10px;
    visibility: hidden;
    opacity: 0;
    font-size: 15px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all 230ms ease-in-out 0s;
    -o-transition: all 230ms ease-in-out 0s;
    transition: all 230ms ease-in-out 0s;
    text-align: center;
}

.crt-pricing-table-feature-tooltip:before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top-style: solid;
    border-top-width: 6px;
}

.crt-pricing-table-feature:hover .crt-pricing-table-feature-tooltip {
    visibility: visible;
    opacity: 1;
    top: 5px;
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
}

.crt-pricing-table-feature-tooltip:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%) !important;
}


/* Button */

.crt-pricing-table-button {
    text-align: center;
    font-size: 17px;
}

.crt-pricing-table-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.crt-pricing-table-btn span {
    position: relative;
    z-index: 2;
    opacity: 1 !important;
}

.crt-pricing-table-btn:before,
.crt-pricing-table-btn:after {
    z-index: 1 !important;
}


/* Badge */

.crt-pricing-table-badge {
    position: absolute;
    display: inline-block;
    text-align: center;
    z-index: 2;
}

.elementor-widget-crt-pricing-table .crt-pricing-table-badge .crt-pricing-table-badge-inner {
    font-size: 15px;
    font-weight: 900;
}

.crt-pricing-table-badge-left {
    left: 0;
    right: auto;
}

.crt-pricing-table-badge-right {
    left: auto;
    right: 0;
}

.crt-pricing-table-badge-corner {
    top: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.crt-pricing-table-badge-corner .crt-pricing-table-badge-inner {
    width: 200%;
}

.crt-pricing-table-badge-corner.crt-pricing-table-badge-right {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.crt-pricing-table-badge-cyrcle {
    top: 0;
}

.crt-pricing-table-badge-cyrcle .crt-pricing-table-badge-inner {
    border-radius: 100%;
}

.crt-pricing-table-badge-flag {
    border-right: 5px;
}

.crt-pricing-table-badge-flag.crt-pricing-table-badge-left {
    margin-left: -10px;
}

.crt-pricing-table-badge-flag.crt-pricing-table-badge-right {
    margin-right: -10px;
}

.crt-pricing-table-badge-flag:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -5px;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top-style: solid;
    border-top-width: 10px;
}

.crt-pricing-table-badge-flag .crt-pricing-table-badge-inner {
    position: relative;
    z-index: 2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.crt-pricing-table-badge-flag.crt-pricing-table-badge-left:before {
    left: 5px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.crt-pricing-table-badge-flag.crt-pricing-table-badge-right:before {
    right: -5px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.crt-pricing-table-badge-flag.crt-pricing-table-badge-left .crt-pricing-table-badge-inner {
    border-bottom-right-radius: 3px;
}

.crt-pricing-table-badge-flag.crt-pricing-table-badge-right .crt-pricing-table-badge-inner {
    border-bottom-left-radius: 3px;
}


/* Text */
.crt-pricing-table-text {
    font-size: 13px;
    line-height: 1.3;
}


/* Divider */
.crt-pricing-table-divider {
    margin: 0 auto;
    border: 0;
}


/* Animation */
.crt-pricing-table-animation-slide {
    -webkit-transition-property: margin;
    -o-transition-property: margin;
    transition-property: margin;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.crt-pricing-table-animation-bounce {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.crt-pricing-table-animation-slide:hover {
    margin-top: -5px;
}

.crt-pricing-table-animation-bounce:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}


/* Defaults */

.elementor-widget-crt-pricing-table .crt-pricing-table-heading {
    background-color: #f9f9f9;
}

.elementor-widget-crt-pricing-table .crt-pricing-table-price {
    background-color: #605be5;
}

.elementor-widget-crt-pricing-table .crt-pricing-table-button {
    background-color: #f9f9f9;
}

.elementor-widget-crt-pricing-table .crt-pricing-table-btn {
    background-color: #2B2B2B;
}

.elementor-widget-crt-pricing-table .crt-pricing-table-btn:hover {
    background-color: #4A45D2;
}

.elementor-widget-crt-pricing-table .crt-pricing-table-text {
    background-color: #f9f9f9;
}