#main-catalogue{
    order:1;
}

#full-width {
    margin-top: 140px;
}

.site-content {
    padding-top: 0 !important;
}

.promo_checkbox {
    display: none;
}

.search-form{
    border:unset !important;
    float: left;
    width: 50%;
}
.filtri_prodotto {
    width: 100%;
    background-color: #035fac;
    color: #ffffff;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    font-size: 16px;
}
.fa.fa-times_search{
    position: absolute;
    right: 14px;
    bottom: -26px;
    font-size: 12px;
    cursor: pointer;
    display: none;
}
.fa-times_search::before{
    content: "\f00d";
}
.mobile_filters_buttons button{
    width: 150px;
    margin-bottom: 15px !important;
}
.select2-results__options::before{
    content: "SUGGERIMENTI";
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 14px;
    background-color: #eee;
}
[language="en"] .select2-results__options::before{
    content: "HINTS";
}
.categoria_prodotto,.categoria_macro{
    position: relative;
    width: 100%;
    background-color: #bfd4e7;
    color: #626262;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    cursor:pointer;
    font-size: 16px;
}
.categoria_prodotto:after,.categoria_macro:after {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 13px;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #97999a;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    border-radius: 3px;
    font-size: 9px;
    /* padding-left: 1px; */
    font-weight: 100;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.categoria_prodotto.open:after,.categoria_macro.open:after{
    content: "\f068";
}
.categoria_prodotto+ul{
    display:none;
    margin:0;
}
.categoria_prodotto.open+ul{
    display:block;
}

.search-form .search-field:focus{
    border-color: unset !important;
    border-bottom: unset !important;
    color: #000 !important;
    border: 1px solid #d7d7d7 !important;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.search-form .search-field{
    font-style: normal;
    border: 1px solid #d7d7d7 !important;
    border-radius:5px;
    animation: 0.3s;
}
.search-form .search-field::placeholder{
    font-style:italic;
}

input[type="checkbox"] {
    visibility: hidden;
    height: unset !important;
    line-height: unset !important;
    margin: unset !important;
    margin-left:15px !important;
}
.round-label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 17px;
    position: absolute;
    left: 22px;
    top: 6px;
    width: 17px;
    line-height: 14px;
    display: inline-block;
    margin: 0;
}
.filters_container {
    position: relative;
}
.filters_container li span{
    padding-left:15px;
}
.filters_container li{
    position: relative;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    padding-left:10px;
}
input[type="checkbox"]:checked + label, input[type="radio"]:checked + label{
    animation: 0.3s;
}

/*
.filters_container .values:not(.addable_filters_values) li:nth-of-type(1),
.filters_container .values:not(.addable_filters_values) li:nth-of-type(2),
.filters_container .values:not(.addable_filters_values) li:nth-of-type(3),
.categoria_prodotto.open.more+ul li:nth-of-type(4),
.categoria_prodotto.open.more+ul li:nth-of-type(5),
.categoria_prodotto.open.more+ul li:nth-of-type(6),
.categoria_prodotto.open.more+ul li:nth-of-type(7),
.categoria_prodotto.open.more+ul li:nth-of-type(8),
.categoria_prodotto.open.more+ul li:nth-of-type(9),
.categoria_prodotto.open.more+ul li:nth-of-type(10),
.categoria_prodotto.open.more.more2+ul li:nth-of-type(11),
.categoria_prodotto.open.more.more2+ul li:nth-of-type(12),
.categoria_prodotto.open.more.more2+ul li:nth-of-type(13),
.categoria_prodotto.open.more.more2+ul li:nth-of-type(14),
.categoria_prodotto.open.more.more2+ul li:nth-of-type(15) {
    display: block;
}
.filters_container .values:not(.addable_filters_values) li {
    display: none;
}
 */

.search_addable_filters{
    margin: 0;
    line-height: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #ccc;
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-top: 15px;
    padding: 0 60px 0 37px;
}
.clear_search_addable_filters{
    display:none;
    position: absolute;
    right: 52px;
    cursor: pointer;
    top: 22px;
}

.showmore,.searchmore{
    display:none;
    text-align: center;
    text-decoration: underline;
    line-height: 30px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}
