
a.itemLibrary__link {

    /* padding: .5em 2.5em;  */
    /* background: #ccc; */
    /* border: none; */
    border-radius: 2px; 
}

a.itemLibrary__link:hover {
    background: #001739;
    color: white;
    font-weight: 800;
    border: none;
    text-decoration: none;


}

.itemLibrary__btnDetail {
    /* background: rgb(245, 245, 245); */
    background: rgb(238,239,243);
    background: linear-gradient(317deg, rgba(238,239,243,1) 0%, rgba(228,228,228,0.8897934173669468) 100%);


}

.itemLibrary__imgWrappper {
    border: 0;
}
.itemLibrary {
    transition: all 200ms ease-out 200ms;
    padding: 2em 1em;
    margin-bottom: 0;
}


.navigation__list {
    /*box-shadow: 0 2px 20px -9px rgba(0, 0, 0, 0.384);*/
}
.library__wrapper .library__container {
    box-shadow: 0px 9px 24px -4px rgba(173,173,173,0.23);
    box-shadow: 0px 9px 24px -4px rgba(173,173,173,0.23);
    box-shadow: 0px 9px 24px -4px rgba(173,173,173,0.23);

}

ul.download__list .download__link:hover {

    background-color: #001739;
    font-weight: 800;
    text-decoration: none;
    color: white;
    border: none;

}


.navigation__link  {


}


.itemDetail__title {
    font-size: 16px;
    font-weight: bold;
    color: #022d5a;
}

.HomePage__btn:hover{
    color: white;
    border-color: #022d5a;
    background-color: #022d5a;
    transition: all .2s ease-in-out;
    -webkit-transition:  all .2s ease-in-out;
    text-shadow: none;
    text-decoration: none;
}

.HomePage__textContent{
    width: 50%;
}

.HomePage__description{
    line-height: 16px;
    font-weight: 500;
    font-size: 12px;

}

.favoritesSummary__btn{
    font-size: 12px;
    border-radius: 2px;
}

.favoritesSummary__btn:hover{
    background-color: #022d5a;
    transition: all .2s ease-in-out;
}

.HomePage__description{
    line-height: 16px;
    font-size: 12px;
}

.itemDetail__title{
    font-size: 20px;
}

.HomePage__btn:link, .HomePage__btn:visited{
    font-weight: 400;
}

.favoritesSummary__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.page .AppSampleContent__favorites{
    background-size: cover;
}





/* invio campioni*/

.favoritesSummaryFooter{
    padding: 0 10% 0 10%;
    line-height: 18px;

}

.favoritesSummary__textarea{
    font-size: 11px;
}


 .page.samplesPage .favoritesSummary .favoritesSummary__btn{
    padding: 5px 10px;
    height: 30px;
}


a {
    color: #707070;
}



/* ZOOM texture desktop */

.itemDetail__titleSection{
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0;
    text-transform: uppercase;
}

.itemDetail__detailPanel{
    padding-right: 20px;
}

.itemDetail__title{
    text-transform: uppercase;
}

.itemDetail__characteristicItem{
    border-bottom: 1px solid #e2e2e2;
    padding: 7px 0;
    font-size: 11px;
}

.itemDetail__characteristicColumnBorder{
    border-top: 1px solid #e2e2e2;
}

.itemDetail__dt{
    color: #AFAFAF;
}

.itemDetail__wrapperIcons{
    margin-top: 2px;
}

.itemDetail__contentSection{
    color: #AFAFAF;
    font-size: 13px;
}

.itemDetail__description{
    font-size: 14px;
    line-height: 20px;
}

.itemDetail__dl, .itemDetail__dt{
    font-size: 12px;
    line-height: 15px;
}





/* DEVICES */

@media only screen and (max-width: 1200px){
    .page.samplesPage .favoritesSummary .itemLibrary{
        padding: 2em .6em;
    }
}


@media only screen and (max-width: 1024px){
    .itemLibrary:hover {
        padding: 2em 1em;

        transition: none;
        transform: none;
        
        box-shadow: none;
        box-shadow: none;
        box-shadow: none;
    }

    /* bigger texts */
    .selectOrder, .selectOrder__label{
        font-size: 12px;
    }
    .itemLibrary__name{
        font-size: 13px;
        line-height: 15px;
    }
    .navigation__link{
        font-size: 14px;
    }

    .page.samplesPage .favoritesSummary .favoritesSummary__btn{
        font-size: 13px;
    }

    .navigation__options>div{
        padding-right: 0;
    }
    .page.samplesPage .favoritesSummary .itemLibrary{
        width: 33%;
        padding: 1em;
    }


    /* Zoom Texture 1024 */

 
    .itemDetail__title{
        font-size: 24px;
    }
    .itemDetail__description{
        font-size: 14px;
        line-height: 20px!important;
    }
    .itemDetail__titleSection{
        font-size: 16px;
        padding: 13px 0 6px 0;
    }
    .itemDetail__dl, .itemDetail__dt{
        font-size: 13px;
        padding: 5px 0;
    }

    .itemDetail__contentSection{
        font-size: 14px;
        line-height: 20px;
    }



}




@media only screen and (max-width: 768px){
    .HomePage__textContent{
        width: 100%;
    }
    .HomePage{
        padding: 20px;
    }


    /* items mobile*/

    .itemLibrary{
        width: 50%;
        padding: 1.5em .5em;
    }
     .itemLibrary:hover{
        width: 50%;
        padding: 1.5em .5em;
    }

    a.itemLibrary__link{
        min-width: 28px;
    }
    .itemLibrary__textWrapper{
        min-height: 0;
    }
    .itemLibrary__description{
        font-size: 12px;
        line-height: 14px;
    }
    p.itemLibrary__name{
        font-size: 13px;
        line-height: 15px;
    }
    .library__wrapper, .groupLibrary__name{
        padding: 0;
    }
    .library__wrapper .library__container{
        padding: 20px 15px;
        border-radius: 0;
    }
    h3.groupLibrary__name{
        padding-top: 20px;
    }
    a.itemLibrary__link{
        min-width: 30px;
        padding: 6px; 
    }

    /* richiedi campioni mobile */

    .page.samplesPage .favoritesSummary .itemLibrary{
        width: 33%;
        padding: .5em;
    }

    .page.samplesPage .favoritesSummary .library__wrapper .library__container{
        margin: 0 15px 15px 15px;
        border-radius: 5px;
    }

    .page.samplesPage .favoritesSummary .favoritesSummary__note{
        font-size: 16px;
        line-height: 20px!important: 
    }

    .page.samplesPage .favoritesSummary .favoritesSummary__description{
        font-size: 19px;
        line-height: 23px;
    }

    .page.samplesPage .favoritesSummary .favoritesSummary__title{
         font-size: 24px;
    }

    .favoritesSummaryFooter__description{
        font-size: 14px;
        line-height: 18px;
        padding-top: 20px;
    }
    .HomePage__terms{
        font-size: 13px;
    }

    /* Zoom Texture 768 */

    .itemDetail__detailPanel{
        padding-right: 0;
    }
    .itemDetail__title{
        font-size: 24px;
    }
    .itemDetail__description{
        font-size: 16px;
        line-height: 23px!important;
    }
    .itemDetail__titleSection{
        font-size: 18px;
        padding: 13px 0 6px 0;
    }
    .itemDetail__dl, .itemDetail__dt{
        font-size: 14px;
        padding: 10px 0;
    }

    .itemDetail__contentSection{
        font-size: 14px;
        line-height: 20px;
    }
}

 /* samples home*/

 .HomePage__stepItem{
    width: 100px;
    vertical-align: top;
 }

