
/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.11.3
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true
Template: astra

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */
.cb-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    /* background: #0d1117; */
    color: hsl(200 84% 86%);
}

.cb-product-left {
    flex: 2;
}

.cb-product-right {
    flex: 1;
    border-radius: 10px;
}

.cb-product-badges .cb-badge {
    display: inline-block;
    color: #51a7bd;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 50px;
    margin-right: 5px;
    border-color: #00262e;
    border-width: 1px;
    border-style: solid;
}

.cb-badge.featured {
    background: #448CAC;
    color: white;
}

.cb-badge.v {
    color: hsl(200 84% 86%);
}

.cb-product-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 10px 0;
}

.cb-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.cb-product-short-desc {
    font-size: 1rem;
    margin-bottom: 20px;
}

.cb-product-actions {
    margin-bottom: 30px;
}

.cb-btn {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
}

.cb-btn-blue {
    background: #3b82f6;
    color: white;
}

.cb-btn-outline {
    border: 1px solid #3b82f6;
    color: #3b82f6;
}

.cb-price-box {
    background: #0d1117;
    border: 1px solid #30363d;

    border-radius: 6px;
    margin-bottom: 20px;
}

.cb-price {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.cb-price del {
    color: #888;
    margin-left: 10px;
}

.cb-save {
    display: inline-block;
    background: #dcfce7;
    color: #166534;
    padding: 2px 8px;
    margin-left: 10px;
    font-size: 12px;
    border-radius: 50px;
}

.cb-license-type {
    font-size: 0.9rem;
    margin: 10px 0;
}

.cb-guarantee {
    margin-top: 10px;
    font-style: italic;
    font-size: 0.9rem;
    text-align: center;
}

.cb-product-meta {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.cb-product-meta li {
    margin-bottom: 10px;
}

.cb-compat-tag {
    background: #1f2937;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 0.75rem;
    margin: 2px 5px 2px 0;
    display: inline-block;
}

.cb-help-box ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.cb-help-box ul li {
    margin-bottom: 8px;
}

.cb-related-products {
    margin-top: 60px;
}

/* Make WooCommerce tabs horizontal and styled like your reference */
.woocommerce-tabs {
    margin-top: 40px;
    background: #161b22;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

.woocommerce-tabs ul.wc-tabs {
    display: flex;
    border-bottom: 2px solid #1e293b;
    list-style: none;
    padding-left: 0;
    margin: 0;
    background: #0d1117;
}

.woocommerce-tabs ul.wc-tabs li {
    margin: 0;
    padding: 12px 20px;
    cursor: pointer;
    color: #94a3b8;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.woocommerce-tabs ul.wc-tabs li.active {
    border-bottom: 3px solid #3b82f6;
    color: #ffffff;
    background: #161b22;
}

.woocommerce-Tabs-panel {
    padding: 20px;
    background: #161b22;
    color: #cbd5e1;
    animation: fadeIn 0.2s ease-in-out;
}

/* Optional: Tab content fade-in */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.woocommerce-tabs ul.wc-tabs {
    justify-content: center;
}

.woocommerce-tabs ul.wc-tabs li {
    flex: 1;
    text-align: center;
}

.cb-header {
    background: #0F1E26;
    color: #BDE5F9;
    padding: 20px;
}

.cb-header h3 {
    font-weight: 700;
    font-size: 20px;
}

.cb-header p {
    font-weight: 400;
    font-size: 14px;
}

.cb-body {
    padding: 20px;
    color: #d4f0fb99;
    font-size: 14px;
    font-weight: 400;
}

.cb-sale {
    color: #B9E0F4;
    font-weight: 700;
    font-size: 30px;
}

.cb-del {
    font-weight: 400;
    font-size: 14px;
}

.cb-add-to-cart-wrapper {
    margin: 20px 0;
}

.cb-add-to-cart-wrapper .single_add_to_cart_button {
    width: 100%;
    background-color: #4aaedb;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.cb-add-to-cart-wrapper .single_add_to_cart_button:hover {
    background-color: #379fcf;
}

.cb-add-to-cart-wrapper .quantity {
    margin-bottom: 10px;
}

.cb-meta-box {
    background: #0d1117;
    border: 1px solid #2c313a;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    font-family: sans-serif;
}

.cb-meta-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #c9d1d9;
}

.cb-meta-title .icon {
    margin-right: 8px;
    font-size: 16px;
}

.cb-meta-value {
    font-size: 14px;
    color: #d4f0fb99;
}

.cb-meta-divider {
    border: none;
    border-top: 1px solid #30363d;
    margin: 15px 0;
}

.cb-compatibility-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cb-tag {
    background-color: #161b22;
    border: 1px solid #30363d;
    color: #d4f0fb99;
    padding: 2px 8px;
    border-radius: 9999px;
    font-size: 13px;
    line-height: 1.6;
}

.cb-meta-title h3 {
    color: #cceeff;
    font-size: 15px;
    font-weight: 700;
}

.cb-help-box {
    background: #0d1117;
    border: 1px solid #30363d;
    border-radius: 10px;
    color: #d1d5db;
    margin-top: 10px;
}

.cb-help-box h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #BDE5F9;
}

.cb-help-section {
    display: flex;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #2a2f36;
}

.cb-help-section:last-child {
    border-bottom: none;
}

.cb-help-icon {
    font-size: 1.5rem;
    line-height: 1.5;
}

.cb-help-section strong {
    display: block;
    font-weight: 600;
    color: #BDE5F9;
}

.cb-help-section p {
    margin: 4px 0;
    font-size: 13px;
    color: #9ca3af;
}

.cb-help-section a {
    font-size: 0.875rem;
    color: #3b82f6;
    text-decoration: none;
}

.cb-help-section a:hover {
    text-decoration: underline;
}

.cb-tags-box {
    background-color: #0d1117;
    border: 1px solid #30363d;
    border-radius: 10px;
    padding: 20px;
    color: #d1d5db;
    margin-top: 20px;
}

.cb-tags-box h3 {
    color: #cceeff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cb-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cb-tag {
    background-color: #1c1f26;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 0.875rem;
    color: #d1d5db;
    white-space: nowrap;
    border: 1px solid #2a2f36;
}

.cb-screenshots img {
    border: 1px solid #333;
    border-radius: 8px;
    margin: 10px;
}

.cb-faqs-accordion {
    border-top: 1px solid #1e2a35;
    margin-top: 20px;
}

.faq-item {
    border-bottom: 1px solid #1e2a35;
}

.faq-question {
    width: 100%;
    padding: 14px 0;
    background: transparent;
    color: #B9E0F4;
    font-size: 15px;
    font-weight: 500px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    transition: background 0.3s;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.03);
}

