﻿#titoloDettaglioFotolibro {
    margin-top: 10px;
    margin-bottom: 20px;
}

    #titoloDettaglioFotolibro h3 {
        line-height: 30px;
        font-size: 26px;
    }

    #titoloDettaglioFotolibro h4 {
        line-height: 26px;
        font-size: 20px;
    }


#anteprima2, #anteprima3 {
    border: 1px solid #efefef;
}




@media (min-width: 768px) {
    .popupPy .modal-dialog {
        width: 60%;
        max-width: 60%;
    }
}

#listatemi {
}

.tema {
    display: none;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 20px;
    padding: 10px;
}

    .tema img {
        margin-bottom: 10px;
    }

.horizontal-menu {
    position: relative;
    width: 100%;
    margin-bottom: 14px;
}

.menu-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 6px 44px;
    min-width: 0;
}

    .menu-scroll::-webkit-scrollbar {
        display: none
    }

.menu-item {
    flex: 0 0 auto;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: .2s;
}

    .menu-item img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }




/* MAIN */
.main-menu .menu-item {
    padding: 9px 18px;
    border: 1px solid #d6d6d6;
    border-radius: 24px;
    background: #fff;
}

    .main-menu .menu-item.active {
        border-color: #ff6600;
        color: #ff6600;
    }

/* SUB */
.submenu .menu-item {
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fafafa;
    font-size: 14px;
}

    .submenu .menu-item.active {
        color: #ff6600;
        border-color: #ff6600;
    }

/* FRECCE */
.menu-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    cursor: pointer;
    z-index: 50; /* 🔥 IMPORTANTISSIMO */
}

    .menu-arrow.left {
        left: 0
    }

    .menu-arrow.right {
        right: 0
    }

.hide {
    display: none
}

/* SFUMATURA */
.fade-left, .fade-right {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.fade-left {
    left: 0;
    background: linear-gradient(to right,#fff,transparent);
}

.fade-right {
    right: 0;
    background: linear-gradient(to left,#fff,transparent);
}

@media(max-width:768px) {
    .menu-scroll {
        padding: 6px 38px
    }
}
