/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


#wcj_product_addons {
    color: white;
}

.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

select#wcj_product_per_product_addons_1 {
    margin-bottom: 30px;
}



@media (min-width: 1024px) {
/*
.header_button {
    font-family: var( --e-global-typography-71cc712-font-family ), Montserrat;
    font-size: var( --e-global-typography-71cc712-font-size );
    font-weight: var( --e-global-typography-71cc712-font-weight );
    text-transform: var( --e-global-typography-71cc712-text-transform );
    line-height: var( --e-global-typography-71cc712-line-height );
    letter-spacing: var( --e-global-typography-71cc712-letter-spacing );
    word-spacing: var( --e-global-typography-71cc712-word-spacing );
    fill: var( --e-global-color-ab27ebb );
    color: var( --e-global-color-ab27ebb );
    background-color: var( --e-global-color-5a3f1bf );
    border-radius: 25px 25px 25px 25px;
    padding: 0px 50px 0px 50px !important;
}

.header_button a {
    padding: 0px!important;
    line-height:13px!important;
    color: white !important;
}
*/
.header_button .elementor-item {
    display: none;
}

}

a.elementor-item {
        line-height: 13px !important;
        color: white;
}

@media (max-width:767px){
html body {
scroll-snap-type: none;
}
}

form.dynamicsForm table {
    margin-bottom: 0 !important;
    max-width: 100%;
}


form.dynamicsForm table td, form.dynamicsForm table th {
    padding: 0 !important;
    border: none !important;
}

#elementor-menu-cart__toggle_button {
    background-color: transparent;
}

.woocommerce-notices-wrapper {
    display: none;
    position: absolute;
    top: calc(100px + 1em);
    left: 1em;
    max-width: calc(100% - 2em);
    z-index: 1000;
}

.woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75em;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
    float: none;
}

.woocommerce-notices-wrapper .woocommerce-message::after {
    content: none;
}

@media (max-width: 767px) {
    .elementor-menu-cart__container {
        position: fixed !important;
        top: 75px !important;
        right: 0 !important;
        left: auto !important;
        max-width: 100%;
    }
}

body:not(:has(main .elementor)){
    .elementor-location-header{
        background-color: #061127;
    }
    #main,
    [data-elementor-type="wp-page"]{
        margin-top:100px;
    }
    #main{
        padding-top: 20px;
    }
}

body.woocommerce-checkout .woocommerce-NoticeGroup{
    margin-bottom: 16px;
}