.category-header {
    .text_left, .text_wide {
        font-family: 'Aktivregular';
        text-align: left;
        font-size: 13px;
        color:#010101;

        padding-right: 40px;

        /*Bottone mostra altr*/
        button.mrc-btn {
            background: none;
            border: none;
    color: #f08019;
    text-decoration: none;
    font-weight: 700;
            font-family: 'AktivBold';
            font-size: 12px;
            padding: 0;
            margin-top: 10px;
            margin-bottom: 20px;
        }
                button.mrc-btn:hover {
    color: #101010;
    text-decoration: none;
        }
    }

    .category-parent {
        display: flex; 
        align-items: center;
        gap: 10px;
        margin-bottom: 25px;
    
        .back-btn {
            width: 27px;
            height: 27px;
            color:#8D440C;
            background-color: #F8ECE0;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .back-name {
            color: #010101;
            font-family: 'AktivRegular';
            font-size: 12px;
            text-decoration: none;
            text-transform: uppercase;
        }
    }
    .category-parent:hover {
        .back-btn {
            color:#fff;
            background-color: #FF8204;
        }
        .back-name {
            color: #FF8204;;
        }
    }

    .category-title {
        display: flex;
        gap: 20px;
        margin-bottom: 25px;

        .thumbnail {
            border: solid 2px #010101; /*temporaneo in attesa di thumbnail corretta*/
            width: 45px;
            height: 45px;
        }

        h1 {
            color: #010101;
            font-family: AktivBold;
            font-size: 32px;
            line-height: normal;
            text-align: left;
        }
    }

    .image_right {
        img {
            width: 100%;
            height: auto;
        }
    }
}

.mrc-content-wrap {
        font-family: 'Aktivregular';
        text-align: left;
        font-size: 13px;
        color: #010101;
        margin: 0 0 15px;
        line-height: 1.5;
        }