.categoria_prodotto.open+ul+.showmore{
    display:inline-block;
    width: 100%;
}
.categoria_prodotto.open.more.more2+ul+.showmore{
    display:none;
}
.searchmore{
    display:none;
    border-radius: 15px;
    border: 1px solid lightgray;
    width: 100%;
    line-height: 20px;
    height: 30px;
    text-align: left;
    text-decoration: none;
    color: black;
}
.categoria_prodotto.open.more.more2+ul+.showmore+.searchmore{
    display:block;
}

.searchmoreOptions li:hover{
    background-color:aliceblue;
}
.searchmoreOptions li{
    display: block;
    padding: 0 15px;
    cursor:pointer;
    font-size:13px;
}

.searchmoreOptions{
    margin: 0;
    border: 1px solid lightgray;
    position: absolute;
    z-index: 9;
    background-color: white;
    width: calc(100% - 23px);
    /* border-radius: 8px; */
    max-height: 300px;
    overflow-y: auto;
    margin-top: -11px;
    margin-left: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.search-form:after{
    display: none;
}
.search-form .fa{
    position: absolute;
    right: 0;
    top: 2px;
    padding: 13px;
    cursor:pointer;
    z-index:999;
}
.select2-dropdown{
}
.search-form .fa-times{
    right: 23px;
    display: none;
}
.select2-selection__choice{
    display:none;
}
.loading .fa-spinner{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    color: black;
    margin-left: -25px;
    margin-top: -25px;
}
.clear_filters,.add_filters{
    display:none;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: black;
    font-weight: bold;
    animation: 0.3s;
}
.clear_filters:hover,.add_filters:hover{
    background-color:aliceblue;
}

.clear_filters.top {
    margin-bottom: 25px;
}

.add_filters{
    border-bottom:1px solid black;
}
.filtri_prodotto+ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.filtri_prodotto+ul li{
    list-style: none;
    margin: 0;
    animation: 0.5s;
    line-height: 40px;
    cursor: pointer;
    padding: 0 0 0 35px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filtri_prodotto+ul li::before{
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    left: 15px;
    font-size: 12px;
}
.filtri_prodotto+ul li:hover{
    background-color: white;
    overflow: unset;
    z-index: 99;
    display: inline-block;
    padding-right: 10px;
    color:black;
}
.filtri_prodotto+ul li.open{
    color:black;
}
.filtri_prodotto+ul li.open::before{
    content: "\f078";
}
.filtri_prodotto+ul ul{
    display: none;
}
.filtri_prodotto+ul ul ul{
    display:block;
}
.filtri_prodotto+ul ul ul li{
    padding-left:20px;
}
.filtri_prodotto+ul ul ul li::before{
    content:unset;
}
.filtri_prodotto+ul li.open+ul{
    display: block;
}

#accediAreaRiservata{
    display:none;
}
#benvenutoAreaRiservata{
    display: none;
}

#benvenutoAreaRiservata,.special_brand{
    padding: 0 10px;
    background-color: orange;
    color: white;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    line-height: 45px;
    font-weight: bold;
}
.special_brand{
    font-style: normal;
    color:white;
}
.special_brand a{
    color:white !important;
    text-transform: uppercase !important;
}
.availability{
    margin-top:20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.filtri_prodotto:hover,.categoria_prodotto:hover,.categoria_macro:hover{
    /*
    overflow: visible;
    width: auto;
    z-index: 99;
    min-width: 100%;
    display: inline-block;

     */
}
.filtri_prodotto,.categoria_prodotto,.categoria_macro{
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    line-height: 45px;
    padding: 0 35px 0 15px;
    margin-top: 5px;
    height: 45px;
    position:sticky;
}
.filtri_prodotto:first-of-type{
    margin-top:0;
}
.values{
    margin-top:15px !important;
    margin-bottom:5px !important;
}
.categoria_prodotto.open+ul{
    display: inline-block;
    width: 100%;
}
.openInWebstore{
    position: absolute;
    left: 25px;
    bottom: 10px;
}

#mobile_clear_filter:hover{
    cursor: pointer;
}
#mobile_clear_filter{
    color:black;
    text-transform: uppercase;
}

.categoria_macro_container{
    display:none;
    position: relative;
}
.categoria_macro.open+.categoria_macro_container{
    display: block;
    width: 100%;
}
.categoria_macro_container h4{
    background-color: #d9ebfb;
}

