

.header_logo .logo {
    max-width: 60%;
    height: auto;
    /* Mantiene le proporzioni corrette */
}

@media screen and (max-width:490px) {
    .header_logo .logo {
        max-width: 140px;
        height: auto;
        /* Mantiene le proporzioni corrette */
    }
}

@media screen and (min-width: 768px) {

    .box_product_tab .widget-tab-title:not(:last-child)::after {
        top: 0px;
        right: -75px;
        transform: translateX(50%);
        font-size: 45px;
        color: #cac6c6;
        font-weight: 500;
        background: none !important;
        content: "/" !important;
    }
}

@media screen and (max-width: 767px) {
    .box_product_tab .widget-tab-title:not(:last-child)::after {
        content: "";
        width: 20px;
        height: 3px !important;
        background: none !important;
    }

  #search_filters .facet-dropdown .dropdown-menu {
        padding: 0;
        margin-top: 3px;
        left: auto;
        width: 100%;
        background: #f6f6f6;
        border: none;
        box-shadow: 1px 1px 1px 1px #f6f6f6;
        height: 300px;
        scroll-behavior: smooth;
        overflow-y: auto;
    }

 #search_filters .facet-dropdown .select-list {
        display: block;
        color: #989389;
        background: #f6f6f6;
        padding: 0.625rem 1.25rem;
        height: 50px;
        scroll-behavior: smooth;
        overflow-y: auto;
    }

    #category .sidebar #search_filter_controls button {
        margin: 0 0.5rem;
        font-weight: 700;
        font-size: 15px;
        letter-spacing: 1px;
        color: #000000;
        display: inline-flex;
        align-items: center;
        padding: 12px 40px;

    }
}

.elementor-element.elementor-element-be3014c .widget-tab-title.active {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.widget-html .banner_top .image_description h6 {
    color: #bfaa8b;
}

.widget-html .banner_top .image_description a {
    border: 1px solid #bfaa8b;
    color: #bfaa8b;;
    }
    
.box_product_tab .widget-tab-title:not(:last-child)::after {
    content: "";
    width: 20px;
    height: 33px;
    background: url(https://santorelliaccessori.it/themes/vt_winesto/assets/img/modules/leoelements/images/slh.png);
}

.elementor-slick-slider .slick-prev::before,
.elementor-slick-slider .slick-next::before {
    font-family: 'Material Icons';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #b9b1b1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box_slide .slide_btn .caption-contain {
    background-color: #bfaa8b;
    color: #fff;

}

.box_slide .slide_btn .caption-contain::before {
    background-color: #2e2829;

}

.slick-arrows .slick-arrow.slick-prev:before {
    content: "\E314";
    color: #8b8585;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-transform: none;
}

.slick-arrows .slick-arrow.slick-next:before {
    content: "\E315";
    color: #8b8585;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-transform: none;
}