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

/* Add your custom styles here */

.jet-listing-grid__slider-icon.slick-arrow {
    border-radius: 100px
}
.jet-listing-grid__slider-icon.slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.barra-scroll-bottom {
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease;
    pointer-events: none;
    z-index: 9999;
}
.barra-scroll-bottom.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 500 !important;
}
.price del {
    color: #846858 !important;
    text-decoration-color: #DC2020;
}
.price ins {
    text-decoration: none !important;
}

.jet-breadcrumbs__wrap .jet-breadcrumbs__item:nth-child(1),
.jet-breadcrumbs__wrap .jet-breadcrumbs__item:nth-child(3),
.jet-breadcrumbs__wrap .jet-breadcrumbs__item-sep,
.jet-breadcrumbs__wrap .jet-breadcrumbs__item-target {
    display: none;
}
.jet-breadcrumbs__wrap .jet-breadcrumbs__item:nth-child(5) {
    margin-bottom: 15px;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}
.woocommerce-product-gallery {
    opacity: 1 !important;
}

@media screen and (min-width: 1024px) {
    .wc-pm-quantity-wrapper-detail .wc-pm-quantity-wrapper .wc-pm-quantity {
        font-size: 16px !important;
    }
}

/* @media screen and (min-width: 1024px) {
    .wc-pm-quantity-wrapper-detail .wc-pm-quantity-wrapper .wc-pm-minus,
    .wc-pm-quantity-wrapper-detail .wc-pm-quantity-wrapper .wc-pm-plus {
        width: 25%;
        min-width: 25%;
    }
    .wc-pm-quantity-wrapper-detail .wc-pm-quantity-wrapper .wc-pm-quantity {
        width: 20%;
        min-width: 20%;
    }
    .wc-pm-quantity-wrapper-detail .woocommerce-page.single-product .wc-pm-quantity-wrapper .wc-pm-quantity {
        font-size: 16px;
    }
} */


.e-floating-bars.has-vertical-position-top {
    border-bottom: 2px solid #451705 !important;
}

.single-product .sconto-fluttuante {
    display: none !important;
}

.wp-block-woocommerce-cart.alignwide {
    margin-inline: 0 !important;
}

.e-floating-bars.e-floating-bars-var-2.has-vertical-position-top {
    z-index: 120 !important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.mega-menu-submenu ul.elementor-nav-menu li.menu-item {
    border-bottom: 2px solid #451705 !important;
}
.mega-menu-submenu ul.elementor-nav-menu li.menu-item:last-child {
    border-bottom: none !important;
}

.menu-mobile .elementor-nav-menu .menu-item .has-submenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.menu-mobile .elementor-nav-menu .menu-item .has-submenu .sub-arrow {
    font-size: 14px;
}
.menu-mobile .elementor-nav-menu .menu-item .sub-menu {
    background-color: #F092B5;
    padding: 0 30px;
    border-radius: 0 0 30px 30px;
}
.menu-mobile .elementor-nav-menu .menu-item .sub-menu .menu-item {
    border-bottom: 2px solid #451705 !important;
}
.menu-mobile .elementor-nav-menu .menu-item .sub-menu .menu-item:last-child {
    border-bottom: none !important;
}
.menu-mobile .elementor-nav-menu .menu-item .sub-menu .menu-item a {
    color: #451705 !important;
    padding-left: 0px;
    padding-right: 0px;
}
.menu-mobile .elementor-nav-menu .menu-item .sub-menu .menu-item a:hover {
    color: #FFDA3D !important;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    background-color: #757D24 !important;
    color: #FFF !important;
    border-radius: 100px !important;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover {
    background-color: #451705 !important;
}
.wc-block-components-quantity-selector {
    height: 40px !important;
}
.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus,
.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    border-radius: 5px !important;
}
.jet-gallery-swiper-thumb {
    margin-top: 20px;
}

.hide {
    display: none !important;
}