.faq-question .arrow {
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 10px 0;
    color: #a0b3c7;
    font-size: 13px;
    font-weight: 400;
}

.cb-features-list {
    padding-left: 20px;
    list-style: disc;
}

.cb-features-list li {
    margin-bottom: 5px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .cb-product-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .cb-product-left,
    .cb-product-right {
        flex: 1 1 100%;
    }

    .cb-product-header-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .cb-product-header-row img {
        width: 80px;
        height: 80px;
    }

    .woocommerce-tabs ul.wc-tabs {
        flex-direction: column;
    }

    .woocommerce-tabs ul.wc-tabs li {
        text-align: left;
        border-left: 3px solid transparent;
        border-bottom: none;
    }

    .woocommerce-tabs ul.wc-tabs li.active {
        border-left: 3px solid #3b82f6;
        background: #161b22;
    }
}

@media (max-width: 768px) {
    .cb-product-title {
        font-size: 1.5rem;
    }

    .cb-product-short-desc,
    .cb-body,
    .cb-meta-value {
        font-size: 0.9rem;
    }

    .cb-price {
        font-size: 1.2rem;
    }

    .cb-sale {
        font-size: 24px;
    }

    .cb-del,
    .cb-save {
        font-size: 12px;
    }

    .cb-add-to-cart-wrapper .single_add_to_cart_button {
        font-size: 0.9rem;
        padding: 10px 16px;
    }

    .cb-btn {
        padding: 8px 16px;
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .cb-product-header-row {
        gap: 10px;
    }

    .cb-btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .cb-btn-outline {
        text-align: center;
    }

    .cb-help-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .cb-help-icon {
        font-size: 1.2rem;
    }

    .cb-tags-list {
        gap: 6px;
    }

    .cb-tag {
        font-size: 0.75rem;
        padding: 2px 8px;
    }

    .faq-question {
        font-size: 14px;
    }

    .faq-answer {
        font-size: 12px;
    }
}

.cb-product-actions a {
    margin-bottom: 10px;
}
.woocommerce-Price-amount{
    font-size: 1.5rem;
    margin-bottom: 10px;
}
del .woocommerce-Price-amount{
    color: #888;
    margin-left: 10px;
    font-size: 15px;
}
.reset_variations{
    margin-left:10px;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.feature-item input[type="text"] {
    width: 90%;
    padding: 6px;
}

.remove-feature {
    background: #dc3545;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.remove-feature:hover {
    background: #c82333;
}

.add-feature-btn {
    background: #007cba;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.add-feature-btn:hover {
    background: #005a87;
}