/* Hover pulsanti */
.brxe-button {
    transition: 1s;
}
.brxe-button:hover {
    background-color: #11880f !important;
    color: #fff !important;
}
/* Custom galleria immagini */
.rz_ebike_gallery .splide__pagination {
    width: 100%;
}

#rz-schede-container .tab-title {
    justify-content: center;
}

/** MOBILE **/
@media only screen and (max-width: 767px) {
    #rz-schede-container .tab-title {
        justify-content: flex-start;
    }

    #rz-schede-container .tab-menu {
        border: 0px !important;
        flex-direction: column;
        align-content: flex-start;
        gap: 0px;
    }

    .rz_freccia_su:after {
        transform-origin: 50% 75%;
        transform: rotate(-180deg);
        transition: 1s;
    }
    .rz_freccia_giu:after {
        transform-origin: 50% 75%;
        transform: rotate(0deg);
        transition: 1s;
    }
}