h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    color: inherit;
}

/*h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover {
    text-decoration: underline;
}*/

.bg-loader {
    background-image: url('../images/framework/AjaxLoader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

#bread_crumbs {
    position: relative;
    z-index: 99;
}

#bread_crumbs i {
    position: relative;
    height: auto;
    line-height: inherit;
    width: auto;
    top: auto;
    right: auto;
    font-size: inherit;
}

#bread_crumbs .eps_bread_itemscope>span {
    color: #fff;
    opacity: 0.6;
}

.div_testo a,
.href_no_block a,
a.href_no_block {
    display: inline;
}

.eps_privacy_label a {
    white-space: nowrap;
}

.bg-testata-prodotti {
    background-image: url("../img/bg_testata_secchi.jpg");
}

.accordion-toggle h2,
.accordion-toggle .h2,
.accordion-toggle h3,
.accordion-toggle .h3 {
    display: inline;
    line-height: normal;
    font-size: 18px;
}

/* Background blocks */

.background-block,
.heading-strip {
    background-position: center;
}

/* List */

.div_comp ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}

.div_comp li {
    padding-left: var(--icon-space);
}

.div_comp li h2,
.div_comp li .h2,
.div_comp li h3,
.div_comp li .h3,
.div_comp li h4,
.div_comp li .h4 {
    display: inline;
}


.div_comp li:before {
    content: "\f054";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
}

.div_comp ul.list_link li:before {
    color: #fd8630;
}

/*** Catalogo - prodotti ***/

a.block_link {
    display: block;
}

.home-tabs.home-tabs_50 a {
    width: 50%;
}

.thumb-layout.thumb-layout_small span {
    display: block;
    position: absolute;
    font-size: 32px;
    top: -2px;
    text-align: center;
}

.thumb-layout.thumb-layout_small img,
.thumb-layout.thumb-layout_small span {
    width: 40px;
}

.thumb-layout.thumb-layout_small strong {
    padding-left: 55px;
    line-height: 17px;
    padding-bottom: 6px;
}

.thumb-layout.thumb-layout_small em {
    padding-left: 55px;
    font-size: 13px;
    line-height: 1.4;
}

#bottom-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-bottom: 0;
}

#bottom-navbar a {
    border-left: 1px solid #00000030;
    border-right: 1px solid #00000030;
}

body {
    padding-bottom: 60px;
}

/* LISTINI */

.listino-accordion .row {
    display: flex;
}

.listino-accordion .listino-column {
    width: 50%;
    margin: 1rem 0;
}

.listino-accordion .listino-column.left {
    padding-right: 5px;
}

.listino-accordion .listino-column.right {
    padding-left: 5px;
}

.listino-accordion .listino-column.left .column-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.listino-accordion .listino-column.left .column-inner div:last-child {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listino-accordion .listino-column.left .column-inner span {
    font-size: 26px;
    font-weight: bold;
}

.listino-accordion .listino-column .column-inner {
    padding: 5px;
}

.listino-accordion .listino-column * {
    color: #fff;
}

.listino-accordion .listino-column>div {
    height: 100%;
}

.listino-accordion .listino-column .componente {
    border-bottom: 1px solid #ffffff50;
}

.listino-accordion .listino-column h3 {
    border-bottom: 1px solid #fff;
    text-align: center;
}

.listino-accordion .listino-column .column-inner div:last-child .componente {
    border-bottom: 0;
}

.listino-accordion .listino-container {
    margin-bottom: 1rem;
    border-bottom: 1px solid #00000030;
}

.listino-accordion .listini .listino-container:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
}

.accordion-toggle {
    line-height: 15px;
    display: flex;
    align-items: center;
}

p {
    line-height: 18px;
}

.gallery-collections .lavoro-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid 3px #FFFFFF;
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 10px;
    top: 0;
    left: 0;
    backdrop-filter: brightness(.5);
    -webkit-backdrop-filter: brightness(.5);
}

.lavoro-desc h2 {
    color: #fd8630;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    text-shadow: 4px 2px 6px #ffffff40;
}

.lavoro-desc p {
    color: #fff;
    line-height: 16px;
    margin-bottom: 0;
}

.div_testo_servizi img, .div_testo img{
    width: 100%;
    margin-bottom: 15px;
}

.demo-socials .button{
    margin-left: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    display: flex;
    align-items: center;
}

#stick2 .demo-socials .button{
    justify-content: center;
}

.demo-socials .button i{
    text-align: center;
}

.correlati .heading-badge{
    display: none;
}