@charset "UTF-8";

.card-info-hover {
    color: #666;
}

.nav-tabs .nav-link {
    color: #666;
}

.nav-tabs .nav-link.active {
    color: #00a19d;
}

.c-00a19d {
    color: #00a19d !important;
}

.c-dark-blue {
    color: #172844;
}

.card-info-title-hover {
    color: #172844;
}

.aside-product-op a {
    color: #666;
}

.aside-product-op a:hover {
    color: #00a19d;
}

.tile-contributi a {
    color: #666 !important;
}

.product-page-section,
.product-page-section p,
.product-page-section ul li,
.product-page-section table td,
.product-page-section table th,
.download-nav-tabs {
    font-family: roboto, PTSansRegular, Arial, Helvetica, sans-serif;
}


/* immagine prodotto in single-prod */


/* splide slider */

.splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 8999;
    gap: 1.3rem;
}

.splide__pagination__page {
    width: 12px;
    height: 12px;
}

.splide__arrow {
    opacity: 0.7;
    transition: opacity 0.2s linear !important;
}

.splide__arrow:hover {
    opacity: 0.9;
}

.splide__pagination__page.is-active {
    background-color: #666;
}

.splide__arrow--prev {
    left: -1em;
}

.splide__arrow--next {
    right: -1em;
}

.splide__arrow svg {
    fill: #000;
    height: 1em;
    width: 1em;
}

.loghi-tecnici img {
    width: 60px;
}


/* fine immagine prodotto in single-prod */

.tabella-single-prod {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 3em;
}

.tabella-single-prod td,
.tabella-single-prod th {
    padding: 0 10px;
    height: 40px !important;
    line-height: 40px;
}

.td-prods-3 {
    width: 60%;
}

.tabella-single-prod th {
    padding: 0 10px;
}

.tabella-single-prod tr:nth-child(odd) {
    background-color: #ececec;
}

.group-fields-tr {
    background: #c8c8c8 !important;
}

.head-tech-table {
    background-color: #666 !important;
    color: #fff !important;
}

.tile-contributi {
    position: relative;
    margin: 1em 5px;
    padding: 20px 15px;
    letter-spacing: 0.01em;
    box-shadow: #f4f4f5 5px 6px 10px;
    overflow: hidden;
    float: left;
}

.tile-contributi i {
    font-size: 40px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    color: #999;
}

.tile-xl {
    width: 48%;
    height: 295px;
}

.testo-download {
    position: absolute;
    top: 70px;
    text-align: left;
    padding: 0 25px 0px 0;
}


/* fine prodotto */


/* card-prodotto */

.card-product-op {
    background: #fff;
    margin: 1em 5px;
    /* border: 1px solid #f5f5f5; */
    font-family: "roboto", Arial, Helvetica, sans-serif;
    letter-spacing: 0.01em;
    box-shadow: #f4f4f5 5px 6px 10px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease-in-out 0s;
}

.card-info-prod {
    opacity: 100%;
    transition: filter 0s ease 0s, opacity 0.3s ease 0s;
}

.card-product-op .card-info-hover {
    padding: 0 20px;
}

.card-description-hover {
    font-size: 17px;
    line-height: 25px;
}


/* fine card-prodotto */


/* archive prod */


/* #main .fusion-row:not(.fusion-header-wrapper) {
        max-width: 100%;
    } */

summary,
details {
    font-size: 16px;
}

.col-filtri {
    display: flex;
    margin: 20px auto;
}

.col-filtri input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 5px 0px 0px 5px;
    height: 35px;
    border-right: 0;
}

.col-filtri input[type="submit"] {
    border: 1px solid #ccc;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-family: awb-icons;
    height: 35px;
    background: #fff !important;
    width: 35px;
    color: #172844;
    padding: 0px 5px 2px 0px;
}

details a {
    transition: 0.5s color ease;
}

details a:hover,
details[active]>summary>a {
    color: #93034b;
}

.page-active {
    color: #93034b;
}

details ul {
    margin: 0;
    padding: 0;
}

