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


/* add border radius to shop page banner START */
.ast-woo-shop-archive .ast-archive-entry-banner {
    border-radius: 20px;
}

.single-product #content .ast-woocommerce-container div.product div.images {
    width: 30%;
}

.single-product #content .ast-woocommerce-container div.product div.summary {
    width: 60%;
}

@media (max-width: 921px) {

    .single-product #content .ast-woocommerce-container div.product div.images,
    .single-product #content .ast-woocommerce-container div.product div.summary {
        width: 100%;
    }
}

/* add border radius to shop page banner END */

/* CSS for newslatter form START */

.ff-newsletter-form #wpforms-form-631 input {
    border-radius: 10px;
    border: 1px solid #D5D7DA;
    height: 50px;
}

.ff-newsletter-form #wpforms-form-631 input::placeholder {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #717680;
}

.ff-newsletter-form #wpforms-form-631 .wpforms-submit {
    border-radius: 50px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
    width: calc(100% - 27px);
}

.ff-newsletter-form #wpforms-form-631 #wpforms-631-field_3-container {
    width: calc(100% - 274.75px);
}

.ff-newsletter-form #wpforms-form-631 #wpforms-631-field_1-container {
    width: calc(100% - 156.75px);
}

@media (max-width: 480px) {

    .ff-newsletter-form #wpforms-form-631 #wpforms-631-field_1-container,
    .ff-newsletter-form #wpforms-form-631 #wpforms-631-field_3-container {
        width: 100%;
        padding: 10px 0px;
    }

    .ff-newsletter-form #wpforms-form-631 .wpforms-submit,
    .wpforms-container.inline-fields .wpforms-submit-container {
        width: 100%;
    }

    .wpforms-container.inline-fields .wpforms-form,
    .wpforms-container.inline-fields .wpforms-field-container {
        display: block !important;
        width: 100% !important;
    }
}

/* CSS for newslatter form END */

/* CSS for contact form START */

.ff-contact-form #wpforms-form-10 {
    flex-direction: column;
}

.ff-contact-form #wpforms-form-10 input::placeholder {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: #717680;
}

.ff-contact-form #wpforms-form-10 .wpforms-required-label {
    display: none;
}

.ff-contact-form #wpforms-form-10 .wpforms-field-label {
    padding-bottom: 15px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.ff-contact-form #wpforms-form-10 .wpforms-field-container {
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    gap: 30px;
}

.ff-contact-form #wpforms-form-10 .wpforms-field-container .wpforms-field {
    width: calc(100% - 250px);
    padding: 0px;
}

.ff-contact-form #wpforms-form-10 .wpforms-field-container .wpforms-field .wpforms-field-medium {
    background: #F5F5F5;
    border: 1px solid #D5D7DA;
    border-radius: 10px;
}

.ff-contact-form #wpforms-form-10 .wpforms-field-container .wpforms-field input {
    height: 50px;
}

.ff-contact-form #wpforms-form-10 .wpforms-field-container .wpforms-field-textarea {
    width: 100%;
}

.ff-contact-form #wpforms-form-10 .wpforms-field-container textarea {
    height: 159px;
}

.ff-contact-form #wpforms-form-10 .wpforms-submit-container {
    align-self: flex-start;
    width: 215px;
    padding-top: 30px;
}

.ff-contact-form #wpforms-form-10 .wpforms-submit {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .ff-contact-form #wpforms-form-10 .wpforms-field-container .wpforms-field {
        width: 47%;
    }

    .ff-contact-form #wpforms-form-10 .wpforms-field-container .wpforms-field-textarea {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ff-contact-form #wpforms-form-10 .wpforms-field-container .wpforms-field {
        width: 100%;
        padding: 10px 0px;
    }
}

/* CSS for contact form END */

/*contact us page form css*/

.ff-contact-us-form #wpforms-form-2991 {
    flex-direction: column;
}

.ff-contact-us-form #wpforms-form-2991 input::placeholder {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: #717680;
}

.ff-contact-us-form #wpforms-form-2991 .wpforms-required-label {
    display: none;
}

.ff-contact-us-form #wpforms-form-2991 .wpforms-field-label {
    padding-bottom: 15px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.ff-contact-us-form #wpforms-form-2991 .wpforms-field-container {
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}

.ff-contact-us-form #wpforms-form-2991 .wpforms-field-container .wpforms-field {
    width: calc(100% - 250px);
    padding: 0px;
}