.subcategory-box {
    a { color: #010101; }
    a:hover {
        .dida_list_cat { color: #FF8204; }
    }
    .image-link-cat{display:block;position:relative;margin-bottom:30px;}
    .sub_cat_img {width:100%;height:auto;display:block;border: solid 1px #D5D5D5;}
    .image-link-cat.box_list_cat:hover {
        text-decoration:none;
        color:#FF8204;
        .sub_cat_img {
            border: solid 1px #FF8204;
        }
    }
    .image-link-cat img{width:100%;height:auto;display:block;border: solid 1px #D5D5D5;}

    .dida_list_cat  {    
        font-family: 'AktivRegular';
        font-weight: 600;
        font-size: 12px;
        margin-top: 14px
    }

    .box_news_cat {
        .box_news_cat_img {
            position: relative;
            
            img {
                /* border: 1px solid #fff; */
            }
        }
        .dida_list_cat_new {
            position: absolute;
            bottom: 0;
            color:#fff;
            font-family: 'AktivRegular';
            font-size:12px;
            line-height: 1;
            background-color: #FF8204;
            height:35px;
            display: flex;
            align-items: center;
            padding: 0 5px 0 5px;
            width: 100%;

            img {
                height: 20px;
                width: 20px;
                margin-right: 5px;
                filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(26deg) brightness(102%) contrast(103%);
            }
        }

        .dida_list_cat {
            color: #FF8204;
        }
    }
}

.box_news_cat .image-link-cat:hover {
        .dida_list_cat {
            color: #010101!important;
        }
}

.is_products {
    margin-bottom: 0px !important;
}

/*Blocco per la sidebar*/
.catalog-category-view .col2-left-layout .col-left.sidebar:before {
    border: none;
}
.block-category-nav {
    .block-title-new {
        font-family: 'AktivRegular';
        font-weight: 600;
        font-size: 14px;
        color: #010101;
        padding: 0 0 10px 0;

        border-bottom: solid 1px #D5D5D5;
    }
    .block-content {
        padding: 0;
        font-family: 'AktivRegular';
        font-size:14px;
        color: #010101;
        padding: 0;
        margin-top: 15px;
        border: none;
    }

    .category-list li {
        
        padding: 2px 0 2px 0;

        .bullet {
            display:none;
        }
    }

    .category-list li.selected {
        
        .bullet {
            display:block;
            float: left;
            width: 6px;
            height: 14px;
            margin-top: 4px;
            margin-right: 5px;
            border-radius: 3px;
            border: solid 1px #FF8204;
            background-color:#FF8204;
        }

        .selected-ul {
            .bullet {
                border: solid 1px #010101;
                background-color:#010101;
            }
        }
    }

    .category-list a {
        font-family: 'AktivRegular';
        font-size: 13px;
        font-weight: 600;
        color: #010101;
        text-decoration: none;

        line-height: normal;

        &:hover {
            color: #FF8204;
            text-decoration: none;
              .bullet {
                    border: solid 1px #FF8204;
                    background-color:#FF8204;
                }
        }
    }
    .category-list .selected > a {
        color: #f18321;
        text-decoration: none;

        &:hover {
            color: #FF8204;
        }
    }
}

/*Elenco prodotti*/
.category-products {

    .product-image-area img{
        width:100%;
        object-fit: contain;
        border: solid 1px #D5D5D5;
    }

    .products-grid li.item .details-area {
        padding: 10px 0px 0px 0px;
    }

    .product-name{
        font-family: 'AktivBold';
        font-size: 12px;
        color: #010101;

        text-align: left;
        margin:0 0 3px;
        height: fit-content;

        .codice_prodotto {
            font-family: 'AktivRegular';
            font-weight: normal;
            color: #FF8204;
            margin-bottom: 5px;
        }
    }
    

    /*reset e reimpostazione effetto del tema*/
    .item-area a:hover {
        text-decoration: none;
    }

    .products-grid li.item:hover .item-area {
        box-shadow: none;
        .product-image-area img{
            border: solid 1px #FF8204;
        }       
    }
    .toolbar {
        font-family: 'AktivRegular';
        font-weight: normal;
        color: #010101;
        label {
            font-family: 'AktivLight';
            font-size: 12px;
            color: #707070;
        }
        select {
            height: 27px;
            color: #010101;
            border-color: #010101;
            padding: 0px 25px 0px 25px;

            option {
                font-family: 'AktivRegular';
                font-size: 12px;
                color: #010101;
            }
        }
    }
    .toolbar-bottom {
        border: 0;
    }
    .pager .pages li {
        line-height:32px;
        font-size: 13px;
        color:#8D440C;
    }

    .pager .pages .current {
        background-color: #FF8204 !important;
    }
    .pager .pages li:hover {
        border-color:#FF8204;
    }
}

/*label new*/
.product-label {
    right: 10px !important;
    left: auto !important;    
    span {
        padding: 5px 12px;
        text-transform: none;
        border-radius:0;
    }    
}

/*Pagina Novità*/
#family-news {
    .categories {
        background-color: #f7f5f1;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 30px;
    }
    .category-box {
        .link {
            .image {
                position: relative;
                img {
                    width: 100%;
                    height: auto;
                }
                .thumbnail {
                    position: absolute;
                    top: 0px;
                    right: 0px;
                    width: 40px;
                    height: 40px;

                    background-color: #fff;
                }
            }
            .name {
                font-family: 'AktivBold';
                font-size: 12px;
                color: #010101;
                text-align: left;
                margin: 20px 0 55px;
            }
        }
    }
    .categories_slider_wrapper {
        .owl-controls {
            position: absolute;
            top: -50px;
            bottom: unset;
            left: unset;
            right: 10px;
        }   
        .owl-buttons div {
            color:#8D440C;
            background-color: #fff;
            border-radius: 0;
            font-size: 18px;
            padding: 0;
        }
        .owl-buttons div:hover {
            color:#fff;
            background-color: #FF8204;
        }
        .owl-buttons .owl-prev>i,
        .owl-buttons .owl-next>i
        {
            width: 30px;
            height: 30px;
            line-height: 30px;
            display: block;
        }
    }
}

    #featured_product .category-products .product-name{
        height: 90px;
        overflow: hidden;
    }

    
@media (min-width: 768px) {
    .sorter .sort-by {
    margin-bottom: 10px;
}
}