details>summary {
    list-style: none !important;
}

details>summary::-webkit-details-marker {
    display: none;
}

.summary-i {
    width: 20px;
    height: 20px;
    margin: 14px 10px 0 0;
    text-align: center;
    /* line-height: 45px; */
    padding: 0;
}

.intestazione-sommario {
    display: flex;
    flex-direction: row;
}

.intestazione-sommario a {
    padding: 10px 0;
}

.elenco-sommario {
    margin-left: 10px;
}

.space-sommario {
    padding-left: 12px;
}

.ser-sum {
    display: flex;
    flex-direction: row;
    padding: 10px 5px;
    margin: 0;
    padding-left: 55px;
}

summary>.intestazione-sommario>i {
    transform: rotate(0);
    transform-origin: 50%;
    transition: 0.25s transform ease;
    font-size: 20px;
}

details[open]>summary>.intestazione-sommario>i {
    transform: rotate(90deg);
}

.flex-container {
    display: flex;
    flex-direction: row;
    gap: 2em;
    flex-wrap: wrap;
    flex-grow: 1;
}

.product-filter-box {
    display: flex;
    flex-direction: column;
    width: 15rem;
}

.counter-pagine {
    display: flex;
    flex-direction: row;
    gap: 3em;
    justify-content: center;
    margin-top: 3em;
}

.page-active {
    color: #00a19d !important;
    text-decoration: underline;
}


/* fine archive prod */


@media only screen and (min-width: 1100px) {
    .tile-sm {
        height: 160px;
        width: 32%;
    }

    .tile-md {
        height: 210px;
        width: 32%;
    }

    .tile-lg {
        height: 290px;
        width: 49%;
    }
}

@media only screen and (max-width: 1099px) {
    .tile-contributi {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) and (min-width: 641px) {
    .splide__arrow--prev {
        left: -2em;
    }

    .splide__arrow--next {
        right: -2em;
    }

    .splide__slide img {
        max-width: 60%;
        margin: 0 auto !important;
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    .graphs-section img {
        max-width: 100%;
    }

    /* card-prodotto */
    .card-product-op {
        flex-basis: 225px;
        height: 355px;
    }

    .card-info-prod {
        margin: 0 auto;
        padding: 0;
        width: 220px;
    }

    .card-info-prod img {
        width: 168px;
        height: 168px;
        zoom: 120%;
        margin: 30px auto 0;
        display: block;
        border-radius: 10%;
    }

    .card-product-op:hover {
        background: #eee;
    }

    .card-product-op:hover .card-info-hover {
        top: 1em;
        opacity: 100%;
    }

    .card-product-op:hover .card-description-hover {
        opacity: 100%;
    }

    .card-product-op:hover .card-info-prod {
        opacity: 0 !important;
    }

    .card-product-op:hover .goto-card-prod {
        bottom: 10px;
    }

    .card-product-op .card-info-hover {
        position: absolute;
        top: 14.5em;
        transition: top 0.5s ease 0s;
    }

    .card-description-hover {
        opacity: 0%;
        transition: opacity 0.5s ease 0s;
    }

    .card-product-op i {
        position: absolute;
        bottom: -20px;
        right: 34px;
        font-size: 20px;
        transition: bottom 0.5s ease 0s;
    }

    /* fine card-prodotto */
    #seleziona-categoria {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 768px) {

    /* pagina prodotto */
    .card-product-op {
        padding-bottom: 25px;
    }

    .tile-contributi {
        width: 100%;
        margin: 20px auto;
    }

    .tile-sm {
        height: 145px;
    }

    .tile-md {
        height: 235px;
    }

    .tile-xl {
        width: 100%;
    }

    /* fine pagina prodotto */
    /* card-prodotto */
    .card-info-prod {
        padding: 0 30px;
        margin: 0 auto;
    }

    .goto-card-prod {
        position: absolute;
        bottom: 15px;
        right: 20px;
        color: #666;
    }

    /* fine card-prodotto */
    .lb-container {
        margin: 20vh 0;
        z-index: 9999;
    }
}