.ff-contact-us-form #wpforms-form-2991 .wpforms-field-container .wpforms-field .wpforms-field-medium {
    background: #F5F5F5;
    border: 1px solid #D5D7DA;
    border-radius: 10px;
}

.ff-contact-us-form #wpforms-form-2991 .wpforms-field-container .wpforms-field input {
    height: 50px;
}

.ff-contact-us-form #wpforms-form-2991 .wpforms-field-container .wpforms-field-textarea {
    width: 100%;
}

.ff-contact-us-form #wpforms-form-2991 .wpforms-field-container textarea {
    height: 159px;
}

.ff-contact-us-form #wpforms-form-2991 .wpforms-submit-container {
    align-self: flex-start;
    width: 215px;
    padding-top: 30px;
}

.ff-contact-us-form #wpforms-form-2991 .wpforms-submit {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    height: 50px;

}

.ff-contact-us-form #wpforms-form-2991 .wpforms-field-container .wpforms-field .wpforms-field-medium {
    width: calc(100% - 0px);
    padding: 18px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .ff-contact-us-form #wpforms-form-2991 .wpforms-field-container .wpforms-field {
        width: 47%;
    }

    .ff-contact-us-form #wpforms-form-2991 .wpforms-field-container .wpforms-field-textarea {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ff-contact-us-form #wpforms-form-2991 .wpforms-field-container .wpforms-field {
        width: 100%;
        padding: 10px 0px;
    }
}

@media (max-width: 767px) and (min-width: 534px) {
    .ff-contact-us-form #wpforms-form-2991 .wpforms-field-container .wpforms-field {
        width: calc(100% - 10px);
    }
}

/* Woocommerce product design  START */

/* .woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    display: none;
} */

.woocommerce ul.products li.product {
    background-color: #ffffff;
    align-items: center;
    border: 1px solid #D5D7DA;
    margin-bottom: 0px;
    border-radius: 9px;
    justify-content: space-between;
    text-align: center;
    padding: 20px 10px;
}

.woocommerce ul.products {
    gap: 20px;
}

.ff-product-loop .custom-product-button {
    width: 123px;
    opacity: 1;
    border-radius: 50px;
    background: #F58220;
    color: white;
    text-align: center;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    align-items: center;
    align-items: center;
    padding: 15px;
    margin-top: 10px;
}

.wpb-get-a-quote-button-btn {
    width: 123px;
    border-radius: 50px !important;
    background: #F58220 !important;
    color: white !important;
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    padding: 15px !important;
    justify-content: center !important;
    /* margin-bottom: 20px !important; */
}

.ff-product-loop img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    /* width: 179px !important;
    height: 232px !important; */
    mix-blend-mode: Darken;
    display: inline !important;
    /* margin-top: 20px !important; */
    margin-bottom: 20px !important;
}

.ff-product-loop .woocommerce ul.products li.product.ast-article-single .star-rating,
.ff-product-loop span.ast-woo-product-category,
.ff-product-loop a.ast-on-card-button.ast-select-options-trigger.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.ff-product-loop a.ast-loop-product__link {
    display: none !important;
}

.ff-product-loop ul.products {
    gap: 30px;
    /* grid-template-columns: auto !important;
    grid-auto-flow: column; */
}

/* Target the product title inside your custom class */
.ff-product-loop .custom-loop-title {
    /* position: absolute;
    top: -35px;
    left: 30px;
    z-index: 2; */
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    /* line-height: 20px !important; */
    margin-bottom: 10px !important;
    /* margin-top: 10px !important; */
}

.ff-product-loop .woocommerce ul.products li.product.ast-article-single {
    text-align: center;
    /* background-image: linear-gradient(148deg, var(--e-global-color-astglobalcolor5) 45%, #F1F8F0 45%); */
    background-color: #ffffff;
    align-items: center;
    border: 1px solid #D5D7DA;
    margin-bottom: 0px;
    /* width: 100%; */
    min-height: 536px;
    /* height: 536px; */
    padding: 29px 19px;
    border-radius: 9px;
    width: 330px;
    justify-content: space-between;
}

.ff-product-loop .woocommerce ul.products li.product.ast-article-single:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #D5D7DA;
    transition: box-shadow 0.3s ease-in-out;
}

.ff-product-loop .custom-loop-excerpt {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #717680;
}

.ff-product-loop .custom-loop-excerpt p {
    margin-bottom: 20px;
}

