# king-addons/51.1.37/includes/admin/css/pricing.css

King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder, version 51.1.37. 201 lines.

- Page: https://pluginprobe.com/plugins/king-addons/51.1.37/code/includes/admin/css/pricing.css
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.37/raw/includes/admin/css/pricing.css
- Modified: 2025-10-19T12:03:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/king-addons/51.1.37/code/includes/admin/css/pricing.css#L10-L20`.

```css
#fs_pricing_app .fs-package .fs-plan-description {
    padding: 20px;
}

section.fs-section.fs-section--custom-implementation {
    display: none !important;
}


/* Premium Upgrade Button */
#fs_pricing_app .fs-upgrade-button-container {
    /* margin: 2.5rem 0 !important; */
    padding: 0 10% 30px !important;
}

#fs_pricing_app .fs-upgrade-button {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    color: white !important;
    border: none !important;
    padding: 1.3rem 3rem !important;
    border-radius: 60px !important;
    font-size: 1.0rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4) !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    margin-top: 10px !important;
}

#fs_pricing_app .fs-upgrade-button::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
    transition: left 0.6s !important;
}

#fs_pricing_app .fs-upgrade-button:hover::before {
    left: 100% !important;
}

#fs_pricing_app .fs-upgrade-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.5) !important;
    background: linear-gradient(135deg, #5a67d8, #6b46c1) !important;
}

#fs_pricing_app .fs-upgrade-button:active {
    transform: translateY(-1px) !important;
}


/* Enhanced Features List */
#fs_pricing_app .fs-plan-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

#fs_pricing_app .fs-plan-features li {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    margin: 1.2rem 10% !important;
    padding: 0.8rem 0 !important;
    background: rgba(102, 126, 234, 0.05) !important;
    border-radius: 12px !important;
    padding-left: 1rem !important;
    transition: all 0.3s ease !important;
}

#fs_pricing_app .fs-plan-features li:hover {
    background: rgba(102, 126, 234, 0.1) !important;
    transform: translateX(5px) !important;
}

#fs_pricing_app .fs-plan-features .fs-icon {
    color: #38a169 !important;
    flex-shrink: 0 !important;
    width: 24px !important;
    height: 24px !important;
    margin-top: 0.2rem !important;
    background: rgba(56, 161, 105, 0.1) !important;
    border-radius: 50% !important;
    padding: 2px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#fs_pricing_app .fs-plan-features .fs-feature-title {
    color: #2d3748 !important;
    font-weight: 600 !important;
    flex: 1 !important;
    font-size: 1.05rem !important;
}

/* ================================ */

/* Enhanced Money Back Guarantee */
#fs_pricing_app .fs-section--money-back-guarantee {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 24px !important;
    padding: 4rem 3rem !important;
    text-align: center !important;
    margin: 4rem auto !important;
    /* box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important; */
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    max-width: 768px;
}

#fs_pricing_app .fs-section--money-back-guarantee::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 6px !important;
    background: linear-gradient(90deg, #667eea, #764ba2, #667eea) !important;
}

#fs_pricing_app .fs-money-back-guarantee-title {
    font-size: 2.5rem !important;
    color: #2d3748 !important;
    margin: 0 0 2rem 0 !important;
    font-weight: 800 !important;
}

#fs_pricing_app .fs-money-back-guarantee-message {
    font-size: 1.3rem !important;
    color: #718096 !important;
    margin: 0 0 3rem 0 !important;
    line-height: 1.7 !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-weight: 400 !important;
}

#fs_pricing_app .fs-section--money-back-guarantee .fs-button {
    background: linear-gradient(135deg, #38a169, #48bb78) !important;
    color: white !important;
    border: none !important;
    padding: 1rem 2.5rem !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    margin-bottom: 2rem !important;
    font-size: 1.1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: none;
}

#fs_pricing_app .fs-section--money-back-guarantee .fs-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 35px rgba(56, 161, 105, 0.4) !important;
}

#fs_pricing_app .fs-section--money-back-guarantee img {
    max-width: 140px !important;
    opacity: 0.9 !important;
}


/* ================================ */


li.fs-package {
    width: auto !important;
    border: none !important;
    border-radius: 24px !important;
}

ul.fs-packages {
    width: auto !important;
    justify-content: center;
    max-width: 450px;
}

#fs_pricing_app .fs-package .fs-plan-title {
    border: 1px solid var(--fs-ds-theme-divider-color);
}

#fs_pricing_app .fs-package .fs-plan-features li .fs-tooltip {
    margin-right: 10px !important;
}
```
