
.boxListCategory .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.boxListCategory ul{
    list-style: none;
    padding-left: 0;
}
.boxListCategory li{
    margin-bottom: 10px;
}
.boxListCategory a{
    font-weight: 600;
    font-size: 15px;
    color: #000;
    background-image: url('/images/icone/freccia-blu-dx.png');
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: 100% 60%;
    padding-right: 10px;
    transition: all .3s;
}
.boxListCategory a:hover{
    color: #337ab7;
}
.boxListCategory div[data-anchor]{
    padding-left: 20px;
    margin-top: 8px;
    font-size: 15px;
    cursor: pointer;
    background-image: url('/images/icone/freccia-blu-dx.png');
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: 10px 60%;
}
.boxListCategory div[data-anchor]:hover{ text-decoration: underline }
h1{
    margin: 0 0 40px;
}
h2{
    font-size: 28px;
    font-weight: 200;
    margin: 0 0 20px;
    color: #6e7178;
}
.categoryTxt{ margin-bottom: 60px }
.subcategoryList section{
    background-color: #e5e5e5;
    padding: 30px 0;
    margin-bottom: 15px;
}
.subcategoryList section.active{
    background-color: #fff;
}
.subcategoryList section:last-child{
    margin-bottom:0;
}
.subcategoryList h3{
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
}
.introSubcategory{
    border-bottom: 1px solid #6e7178;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    color:#666;
}
.introSubcategory.openIt{
    background-image: url('/images/icone/freccia-box-testo-giu.svg');
    background-size: 20px;
    background-position: 100% 90%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}
.introSubcategory.openIt .btn-expand{
    position: absolute;
    right: 10px;
    bottom: 6px;
    font-size: 20px;
    line-height: 20px;
    color: #666;
    transition: color .2s ease-in-out;
}
.introSubcategory.openIt .btn-expand:hover{
    color: #000;
}
.introSubcategory.openIt .btn-expand.close{
    transform: rotate(180deg);
}
.listProducts a{
    display: block;
    background-color: #fff;
    height: 275px;
    background-size: auto 125px;
    background-repeat: no-repeat;
    background-position: center 10px;
    padding: 150px 15px 15px;
    position: relative;
    transition: all .3s;
    margin-bottom: 16px;
    background-image: url('/images/segnaposto.jpg');
}
.listProducts a:hover{
    box-shadow: 0 0 10px rgba(0, 142, 207, 0.7);
    background-size: auto 145px;
}
.listProducts a .name{
    text-align: center;
    font-size: 20px;
    color: #6e6e6e;
    font-weight: 600;
    margin-bottom: 10px;
}
.listProducts a .subtitle{ font-size: 14px; text-align: center }
.listProducts a .view{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 13px;
    background-image: url('/images/icone/view-product-icona.png');
    background-size: 16px;
    background-position: 100% 90%;
    background-repeat: no-repeat;
    padding-right: 20px;
    color: #000;
}
.toggleAllProducts{
    clear: both;
    float: right;
    margin: 10px 0;
    width: 68px;
    height: 20px;
    background: url('/images/icone/see-all-apri_icona.svg') center no-repeat;
    padding-top: 20px;
    text-align: center;
    color: #0072af;
    font-size: 10px;
    cursor: pointer;
}
.toggleAllProducts .labelClose{
    display: none;
}
.toggleAllProducts.active{
    background: url('/images/icone/see-all-chiudi_icona.svg') center no-repeat;
}
.toggleAllProducts.active .labelOpen{
    display: none;
}
.toggleAllProducts.active .labelClose{
    display: block;
}
/*.exceed{
    display: none;
}
.itemProduct:nth-child(n+5){
    display: none
}*/
.contentFilter:not(:first-child):before{
    display: none;
}
/*.showsome .itemProduct.showing:nth-child(n+5){ display: none }*/
.listProducts.showsome > .row{ height: 280px; overflow: hidden }

.contentFilter select{
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-radius: 0;
    padding: 6px 35px 6px 10px;;
    font-size: 14px;
    background-image: url('/images/icone/freccia-filtri-giu.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 10px center;
    outline: none !important;
}
.categoryInfo h2{
    font-weight: 200;
    margin: 0 0 20px;
    color: #6e7178;
    font-size: 28px;
}


/* footer override
/* ------------------------ */
#footer .footerContactWrap{
    margin-top:0;
}

@media (min-width: 768px) and (max-width: 991px){
    .col-sm-6:nth-of-type(2n+1),
    .col-sm-4:nth-of-type(3n+1),
    .col-sm-3:nth-of-type(4n+1){
        clear: none;
    }
}

/*IPAD LANDSCAPE*/
@media (min-width: 991px) and (max-width: 1199px){
    .listProducts a .name{
        font-size: 16px
    }
}

/*IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 990px){
    .listProducts a .name{ font-size: 17px }
    .listProducts a .subtitle{ font-size: 13px }
    .listProducts a{ background-size: auto 90px; padding: 130px 10px 10px }
}

/*mobile*/
@media (max-width: 768px){
    .listProducts.showsome > .row{
        height: 580px
    }
}
