
.aleph-tabs ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
}


.aleph-tabs ul li {
    padding: 5px 10px !important;
    list-style: none;
    border-bottom: 4px solid;
    flex-grow: 1;
    margin: 0 20px 0 0;
    opacity: .3;
}

.aleph-tabs ul li::before{
    display: none;
}

.aleph-tabs ul li.ui-state-active {
    opacity: 1;
}


.aleph-tabs ul li a {
    font-weight: bold;
    color: #000;
}

.aleph-tabs ul li a:hover {
    text-decoration: none;
}

.aleph-tabs ul li a span.subtitle {
    font-weight: normal;
    margin: 0 0 0 10px;
    font-size: 12px;
}


.aleph-tabs .tab-stampante .logo-cont {
    margin-bottom: 20px;
}

.aleph-tabs .tab-stampante .testo {
    margin: 40px 0;
}


.aleph-tabs .tab-stampante .testo a.link {
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid;
    font-size: 18px;
    padding-bottom: 5px;
}

.aleph-tabs .tab-stampante .testo a.link:hover {
    text-decoration: none;
}


@media screen and (max-width: 992px) {
    .aleph-tabs ul {
        display: block;

    }


    .aleph-tabs ul li {
        padding: 10px 10px;
        margin: 0 0 10px;
    }

    .aleph-tabs .tab-stampante .testo {
        text-align: center;
    }
}


.pagination-container-custom {
    text-align: center;

    margin: 20px 0;
}

.pagination-container-custom a,
.pagination-container-custom span {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 5px 8px;
    margin: 0 5px;
    line-height: 1;
    color: #000;
}

.pagination-container-custom span {
    border-color: #333;
}


.carosello-aleph .slick-dots li button {
    display: none;
}

.carosello-aleph .slick-dots li::before {
    display: none;
}

.carosello-aleph .slick-dots li {
    width: 160px;
    background-color: #ddd;
    height: 5px;
}

.carosello-aleph .slick-dots li.slick-active {
    background-color: #666;
}

@media screen  and (max-width: 992px) {
    .carosello-aleph .slick-dots li {
        width: 60px;
    }

}



.related-printers-carousel .slick-track
{
    display: flex !important;
}

.related-printers-carousel .slick-slide
{
    height: inherit !important;
}



.vc_tta-panel.vc_animating {
    opacity: 0;
}


/* The following code can be used to add a fade animation */
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    animation: vctabsAnimate 1s cubic-bezier(0.4, 0, 0.6, 1) 1;
}


@keyframes vctabsAnimate {
    0% {
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
