/**
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
*/


/* GLOBAL */
a:active,
a:focus { outline: none; border: 0px; }

@media screen and (min-width: 2560px) {
    h1 { font-size: 4.7em !important; }
    h2:not(.gform_submission_error hide_summary) { font-size: 2.4em !important; }
    h3 { font-size: 1.7em !important; }
    h4, h5, h6 { font-size: 1.5em !important; }
    .hfe-infocard-text,
    form label, 
    form legend.gfield_label,
    form label .gfield_required_text,
    form input,
    form textarea,
    form select,
    form .validation_message.gfield_validation_message,
    .uael-post-wrapper div,
    a:not(h1 > a):not(h2 > a):not(h3 > a):not(h4 > a):not(h5 > a):not(h6 > a),
    span:not(h1 > span):not(h2 > span):not(h3 > span):not(h4 > span):not(h5 > span):not(h6 > span),
    p, ul li, legend { 
        /*font-size: 1.2em !important; */
        font-size: 22px !important; 
        line-height: 150% !important;
    }
}

header.site-header {
    position: fixed;
    width: 100%;
}

.h-100 { height: 100%; }
.mb-0 h1,
.mb-0 h2,
.mb-0 h3,
.mb-0 h4,
.mb-0 h5,
.mb-0 h6,
.mb-0 p { margin-bottom: 0px; }
p.elementor-heading-title,
p { margin-bottom: 0px; font-style: normal !important; line-height: 1.5em !important; font-weight: 400; }
p.elementor-icon-box-description, p.elementor-heading-title { font-weight: 400; }
.img-h-100 { height: 100%; }
.img-h-100 img { height: 100% !important; object-fit: cover; }

@media screen and (max-width: 921px) {
    body.ast-main-header-nav-open header.site-header span.site-logo-img img { filter: unset !important; }

    body header.site-header button.menu-toggle { background: transparent !important; }
    body header.site-header button.menu-toggle:focus,
    body header.site-header button.menu-toggle:active { outline: none; border: 0px !important; }
    body.ast-main-header-nav-open header.site-header button.menu-toggle svg { fill: var(--ast-global-color-0) !important; }
    /*body header.site-header button.menu-toggle svg { fill: #fff !important; }*/
    
    body.ast-main-header-nav-open header.site-header nav.site-navigation { border-bottom: 1px solid gainsboro; }
    body.ast-main-header-nav-open header.site-header .ast-primary-header-bar { background: #fff !important; }
    body:not(.ast-main-header-nav-open) header.site-header .ast-mobile-header-content { 
        transform: translateY(-1000px);
        display: block;
        transition: all .2s ease-in-out;
    }
    body.ast-main-header-nav-open header.site-header .ast-mobile-header-content { 
        transform: translateY(0px);
        transition: all .2s ease-in-out;
    }
}

@media screen and (max-width: 544px) {
    .hfe-infocard-text,
    form label, 
    form legend.gfield_label,
    form label .gfield_required_text,
    form input,
    form textarea,
    form select,
    form .validation_message.gfield_validation_message,
    .uael-post-wrapper div,
    a:not(h1 > a):not(h2 > a):not(h3 > a):not(h4 > a):not(h5 > a):not(h6 > a),
    span:not(h1 > span):not(h2 > span):not(h3 > span):not(h4 > span):not(h5 > span):not(h6 > span),
    p, ul li { 
        /*font-size: 1.2em !important; */
        font-size: 16px !important; 
        line-height: 150% !important;
    }
}

.additional-info-heading {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 600;
}

/* Wishlist icon + counter - cart-badge style */
.top_wishlist-heart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2a4494;
    text-decoration: none;
    transition: color 0.25s ease;
}

.top_wishlist-heart:hover,
.top_wishlist-heart:focus {
    color: rgb(42, 68, 148);
}

/* Hide the empty text span (keeps just icon + number) */
.wishlist_products_counter_text {
    display: none;
}

/* Position the counter as a small badge, top-right of the heart icon */
.wishlist_products_counter_number {
    position: absolute;
    top: -1.5px;
    right: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 14px;
    height: 18px;
    padding: 0 5px;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background-color: #2a4494;
    border-radius: 50%;
    transition: background-color 0.25s ease;
}

.top_wishlist-heart:hover .wishlist_products_counter_number {
    background-color: rgb(42, 68, 148);
}

a.wishlist_products_counter.top_wishlist-heart:before
{
    line-height: 1.5;
    font-size: 25px;
    margin-right:6px;
}

.evercompare-btn-text
{
    color: #fff !important;
}

.htcompare-btn::after {
    display: none !important;
}
