@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"');

:root {
    --color-primary: #FA4515;
}

body {
    margin: 0;
    color: #666666;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    font: 13px/20px; 
    font-family: 'work sans', arial;
    /*display: grid;*/ /*Sticky footer*/
    grid-template-rows: auto 1fr auto; /*Sticky footer*/
    min-height: 100vh; /*Sticky footer*/
    scrollbar-width: thin;
}

main{
    min-height: 40vh;
}

.ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    margin-left: 1rem;
}

.color-primary{
    color: var(--color-primary);
}

.color-grey {
    color: #666666;
}

    .color-grey:hover {
        color: #666666;
    }



.table > :not(caption) > * > * {
    padding: 0.4rem 0.4rem;
}

.primary-color {
    color: var(--color-primary);
}

/* PAGINAZIONE */

.pagination {
    gap: 0.5rem; 
}


.page-link {
    padding: 0.6rem 1rem;
    border-radius: 8px;               
    border: 1px solid #e5e5e5;       
    background: #fff;
    color: #fa4515;
    transition: all 0.2s ease;
}

.page-link:hover {
    background: #fff4ef;
    color: #fa4515;
}


.page-current {
    background-color: #fa4515 !important;
    color: #fff !important;
    border-color: #fa4515 !important;
    font-weight: 600;
}


.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #e5e5e5;
    color: #bbb;
}


.page-item .page-link.disabled {
    background: transparent !important;
    border: none !important;
    color: #999 !important;
    cursor: default !important;
}


.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 8px; 
}


.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}


.heading-h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333333;
}

.family-heading-h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #FA4515;
}

.h1-home {
    font-size: 1.1rem;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: .5rem;
    margin-block-end: .5rem;
    line-height: 1.2;
    display: block;
}


.h1-breadcrumb {
    font-size: 19px;
    color: #333333;
    display: initial;
    font-weight: 400;
    text-transform: none;
}

h2 {
    font-size: 1.4em;
    text-transform: uppercase;
    color: #999;
}

.h2-aside {
    color: #333333;
    font-size: 1.1rem;
}

.h3-file-utili {
    font-size: 1.2rem;
}

.h2-family-card {
    display: inline-block;
    line-height: 1.3em;
    margin-left: 0.2em;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.h2-product-card {
    display: inline-block;
    line-height: 1.3em;
    margin-left: 0.2em;
    font-size: 16px;
    color: #fa4515;
    font-weight: 400;
    margin-bottom: 0;
}


h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1rem;
    padding-top: 15px;
}


h6 {
    color: #333333;
    font-size: 1.1rem;
}

dl {
    margin: 0;
    padding: 0;
    margin-top: 0;
}

    dl dt,
    dl dd {
        display: inline;
        margin: 0;
        padding: 0;
    }

        dl dt::after {
            content: " ";
            font-weight: 400;
        }

        dl dd::after {
            content: "\A";
            white-space: pre;
        }

    dl dt {
        font-weight: 400;
    }



a {
    color: #fa4515;
}

    a:hover {
        color: #fa4515;
        text-decoration: none;
    }

    a.disabled {
        cursor: not-allowed;
        opacity: 0.5;
        text-decoration: none;
        pointer-events: none;
    }


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fa4515;
    --bs-btn-border-color: #fa4515;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #181b20;
    --bs-btn-hover-border-color: #181b20;
    --bs-btn-focus-shadow-rgb: 250, 69, 21;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #181b20;
    --bs-btn-active-border-color: #181b20;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fa4515;
    --bs-btn-disabled-border-color: #fa4515;
    border-radius: 0;
}



.nav-link:hover {
    color: #fa4515;
}


.arrotati {
    float: left;
    margin: 1%;
    padding: 1%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 1px 1px 6px #e1e1e1;
    background-color: #f5f5f5;
    width: 96%;
    min-height: 34px;
}


.testoDownload {
    color: #000;
    text-decoration: none;
    font-size: 1.1em;
    .ul-product-characteristics
        margin-top: 2px;
}



.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: #666666;
    font-size: 15px;
    font-weight: 400;
}

.table {
    color: #666666 !important;
    font-size: 15px;
    font-weight: 500;
}

    .table > :not(caption) > * > * {
        font-weight: 400;
    }




.TableMain {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    /* page-break-inside: avoid; */
    color: rgb(0,0,0);
    /* font-family: Calibri, sans-serif; */
    font-size: 11pt;
}

    .TableMain td {
        white-space: unset;
    }

.BorderUP {
    border-top: solid rgba(0,0,0,.125);
    ;
    border-top-width: 1px;
    padding-top: 1px;
}

.BorderDownHIDE {
    border-bottom: solid rgb(255,255,255);
    border-bottom-width: 1px;
}

.Header1 {
    color: rgb(255,255,255);
    font-size: 11pt;
    background-color: #F60;
    vertical-align: bottom;
    text-align: left;
    white-space: nowrap;
    margin-top: 5px;
}

