.scroll-up-page {
    position: fixed;
    bottom: 75px;
    left: 15px;
    height: 50px;
    width: 50px;
    background: #004d7a;
    box-shadow: 0px 2px 5px 0px #0000008a;
    cursor: pointer;
    z-index: 2;
}
.non-disponibile {
    background-color: #f07c0073;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    text-shadow: 2px -1px 5px black;
}

.scroll-up-page i 
{
    position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
    transform: translate(-50%,-50%);
}

.cat-counter
{
    display: none;
}

.cat-info-desc{font-size: 14px; color:#004d7a;}
.cat-info-desc a{color: #004d7a; font-weight: 600; text-decoration: underline;}

.prod-text-count {
    font-size: 13px;
    color: #004d7a;
}

/***S-FILTRI***/

.prod-list-filters {
    background: white;
    padding: 15px 0;
    box-shadow: 0 2px 6px #11111112; 
}

.inner-filter-box 
{
    margin-left: -5px;
    margin-right: -5px;
}

.filter-by-text .inner-filter 
{
    padding-right: 10px;
}

.filter-box-cont 
{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.filter-link 
{
    vertical-align: middle;
    margin-right: 0;
    position: relative;
    cursor: pointer;
}

.filter-label {
    color: #004d7a;
    font-weight: 600;
    font-size: 13px;
}

.filter-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


ul.filter-list {
    position: absolute;
    z-index: 2;
    width: max-content;
    max-width: 600px;
    padding: 10px;
    margin-top: 3px;
}
i.fas.fa-angle-down {
    font-size: 10px;
}

.filter-link a
,.dropdown-order span
{
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    color: var(--s-primary-color);
    font-weight: 600;

}


.dropdown-order span
{
    padding:0px;
    
}

.dropdown-order i{
    color: var(--s-primary-color);
    font-size: 14px;
}


.filter-box .item-box {
    background: #fff;
    padding: 10px;
    align-items: center;
    display: block;
    border-radius: 12px;
}

.ord-box  .item-box 
{
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 6px #11111112;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    align-items: center;
}

.btn-set_ord
{
    background: var(--s-box-color) !important;
    color: var(--s-text-color)  !important;
}

.main-category {
    padding: 15px 0 15px 0;
    color: #004d7a !important;
    font-size: 1.06rem;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 12px;
}
.main-category .grand_parent_title {
    color: #666;
    font-weight: 600;
    font-size: 0.98rem;
    display: block;
    margin-bottom: 6px;
}
.main-category .link-menu > a, .main-category .link-menu > b {
    color: #333;
    font-size: 1.12rem;
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}
.main-category .link-menu > b {
    background: #004d7a;
    border-radius: 5px;
    padding: 4px 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
}


.main-category .link-menu
{
    padding: 0;
}

.filter-list .filter_item, .ord_item {
    cursor: pointer;
    border-bottom: dotted 1px #d1d1d1;
    line-height: 2;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
}

.btn-reset_filter, .btn-filter_list{ font-size: 13px; font-weight: bolder;}

li.filter_items {
    max-height: 164px;
    overflow: auto;
}

input.form-control.input-search-brand {
    margin-bottom: 10px;
}

.filter_counter {
    background: var(--s-primary-color);
    color: #fff;
    font-weight: bold;
    padding: 0 6px;
    display: inline-block;
    margin-left: 2px;
    font-size: 12px;
    border-radius: 14px;
    width: 20px;
    text-align: center;
    line-height: 19px;
    height: 20px;
}

.filter-list .fa-check {
    display: none;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
}


.filter-list .filter_item.selected .fa-check, .fast-filter.selected .fa-check {
    display: inline-block;
}

/***E-FILTRI***/


.list-description {

    padding-top: 36px;
    padding-bottom: 36px;
    background-color: #f1c99e5e;
}


.pagination-cont {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background: #fff;
    color: var(--s-text-color);
    padding: 32px 0;
    margin-top: 15px;
}


.pagination-cont .page-link {
    border: none;
    color: var(--s-text-color);
}

.pagination-cont .active .page-link {
    background-color: #fff;
    color: var(--s-primary-color);
}



@media (max-width:600px)
{

    #category_list 
    {
        position: fixed;
        width: 300px;
        margin-top: 0;
        height: 100%;
        background: #fff;
        top: 0;
        padding: 15px;
        display: flex;
        transition: right 0.5s;
        transition-delay: 250ms;
        right: -300px;
        z-index: 5;
        flex-flow: column;
        border-left: solid 1px #e5e5e5;
    }

    #category_list.show_filters 
    {
        right: 0;
        transition: right 0.5s;
        transition-delay: 250ms;
        margin-top: 0;
    }

    .side-sub-cats {
        list-style: none;
        padding: 0;
        overflow: auto;
        height: calc(100vh - 115px);
    }

}