.blocco_designer a { color: #444; }
.designer_name { min-height: 28px; }
.row_designer {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px) !important;
}
.cont_select{
    float: left; 
    position: relative; 
    cursor: pointer;
    font-size: 13px;
    width: 180px;
}
.cont_select .selectVarDiv{ float: left; }
.selectVarDiv{
    padding: 0 20px 0 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
}
.selectVarDiv .arrow_select{
    position: absolute;
    right: 6px;
    top: 14px;
}
.cont_select .sub_option {
    position: absolute;
    /*top: 45px;*/
    left: 0px;
    z-index: 145;
    display: none;
    float: left;
    max-height: 265px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0px;
    width: 100%;
}
.cont_select .selectVarDiv li{
    list-style: none;
    line-height: 30px;
}

.rowTitleFilter{ border-bottom: 1px solid #ccc; } /*.title_design_art*/
.clearFilter {
    height: 26px;
    line-height: 23px;
    min-width: 110px;
    background-color: #fff;
    color: #008DD6;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-family: 'Open sans', sans-serif;
}
.clearFilter a{ float: left; width: 100%; }
.designer-item{ line-height: 1.8; }
.designer-item a{ color: #444; float: left; }
.designer-item.active{
    font-weight: bold;
}
.header_line{
    width: 100%;
    background: #ccc;
    height: 1px;
}
.descrDesigner{ line-height: normal; }

.rowTitleFilter a{ color: #444; }

.row_art_designer{
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px) !important;
}

@media (max-width: 768px){
    .etichetta-filtro-xs{ max-width: 100px; }
}