.sidebar-menu {
    background: white;
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 15px;
    border-radius: 0;
}

.sidebar-menu .menu-title {
    font-size: 1.8rem;
    margin: .67em 0;
    font-weight: bold;
}

.sidebar-menu .menu-list {
    list-style: none;
    margin-bottom: 3rem;
    padding: 0;
}


.sidebar-menu .menu-list li {
    margin-bottom: 10px;
}

.sidebar-menu .menu-list a {
    text-decoration: none;
    color: inherit;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.sidebar-menu .menu-list a:hover {
    background: #edf2f2; /* sfondo che si illumina */
    color: inherit; /* testo bianco */
}

.menu-toggle {
    display: none;
}

.close-btn {
    display: none;
}

.menu-toggle-checkbox {
    display: none;
}


@media (max-width: 768px) {
    .sidebar-menu {
        position: fixed;      /* la sidebar sta sopra al contenuto */
        top: 0;
        left: -250px;         /* la sposto fuori dallo schermo */
        width: 250px;         /* larghezza sidebar */
        height: 100%;         /* copre tutta l’altezza */
        transition: left 0.3s ease;
        z-index: 1000;        /* sta sopra al resto */
    }

    .sidebar-menu .menu-list a:hover {
        background: #edf2f2;
        color: inherit;
    }

    .sidebar-menu.active {
        left: 0;              /* torna visibile quando attiva */
    }

    /* contenuto a tutta larghezza su mobile */
    .content {
        margin-left: 0 !important;
    }



    /* bottone per aprire/chiudere la sidebar */
    .menu-toggle {
        display: block;
        background: white;
        color: inherit;
        padding: 10px 10px;
        cursor: pointer;
        font-size: 1.5rem;
        margin-top: 15px;
        text-align: center;


        border: 1px solid #333;
        border-radius: 10px;
    }

    #menu-toggle:checked + .menu-toggle + .sidebar-menu {
        left: 0;
    }

    .close-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
        color: inherit;
    }

}










.custom-static-block {
    text-align: left;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    line-height: 1.25em;
    color: #3f4142;
}

.custom-static-block .titolo-1 {
    font-size: 4rem;
    font-weight: 400;
    font-family: "Oswald", sans-serif !important;
    line-height: 1.1;
    margin: .67em 0;
}

.custom-static-block .titolo-2 {
    font-size: 2.3rem;
    font-weight: 400;
    font-family: "Oswald", sans-serif !important;
    line-height: 1.1;
    margin-bottom: .5rem;
    color: inherit;
}

.custom-static-block .p1 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: inherit;
}

.custom-static-block .testo {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: inherit;
}