html {
    scroll-behavior: smooth;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #181b20;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


.sidebar {
    height: 100%;
    position: fixed;
    overflow-y: auto;
}


.EP {
    /* min-height: 75rem;*/
    padding-top: 4.5rem;
}

.EP1 {
    background-color: #113267;
}

.EP2 {
    border-radius: 1rem;
    background-color: #113267;
}



.EP3 {
    color: white;
}

.EP4 {
    color: #254880;
}


.counter {
    display: inline-block;
    line-height: 1.3em;
    margin-left: 0.2em;
    font-size: 16px;
    color: #fa4515;
    font-weight: 400;
}



.form-check-input:checked {
    background-color: #fa4515;
    border-color: #fa4515;
    width: 1em;
    height: 1em
}

.form-check-input {
    margin-top: 0;
    width: 1em;
    height: 1em;
}

.labelLV {
    display: inline-block;
    line-height: 1.3em;
    margin-left: 0.2em;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 0;
}

.labelLVH {
    color: #fa4515;
    margin-right: 1em;
}

.labelLV2 {
    display: inline-block;
    line-height: 1.3em;
    margin-left: 0.2em;
    font-size: 16px;
    color: #fa4515;
    font-weight: 400;
}

.plus {
    background: url('../images/plus.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.breadcrumbLV1 {
    /*line-height: 2.0em;*/
    font-size: 19px;
    color: #333333;
    font-weight: 400;
    /*text-transform: uppercase;*/
}

.breadcrumbLV2 {
    /*line-height: 2.0em;*/
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 1.2em;
    color: #fa4515;
    font-weight: bold;
}

.breadcrumbLV3 {
    /*line-height: 2.0em;*/
    font-size: 19px;
    color: #333333;
    display: initial;
    font-weight: 400;
}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top-color: #fa4515;
    border-top-width: 3px;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.card {
    border-radius: 0rem;
}


.dropdown-menu {
    border: 0px;
}


.form-control {
    border-radius: 0rem;
}

.form-check-input[type=checkbox] {
    border-radius: 0em;
}


.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    color: #181b20;
}

.EP5 {
    background-color: #00b6e8;
    border-color: #00b6e8;
}

.EP6 {
    color: #00b6e8;
}

#btn-back-to-top {
    position: fixed;
    bottom: 0px;
    left: 75px;
    height: 35px;
    text-align: center;
    width: 48px;
    display: none;
    background-color: #333;
    border-color: #254880;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    opacity: .9;
}

.text-truncate {
    white-space: unset;
}



/*FILTERS*/
.filter-dropdown {
    line-height: inherit;
    text-align: left;
    word-wrap: normal;
    font-family: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.filter-dropdown-caret {
    position: absolute;
    right: 5px;
    margin-top: 3px;
}

.filter-dropdown-ul {
    line-height: inherit;
    text-align: left;
    font-family: inherit;
    font-weight: normal;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 0px 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #666666;
    border-radius: 0rem;
    margin-top: 0rem !important;
    max-height: 10rem;
    overflow-y: auto;
    min-width: 100%;
    width: fit-content; /*-webkit-fill-available;*/
}

.filter-dropdown-li {
    line-height: inherit;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    min-height: 1.2em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filter-dropdown-item:hover {
    color: #fa4515;
}

.doc-dropdown-item {
    white-space: normal!important;
}

.filter-badge {
    font-size: 1rem;
    font-weight: normal;
    color: #fa4515;
    border: 1px solid #fa4515;
}

/*DOCUMENTS*/
.docTitle{
    cursor: pointer!important;
}
.docLang {
    /*margin-left: 0.5em;*/
    color: #fa4515;
}
.docSubTitle {
    color: #fa4515;
    cursor: pointer !important;
}

/*F*/
.ui-autocomplete {
    max-height: 50%;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 20px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-sw-resize {
    cursor: sw-resize !important;
}

.loading {
    position: fixed;
    display: none;
    z-index: 10000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fa4515;
}

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.15);
    }

.loadingTooltip {
    position: fixed;
    display: none;
    z-index: 9;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fa4515;
}

    .loadingTooltip:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.35);
    }

.language-box {
    box-shadow: 4px 0px #fa4515;
}

    .language-box a:hover {
        background-color: #e2e2e2;
        font-weight: 400 !important;
        padding: 4px;
    }

.language-item {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 300;
    font-size: 15px;
}


/*M*/
.labelDescr {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11px;
}


.cardProdOutOfCatalogue img {
    opacity: 0.3;
}

img.cardProdOutOfCatalogue {
    opacity: 0.3;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: black;
    opacity: 1 !important;
    background: rgba(255,255,255,0.85);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    max-width: 90%;
    word-wrap: break-word;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .overlay {
        font-size: 1.25rem;
        padding: 0.4rem 0.75rem;
    }
}

