
.vc_shop_search {
    float: left;
    clear: left;
    width: 100%;
    position:relative;
    border-bottom: 1px solid #ccc;
    /*background: #f1f2f2;*/
}
.vc_shop_search .cerca_campo_text {
    width: 95%;
    float:left;
}
.vc_shop_search .cerca_campo_text input {
    width: 100%;
    height: 30px;
    /*padding: 8px 10px;*/
}
.vc_shop_search .cerca_campo_invio {
    float: left;
    width: 4%;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: 1px solid #ccc;
    border-bottom: 0px;
}
.vc_shop_search .cerca_campo_invio input {
    padding: 14px 25px;
    width: 100%;
    height: 30px;
    cursor: pointer;
    border: 0 !important;
    background: none;
}
.vc_shop_search .cerca_campo_invio:after {
    content: "\f002";
    font-size: 1.1em;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 12px;
    top: 6px;
    cursor: pointer;
    color: #1555a0;
}

.vc_shop_search .cerca_campo_text input,
.vc_shop_search .cerca_campo_text .example {
    height: 30px;
    border: 0 !important;
    background: none;
    color: #ccc;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 4px;
}


@media (max-width: 991px) {
    .vc_shop_search .cerca_campo_invio {
        width: 6%;
    }
    .vc_shop_search .cerca_campo_text {
       width: 92%;
    }
    .vc_shop_search .cerca_campo_text, .vc_shop_search .cerca_campo_text .example, .vc_shop_search .cerca_campo_text input {
        line-height: .5em;
        margin-top: 1px;
    }
}

@media (max-width: 768px) {
    .vc_shop_search .cerca_campo_invio {
        width: 8%;
    }
    .vc_shop_search .cerca_campo_text {
       width: 90%;
    }
}

@media (max-width: 480px) {
    .vc_shop_search .cerca_campo_invio {
        width: 12%;
    }
    .vc_shop_search .cerca_campo_text {
       width: 86%;
    }
}

/*---spacer*/
.spacer {
    width:100%;
    height:0px;
    float:left;
    clear:left;
    font-size:0px;
    line-height:0px;
}
.spacer.t_5 {
    margin-top:5px;
}
.spacer.t_10 {
    margin-top:10px;
}
.spacer.t_15 {
    margin-top:15px;
}
.spacer.t_20 {
    margin-top:20px;   
}
.spacer.t_23 {
    margin-top:23px;   
}
.spacer.t_25 {
    margin-top:25px;   
}
.spacer.t_30 {
    margin-top:30px;   
}
.spacer.t_35 {
    margin-top:35px;   
}
.spacer.t_40 {
    margin-top:40px;   
}
.spacer.t_45 {
    margin-top:45px;   
}
.spacer.t_50 {
    margin-top:50px;   
}
.spacer.t_55 {
    margin-top:55px;   
}
.spacer.t_60 {
    margin-top:60px;   
}
.spacer.t_65 {
    margin-top:65px;   
}
.spacer.t_70 {
    margin-top:70px;   
}
.spacer.t_75 {
    margin-top:75px;   
}
.spacer.t_80 {
    margin-top:80px;   
}
.spacer.t_85 {
    margin-top:85px;   
}
.spacer.t_90 {
    margin-top:90px;   
}
.spacer.t_95 {
    margin-top:95px;   
}
.spacer.t_100 {
    margin-top:100px;   
}
.spacer.t_160 {
    margin-top:160px;   
}
.spacer.t_190 {
    margin-top:190px;   
}
.vc_section_name{
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    z-index:3;
}
.vc_section_name.vc_no_section_name {
    margin: 0;
    padding: 0;
    position: relative;
}
.vc_section_name.vc_align_left{
    text-align: left;
}
.vc_section_name li {
    display:none;
}
.vc_section_name li.sezione_attiva {
    display:block;
    font-size:2.777em;
    line-height:1em;
    font-weight: normal;
}

.vc_section_name li.sezione_attiva a:hover {
    text-decoration:none;
    color:#1555a0;
}

.vc_no_section_name li.sezione_attiva {
    font-size:0em;
}

