/*
Theme Name: Amaie Child - Mercato dei Fiori
Description: Child Theme del tema Amaie
Author: presscommtech srl
Author URI: https://www.presscommtech.com/
Template: amaie
Version: 0.1
*/

@import url("../amaie/style.css");

.documentBlock{
    padding: 60px 120px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-bottom: 1px solid var(--LIGHT-GRAY-2);
}

.documentBlock h2{
    color: var(--BLACK);
    font-size: var(--XL);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.documentBlock .documentDownloadItem{
    display: flex;
    width: calc((100% / 3) - 10px);
    /*width: 550px;*/
    padding: 30px;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: 5px;
    border: 1px solid var(--LIGHT-GRAY-2);
    background: var(--LIGHT-GRAY);
    margin: 0 !important;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.documentBlock .documentDownloadItem p{
    overflow: hidden;
    color: var(--BLACK);
    text-overflow: ellipsis;
    font-size: var(--M);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all ease-in-out .3s;
    max-width: calc(100% - 63px);
    white-space: normal;
}

.documentBlock .documentDownloadItem::after{
    content: "";
    width: 33px;
    height: 30px;
    background: url(img/icons/download.svg);
    transition: all ease-in-out .3s;
}

.documentBlock .documentDownloadItem:hover{
    box-shadow: 0 3px 15px 0 rgba(16, 29, 54, 0.10);
}

.documentBlock .documentDownloadItem:hover p{
    color: var(--BLUE);
}

.documentBlock .documentDownloadItem:hover::after{
    background: url(img/icons/download_active.svg);
}

.documentBlock .docContainer{
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    margin: 0 !important;
}

.page-template-page_with_header main .headerPage h1{
    font-size: var(--XL4) !important;
}

.page-template-page_with_header main .gridBlock{
    padding: 90px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-template-page_with_header main .gridBlock h2{
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: row;
    white-space: nowrap;
}

.page-template-page_with_header main .gridBlock h2::after{
    content: "";
    height: 1px;
    width: 100%;
    background: var(--BLUE);
}

.page-template-page_with_header main .gridBlock .contentGrid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    align-content: flex-start;
    column-gap: 15px;
    row-gap: 30px;
}

.page-template-page_with_header main .gridBlock .contentGrid .gridItem{
    background: var(--LIGHT-GRAY);
    margin: 0;
    width: calc( (100% -  30px) / 3);
    /*min-width: 440px;*/
    max-width: 570px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 15px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    overflow: hidden;
}

.page-template-page_with_header main .gridBlock .contentGrid .gridItem h3{
    color: var(--BLACK);
    font-size: var(--XL2);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
}

.page-template-page_with_header main .gridBlock .contentGrid .gridItem p{
    color: var(--GRAY-BLUE);
    font-size: var(--M);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 0;
}

.page-template-page_with_header main .gridBlock .contentGrid .gridItem .gridItemContent{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-template-page_with_header main .gridBlock .contentGrid .gridItem::before{
    content: "";
    background: var(--BLUE);
    width: 30px;
    height: 30px;
    aspect-ratio: 1;
    border-radius: 30px;
    margin-left: -15px;
}

.page-template-page_with_header main .gridBlock .contentListDownload{
    margin: 0;
    width: 100%;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.page-template-page_with_header main .gridBlock .contentListDownload .gridItem{
    border-radius: 5px;
    border: 1px solid var(--LIGHT-GRAY-2);
    background: var(--LIGHT-GRAY);
    width: 100%;
    padding: 30px;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.page-template-page_with_header main .gridBlock .contentListDownload .gridItem h3{
    overflow: hidden;
    color: var(--BLACK);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--M);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all ease-in-out .3s;
}

.page-template-page_with_header main .gridBlock .contentListDownload .gridItem::after{
    content: "";
    width: 33px;
    height: 30px;
    background: url(img/icons/download.svg);
    transition: all ease-in-out .3s;
}


.page-template-page_with_header main .gridBlock .contentListDownload .gridItem:hover{
    box-shadow: 0 3px 15px 0 rgba(16, 29, 54, 0.10);
}

.page-template-page_with_header main .gridBlock .contentListDownload .gridItem:hover h3{
    color: var(--BLUE);
}

.page-template-page_with_header main .gridBlock .contentListDownload .gridItem:hover::after{
    background: url(img/icons/download_active.svg);
}

.page-template-page_with_header main .gridBlock .bulletInfo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.page-template-page_with_header main .gridBlock .bulletInfo p{
    display: flex;
    height: 45px;
    padding: 10px 15px !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 30px;
    background: var(--LIGHT-GRAY-2);

    color: var(--BLACK);
    font-size: var(--M);
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
}

.page-template-page_with_header main .gridBlock .bulletInfo p a{
    color: var(--BLACK);
    font-size: var(--M);
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
}

#serviziGrid h3{
    color: var(--GRAY-BLUE);
    font-size: var(--L);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


#serviziGrid p{
    color: var(--BLACK);
    font-size: var(--XL2);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}



.page-template-page_with_header main .pageContent h2 {
    font-size: var(--XL3);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-template-page_with_header main .pageContent h3 {
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: var(--BLACK);
    font-size: var(--XL2);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
}

.page-template-page_with_header main .pageContent .centralCover{
    aspect-ratio: 16 / 9;
    max-width: 1200px;
    border-radius: 5px;
    min-height: unset;
}

.page-template-page_with_header main .pageContent .doubleImgRow{
    max-width: 1200px;
    gap: 60px;
}

.page-template-page_with_header main .pageContent .doubleImgRow .wp-block-image{
    padding: 0 !important;
}

.page-template-page_with_header main .pageContent .doubleImgRow .col{
    width: calc(50% - 30px);
}

.page-template-page_with_header main .pageContent .doubleImgRow .col p{
    color: var(--BLACK);
    font-size: var(--S) !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.page-template-page_with_header main .pageContent .doubleImgRow .col p::before{
    width: 5px;
    height: 5px;
    aspect-ratio: 1 / 1;
    background: var(--BLUE);
    content: "";
    position: relative;
    border-radius: 5px;
    display: flex;
}

.page-template-page_with_header main .pageContent .doubleImgRow .wp-block-cover{
    aspect-ratio: 16/9;
    width: 100%;
    border-radius: 5px;
    min-height: unset;
}

.textSliderContainer.infiniteSlider{
    cursor: grab;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;  /* Nasconde la scrollbar in IE/Edge */
    scrollbar-width: none;     /* Nasconde la scrollbar in Firefox */
    display: flex;
    user-select: none;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    will-change: scroll-position;
    scroll-behavior: auto !important;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y pinch-zoom;
}

.textSliderContainer{
    border-bottom: 2px solid var(--LIGHT-GRAY);
    border-top: 2px solid var(--LIGHT-GRAY);
}

.textSliderContainer .sliderItem{
    border-right: 1px solid var(--LIGHT-GRAY);

    display: flex;
    padding: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.textSliderContainer .sliderItem h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: var(--BLACK);
    text-overflow: ellipsis;
    font-size: var(--XL3);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0 !important;
}


.textSliderContainer .sliderItem p{
    color: var(--GRAY-BLUE);
    font-size: var(--M) !important;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 0;
    white-space: nowrap;
    margin: 0 !important;
}

.textSliderContainer .sliderItem p strong{
    font-size: var(--L) !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: row;
}

.textSliderContainer .sliderItem p strong::before{
    width: 15px;
    height: 15px;
    aspect-ratio: 1/1;
    border-radius: 30px;
    background: var(--BLUE);
    content: "";
    display: flex;
}

.textSliderContainer .sliderItem p:nth-child(2){
    padding-left: 32px;
}

.textSliderContainer .sliderItem .wp-block-group{
    margin: 0 !important;
}

.textSliderContainer {
    width: 100%;
    overflow: hidden;
    cursor: grab;
}

.sliderContent {
    display: flex;
    transition: transform 0.3s ease-out;
    user-select: none;
}


footer .menuFooter p {
    text-decoration: none;
    color: var(--WHITE);
    font-size: var(--S);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}



#form-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: start;
    z-index: 1000;
    padding-top: 90px;
    padding-bottom: 90px;
}

.modal-content {
    background-color: white;
    border-radius: 30px;
    width: 90%;
    max-width: 1680px;
    position: relative;
    overflow: hidden;
}

.modal-content p{
    color: var(--GRAY-BLUE);
    font-size: var(--M);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.modal-content p a{
    color: var(--GRAY-BLUE);
    font-size: var(--M);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    visibility: hidden;
}

.form-container {
    display: flex;
    justify-content: space-between;
}

.modal-form {
    width: 100%;
}

.modal-form h2 {
    margin: 0;
    color: var(--BLUE);
    font-size: var(--XL2);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-form label {
    display: block;
    color: var(--BLACK);
    font-size: var(--L);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 30px;
}

.modal-form input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
}

.modal-form button {
    margin-top: 30px;
    width: 100%;
    padding: 20px 40px;
    background-color: var(--BLUE);
    border-radius: 120px;

    border: none;
    cursor: pointer;

    color: var(--WHITE);
    text-align: center;

    font-size: var(--L);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login-cover, .form-column{
    width: 50%;
}

.login-cover{
    background: url('img/formImg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-column{
    padding: 60px 90px;
}

.form-column hr{
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: var(--GRAY);
}

.form-column input{
    margin: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid var(--LIGHT-GRAY);
}

.form-column input::placeholder{
    font-size: var(--M);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: rgba(3,1,4,.25);
}

.form-column input:focus-visible{
    outline-color: transparent;
}

.prezzi-container .prezzo-mese-row{
    border-bottom: 5px solid var(--LIGHT-GRAY);
    background: var(--WHITE);
    width: 100%;
    padding: 30px 120px;
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content{
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content .prezzo-mese-anno{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content .prezzo-mese-anno .prezzo-anno{
    display: flex;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    background: var(--LIGHT-GRAY);

    color: var(--BLACK);
    font-size: var(--S);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content .prezzo-mese-anno .prezzo-mese{
    color: var(--BLACK);
    font-size: var(--XL2);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content .prezzo-bottoni{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content .prezzo-bottoni .prezzo-download{
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid var(--BLUE);
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content .prezzo-bottoni .prezzo-download::after{
    content: "";
    width: 15px;
    height: 14px;
    background-size: contain !important;
    background: url(img/icons/download_active.svg) no-repeat;
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content .prezzo-bottoni .prezzo-download:hover{
    background: linear-gradient(0deg, rgba(21, 232, 251, 0.30) 0%, rgba(21, 232, 251, 0.30) 100%), var(--BLUE, #0037F4);
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content .prezzo-bottoni .prezzo-download:hover::after{
    background: url(img/icons/download_white.svg) no-repeat;
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content .prezzo-bottoni .prezzo-asta{
    display: flex;
    height: 45px;
    padding: 0 20px;
    align-items: center;
    gap: 10px;

    border-radius: 30px;
    border: 2px solid var(--LIGHT-GRAY-2);

    color: var(--BLACK);
    text-align: center;
    font-size: var(--S);
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    position: relative;

    transition: margin-left, color, background-color, boder-color ease-in-out .3s;

    margin-left: 7px;
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content .prezzo-bottoni .prezzo-asta::after {
    content: "";
    color: var(--WHITE);
    font-size: var(--XL2);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 15px;
    height: 15px;
    transition: all 0.3s ease;
    transform: rotate(-45deg);
    overflow: hidden;
    background: url(img/icons/arrow.svg) no-repeat right;
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content .prezzo-bottoni .prezzo-asta:hover{
    background-color: var(--BLUE);
    border-color: var(--BLUE);
    color: var(--WHITE);
    margin-left: 0;
}

.prezzi-container .prezzo-mese-row .prezzo-mese-content .prezzo-bottoni .prezzo-asta:hover::after{
    transform: rotate(0deg);
    width: 22px;
    filter: invert(100%) brightness(102%);
}

.listaDettaglioPrezzi .headerPage{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--BLUE, #0037F4);
}

.listaDettaglioPrezzi .headerPage h2{
    color: var(--WHITE);
    font-size: var(--XL3) !important;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0;
}

.listaDettaglioPrezzi .headerPage a{
    color: var(--WHITE);
    font-size: var(--XL);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.listaDettaglioPrezzi .buttonsContainer{
    max-width: 1200px;
    border-bottom: 2px solid var(--LIGHT-GRAY);
    background: var(--WHITE);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.listaDettaglioPrezzi .buttonsContainer .downloadButton{
    display: flex;
    height: 45px;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid var(--BLUE);
    color: var(--BLUE);
    font-size: var(--S, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.listaDettaglioPrezzi .buttonsContainer .downloadButton::after{
    content: "";
    background: url("img/icons/download_active.svg");
    width: 15px;
    height: 14px;
    background-size: cover;
    transition: all ease-in-out .3s;
}

.listaDettaglioPrezzi .buttonsContainer .downloadButton:hover{
    background: var(--BLUE);
    color: var(--WHITE);
}

.listaDettaglioPrezzi .buttonsContainer .downloadButton:hover::after{
    background: url("img/icons/download_white.svg");
    width: 15px;
    height: 14px;
    content: "";
    background-size: cover;
}

.listaDettaglioPrezzi .buttonsContainer .navigation{
    display: flex;
    flex-direction: row;
}

.listaDettaglioPrezzi .buttonsContainer .navigation .prev{
    border-right: 1px solid var(--LIGHT-GRAY);
    padding-right: 30px;
}

.listaDettaglioPrezzi .buttonsContainer .navigation .next{
    border-left: 1px solid var(--LIGHT-GRAY);
    padding-left: 30px;
}

.listaDettaglioPrezzi .buttonsContainer .navigation .prev, .listaDettaglioPrezzi .buttonsContainer .navigation .next{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    align-items: center;

    color: var(--BLACK);
    text-align: center;
    font-size: var(--S);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.listaDettaglioPrezzi .buttonsContainer .navigation .arrow{
    border-radius: 120px;
    background: var(--LIGHT-GRAY);

    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 43px;

    transition: all ease-in-out .3s;
}

.listaDettaglioPrezzi .buttonsContainer .navigation .prev .arrow{
    transform: rotate(180deg);
}

.listaDettaglioPrezzi .buttonsContainer .navigation .arrow::after{
    content: "";
    background: url("img/icons/arrow.svg");
    width: 22px;
    height: 15px;
    transition: all ease-in-out .3s;
}

.listaDettaglioPrezzi .buttonsContainer .navigation .arrow:hover::after{
    filter: invert(100%) brightness(102%);
}

.listaDettaglioPrezzi .buttonsContainer .navigation .arrow:hover{
    background: var(--BLUE);
}

.listaDettaglioPrezzi .listHeader{
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--BLACK);
    font-size: var(--M);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border-bottom: 1px dashed var(--GRAY);
    gap: 60px;
}

.listaDettaglioPrezzi .listHeader .prodName{
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.listaDettaglioPrezzi .listHeader .prodValue{
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.listaDettaglioPrezzi .listHeader .prodValue div{
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.listaDettaglioPrezzi .listHeader .prodValue .min::before{
    content: "";
    width: 15px;
    height: 15px;
    aspect-ratio: 1;
    background-size: contain;
    background: url("img/icons/min_max.svg") no-repeat center;
}

.listaDettaglioPrezzi .listHeader .prodValue .med::before{
    content: "";
    width: 15px;
    height: 15px;
    aspect-ratio: 1;
    background-size: contain;
    background: url("img/icons/medio.svg") no-repeat center;
}

.listaDettaglioPrezzi .listHeader .prodValue .max::before{
    content: "";
    width: 15px;
    height: 15px;
    aspect-ratio: 1;
    background-size: contain;
    background: url("img/icons/min_max.svg") no-repeat center;
    transform: rotate(180deg);
}

.listaDettaglioPrezzi .listItems{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
}

.listaDettaglioPrezzi .listItems .listItem{
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed var(--GRAY);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.listaDettaglioPrezzi .listItems .listItem .itemValues{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.listaDettaglioPrezzi .listItems .listItem .itemValues div{
    display: flex;
    width: 125px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: var(--LIGHT-GRAY);

    color: var(--GRAY-BLUE);
    font-size: var(--M);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.listaDettaglioPrezzi .listItems .listItem .itemName{
    width: 100%;
    color: var(--GRAY-BLUE);
    font-size: var(--M);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding-top: 10px;
    padding-bottom: 10px;
}
/**/
.selettore-anno{
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.selector-title{
    color: var(--BLACK);
    text-align: center;
    font-size: var(--XL);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.lista-anni{
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.item-anno{
    border-radius: 30px;
    border: 2px solid var(--BLUE);
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--BLUE);
    font-size: var(--S);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.item-anno.active{
    background: var(--BLUE);
    color: var(--WHITE);
}

.avviso{
    font-size: var(--XS) !important;
    border: none !important;
    margin-top: 60px !important;
    font-weight: 400 !important;
    max-width: 800px !important;
}