.text-danger {
	font-size: 44px;
	font-weight: 300;
	color: #181B20 !important;
	margin-top: 15px;
	margin-left: 150px;	
}

.error-message {
	font-size: 170px;
	font-weight: 600;
	color: #f0f0f0 !important;
	margin-left: 150px;
}

@media (max-width: 800px ){
	.text-danger {
		font-size: 35px;
		margin-left: 50px;
	}
}

@media (max-width: 800px ){
	.error-message {
		font-size: 100px;
		margin-left: 50px;
	}
}
/*.CardProd :hover {
    border: 1px solid #fa4515;
}*/
/*SCROLLBAR default*/
/* Works on Firefox */
/** {
    scrollbar-width: thin;
    scrollbar-color: #fa4515 #f1f1f1;
}*/
/*Works on Chrome, Edge, and Safari */
/**::-webkit-scrollbar {
        width: 10px;
    }

    *::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #fa4515;
        border-radius: 20px;
        border: 3px solid #f1f1f1;
    }*/
.cardHover:hover {
    /* background-color: #dfdfdf;*/
    box-shadow: 2px 6px 8px 2px rgba(22, 22, 26, 0.18);
}


.card, .card2 {
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-top: 1px solid rgba(0,0,0,.05);
}

    .card3 {
    margin-left: 1em;
    margin-right: 1em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-top: 1px solid rgba(0,0,0,.05);
    /*padding: .4rem .4rem;*/
}


.carousel-card {
    margin: 0 0.5em;
    padding: .4rem .4rem;
}

.carousel-inner-new {
    padding: 1em !important;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: white !important;
    width: 6vh;
    height: 6vh;
    border-radius: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
    border: 1px solid #fa4515 !important;
}

.carousel-control-next-icon {
    width: 1.5rem !important;
}

.carousel-item {
    transition: transform 1s ease;
}

@media (min-width: 768px) {
    .carousel-item-new {
        margin-right: 0 !important;
        flex: 0 0 20% !important;
        display: block !important;
    }

    .carousel-inner-new {
        display: flex !important;
    }
}

.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card img {
    max-height: 100%;
}

@media (max-width: 767px) {
    .card .img-wrapper {
        height: 17em;
    }
}





.card .fab.fa-envira,
.fas.fa-cut,
.fas.fa-people-carry {
    font-size: 60px;
    background-color: #ffffff;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4e9525
}



.card:hover .fab.fa-envira,
.card:hover .fas.fa-cut,
.card:hover .fas.fa-people-carry {
    color: #fa4515;
    background-color: #dfdfdf;
}

.accordion-button:not(.collapsed) {
    color: #fa4515;
    background-color: #ffffff;
    font-weight: 500;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGl2ZWxsb18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZBNDUxNTt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEuNiw0LjZjMC4yLTAuMiwwLjUtMC4yLDAuNywwYzAsMCwwLDAsMCwwTDgsMTAuM2w1LjYtNS42YzAuMi0wLjIsMC41LTAuMiwwLjcsMHMwLjIsMC41LDAsMC43bC02LDYNCgljLTAuMiwwLjItMC41LDAuMi0wLjcsMGMwLDAsMCwwLDAsMGwtNi02QzEuNSw1LjIsMS41LDQuOCwxLjYsNC42QzEuNiw0LjYsMS42LDQuNiwxLjYsNC42eiIvPg0KPC9zdmc+DQo=);
    transform: rotate(-180deg);
}

.accordion-button {
    padding: 1rem 0.2rem;
    font-weight: 400;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #6c757d;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #6c757d66;
 }

.filter-dropdown-li-new {
    display: flex !important;
    line-height: inherit;
    text-align: left;
    font-weight: normal;
    min-height: 1.2em;
    text-overflow: ellipsis;
    display: block;
    white-space: normal !important;
    padding-left: 0.5rem;
    /*cursor: pointer!important;*/
}

.filter-mobile-selected-subtitle {
    font-size: 0.9rem;
    color: #fa4515;
    font-weight: 500;
}

.dropdown-item-new {
    display: flex !important;
    white-space: normal !important;
    padding-left: 12px;
    padding-right: 4px;
}

.filter-title {
    cursor: pointer !important;
    display: inline-block;
    padding-left: 5px;
}

.filter-title:hover {
    color: #FA4515;
}

.accordion-body {
    background-color: #f4f4f4;
}

    .accordion-body ul {
        padding-left: 0rem;
        font-size: 1rem
    }

    .accordion-body img {
        margin-right: 10px;
    }

.card2-new {
    margin: 0px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    border: none;
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 0px;
    height: 100%;
}


.card3-new {
	margin: 0px;
    box-shadow: 2px 6px 8px 0 rgb(22 22 26 / 18%);
    border: none;
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 0px;
    height: 100%;
}

.card3-new:hover {
	box-shadow: 2px 6px 8px 0 rgb(22 22 26 / 35%);
}

