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

/* New from Quilia */
.trunc3 h1 a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(19px * 3);
    min-height: calc(19px * 3);
    margin: 5px 0 0.9em;
}

.quantity {
    display: flex;
}

button.minus,
button.plus {
    padding: 0 !important;
    font-size: 18px;
    width: 14px;
    line-height: 14px;
    background: orange;
    border-radius: 0;
}

.single-product button.minus {
    margin-left: 8px;
    margin-right: 8px;
}

.single-product .quantity-buttons {
    padding-right: 8px;
    margin-left: -8px;
}

.single-product .quantity input {
    border-radius: 4px 0 0 4px !important;
}

.product-name a {
    text-align: left;
    width: 50%;
    font-size: 11px;
    line-height: 13px;
}

.single-product button.minus,
.single-product button.plus {
    height: 50%;
    padding: 0 !important;
    font-size: 18px;
    width: 14px;
    line-height: 18px;
    background: orange;
    border-radius: 0 !important;
}

.quantity-buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.single-product .quantity-buttons button {
    font-size: 18px !important;
}

.shop_table .quantity-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 4px;
    margin-left: 4px;
}

button.facetwp-reset.facetwp-hide-empty,
.facetwp-toggle {
    text-transform: uppercase;
}

.shop_table button.minus,
.shop_table button.plus {
    height: 100%;
    width: 24px;
}

.elementor-element-7e7cc7a7 .swiper {
    overflow: visible;
}

.riquadro-img img {
    height: 125px;
    object-fit: contain;
}

.ov-hid .swiper-wrapper.elementor-slides {
    overflow: hidden;
    border-radius: 10px;
}

.white svg * {
    fill: white !important;
}

.elementor-menu-cart__wrapper .elementor-button--checkout {
    display: none;
}

.facetwp-checkbox {
    font-size: 0.8em !important;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-left: 0;
    background: none;
    margin-top: 15px;
}

.cwginstock-subscribe-form .panel-primary > .panel-heading {
    color: #fff;
    background-color: #e45813 !important;
    border-color: #e45813 !important;
}

.cwginstock-subscribe-form .panel-primary {
    border-color: #d5d5d5 !important;
}

.cwg_iagree_checkbox {
    margin-bottom: 14px;
}

@media (max-width: 1024px) {
    svg.dgwt-wcas-ico-magnifier-handler {
        fill: white;
    }
}

@media (max-width: 767px) {
    .dgwt-wcas-suggestions-wrapp.woocommerce.dgwt-wcas-has-img.js-dgwt-wcas-initialized {
        margin-top: 10px;
        width: 100vw !important;
        padding-bottom: 0;
    }

    form.dgwt-wcas-search-form {
        width: 100vw !important;
        min-width: 100vw !important;
    }

    a.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-more {
        background: #e45813;
        color: white;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
        color: black !important;
    }

    .woocommerce-cart-form__cart-item.cart_item .quantity {
        display: flex;
        align-items: stretch;
        align-content: stretch;
        float: right;
    }

    .ov-hid .swiper-wrapper.elementor-slides {
        border-radius: 0px;
    }

    .dgwt-wcas-om-bar {
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .dgwt-wcas-om-bar button.dgwt-wcas-om-return,
    .dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,
    .dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,
    .dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover {
        width: 45px;
        height: 45px;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
        opacity: 1;
        font-style: normal;
        font-weight: 300;
        color: white;
    }

    .elementor-element.elementor-element-3a48a83.elementor-widget__width-initial.elementor-hidden-desktop.elementor-widget.elementor-widget-fibosearch {
        margin-bottom: 5px;
    }
}

/* Old CSS */
/* whatsapp widget button bottom */
#chaty-widget-0 .chaty-widget {
    right: 5px !important;
    bottom: 70px !important;
}

/* FacetWP */
.facetwp-type-checkboxes .facetwp-checkbox.checked {
    color: #e45813;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.facetwp-template {
    opacity: 1;
    transition: opacity 0.5s linear;
}

.facetwp-template.template-loading {
    opacity: 0;
    animation: fadeIn 2.5s linear infinite;
}