.vc_no_section_name .vc_section_image {
    position: absolute;
    right: 0;
    bottom:-118px;
    z-index: 4;
}
.vc_no_section_name .vc_section_image img {
    webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    }
    
    

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
 
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .vc_section_name{
        margin: 25px 0 0 0;
        padding: 0 0 25px 0;
    }
    .vc_section_name li.sezione_attiva {
        font-size:2em;
    }
    .vc_no_section_name li.sezione_attiva {
        font-size:0em;
    }
    .vc_section_image {
        width: 100%;
        float: left;
        clear: left;
        text-align: center;
    }
    .vc_no_section_name .vc_section_image img {
        float: left;
        max-width:80px;
        height:auto;
    }
    .vc_no_section_name .vc_section_image {
       position: relative;
        float: left;
        clear: left;
        bottom: 0;
        margin-top: 10px;
        width: auto;
    }
    .vc_section_name.vc_no_section_name {
        width: 80px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .vc_section_name{
        margin: 20px 0 0 0;
        padding: 0 0 20px 0;
    }
    .vc_section_name li.sezione_attiva {
        font-size:1.5em;
    }
    .vc_no_section_name li.sezione_attiva {
        font-size:0em;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


.vc_shop_controls_bottom_results{
    width: 30%;
    float: left;
    line-height: 60px;
    text-align: left;
    color: #a7a7a7;
    font-weight: 100;
    font-size: 1em;
}
.vc_shop_controls_bottom_results span{
    margin:0px 5px 0px 0px;
}
/*.vc_orderby_controls_order{
    float:right;   
    width:300px;
    background-color:#dedede;
}*/
.vc_shop_controls_bottom_pagination{
    margin:10px 0 0 0;
    padding:0px;
    float:right;
}

.vc_shop_controls_bottom_pagination .pagination{
    margin:0px !important;
    border-radius:0px;
}


.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    color: #fff;
    background-color: #1555a0;
    border-color: #1555a0;
    border-radius: 0px !important;
}

.pagination>li>a, 
.pagination>li>span {
    color: #1555a0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px !important;
}

/*--MEDIA--*/

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
   /* .vc_shop_controls_bottom_results{
        line-height:60px;
        font-size: 18px;
    }*/
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
   .vc_shop_controls_bottom_results {
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px; 
    width:50% !important;
    }
    .vc_bl_grey {
        border-left: 0px solid #808285 !important;
    }
}