.custom-static-block .ul1 li {
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.custom-static-block .logo-garanzia3 {
    max-width: 264px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.custom-static-block .logo-loop-garanzia3 {
    max-width: 258px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.custom-static-block .logo-est-garanzia {
    margin-top: 2rem;
    max-width: 232px;
    display: flex;
}

.custom-static-block .logo-garanzia-cucina {
    max-width: 232px;
    display: flex;
}

.custom-static-block hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.custom-static-block .logo-carr-scat {
    float: left;
    padding-top: 1rem;
    padding-right: 1.5rem;
}

.custom-static-block .puliz{
    clear: both;
}

.custom-static-block .loghi-pay img {
    max-width: 99px !important;
}

.custom-static-block .logo-scalapay img {
    max-width: 142px !important;
}

.custom-static-block .img1_sped{
    max-width: 150px !important;
}

.custom-static-block .img2_sped{
    max-width: 640px !important;
}

.custom-static-block .img3_sped{
    max-width: 540px !important;
}

.custom-static-block .img4_sped{
    max-width: 580px !important;
}

.custom-static-block .img5_sped{
    max-width: 490px !important;
}

.custom-static-block .img6_sped{
    max-width: 500px !important;
}

.custom-static-block .img7_sped{
    max-width: 500px !important;
}

.custom-static-block .img8_sped{
    max-width: 720px !important;
}

.custom-static-block img{
    width: 100%;
}

.privacy-policy-field a {
    text-decoration: underline;
    font-weight: 500;        /* leggermente più marcato */
}

.privacy-policy-field a:hover {
    text-decoration: none;   /* rimuovo la sottolineatura */
}


html .menu_fullwidth{
    background-color: #D9D9D9;
}

html #menutopdf {
    justify-content: space-evenly;
    gap: 0;
}

html #menutopdf .ui-menu-item {
    padding: 13px;
}

.backtomenu {
    display: none;
}

html .ui-menu-item.level0.parent {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

html .ui-menu-item.level0.parent .level0.submenu.row {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%; /* centrato rispetto al genitore */
    background: white;
    z-index: 9999;
    min-width: 220px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    list-style: none;
    padding: 5px 0;
    border-top: black solid 3px;
}

@media (min-width: 767px){
    html .ui-menu-item.level0.parent:hover > .level0.submenu.row {
        display: block;
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    .product.data.items .item.title .switch {
        line-height: 40px;
        font-weight: 400;
        padding: 1px 35px 1px 35px;
    }

    .product.data.items .item.title .switch:visited {
        color: #6d6d6d;
        text-decoration: none;
    }
}


/* Categoria principale */
.ui-menu-item .infocategorytop {
    cursor: pointer;
    text-align: center;
}
html .ui-menu-item.level0.parent ul,
html .infocategorytop ul,
html .subsubsubcategory ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-menu-item .box_menu_col.colviewall {
    display: none;
}

.ui-menu-item .infocategorytop .level1 {
    font-weight: normal;
    text-transform: none ;
}

.ui-menu-item .infocategorytop .level1:hover {
    color: var(--color-red);
    text-decoration: none ;
}

.action.towishlist:hover {
    transform: scale(1.2);
}

.filter-options-title:hover {
    color: var(--color-red);
}

.item .page:hover {
    color: #6a0c0c !important;
}

.social-icon:hover {
    transform: scale(1.2) ;
}
.button.am-btn-right:hover {
    background: #6a0c0c !important;
    opacity: 1;
}


/*----MOBILE----*/
@media (max-width: 767px) {

    .menu_fullwidth {
        display: none;
        max-height: none;
        opacity: 1;
        visibility: visible;
        justify-content: normal !important;
    }

    .menu_fullwidth  {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: white !important;
        z-index: 9;
    }

    #menutopdf{
        flex-direction: column;
        align-items: normal !important;
        margin-top: 60px;
        background: white;
    }
    #menutopdf li {
        display: block;
        max-height: none;
        opacity: 1;
        visibility: visible;
    }

    .ui-menu-item.level0.parent > a {
        pointer-events: none;
    }

        html .ui-menu-item.level0.parent .level0.submenu.row {
            display: none;
            position: relative;
            width: 100%;
            border-top: none;
        }


        .nav-toggle {
            z-index: 99;
            cursor: pointer;
        }

        html #menutopdf .open-children-toggle {
            display: flex;
        }

    html #menutopdf .ui-menu-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
        border-bottom: 1px solid grey;
    }
    .ui-menu-item .box_menu_col.colviewall {
        display: block;
    }

    .ui-menu-item .infocategorytop {
        text-align: left;
        padding-left: 15px;
    }

    html .ui-menu-item.level0.parent .level0.submenu{
        box-shadow: none;
    }

    .ui-menu-item .box_menu_col.colviewall span {
        padding-left: 5px;
    }

    .ui-menu-item.level0.parent.withsubcategory.positionstandard .level0.submenu.row {
        display: none;
    }

    .ui-menu-item.level0.parent.withsubcategory.positionstandard.active .level0.submenu.row {
        display: contents;
    }

    .ui-menu-item.active .fa-plus:before {
        content: "\f068";
    }

    html .product-item .tocart {
        width: 100%;
        max-width: 40px;
        height: 40px;
    }

    html .product-item .price_lab .price-final_price .price {
        font-size: 17px;
        font-weight: 700;
    }
}


@media (min-width: 992px) and (max-width: 1194px) {
    html .product-item .tocart {
        width: 100%;
        max-width: 40px;
        height: 40px;
    }

    html .product-item .price_lab .price-final_price .price {
        font-size: 19px;
        font-weight: 700;
    }
    html .iconright {
        gap: 8px 8px;
    }

    html .minicart-wrapper .action.showcart,
    html .icontopdf {
        width: 37px;
        height: 37px;
    }
    html .home_insight .single-ins {
        padding-bottom: 5px;
        justify-content: left;
        padding-left: 20px;
        width: 50%;
    }
    html .col-md-3 {
        width: 25%;
    }

    html .subtitle-columns {
        display: block;
    }

    html .category-title {
        margin-top: 6px;
    }
    html .category-subtitle {
        margin-bottom: 0;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html .home_insight .single-ins {
        padding-bottom: 5px;
        justify-content: left;
        padding-left: 20px;
        width: 50%;
    }
}