input,
textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.divPrices .input-group {
    float: right;
    display: inline-block;
    margin-right: -9px;
    margin-bottom: 10px;
}



#pages_container {
    display: inline-block;
    vertical-align: middle;
}

#articles-select {
    display: inline-block;
    margin: 0 3%;
}

.slider{
    margin: 60px 15px 20px 15px;
}
.noUi-value{
}
.noUi-value:hover{
    visibility: visible;
    cursor: pointer;
}
.noUi-horizontal .noUi-handle{
    right:-14px !important;
    cursor: pointer;
}
.slider_clear_both{
    display: inline-flex;
    height: 5px;
    font-size:5px;
    width: 100%;
}
.categoria_prodotto+.slider{
    display:none;
}
.categoria_prodotto.open+.slider{
    display:block;
}

#result-number{
    line-height: 30px;
    background-color: white;
    padding-left: 20px;
    border-radius:15px;
    display:none;
    font-size: 11px;
}
#pages{
    float:right;
    padding-right:15px;
}
.pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.pagination li{
    display: none;
    border: 1px solid #ccc;
    padding: 0px;
    line-height: 40px;
    border-radius: 100%;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    width: 40px;
    text-align: center;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
}
.pagination li:not(.active):hover{
    background-color:#f0f0f0;
}
.pagination li.active:not(.activeHidden){
    display: inline-block;
    font-weight: bold;
    background-color: #035fac;
    color:white;
    border: 1px solid #035fac;
}
.pagination li.first,
.pagination li.back,
.pagination li.forward,
.pagination li.last{
    display:inline-block;
}
.pagination li.active:not(.activeHidden)+li,
.pagination li.active:not(.activeHidden)+li+li{
    display:inline-block;
}
.pagination li.active:not(.activeHidden)+.last{
    /*display:none;*/
}
.order {
    float:right;
    margin-top:-5px;
}
.order select{
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #aaa;
    border-radius: 3px;
}
.values li:hover{
    overflow: visible;
    width: auto;
    z-index: 99;
    min-width: 100%;
    display: inline-block !important;
    background-color: white;
    padding-right: 15px;
    border-radius: 15px;
    box-shadow: 5px 0 10px rgba(255,255,255,1);
}
.values.single_choice.ischecked li{
    display:none !important;
}
.values.single_choice.ischecked li.checked{
   display:block !important;
}
.values.single_choice.ischecked+.showmore,
.values.single_choice.ischecked+.showmore+.searchmore{
    display:none;
}
.add_filters{
    margin-top:25px;
}
#noresults{
    display: none;
    text-align: center;
    /* color: black; */
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
}
.fa-exclamation-circle{
    font-size: 60px;
    color: #ccc;
}
#cleannoresults,#goback{
    cursor:pointer;
    color:blue;
    text-decoration: underline;
}
.add_filters::before{
    content: "\f078";
    font-family: FontAwesome;
    display: block;
    margin: auto;
    position: absolute;
    left: 50%;
    margin-top: -30px;
    font-weight: 100;
    font-size: 12px;
    margin-left: -6px;
}
.clear_filters{
    margin-top:25px;
}
.add_filters.show+.clear_filters{
    margin-top: 0;
}
.highlight_blocks li{
    width: 33% !important;
    margin: 1px !important;
}
.fa-filter{
    display: none;
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 12px;
    font-size: 22px;
    color: black;
    cursor: pointer;
    z-index: 999;
}
#mobile_filters{
    display:none;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    z-index: 999999999999999999999999999;
    padding:30px;
    padding-bottom:200px;
}

#mobile_filters h4{
    font-size: 20px;
}

#mobile_filters select{
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}
.mobile_filters_buttons {
    text-align: center;
    background-color: white;
    position: fixed;
    bottom: 0;
    padding: 20px 15px;
    width: 100%;
    left: 0;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
}

.highlight_blocks li{
    width: calc(50% - 2px) !important;
    margin: 1px !important;
}
.highlight_blocks h1{
    display: none !important;
}
.highlight_blocks img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    max-width: unset;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
}


