/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Fix elementor */
/*.elementor-icon svg {
    width: 1em;
    height: 1em;
    max-width: 100%;
}

.elementor-icon i {
    font-size: inherit;
}*/

/* Hide out of stock */
.stock-filter-switch {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}
.switch-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.switch {
    position: relative;
    width: 50px;
    height: 24px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color:  var(--e-global-color-primary);
}
input:checked + .slider:before {
    transform: translateX(26px);
}

/* End out of stock */

.elementor-post-info__terms-list-item{
    text-decoration: underline !important;
    color:var(--e-global-color-9aa6140) !important;
}


.elementor-widget-sidebar{
    list-style-type: none;
}

.elementor-widget-sidebar li{
    margin-bottom: 20px;
}

.widgettitle{
    font-size: 20px;
}

.elementor-widget-sidebar .select2-container--default .select2-selection--single {
    height: 43px;
}

.woocommerce-wishlist-add-product{
    background: transparent !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--e-global-color-primary);
    font-size: 1.25em;
}

.stock.available-on-backorder{
    background-color: #78adb3 !important;
    color:#fff !important;
    padding: 10px;
    border: 1px solid #78adb3;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bolder;
}

.e-loop-item.product_cat-preordini .add_to_cart_button{
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
    border: 1px solid var(--e-global-color-primary) !important;
}

.woocommerce-grouped-product-list-item td.label{
    font-size: 12px;
}

.woocommerce-grouped-product-list-item td.label img{
    max-width: 100px;
}