/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* astra override */

.ast-separate-container .ast-archive-description {
    background-color: white;
}

.widget-area.secondary {
    margin-top: 100px !important;
}

/* FAQ */
.elementor-accordion-item .elementor-tab-title {
    display: flex;
}

/* header */
.ast-header-break-point.ast-woocommerce-cart-menu .ast-site-header-cart {
    order: initial;
    line-height: 3;
    padding: 1em 0 0 0;
}

/* articles list */
.ast-archive-description {
    padding-left: 1.5em !important;
}

/* single article */
.ast-separate-container .ast-article-single {
    padding-top: 0px;
}

/* Product list */
.woocommerce-page ul.products li.product.box-shadow-1,
.elementor-element .elementor-wc-products .woocommerce[class*='columns-'] ul.products li.product
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Elementor products widget fix */
.elementor-element.elementor-products-grid ul.products li.product {
    padding-bottom: 1.2em;
}

/* plugin compare */
/*.woocommerce-products-compare-checkbox {
	display: none;
}*/

.woocommerce-products-compare-compare-button {
    padding: 0 1.2em;
}

/* plugin search pro */
.spp--element {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-sizing: border-box;
    box-shadow: none;
    background-color: #fff;
    overflow: hidden;
}
.spp--button img {
    display: block !important;
    width: 1.5em !important;
    height: 1.5em !important;
}
input.spp--input {
    font-size: 1em !important;
    line-height: 3em !important;
    padding: 0 .5em !important;
}

/* plugin membership */
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.elementor-element.elementor-products-grid ul.products li.product .onsale {
    padding: 0 15px;
    border-radius: 999px;
}

/* sidebar */
@media (min-width: 922px) {
    .ast-primary-header-bar {
        border-bottom-width: 1px;
        border-bottom-color: rgba(255, 255, 255, 0.1);
        border-bottom-style: solid;
    }
    #search-2 input {
        margin-top: 1.5em;
    }
    .widget_search .search-form:after {
        top: 65%;
    }

}

/* cart page */
/* discount code */
.woocommerce-page #content table.cart .coupon {
    width: 100%;
    display: flex;
}
.woocommerce-page #content table.cart
.coupon input {
    flex: 1.5;
}
.woocommerce-page #content table.cart .coupon .button[name=apply_coupon] {
    padding: 10px 20px;
}
.woocommerce-page #content table.cart .button[name=update_cart] {
    margin-top: 10px;
    float: left;
    margin-left: 0px !important;
}
.woocommerce-page ul.products li.product.box-shadow-1 {
    margin-bottom: 30px;
}

@media (max-width: 922px) {
    .ast-button-wrap .menu-toggle:focus {
        outline: none;
    }

    .woocommerce-page #content table.cart .coupon {
        width: 100%;
        display: block !important;
    }
    .woocommerce-page #content table.cart .coupon input {
        width: 100% !important;
    }
    .woocommerce-page #content table.cart .coupon button {
        width: 100% !important;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        padding: 10px .75em;
    }
    .woocommerce-page #content table.cart [name=coupon_code] {
        max-height: fit-content;
    }
    .woocommerce-page #content table.cart .coupon .button[name=apply_coupon] {
        padding: 13px 20px;
        margin-top: 5px;
    }
    .woocommerce-page #content table.cart .button[name=update_cart] {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container #primary {
        padding: 1.33333em 1em;
    }
}