.cont_anteprima_ricerca_archivio .vc_shop_preview_grid{
    width:31%;
    float:left;
    position:relative;
    margin: 0px 0px 30px 0px;
    padding: 0;
    /*border-bottom: 1px solid #f2f2f2;*/
    text-align:center;
    /*height:400px;*/
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.cont_anteprima_ricerca_archivio .vc_shop_preview_grid .cont_foto{
    float:left;
    width:100%;
    /*min-height:120px;*/
    text-align:center;
}
.cont_anteprima_ricerca_archivio .vc_shop_preview_grid .cont_foto a{
    /*height:120px;*/
    display: block;
}
.cont_anteprima_ricerca_archivio .vc_shop_preview_grid .cont_foto a:before {
    content:"";
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.cont_anteprima_ricerca_archivio .vc_shop_preview_grid .cont_foto img{
    max-width:100%;
    height:auto;
    vertical-align: top;
}
.cont_anteprima_ricerca_archivio .vc_shop_preview_grid:hover .cont_foto img{
    opacity:0.9;
}

/*.cont_anteprima_ricerca_archivio .vc_shop_preview_grid .titolo{
    padding:0px;
    width: 100%;
    text-align: center;
    height:95px;
}*/


.cont_anteprima_ricerca_archivio .vc_shop_preview_grid .titolo {
    padding: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    height: 3.666em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.cont_anteprima_ricerca_archivio .vc_shop_preview_grid .titolo a {
    text-transform: uppercase;
    font-weight: 500;
    color: #1555a0;
    font-size: 1em;
    line-height: 1.222em;
}

/*.cont_anteprima_ricerca_archivio .vc_shop_preview_grid .titolo a{
    margin-top: 25px;
    text-transform:uppercase;
    font-weight:500;
    color:#4d4d4f;
}
.cont_anteprima_ricerca_archivio .vc_shop_preview_grid .titolo a:after{
    content:"...";    
}*/

.vc_shop_preview_grid .cont {
    width:100%;
    float: left;
    clear: left;
    min-height: 120px;
    background: #f3f3f3;
    padding:15px 30px;
}
.vc_shop_preview_grid .cont2 {
    float: left;
    clear: left;
    width:100%;
    padding: 20px 20px 15px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.vc_shop_preview_grid .cont3 {
    float: left;
    clear: left;
    width:100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.vc_shop_preview_grid .tipo {
    float: left;
    margin: 0 auto 10px auto;
    background: #f3f3f3;
    color: #1555a0;
    padding: 3px 10px;
    width: auto;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
}

.vc_shop_preview_grid .autore {
    color: #b0b0b0;
    font-weight: normal;
    font-size: .833em;
    line-height: 1.333em;
    height: 2.666em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vc_shop_preview_grid .ora_pubblicazione,
.vc_shop_preview_grid .sezione{
    font-size: .888em;
    text-transform: uppercase;
    color: #212121;
    margin-top: 10px;
}
.vc_shop_preview_grid .ora_pubblicazione a,
.vc_shop_preview_grid .sezione a{
    color: #212121;
}

.vc_shop_preview_grid .tag_56 .nome{
    display:none;
}

.vc_shop_preview_grid .tag_56{
    margin: 15px auto 10px auto;
    display: table;
    color: #1555a0;
    font-weight: 500;
    font-size: 1.555em;
    line-height: .857em;
    text-align: center;
}
.vc_shop_preview_grid .tag_56 .valore{
    float:right;
}
.vc_shop_preview_grid .tag_56 .currency{
    margin-right:5px;
    float:left;
}
.vc_shop_preview_grid .aggiungi_carrello {
    width: auto;
    float: left;
    clear: left;
    padding:8px 20px;
    margin:15px auto 0 auto;
    display: block;
    text-align: center;
    font-size:.944em;
    color:#1555a0;
    background:transparent;
    border:1px solid #1555a0;
    text-transform:uppercase;
    cursor:pointer;
}    

.vc_shop_preview_grid .aggiungi_carrello:hover {
    background:#1555a0;
    color:#fff;
    text-decoration:none;
    cursor:pointer;
}
.cont_anteprima_ricerca_archivio{
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:30px;
}


.no_risultati{
    margin: 15px 0px;
    padding: 0px;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #1555a0 !important;
    width: 100%;
    float: left;
    text-align: center;
}
.vc_shop_preview_grid .vc_wishlist_control{
    position:absolute;
    right: 20px;
    bottom: 20px;
    z-index:9;
}
.vc_shop_preview_grid .vc_wishlist_control .vc_add_wishlist a,
.vc_shop_preview_grid .vc_wishlist_control .vc_remove_wishlist a{
    color:#1555a0;
    font-size:0px;
}
.vc_shop_preview_grid .vc_wishlist_control .vc_add_wishlist a:hover,
.vc_shop_preview_grid .vc_wishlist_control .vc_remove_wishlist a:hover,
.vc_shop_preview_grid .vc_wishlist_control .vc_add_wishlist a:active,
.vc_shop_preview_grid .vc_wishlist_control .vc_remove_wishlist a:active,
.vc_shop_preview_grid .vc_wishlist_control .vc_add_wishlist a:focus,
.vc_shop_preview_grid .vc_wishlist_control .vc_remove_wishlist a:focus{
    text-decoration:none;
}
.vc_shop_preview_grid:hover .vc_wishlist_control .vc_add_wishlist a{
    display:inline;
}
.vc_shop_preview_grid .vc_wishlist_control .vc_remove_wishlist a{
     display:block;
}
.vc_shop_preview_grid .vc_wishlist_control .vc_add_wishlist a:before{
    content: "\f08a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 19px;
    line-height: 1;
    margin: 0;
}
.vc_shop_preview_grid .vc_wishlist_control .vc_remove_wishlist a:before{
    content: "\f004";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 19px;
    line-height:1;
    margin: 0px;
    color:#1555a0;
}
.vc_shop_preview_grid .vc_wishlist_control .vc_add_wishlist:hover a:before{
    color:#212121;
    text-decoration:none;
    cursor:pointer;
}
/*.vc_shop_preview_grid .vc_quickview{
    display:none;
    padding:8px;
    position:absolute;
    width:60%;
    left:20%;
    top:163px;
    background-color: #000;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.vc_shop_preview_grid .vc_quickview a:hover{
    color:#fff;
    font-size:0.8em;
}
.vc_shop_preview_grid .vc_quickview a:before{
    content:"\f002";
    margin:0px 10px 0px 0px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.vc_shop_preview_grid .vc_quickview a{
    color:#fff;
    font-size:0.8em;
}
.vc_shop_preview_grid:hover .vc_quickview{
    display:inline;
}*/


@media (min-width: 992px) and (max-width: 1199px) {
   /*.cont_anteprima_ricerca_archivio .vc_shop_preview_grid{
        padding: 0px 30px 20px 30px;
    }*/
}

@media screen and (max-width: 992px) {
    .cont_anteprima_ricerca_archivio .vc_shop_preview_grid{
        width:47%;
        /*padding: 0px 10px 20px 10px;*/
    }
    .cont_anteprima_ricerca_archivio .vc_shop_preview_grid:nth-child(even){
        float:right;
    }
    .vc_shop_preview_list .cont2{
        display:table;
        float:none !important;
    }
}


/* Landscape phones and portrait tablets */
@media screen and (max-width: 769px) {
    .vc_shop_preview_grid .vc_wishlist_control .vc_add_wishlist a,
    .vc_shop_preview_grid .vc_wishlist_control .vc_remove_wishlist a{
    display:inline;
    }
    .vc_shop_preview_grid .vc_quickview{
    display:none;
    }
    .vc_shop_preview_grid .vc_quickview a:hover{
    display:none;
    }
    .vc_shop_preview_grid .vc_quickview a:before{
    display:none;
    }
    .vc_shop_preview_grid .vc_quickview a{
    display:none;
    }
    .vc_shop_preview_grid:hover .vc_quickview{
    display:none;
    }
    .cont_anteprima_ricerca_archivio {
        border-bottom: 1px solid #f2f2f2;
    }
}


@media screen and (max-width: 480px) {
    .cont_anteprima_ricerca_archivio {
        border-bottom: 0px solid #f2f2f2;
    }
    .cont_anteprima_ricerca_archivio .vc_shop_preview_grid{
        width:100%;
        float:left;
        clear:left;
        padding: 0px 50px 20px 50px;
        height:auto;
        border-bottom: 1px solid #f2f2f2;
    }
    .vc_shop_preview_grid .cont {
        min-height: 0px;
    }
    .cont_anteprima_ricerca_archivio .vc_shop_preview_grid .cont_foto{
        min-height:0px;
    }
    .cont_anteprima_ricerca_archivio .vc_shop_preview_grid .cont_foto a{
        height:auto;
    }

}


.vc_cont_presets {
    margin:30px 0 0 0;
    padding:0px;
    width:100%;
    float:left;
    background-color:#fff;
}
.vc_cont_filter {
    margin:0;
    padding:0px;
    width:100%;
    float:left;
    background-color:#fff;
}
.vc_preset{
    width: 100%;
    margin: 0px;
    float: left;
    background-color: #fff;
    padding: 10px 0px 0 0;
}
.vc_preset h2{
    float:left;
    font-weight:500;
    width:100%;
    font-size:.833em;
    line-height:1.5em;
    text-transform:uppercase;
    color:#1555a0;
}
.vc_preset h2 span{
    float:left;
    margin: 0px 10px 0px 0px;
    cursor:pointer;
}
.vc_preset h2 i{
     float: right;
    cursor: pointer;
    font-size: 0.6em;
    color:#ccc;
    line-height: 20px;
    display:none;
}
.vc_filter{
    padding:15px 0px 15px 0px;
    border-bottom:1px solid #4d4d4f;
    float:left;
    width:100%;
}
.vc_filter .vc_filter_title{
    margin-bottom:15px;
    font-weight:700;
    font-size:1em;
    text-align:left;
    text-transform:uppercase;
}
.vc_filter .vc_filter_title i{
    float: right;
    cursor: pointer;
    font-size: 0.6em;
    line-height: 20px;
}
.vc_filter .vc_entry_filter {
    margin:0px 0px 5px 0px;
    float:left;
    width:100%;
}
.vc_filter .vc_entry_filter label{
    font-size:1em;
    font-weight:bold;
    color:#A5A5A5;
}
.vc_filter .vc_entry_filter label span{
    font-size:0.8em;
}
.vc_filter .vc_entry_filter input{
    float:left;
    margin:4px 9px 0px 0px;
    cursor:pointer;
}
.vc_filter_range_number input{
    margin:0px 0px 5px 0px;
    background:transparent;
    border:0px;
    color:#A5A5A5;
    font-size:1em;
    width: 100%;
    font-weight:bold;
    text-align: center;
}
.slider_number .ui-widget-header{
    background:#1555a0 !important;
}
.slider_number .ui-slider-handle{
    outline:none;
    cursor: pointer !important;
}
.slider_number .ui-slider-handle:first-child{
    left:4% !important;
}
.vc_cont_filter .vc_see_less, .vc_see_more{
    margin:10px 0px 0px 0px;
    padding:5px;
    cursor:pointer;
    font-size:0.8em;
    width:100%;
    float:left;
    text-align:center;
    background-color:#f2f2f2;
}
.vc_cont_filter .vc_see_less:before{
    margin:0px 10px 0px 0px;
    content:"-";
}
.vc_cont_filter .vc_see_more:before{
    margin:0px 10px 0px 0px;
    content:"+";
}
.intestazione_ricerca_archivio{
    width:100%;
    font-weight:100;
    float: left;
}
.intestazione_ricerca_archivio p{
    font-size:0px;
    line-height:0px;
}
.intestazione_ricerca_archivio p span{
    font-size:16px !important;
    line-height: 60px;
    float: left;
    clear: none;
}
.intestazione_ricerca_archivio p span.keyword {
    margin-top: 10px;
    font-size:16px !important;
    line-height: 40px;
    text-transform:capitalize;
    color: #1555a0;
}
.intestazione_ricerca_archivio p span.keyword:after {
    /*content: " in ";
    margin: 0 4px;
    float: right;
    text-transform:none;
    color: #4d4d4f;*/
}

.intestazione_ricerca_archivio p:nth-child(3) {
    display: none;
}

@media (max-width: 990px) {
    .intestazione_ricerca_archivio p {
        border-bottom:0px #4d4d4f solid !important;
    }
}
.cont_anteprima_ricerca_archivio{
    width:100%;
    float:left;
}
.vc_shop_preview_list{
    width: 100%;
    float: left;
    margin: 0px 0px 30px 0px;
    padding: 15px;
    text-align: left;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.vc_shop_preview_list .cont {
    float: left;
    clear: left;
}
.vc_shop_preview_list .cont2 {
    width:calc(100% - 220px);
    float: left;
    clear: none;
}
.vc_shop_preview_list .cont_foto{
    float:left;
    margin: 0px 20px 0px 0px;
    text-align:center;
}
.vc_shop_preview_list .tipo {
    float: left;
    margin: 0 auto 10px auto;
    background: #f3f3f3;
    color: #1555a0;
    padding: 3px 10px;
    width: auto;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
}
.vc_shop_preview_list .testo{
    text-align: left;
    padding-top: 5px;
}

.vc_shop_preview_list .titolo {
    float: left;
    clear: left;
    width: 100%;

}

.vc_shop_preview_list .titolo a{
    text-transform: uppercase;
    font-weight: 500;
    color: #1555a0;
    font-size: 1em;
    line-height: 1.222em;
}

.vc_shop_preview_list .sottotitolo {
    float: left;
    clear: left;
    width: 100%;
    margin-top:10px;
}
.vc_shop_preview_list .sottotitolo a{
    font-weight: 100;
    color: #212121;
    font-size: .9em;
    line-height: 1em;
}
.vc_shop_preview_list .titolo a:hover,
.vc_shop_preview_list .sottotitolo a:hover{
    text-decoration:none;
}

.vc_shop_preview_list .ora_pubblicazione,
.vc_shop_preview_list .sezione {
    float: left;
    clear: left;
    width: 100%;
    font-size: .888em;
    text-transform: uppercase;
    color: #212121;
    margin-top: 10px;
}

.vc_shop_preview_list .autore {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 10px;
    color: #b0b0b0;
    font-weight: normal;
    font-size: .833em;
    line-height: 1.333em;
}

/*--tag--*/
.vc_shop_preview_list .vc_tag{
    margin:0px 0px 4px 0px;
    text-transform: capitalize;
}


.vc_shop_preview_list .vc_tag .valore{
    margin-left:5px;
}

.vc_shop_preview_list .vc_tag .nome{
    font-weight:normal;
}

.vc_shop_preview_list .vc_tag .nome:after{
    content:": ";
}
.vc_shop_preview_list .tag_56{
    float: left;
    clear: left;
    width: 100%;
    margin: 10px 0;
    color: #1555a0;
    font-weight: 500;
    font-size: 1.555em;
    line-height: .857em;
}
.vc_shop_preview_list .tag_56 .nome{
    display:none;
}
.vc_shop_preview_list .tag_56 .valore{
    /*float:right;*/
}
.vc_shop_preview_list .tag_56 .currency{
    margin-right:5px;
    float:left;
}
.vc_shop_preview_list .aggiungi_carrello {
    width: auto;
    float: left;
    clear: left;
    padding:8px 20px;
    margin:15px 0 0 0;
    display: block;
    text-align: center;
    font-size:.944em;
    color:#1555a0;
    background:transparent;
    border:1px solid #1555a0;
    text-transform:uppercase;
    cursor:pointer;
  }    

.vc_shop_preview_list .aggiungi_carrello:hover {
    background:#1555a0;
    color:#fff;
    text-decoration:none;
    cursor:pointer;
}

.no_risultati{
    margin: 15px 0px;
    padding: 0px;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #1555a0 !important;
    width: 100%;
    float: left;
    text-align: center;
}

.vc_shop_preview_list .vc_wishlist_control{
    position:absolute;
    right: 20px;
    bottom: 20px;
    z-index:9;
}
.vc_shop_preview_list .vc_wishlist_control .vc_add_wishlist a,
.vc_shop_preview_list .vc_wishlist_control .vc_remove_wishlist a{
    color:#1555a0;
    font-size:0px;
}
.vc_shop_preview_list .vc_wishlist_control .vc_add_wishlist a:hover,
.vc_shop_preview_list .vc_wishlist_control .vc_remove_wishlist a:hover,
.vc_shop_preview_list .vc_wishlist_control .vc_add_wishlist a:active,
.vc_shop_preview_list .vc_wishlist_control .vc_remove_wishlist a:active,
.vc_shop_preview_list .vc_wishlist_control .vc_add_wishlist a:focus,
.vc_shop_preview_list .vc_wishlist_control .vc_remove_wishlist a:focus{
    text-decoration:none;
}
.vc_shop_preview_list:hover .vc_wishlist_control .vc_add_wishlist a{
    display:inline;
}
.vc_shop_preview_list .vc_wishlist_control .vc_remove_wishlist a{
     display:block;
}
.vc_shop_preview_list .vc_wishlist_control .vc_add_wishlist a:before{
    content: "\f08a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 19px;
    line-height: 1;
    margin: 0;
}
.vc_shop_preview_list .vc_wishlist_control .vc_remove_wishlist a:before{
    content: "\f004";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 19px;
    line-height:1;
    margin: 0px;
    color:#1555a0;
}
.vc_shop_preview_list .vc_wishlist_control .vc_add_wishlist:hover a:before{
    color:#212121;
    text-decoration:none;
    cursor:pointer;
}

/*--MEDIA--*/
@media (min-width: 992px) and (max-width: 1199px) {
    .vc_shop_preview_list .cont2{
        display:table;
        float:none !important;
    }
}
@media screen and (max-width: 990px) {
    .cont_anteprima_ricerca_archivio .vc_shop_preview_list{
        width:100%;
    }
    .vc_shop_preview_list .vc_wishlist_control .vc_add_wishlist a,
    .vc_shop_preview_list .vc_wishlist_control .vc_remove_wishlist a{
        display:inline;
        font-size:.8em;
    }
    .vc_shop_preview_list .vc_quickview,
    .vc_shop_preview_list .vc_quickview a:hover,
    .vc_shop_preview_list .vc_quickview a:before,
    .vc_shop_preview_list .vc_quickview a,
    .vc_shop_preview_list:hover .vc_quickview{
        display:none;
    }
    .vc_shop_preview_list .cont2{
        display:inherit !important;
        float:none !important;
    }
    .vc_shop_preview_list .vc_wishlist_control {
        position: relative;
        padding-top: 15px;
        clear: left;
        float: none;
        text-align: left;
        right:0;
    }
    .cont_anteprima_ricerca_archivio .vc_shop_preview_list .vc_tag{
        font-size:15px;
    }
    .cont_anteprima_ricerca_archivio .vc_shop_preview_list .titolo{
        font-size:1.3em !important;
    }
    .cont_anteprima_ricerca_archivio .vc_shop_preview_list .tag_35{
        font-size:1.5em;    
    }
}

@media screen and (max-width: 480px) {
    .vc_shop_preview_list .cont {
        float: none;   
    }
    .cont_anteprima_ricerca_archivio .vc_shop_preview_list{
        width:100%;
        text-align:center;
        padding: 0;
    }
    .cont_anteprima_ricerca_archivio .vc_shop_preview_list .cont_foto {
        float: none;
        text-align: center;
        margin:0;
    }
    .cont_anteprima_ricerca_archivio .vc_shop_preview_list .tag_35{
        float:none;
        text-align: center;
    }
    .cont_anteprima_ricerca_archivio .vc_shop_preview_list .titolo {
        text-align: center;
    }
    
    .cont_anteprima_ricerca_archivio .vc_shop_preview_list .aggiungi_carrello {
        float: none;
        margin: 15px 25%;
        display: block;
    }
    .cont_anteprima_ricerca_archivio .vc_shop_preview_list .vc_tag .valore {
        display: block;
    }
    
    .cont_anteprima_ricerca_archivio .vc_shop_preview_list .tag_35 .valore {
        display: initial;
    }
    
    .vc_shop_preview_list .vc_wishlist_control .vc_add_wishlist a,
    .vc_shop_preview_list .vc_wishlist_control .vc_remove_wishlist a{
        display:inline;
    }
    .vc_shop_preview_list .vc_quickview,
    .vc_shop_preview_list .vc_quickview a:hover,
    .vc_shop_preview_list .vc_quickview a:before,
    .vc_shop_preview_list .vc_quickview a,
    .vc_shop_preview_list:hover .vc_quickview{
        display:none;
    }

    .cont_anteprima_ricerca_archivio .vc_shop_preview_list .tag_56{
        margin: 10px auto;
    }
    .vc_shop_preview_list .vc_wishlist_control {
        text-align: center;
    }
}
.vc_shop_controls_top_results{
    width: 100% !important;
    float: left;
    line-height: 60px;
    text-align: left;
    color: #a7a7a7;
    font-weight: 100;
    font-size: 1em;
}
.vc_shop_controls_top_results span{
    margin:0px 5px 0px 0px;
}
.vc_shop_controls_top_order{
    float:right;   
    width:300px;
    background-color:#dedede;
}

/********/

.wrapper-dropdown-1 {
    position: relative;
    width: 250px;
    padding: 5px 0px 5px 13px;
    margin: 14px 0px 0px 0px;
    background: #fff;
    color: #a7a7a7;
    border: 1px solid #a7a7a7;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    float: right;
}
.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent #a7a7a7;    
}
.wrapper-dropdown-1 .sortElementBox {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #fff;
    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    z-index:200;
    border:1px solid #a7a7a7;
}
.sortElementCont p span{
    margin:0px 0px 0px 5px;
    text-transform:lowercase;
    color:#1555a0;
}
.wrapper-dropdown-1 .sortElementBox li a {
    display: block;
    text-decoration: none;
    color: #4d4d4f;
    padding: 5px 10px;
    background-color:#fff;
}
.wrapper-dropdown-1 .sortElementBox li:hover a {
    background: #f2f2f2;
}
.wrapper-dropdown-1.active .sortElementBox {
    opacity: 1;
    pointer-events: auto;
}
.wrapper-dropdown-1.active:after {
    border-color: #a7a7a7 transparent;
    border-width: 4px 4px 0 4px ;
    margin-top: -3px;
}
.wrapper-dropdown-1.active {
  background: #fff;
  border:1px solid #a7a7a7;
  border-bottom:0px;
  background: -moz-linear-gradient(left,  #fff 0%, #fff 78%, #ffffff 78%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fff), color-stop(78%,#fff), color-stop(78%,#ffffff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,  #fff 0%,#fff 78%,#ffffff 78%,#ffffff 100%);
  background: -o-linear-gradient(left,  #fff 0%,#fff 78%,#ffffff 78%,#ffffff 100%);
  background: -ms-linear-gradient(left,  #fff 0%,#fff 78%,#ffffff 78%,#ffffff 100%);
  background: linear-gradient(to right,  #fff 0%,#fff 78%,#ffffff 78%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffffff',GradientType=1 );
}
.no-opacity       .wrapper-dropdown-1 .sortElementBox,
.no-pointerevents .wrapper-dropdown-1 .sortElementBox {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
.no-opacity       .wrapper-dropdown-1.active .sortElementBox,
.no-pointerevents .wrapper-dropdown-1.active .sortElementBox {
    display: block;
}
/*******/
.vc_shop_controls_top_view{
    margin:20px 0px 0px 20px;
    width:70px;
    float:right;
}
.vc_shop_controls_top_view ul{
    width:100%;
    float:left;
}
.vc_shop_controls_top_view li{
    width:50%;
    text-align:right;
    float:left;
}
.vc_shop_controls_top_view li:hover a,
.vc_shop_controls_top_view li.active a{
    color:#1555a0;
}
.vc_shop_controls_top_view li a {
    font-size: 1.5em;
    color: #a7a7a7;
}
.vc_shop_controls_top{
    float: right;
    margin: 15px 10px 0px 0px;
}
.vc_shop_controls_top:before{
    content:"\f161";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin:0px 5px 0px 0px;
    color:#a7a7a7;
}
.vc_shop_controls_top select{
    border: 1px solid #a7a7a7;
    background-color: #fff;
    color: #a7a7a7;
    font-weight: 100;
    -webkit-appearance: none;
    padding: 1px 0px 0px 13px;
    -webkit-border-radius: 0px;
    font-size: 16px;
    height: 32px;
    min-width: 50px;
    outline: none;
    cursor: pointer;
}

@media (max-width: 990px) {
    .intestazione_ricerca_archivio p {
    text-align: center;
    padding-bottom:7px;
    border-bottom:1px #a7a7a7 solid;
    }
    .vc_shop_controls_top_results{
    border-left:0px #a7a7a7 solid;
    padding-left:0px;
}

    .intestazione_ricerca_archivio p {
        padding-bottom: 0px;
    }

    
}
/* Landscape phones and portrait tablets */
@media (max-width: 750px) {
    /*.vc_shop_controls_top_results{
        line-height:60px;
        font-size: 12px;
    }*/
    .vc_shop_controls_top {
    margin-top: 30px;
    margin-right:0px;
    
    }
    .wrapper-dropdown-1 {
    margin: 14px 0px 10px 0px;
    }
    .intestazione_ricerca_archivio p {
        padding-bottom: 0px;
    }

    
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
   .vc_shop_controls_top_results {
        width: 100%;
        font-size: 13px;
        line-height:30px;
    }
   .vc_shop_controls_top {
        margin-top: 15px; 
        margin-right: 0px;
    }
    .vc_shop_controls_top_view {
        margin: 5px 0px 0px 20px;
    }

    .intestazione_ricerca_archivio p {
        padding-bottom: 0px;
    }

    .wrapper-dropdown-1 {
    width: 170px;
    float:left;
    font-size: 12px;
    line-height:14px;
    padding: 8px 0px 9px 10px;
    }
    .wrapper-dropdown-1:after {
    right: 7px;
    }
    .vc_shop_controls_top_view li:last-child{
        display:none;        
    }
    .vc_shop_controls_top_view li {
        width: 100%;
    }
}




/*@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap');*/


.vc_paywall_text{
    margin-bottom: 20px;
    position:relative;
}
.vc_paywall_text:before {
    position: absolute;
    left: 0;
    height: 250px;
    width: 100%;
    content: "";
    pointer-events: none;
    z-index: 100;
    background: linear-gradient(to top, #ffffff 0%, rgba(245, 245, 245, 0) 100%);
    bottom: 0;
}
.vc_paywall_box{
    background: #F4F4F4;
    float: left;
    clear: none;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    border: 0px solid #ccc;
    border-bottom: 4px solid #212121;
    font-family: 'Rubik', Sans-serif;
}
.vc_cont_paywall {
    float: left;
    clear:left;
    width: 100%;
}
.vc_cont_paywall .text {
    margin:0;
}
.vc_cont_paywall .cont_testo {
    width:100%;
    float:left;
    clear:left;
    text-align: center;
    margin-bottom: 0;
}
.vc_cont_paywall .cont_testo .vc_paywall_title {
    display:table;
    padding:15px 0;
    width:100%;
    text-align:center;
}
.vc_cont_paywall .cont_testo .vc_paywall_title .text {
    font-weight: 400;
    color: #212121;
    font-size: 20px;
    line-height: 1.2em;
    margin: 0;
}
.vc_cont_paywall .cont_testo .vc_paywall_description {
    width: 70%;
    display: table;
    font-size: 20px;
    line-height: 25px;
    margin: 20px auto 50px auto;
}
.vc_cont_paywall .cont_testo .vc_paywall_description .text {
    color: #fff;
    margin:0;
}

.vc_cont_paywall .cont_testo .vc_paywall_description .text strong {
    font-weight: 600;
}

.vc_cont_paywall .cont_testo .vc_paywall_description .text i {
    font-style: italic;
}


.vc_cont_paywall .vc_cont_button {
    float:left;
    clear:left;
    width:100%;
    font-family: inherit;
}
.vc_cont_paywall .vc_cont_button .text_edit {
    text-align: left;
    font-size: 1em;
    line-height: 1.4em;
    margin: 8px 0 0 0;
    color: #909090;
}
.vc_cont_paywall .vc_cont_button .text_edit strong {
    font-weight: 500;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login a,
.vc_cont_paywall .vc_cont_button .vc_paywall_subscription input {
    margin: 15px 0;
    text-decoration: none;
    font-size: 0.95em;
    line-height: 1em;
    font-weight: 400;
    color: #212121;
    padding: 10px 8px 10px 8px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    clear: left;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #212121;
    display: block;
    background: transparent;
}

.vc_cont_paywall .vc_cont_button .vc_paywall_login .vc_user_controls_icon:before {
    content: "Profilo";
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu {
    /*position: absolute;
    top: 100%;
    left: 0 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 15px !important;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    list-style: none !important;*/
        position: absolute;
    top: 100%;
    right: -25px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 0 !important;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu .vc_user_controls_username {
    display: block;
    padding: 5px 20px;
    font-size: 1.2em;
    line-height: 1.42857143;
    color: #1555a0;
    text-align: center;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #ccc;
    float: left;
    clear: left;
    width: 100%;
}

.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    font-size: .8em;
    text-transform: uppercase;
    line-height: 1.2;
    color: #212121;
    white-space: nowrap;
    margin: 0;
    text-align: left;
    width: 100%;
    border: 0;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu li a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    color: #212121;
    font-style: normal;
    float: right;
    font-size: .8em;
    padding: 4px 0px;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}
.vc_paywall_login {
    float: left;
    clear: none;
    width: calc(50% - 5px);
    text-align: center;
    margin-right: 5px;
}
.vc_paywall_login .vc_paywall_login{
    bottom:0;
    width: auto;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login a:hover {
    background: #212121;
    color: #fff;
}
.vc_paywall_login .fa {
    font-family: 'Rubik', Sans-serif;
}
.vc_paywall_login .fa:before {
    display:none;
}
/*vc_textedit_paywall_login--*/
.vc_textedit_paywall_login {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
}
/*vc_button_subscription*/
.vc_paywall_subscription {
    float: left;
    clear: none;
    width: calc(50% - 5px);
    text-align: center;
    margin-left: 5px;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_subscription input:hover {
    background: #212121;
    color:#fff;
}
/*vc_textedit_paywall_abbonati*/
.vc_textedit_paywall_abbonati {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
}

.vc_cont_paywall .vc_cont_button img.vc_paywall_image {
    padding: 0px 0px 10px 10px;
    max-width: inherit;
    width: 100%;
}


/*--Product Buy Button--*/
/*.vc_article_buy_button {
    float: left;
    margin: 50px 0 0 0;
}
.vc_article_buy_button .aggiungi_carrello {
    margin: 20px 0 0 0;
    padding: 7px 20px;
    float: left;
    clear: left;
    height: auto;
    display: block;
    text-align: center;
    color: #1555a0;
    border:1px solid #1555a0;
    background: transparent;
    cursor: pointer;
    text-transform:uppercase;
}    
.vc_article_buy_button .aggiungi_carrello:hover {
    background:#1555a0;
    color:#fff;
    cursor:pointer;
    text-decoration:none;
}

.vc_article_buy_button .tag_56 {
    margin: 0;
    color: #1555a0;
    font-size: 1.6em;
    float: left;
    clear: left;
    font-weight: 500;
}
.vc_article_buy_button .tag_56 a {
    color:#1555a0;
}
.vc_article_buy_button .tag_56 .nome{
    display:none;
}
.vc_article_buy_button .tag_56 .currency{
    float:left;
    margin-right:5px;
}
.vc_article_buy_button .tag_56 .valore{
    float:right;
}*/


@media (max-width:767px) {
    .vc_cont_paywall .vc_cont_button .vc_paywall_login a, 
    .vc_cont_paywall .vc_cont_button .vc_paywall_subscription input {
        margin: 15px 0 0 0;
    }
    .vc_cont_paywall .vc_cont_button img.vc_paywall_image {
        padding: 15px 0px 10px 10px;
    }
}

@media (max-width:480px) {

}