.ul-product-characteristics {
    padding: 0px;
    list-style-type: none;
    /*font-size: 0.9rem;*/
    font-family: inherit;
    font-size: 15px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    line-height: 1.5rem;
    font-weight: 300;
}

.fs-5 {
    font-size: 18px !important;
    font-weight: 400;
}

    .ul-product-characteristics > li {
        /*padding-bottom: 0.5rem;*/
    }


.btn-result-view {
    font-size: 18px;
    line-height: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

/*HEADER + FOOTER*/

.header_top {
    background-color: #fa4515;
    color: white;
}

.header_space {
    padding-right: 30px;
    padding-left: 30px;
    he
}

.header_country {
    font-size: 13px !important;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    font-weight: 300;
}

    .header_country:hover {
        color: #ffffff;
        text-decoration: none;
    }

.header_social {
    padding-right: 40px;
    padding-left: 40px;
    text-align: right;
}

.header_social2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

    .header_social2:hover {
        color: #ffffff;
        text-decoration: none;
    }


.header_logo {
    width: 20%;
}

.header_menu {
    width: 80%;
}

.header_logo2 {
    max-height: 120px;
    height: auto;
    padding-bottom: 12px;
    padding-top: 12px;
    max-width: 220px;
}

.header_logo3 {
    max-height: 120px;
    height: auto;
    max-width: 160px;
}

.megamenu {
    margin-top: 0px!important;
}

.header_megamenu {
    right: 10px;
    left: auto;
    background-color: #ffffff;
    width: 100%;
    max-width: 1270px;
    margin-top: 0px;
    box-shadow: 0px 24px 24px -8px rgb(24 27 32 / 8%);
}

.header_megamenu_col {
    width: 20%;
    padding-right: 1px;
    padding-left: 0px;
    margin-top: 0px;
    font-size: 14px;
}

.header_table_top {
    background-color: #fa4515;
    min-height: 52px;
}


.header_megamenu_title {
    padding: 0 8px 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .header_megamenu_title a {
        color: #ffffff;
        text-decoration: none;
    }



.header_megamenu_cont_parent {
    background-color: #fa4515;
    text-align: center;
}
    .header_megamenu_cont_parent > a {
        color: #181b20; line-height: 60px; 
        text-decoration: none;
        text-transform:uppercase;
    }

.header_megamenu_cont {
    text-decoration: none;
    color: #181b20;
    display: block;
}
    .header_megamenu_cont:hover {
        color: #181b20;
        font-weight: 500;
    }




table.TESTLV {
    background-color: #ffffff;
}

    table.TESTLV:hover {
        background-color: #e2e2e2;
    }




.footer_line {
    max-width: 50px;
    background-color: #fa4515;
    height: 2px;
    margin-top: 20px;
}


.footer_text {
    color: #666666;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.footer_icon {
    font-size: 16px;
    margin-right: 8px;
    color: #ffffff;
}

.footer_text2 {
    color: #666666;
    text-decoration: none;
    font-size: 13px;
}


.footer2 {
    background-color: #666666;
}

.footer_text3 {
    color: #212934;
    text-decoration: none;
    font-size: 13px;
    padding: inherit;
}

.navbar-nav {
    text-align: center;
    font-weight: 400;
    z-index: 20;
    position: relative;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0px;
}

.dropdown-menu[data-bs-popper] {
    text-align: center;
}

.dropdown-item {
    padding: 0.5em;
    font-weight: 400;
    font-size: 1rem;
}
    .dropdown-item:hover {
        padding: 0.5em;
        font-weight: 500;
    }

    .dropdown-item:active {
        color: #181b20;
        background-color: #e2e2e2;
    }


.labelChildrenCount {
    margin-left: 5px;
}
   .labelChildrenCount.filter {
        color: #fa4515;
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0rem;
    }

.filter-checkednotrelevant{
    opacity: 0.5;
}

li.dropdown:last-child .dropdown-menu {
    right: 0;
    left: auto;
}

.product-related-item-grid-descr {
    margin-top: 0.5rem !important;
    margin-bottom: 0px !important;
    font-weight: 300;
    font-size: 13px;
    color: #666666;
}

    .product-related-item-grid-descr label {
        cursor: pointer;
        font-size: 14px;
        color: #666666;
        /*text-transform: lowercase;*/
        padding-top: 5px;
        display: block;
        display: -webkit-box;
        /*max-width: 100%;*/
        /*height: 40px;*/
        /*margin: 0 auto;*/
        line-height: 1.40;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vertical-center {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 5px;
    }

.compare-button {
    text-align: end;
}

@media (max-width: 1444px) {
    .product-related-item-grid-descr label {
        font-size: 13px;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 954px) {
    .product-related-item-grid-descr label {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 767px) {
    .product-related-item-grid-descr label {
        font-size: 14px;
        -webkit-line-clamp: 7;
        padding-top: 18px;
    }
}

@media (max-width: 1270px) {

    .header_megamenu {
        right: calc((100vw - 1024px)/2);
        left: calc((100vw - 1024px)/2);
        background-color: #ffffff;
        width: 100%;
        max-width: 1024px;
        margin-top: 0px;
        box-shadow: 0px 24px 24px -8px rgb(24 27 32 / 8%);
    }
}



@media (min-width: 576px) {

    .ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        margin-left: 1rem;
    }
}


@media (min-width: 992px) {
    /*DESKTOP*/


    .show_md {
        display: none;
    }

    .header {
        background-color: rgba(255, 255, 255, 0);
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, #f1f1f1 100%);
        background-position: center center;
        background-repeat: no-repeat;
        border-width: 0px 0px 0px 0px;
        border-color: #eae9e9;
        border-style: solid;
        padding-top: 8px;
        padding-right: 40px;
        padding-bottom: 8px;
        margin-bottom: 0px;
        padding-left: 40px;
       /* display: flex;*/
    }

    .POSDIV {
        position: relative;
        padding-bottom: 15px;
    }

    .my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .header-logo {
        max-height: 120px;
        height: auto;
        padding: 12px;
        max-width: 220px;
    }

    .header-menu {
        float: right !important;
    }

    .dropdown {
        border-bottom: 3px solid transparent;
    }
    .dropdown:hover {
        border-bottom: 3px solid #181b20;
    }

    .dropdown-menu {
       margin-top: 3px;
    }

}

@media (max-width: 991px) {
    /*MOBILE*/
    .hide_md {
        display: none;
    }

    .POSDIV {
        position: absolute;
    }

    .header-logo {
        max-height: 75px;
        height: auto;
        padding: 12px;
        max-width: 220px;
    }


    .header-main-nav {
        padding-top: 0px;
    }

    .header-search {
        background-color: rgba(0,0,0,0.7);
        padding: 15px;
    }

        .header-search > form {
            margin: auto;
        }

    .nav-link:hover {
        border-bottom-color: transparent;
    }

    .dropdown-menu {
        font-size: inherit;
    }

    .header_space {
        text-align: center;
        height: 40px;
        margin-bottom:13px;
 

       /* margin-top: 2%;
        margin-bottom: 2%;*/
    }

    .header_social {
        text-align: center;
        height: 40px;
       /* margin-top: 2%;
        margin-bottom: 2%;*/
    }

    .navbar-light .navbar-toggler {
        border-color: rgba(0, 0, 0, 0);
        padding-top: 23px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/toggler.svg");
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cpath d='M22.8,7.9L7.9,22.8c-0.2,0.2-0.5,0.2-0.7,0l0,0c-0.2-0.2-0.2-0.5,0-0.7L22.1,7.2c0.2-0.2,0.5-0.2,0.7,0l0,0 C23,7.4,23,7.7,22.8,7.9z'/%3E%3Cpath d='M7.9,7.2l14.8,14.8c0.2,0.2,0.2,0.5,0,0.7l0,0c-0.2,0.2-0.5,0.2-0.7,0L7.2,7.9C7,7.7,7,7.4,7.2,7.2l0,0C7.4,7,7.7,7,7.9,7.2 z'/%3E%3C/svg%3E");
    }

        .nav-link {
            color: #181b20 !important;
            min-height: 60px;
            font-family: inherit;
            padding: 0rem 0rem;
            font-weight: 400;
            font-size: 15px;
            line-height: 60px;
            background: #fafafa;
        }

    .dropdown-item {
        min-height: 60px;
        font-family: inherit;
        padding: 0rem 0rem;
        font-weight: 400;
        font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (2200 - 375)));
    }

        .dropdown-item:active {
            color: #fff;
            text-decoration: none;
            background-color: #fafafa;
        }

    .dropdown-menu {
        padding: 0rem 0;
        text-align: center;
    }

    .navbar-brand {
        margin-left: 0rem;
    }

    .col-12_footer2 {
        display: none;
    }
}

.InputSearch {
    border-radius: 4px;
    height: 32px;
    background-color: #e2e2e2;
    width: 100%;
    max-width: 400px;
    border: 0px;
    padding: 10px 8px;
    font-size: 15px;
    vertical-align: bottom;
}
    .InputSearch:focus {
        background-color: #fff;
    }


.InputSearchTooltip {
    --bs-tooltip-bg: #fa4515;
    --bs-tooltip-color: white;
    width: 100%;
    max-width: 400px;
   /* z-index:1;*/
   font-weight:bold;
}

    .InputSearchTooltip .tooltip-inner {
        min-width: 100%;
        max-width: 400px;
    }

.FilterBadgeTooltip {
    --bs-tooltip-bg: #fa4515;
    --bs-tooltip-color: white;
    --bs-tooltip-opacity: 1;
}



@media (max-width: 767px) {
    .compare-button {
            text-align: center;
            background-color: #f7f7f7;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 575px) {
        .InputSearch {
            min-width: calc(100% - 50px);
            width: auto;
        }
        .InputSearchTooltip {
            min-width: calc(100% - 50px);
            width: auto;
        }

        .vertical-center {
            margin: 0;
            position: inherit;
            top: 0%;
            transform: translateY(-10%);
            padding-right: 0px;
        }

        .card-img-top {
            width: 50%;
        }

        .product-related-item-grid-descr label {
            font-size: 14px;
            -webkit-line-clamp: 5;
            padding-top: 18px;
        }
    }

    .InputSearchButton {
    border-radius: 4px 4px 4px 4px;
    height: 32px;
    width: 32px;
    background-color: #181b20;
    color: #ffffff;
    border-width: 0px;
    vertical-align: bottom;
}




.product-item-grid-descr {
    margin-bottom: 0px !important;
    font-weight: 300;
}

    .product-item-grid-descr label {
        cursor: pointer;
        font-size: 15px;
        color: #666666;
        /*text-transform: lowercase;*/
        padding-top: 5px;
        display: block;
        display: -webkit-box;
        /*max-width: 100%;*/
        /*height: 40px;*/
        /*margin: 0 auto;*/
        line-height: 1.40;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.product-item-list-descr {
    font-size: 1.1em;
    color: #666666;
}


.related-grid-descr label {
	cursor: pointer;
	font-weight: 300;
    font-size: 14px;
    color: #666666;
    /*text-transform: lowercase;*/
    padding: 4px;
    display: block;
     display: -webkit-box;
     /*max-width: 100%;*/
     /*height: 40px;*/
     /*margin: 0 auto;*/
     line-height: 1.40;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
}

.iFrameResp {
    height: 80vh !important;
    width: 100%;
}

.card-img-ratio {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.price-text > span {
    font-size: 0.8rem;
}

.related-products-title {
    font-size: 38px;
    text-transform: none;
    color: #333333;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 400;
}

.labelInfo{
    margin-left: 0em;
    text-transform: unset;
    line-height: 1,5em;
    margin-left: 0.5em;
    font-size: 15px;
    display: initial;
    font-weight: 300;
}

.btn-link {
	text-decoration: none;
	font-size: 25px;
	font-weight: 400;
	color: #fa4515;
	margin-top: 20px;
	float: right;
}

.btn-link:hover {
	text-decoration: none;
	text-align: right;
	font-size: 25px;
	font-weight: 500;
	color: #fa4515;
	margin-top: 20px;
}

    .btn-link:focus {
        text-decoration: none;
        text-align: right;
        font-size: 25px;
        font-weight: 500;
        color: #fa4515;
        margin-top: 20px;
    }

.btn-filter {
    background-color: #e9e9e9;
    border: none;
    text-align: left;
    color: #272727;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}

.filter-modal-footer {
     padding: 5px;
}

.filter-modal {
    padding: 0px;
}

.filter-modal-fullscreen {
    width: 100%;
}

.btn-filter-mobile-close {
    width: 100%;
}

.filter-row {
    margin-left: 0px;
    margin-right: 0px;
}

.cb-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* COMING SOON : nascondi compare */
.ProductCompareSelection-COMING {
    display: none;
}

.chapter-rel-link {
    width: 100%;
    background-color: #FFF3ED;
    color: #F97316;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1rem;
    border: none;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    text-align: start;
    text-decoration: none;
}

    .chapter-rel-link:hover i {
        transform: rotate(-45deg);
        transition: transform 0.3s ease;
    }


/*fix zoom issue*/
.related-products-section .product-related-item-grid-descr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.wrapper {
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 992px) {
  .wrapper {
    padding-left: 1.5rem; 
    padding-right: 1.5rem;
  }
}


@media (max-width: 576px) {
  .wrapper {
    padding-left: 1rem; 
    padding-right: 1rem;
  }
}


.heading-description {
    /*max-width: 700px;*/
    font-size: 1rem;
    color: #333333;
    line-height: 1.6rem;
    margin-bottom: 0.5rem;
}

.family-heading-description {
    font-size: 1rem;
    color: #333333;
    line-height: 1.6rem;
    margin-bottom: 0.5rem;
}

.content-new-document {
    margin-left: 2rem;
}

.testimonials-badge {
    display: flex;
    padding: 1rem;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    background-color: #FFF3ED;
}

.testimonials-badge span {
    color: #fa4515;
    font-size: 1rem;
}

.doc-cover {
  position: relative;
  display: inline-block;
}

.cover-title {
    position: absolute;
    top: 20%;
    left: 10%;
    color: white;
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 400;
    max-width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.doc-cover.Catalogue .cover-title {
    left: 15%;
    max-width: 75%;
}

.doc-cover.Depliant .cover-title {
    left: 10%;
    max-width: 72%;
}

.slider-button {
    max-width: 200px;
    background-color:#fa4515;
    border-radius: 0px;
    color: white;
    padding: 10px;
}

.slider-button:hover {
    background-color: #eb2b0b;
    color: white;
}

.label-slider-document {
    min-width: 0 !important;
    flex-wrap: wrap;
}

.content-new-document span {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    
    .content-new-document span:not(.doc-badge-new) {
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        line-height: 1.2 !important;
        margin-bottom: 5px !important;
        font-size: 1rem !important;
        width: auto !important; 
        max-width: 100% !important;
    }

    .docu-carousel-controls {
        display: none;
    }
}

.label-document {
    color: #333333;
}

@media (max-width: 1300px) {
  .label-document-wrapper {
    gap: 1rem !important;
  }
}


.carousel-control-prev, .carousel-control-next {
    background-color: #FFF3ED;
    border-radius: 100%;
}

.tab-active {
    color: #fa4515;
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 500;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #fa4515;
}

.tab-inactive {
    color: #333333;
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 500;
    padding-bottom: 0.5rem;
}

.search-and-filter {
    border-bottom: 1px solid #fa4515;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    padding: 1rem;
    border-radius: 8px;
}

.accordion-button {
    font-size: 1.125rem;
    color: #333333;
}

.accordion-body {
    background-color: white;
}

.form-check-input[type=checkbox] {
    border-radius: 0.2em;
}

.doc-result-item {
    padding-bottom: 2rem;
    border-bottom: 1px solid #FA4515;
}

.doc-results-list li {
    margin-bottom: 2rem;
}

ul {
    padding-left: 0;
}

.heading-doc-result-info {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 500;
}

.icon-doc-result {
    height: 64px;
    background-color: #FFF3ED;
    padding: 1rem;
    border-radius: 4px;
}

.primary-button {
    font-size: 1rem;
    background-color:#fa4515;
    border-radius: 0px;
    color: white;
    padding: 1rem 1.5rem;
}

.primary-button:hover {
    background-color: #eb2b0b;
    font-size: 1rem;
    border-radius: 0px;
    color: white;
    padding: 1rem 1.5rem;
}

.secondary-button {
    font-size: 1rem;
    border: 1px solid #FA4515;
    border-radius: 0px;
    color: #FA4515;
    padding: 1rem 1.5rem;
}

.secondary-button:hover {
    font-size: 1rem;
    background-color:#fa4515;
    border-radius: 0px;
    color: white;
    padding: 1rem 1.5rem;
}

.page-item.disabled{
    border-radius: 12px;
    border: 1px solid #DEE2E6;
}


.active>.page-link, .page-link.active{
    background-color: #FFF3ED;
    border:1px solid #FA4515;
    color: #FA4515;
}

.page-link {
    padding: 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid #DEE2E6;
}


.heading-pattern {
  opacity: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 700px;
  height: 700px;
  background: url("heading-pattern.svg");
  transform: rotate(35deg);
  z-index: 1;
}


.family-card {
  border: 1px solid #eee;
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.25s ease;
  cursor: pointer;
}

.family-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  border-color: #fa4515;
}

.card-image-wrapper img {
  object-fit: contain;
}

.family-name {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  min-height: 3rem; 
  display: flex;
  align-items: start; 
  justify-content: center;
  margin-bottom: 0 !important;
  line-height: 1.2;
  text-align: center;
}

.family-count {
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .family-image-wrapper img {
    max-height: 150px;
  }
}

@media (max-width: 767px) {
  .family-name {
    font-size: 0.95rem;
  }
  .card {
    padding: 1rem;
  }
}


.switch-view button.active {
    color: #FA4515;
}

/* BREADCRUMB */

.breadcrumb {
  padding: 0;
  font-size: 1.1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #fa4515;
  margin: 0 6px;
}

.breadcrumb a {
    color: #fa4515;
    text-decoration: none;
    font-size: 1.1rem;
}

    .breadcrumb a:hover {
        text-decoration: underline;
        transition: 0.3ms;
    }

.breadcrumb-item.active {
  color: #333333;
}


/* FILTRI ATTIVI */

.active-filters {
  padding: 1rem 0;
}

.filter-chip {
  background-color: WHITE;
  border: 1px solid #FA4515;
  color: #FA4515;
  border-radius: 50px;
  padding: 0.4rem 0.9rem;
  font-size: 1rem;
}

.filter-chip .btn-close {
  filter: invert(40%) sepia(41%) saturate(6435%) hue-rotate(352deg) brightness(98%) contrast(100%);
  opacity: 0.8;
  width: 0.6rem;
  height: 0.6rem;
}

.filter-chip .btn-close:hover {
  opacity: 1;
}

.clear-filters {
  font-size: 1rem;
  color: #6c757d;
}

.clear-filters:hover {
  color: #fa4515;
}

/* CARD PRODOTTO */

.product-card {
  border: 1px solid #eee;
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.25s ease;
  cursor: pointer;
  position: relative;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  border-color: #fa4515;
}

.product-model {
 text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  color: #FA4515;
  text-transform: uppercase;
}

.product-description {
  font-size: 1rem;
  text-align: left;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-preline {
    white-space: pre-line;
}


/* COMPARE BUTTON  */


.compare-button {
    font-size: 1rem;
    background-color: #fa4515;
    border-radius: 0px;
    color: white;
    padding: 1rem 1.5rem;
}

    .compare-button:hover {
        background-color: #eb2b0b;
        font-size: 1rem;
        border-radius: 0px;
        color: white;
        padding: 1rem 1.5rem;
    }

#compare-bar {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 9999;
    background: transparent;
}

    #compare-bar .compare-button {
        border-radius: 50px;
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }


@media (max-width: 768px) {

    #compare-bar {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0.75rem;
        background: rgba(255,255,255,0.98);
        box-shadow: 0 -4px 12px rgba(0,0,0,0.12);
        position: fixed;
    }

    .compare-button {
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }
}


/* TRONCA TESTO DESCRIZIONE */


.expandable-text-wrapper {
    position: relative;
    max-width: 100%;
}

.toggle-description-checkbox {
    display: none;
}

.expandable-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: none;
    transition: all 0.35s ease;
}

.toggle-description-checkbox:checked ~ .expandable-text {
    display: block;
    -webkit-line-clamp: unset;
    max-height: none;
}

.toggle-description-btn {
    display: none; 
    margin-top: 0.5rem;
    color: #fa4515;
    font-weight: 600;
    cursor: pointer;
}

.expandable-text-wrapper.needs-toggle .toggle-description-btn {
    display: inline-block;
}

.toggle-description-btn .show-less { display: none; }

.toggle-description-checkbox:checked + .expandable-text + .toggle-description-btn .show-more {
    display: none;
}

.toggle-description-checkbox:checked + .expandable-text + .toggle-description-btn .show-less {
    display: inline;
}


.resultsviewtype-list .card {
    border: 1px solid #eee;
    border-radius: 12px;
    background-color: #fff;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
    padding: 16px;
}

.card {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.resultsviewtype-list .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
    border-color: #fa4515;
}

.resultsviewtype-list .card-body {
    align-items: flex-start;
    padding-top: 10px !important;
}

.resultsviewtype-list .card-img-top {
    max-height: 150px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.resultsviewtype-list h3,
.resultsviewtype-list .product-model {
    font-size: 1.25rem;
    font-weight: 500;
    color: #FA4515;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.resultsviewtype-list .product-item-list-descr {
    font-size: 1rem;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resultsviewtype-list .ul-product-characteristics li {
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 4px;
}

.resultsviewtype-list .card-header {
    background: none;
    border: none;
    padding: 0 0 5px 0;
}

.resultsviewtype-list .card.cardProdOutOfCatalogue {
    opacity: 0.5;
}

.resultsviewtype-list .cardProdOutOfCatalogue .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.85);
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
    z-index: 10;
}

.card-file-utili {
  border: 1px solid #eee;
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.25s ease;
  cursor: pointer;
}

.card-file-utili:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  border-color: #fa4515;
}

.ra-card {
  border: 1px solid #eee;
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.25s ease;
  cursor: pointer;
}

.ra-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  border-color: #fa4515;
}



.resultsviewtype-grid .related-img-container {
    width: 100%; 
    min-height: 100px;
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.resultsviewtype-grid .card-img-top {
    max-width: 100%;
    height: auto;
    max-height: 100px; 
    object-fit: contain;
}

@media (min-width: 576px) {
    .resultsviewtype-grid .related-img-container {
        width: 120px; 
        height: 120px; 
        min-height: 120px;
    }
    
    .resultsviewtype-grid .related-details-container {
        min-width: 0; 
    }
}


.doc-badge-new {
    max-width: max-content !important;
    background-color: #FFF3ED;
    color: #FA4515 !important;
    padding: 4px 16px;
    border-radius: 999px !important;
    font-size: 0.5rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .doc-badge-new {
        font-size: 1rem !important;
    }
}

.carousel-indicators {
    bottom: -45px;
}

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ddd;
        opacity: 1;
        transition: all .25s ease;
    }

    .carousel-indicators .active {
        background-color: #fa4515;
        transform: scale(1.2);
    }

    .heading-img-wrapper {
        width: 100%;
        height: 200px; 
        overflow: visible;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .heading-img-wrapper img {
        height: 120% !important; 
        width: auto !important;
        max-width: none !important;
        object-fit: contain;
    }

    .btn-filter {
        background-color: #FFF3ED;
        color: #FA4515;
        border: 1px solid #fa4515;
        padding: 1rem;
        box-shadow: none;
        margin-top: 1rem;
    }
