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


.custom-advanced-choice .jet-form-builder-choice--item{
    border:0;
    border-radius: 0;
    padding: 15px 0;
}
.custom-advanced-choice .jet-form-builder__desc{
    padding-top: 10px;
}

.custom-advanced-choice .jet-form-builder__label{
    position: relative;
    top: 4px;
}

#main .elementor-element .jet-woo-product-badge,
.elementor .elementor-element .jet-woo-product-badge,
.single-product .elementor-element .jet-woo-product-badge{
    display: flex;
    width: fit-content;
    background-color: var(--e-global-color-989b97d);
    display: inline-flex;
    margin: 10px 10px 10px 10px;
    padding: 8px 12px 8px 12px;
    position: absolute;
    top: 0;
    font-size: 10px;
    z-index: 100;
}
.single-product .elementor-element .jet-woo-product-badge{
    margin: 35px 10px 10px 15px;
}
.single-product .single_variation_wrap .woocommerce-variation-price{
    font-size:20px;
    font-weight: 600;
}

.jet-woo-products__item .jet-woo-products__inner-box .jet-woo-product-title + .jet-woo-product-price{
    margin-top: 0;
}
.jet-woo-products__item .jet-woo-products__inner-box .jet-woo-product-title + .jet-woo-product-button{
    margin-top: 30px;
}

.logged-in .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.logged-in .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before{
    display: none;
}
.logged-in .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents .variable-item-image,
.logged-in .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents .variable-item-image{
    opacity: 1;
}