.ff-product-loop span.woocommerce-Price-amount.amount {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #000000;
}

.ff-product-loop .custom-price-text {
    font-family: Inter;
    font-weight: 600;
    font-size: 10px;
    color: #717680;
}

.custom-buttons-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-buttons-wrap .wpb-gqb-btn,
.custom-buttons-wrap .custom-product-button {
    display: inline-block;
    text-align: center;
}

@media (max-width: 480px) {
    .ff-product-loop ul.products {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        grid-auto-flow: row;
    }
}

@media (max-width: 767px) and (min-width: 534px) {
    .ff-product-loop ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Woocommerce product design  END */

/* CSS for book a call form START */

.ff-book-call-form .wpforms-field-container .wpforms-field input,
.ff-book-call-form .wpforms-field-container .wpforms-field textarea,
.ff-book-call-form .wpforms-field-container .wpforms-field .choices__inner {
    background: #FBFCFD;
    border: 1px solid #E8EBED;
    border-radius: 10px !important;
    height: 53px;
}

.ff-book-call-form .wpforms-field-container .wpforms-field textarea {
    height: 89px !important;
}

.ff-book-call-form .wpforms-title {
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #252628;
}

.ff-book-call-form .choices:after {
    color: #B3B3B3;
}

.ff-book-call-form div#wpforms-3824-field_4-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 10px;
    color: #25262880;
    margin-top: 30px;
}

.ff-book-call-form .wpforms-submit {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    /* line-height: 32px; */
    border-radius: 5px;
    margin-top: 30px;

}

.ff-book-call-form .wpforms-submit:hover {
    background-color: #AE5C17;
}

.ff-book-call-form input::placeholder,
.ff-book-call-form textarea::placeholder {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: #252628B2;
}

.ff-book-call-form .wpforms-field {
    padding: 12px 0px;
}

@media (max-width: 480px) {
    .ff-book-call-form .wpforms-field {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

/* CSS for book a call form END */
/*footer Subscribe To Newsletter section form */
.wpforms-container.inline-fields .wpforms-submit-container {
    align-self: normal !important;
    padding-top: 15px;
}

@media (max-width: 1382px) and (min-width: 1025px) {
    .ff-newsletter-form #wpforms-form-631 #wpforms-631-field_3-container {
        width: 100%;
    }

    .ff-newsletter-form #wpforms-form-631 #wpforms-631-field_1-container {
        width: 100%;
    }
}

/* Button Styles for products */
.ff-green-hover-btn {
    position: relative;
    display: inline-block;
    border-radius: 999px;
    overflow: hidden;
    cursor: pointer;
    /* transition: background-color 0.3s ease; */
}

.ff-green-hover-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background-color: #AE5C17;
    transition: left 0.4s ease;
    z-index: 0;
}

.ff-green-hover-btn:hover::before {
    left: 0;
    color: #fff;
}

.ff-green-hover-btn span {
    position: relative;
    z-index: 1;
}

.ff-green-hover-btn:hover span {
    color: #fff;
}

.ff-form-hover-btn:hover {
    color: #fff;
    background-color: #AE5C17;
    transition: background-color 0.3s ease;
}


/* Button Styles for Get a Quote */
.wpb-get-a-quote-button-btn-default:hover {
    background-color: #AE5C17 !important;
    color: #fff !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    /* gap: clamp(1rem, 5vw, 100px); */
}

.astra-shop-thumbnail-wrap .size-woocommerce_thumbnail {
    width: 100% !important;
    height: 100% !important;

}

.astra-shop-thumbnail-wrap {
    /* width: 200px; */
    align-self: center;
}

@media screen and (max-width: 767px) {
    .astra-shop-thumbnail-wrap {
        width: 100% !important;
    }

}

/* testimonial card hover effect START */
.ff-testimonial-card .elementor-testimonial-image img {
    box-shadow: 0px 6px 25px 0px #0000001A;
}

.elementor-element.ff-testimonial-card:hover .elementor-element .elementor-view-stacked .elementor-icon {
    background-color: #F58220 !important;
}

.elementor-element.ff-testimonial-card:hover .elementor-testimonial-name {
    color: #F58220 !important;
}

/* testimonial card hover effect END */

/* style for bottom footer START */
.ff-bottom-footer-menu ul .menu-item:not(:last-child)::after {
    content: " /";
}

.ff-bottom-footer-menu ul .menu-item {
    display: flex;
    align-items: center;
}

/* style for bottom footer END */