@media screen and (max-width: 992px){
    .order select{
        width: 160px;
    }
    #benvenutoAreaRiservata{
        display:block;
    }
    .highlight_blocks li {
        width: 100% !important;
        margin:0 !important;
    }
    #secondary{
        display: none;
    }
    .search-form{
        width: calc(100% - 50px);
    }
    .fa-filter{
        display:block;
    }
    #mobile_filters.open{
        display: block;
    }
    #showButtons,#pages{
        display: none;
    }

    #full-width {
        margin-top: 90px;
    }
}

.cm_tags li.open:before{
    content:unset !important;
}
.cm_tags {
    display:none !important;
}
li.open+ul.cm_tags{
    display:block !important;
}
.select2-container,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--multiple{
    margin:0;
    padding: 0;
    line-height: 45px;
    height: 45px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin: 5px 5px 0 0;
    border: 0;
    line-height: 25px !important;
    height: 35px !important;
    margin: 5px 0 0 5px !important;
    padding: 5px 15px 5px 10px !important;
    color: white;
    font-weight: bold;
}
.select2-container--default .select2-search--inline .select2-search__field{
    height: 25px !important;
    line-height: 25px !important;
}

#select2-select_articles_page-container {
    height: 25px !important;
    line-height: 25px !important;
}

.select2-results__message {
    display: none !important;
}
.select2-dropdown.select2-dropdown--below{
    box-shadow: 0 2px 7px rgba(0,0,0,0.5);
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border:1px solid #ccc;
    border-radius:5px;
}
.select2-container--default .select2-results__option[aria-disabled=true]{
    display:none;
}
.select2-selection__choice{
    background-color: #035fac !important;
}
ul.select2-results__options > li {
    padding: 0;
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.select2-results__option--highlighted{
    background-color: #bfd4e7 !important;
    color:#333 !important;
}
.select2-selection__choice__remove{
    color: white !important;
    margin-right: 8px !important;
}
.select2-selection__choice__remove:hover{
    opacity:0.6 !important;
}
.select2-search__field::placeholder{
    font-style: italic;
    font-size: 11px;
}

#select2-select_articles_page-container::placeholder{
    font-size: 11px;
}

.select2-search__field{
    min-width: 350px;
}

.select2-search--inline{
    float: unset !important;
}

#select2-select_articles_page-container {
    float: unset !important;
}

span.select2-selection.select2-selection--single {
    position: relative;
    top: 8px;
    width: 45px;
}

.showmore{
    display:none !important;
}
.values:not(.addable_filters_values){
    max-height: 210px;
    overflow-y: auto;
    margin-top:40px !important;
    overflow-x:hidden;
}
.mainsearch{
    display: none;
    position: absolute;
    top: 50px;
    left: 21px;
    height: 30px;
    width: calc(100% - 21px) !important;
    border: 1px solid #ccc;
    border-radius: 15px;
}
#top input[type="text"]{
    display: none;
}
#top .categoria_prodotto.open input[type="text"]{
    display:block;
}
.categoria_prodotto.open .mainsearch{
    display:block;
}
.categoria_prodotto{
    position: relative;
    overflow: visible;
    text-overflow: unset;
}
#main{
    visibility: hidden;
}
#loadingmobilefilters{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    z-index: 999;
    display: none;
}
#loadingmobilefilters .fa-spinner{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}

.fas.fa-filter.set:after {
    content: "•";
    color: red;
    position: absolute;
    font-size: 40px;
    line-height: 22px;
    top: -1px;
    right: 7px;
}

#masthead {
    z-index: 80 !important;
}

#benvenutoAreaRiservata+form+.fa-filter{
    top:60px
}

#select2-select_articles_page-results:before {
    content: none;
}

.showHints .select2-dropdown--below{
    display:unset !important;
}
.noHintsHighlighted .select2-results__option--highlighted{
    background-color: white !important;
    color:unset !important;
}
#top input[type="search"]{
    border:0;
    box-shadow:none !important;
}
#top #wrap_all .all_colors h3{
    font-weight: bold;
    font-size:1em;
}
[view~=list] .product-card, [view~=list-extra] .product-card {
    -webkit-box-flex: 0;
    -webkit-flex: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
[view~=list] .product-woo, [view~=list-extra] .product-woo {
    display: flex !important;
}
.product-woo .text-block {
    padding: 10px 10px;
    border-top: 1px solid transparent;
    width: 100%;
}

.addingToCart{
    display: block !important;
}
.promo {
    display: none;
    height: 40px;
}