/*#####################################
###    OVERRIDE SEZIONE CATEGORY    ###
#####################################*/
.category-heading-background header h1 {
    color: #337ab7;
}

.category-heading-background.category-146 header h1,
.category-heading-background.category-143 header h1,
.category-heading-background.category-26 header h1,
.category-heading-background.category-27 header h1,
.category-heading-background.category-25 header h1,
.category-heading-background.category-29 header h1,
.category-heading-background.category-30 header h1,
.category-heading-background.category-144 header h1,
.category-heading-background.category-23 header h1,
.category-heading-background.category-215 header h1,
.category-heading-background.category-24 header h1,
.category-heading-background.category-4 header h1,
.category-heading-background.category-145 header h1,
.category-heading-background.category-28 header h1,
.category-heading-background.category-1 header h1,
.category-heading-background.category-70 header h1 {
	color: #FFF;
}

.category-heading-background.category-146,
.category-heading-background.category-143,
.category-heading-background.category-26 {
    background: #f7ca18;
}

.category-heading-background.category-27,
.category-heading-background.category-25,
.category-heading-background.category-29 {
    background: #6600cc;
}

.category-heading-background.category-30,
.category-heading-background.category-144,
.category-heading-background.category-23 {
    background: #d91e18;
}

.category-heading-background.category-215,
.category-heading-background.category-24,
.category-heading-background.category-4 {
    background: #0d8950;
}

.category-heading-background.category-145,
.category-heading-background.category-28 {
    background: #007dc3;
}

.category-heading-background.category-1,
.category-heading-background.category-70 {
    background: #ff6c2f;
}

.widget_categories li.cat-item-146::before,
.widget_categories li.cat-item-143::before,
.widget_categories li.cat-item-26::before {
    background-color: #f7ca18;
}   
    
.widget_categories li.cat-item-27::before,
.widget_categories li.cat-item-25::before,
.widget_categories li.cat-item-29::before {
    background-color: #6600cc;
}   
    
.widget_categories li.cat-item-30::before,
.widget_categories li.cat-item-144::before,
.widget_categories li.cat-item-23::before {
    background-color: #d91e18;
}   
    
.widget_categories li.cat-item-215::before,
.widget_categories li.cat-item-24::before,
.widget_categories li.cat-item-4::before {
    background-color: #0d8950;
}   

.widget_categories li.cat-item-145::before,
.widget_categories li.cat-item-28::before {
    background-color: #007dc3;
}

.widget_categories li.cat-item-1::before,
.widget_categories li.cat-item-70::before {
    background-color: #ff6c2f;
}

.category .section-breadcrumb .container-breadcrumb .row-breadcrumb .col-breadcrumb ol.breadcrumb li:last-child strong {
    font-size: 12px;
    padding: 8px 12px;
    background-color: #f5f5f5;
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 15px;
}

.category .section-breadcrumb .container-breadcrumb .row-breadcrumb .col-breadcrumb ol.breadcrumb li:first-child::before {
    content: ' ';
    background: #057ec0 url(../img/icon-home.svg) no-repeat center;
    background-size: 20px;
    width: 34px;
    height: 34px;
    margin: 6px 8px 0 7px;
    padding: 0;
    pointer-events: none;
    color: #777;
    display: inline-block;
    overflow: hidden;
    border-radius: 20px;
    font-size: 0;
    position: static;
}

.category .section-breadcrumb .container-breadcrumb .row-breadcrumb .col-breadcrumb ol.breadcrumb li span {
    position: relative;
    padding-left: 28px;
}

.category .section-breadcrumb .container-breadcrumb .row-breadcrumb .col-breadcrumb ol.breadcrumb li span strong::before {
    content: ' ';
    background: url(../img/breadcrumb-arrow.svg) 0 0 no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    margin: 0 8px 0 10px;
    padding: 0;
}
