:root {
    --box-border-color: #EBEBEB;
    --box-border-style: solid;
    --box-border-width: 1px;
    --box-gray-bgcolor: #EBEBEB;
    --box-color-gray: #CCC4BD;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    line-height: 1.1 !important;
}

.lh-11 {
    line-height: 1.1 !important;
}

b, strong {
    font-weight: 700;
}

.box {
    border: var(--box-border-width, 1px) var(--box-border-style, solid) var(--box-border-color, #000);
    padding: 20px 50px;
}

.box-gray {
    background-color: var(--box-gray-bgcolor, #000);
}

.box-color-gray, .box-color-gray h1, .box-color-gray h2, .box-color-gray h3 {
    color: var(--box-color-gray, #000) !important;
}

.bg-experience, .bg-certificazioni {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 100px 0 10px 0;
}

.bg-experience {
    background-image: url('../../../images/homepage/alba-experience.jpg');
}

.bg-certificazioni {
    background-image: url('../../../images/homepage/alba-certificazioni.jpg');
}

.bg-experience:before, .bg-certificazioni:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.bg-experience > *, .bg-certificazioni > * {
    z-index: 1;
}

.bg-experience p, .bg-certificazioni {
    font-size: 20px;
}

.bg-certificazioni .h2 {
    color: #fff;
}

.art-servizi-in-evidenza {
    background: rgb(217, 217, 217);
    background: -moz-linear-gradient(180deg, rgba(217, 217, 217, 0.5) 0%, rgba(217, 217, 217, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(217, 217, 217, 0.5) 0%, rgba(217, 217, 217, 1) 100%);
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.5) 0%, rgba(217, 217, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9d9d9", endColorstr="#d9d9d9", GradientType=1);
}

.pagina-contatti .bg-gray {
    background: rgb(217, 217, 217);
    background: -moz-linear-gradient(180deg, rgba(217, 217, 217, 0.5) 0%, rgba(217, 217, 217, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(217, 217, 217, 0.5) 0%, rgba(217, 217, 217, 1) 100%);
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.5) 0%, rgba(217, 217, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9d9d9", endColorstr="#d9d9d9", GradientType=1);
}

nav.navbar-footer a, nav.navbar-footer a:link, nav.navbar-footer a:hover, nav.navbar-footer a:visited {
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    font-size: 15px;
    text-align: left;
    padding: 0;
    letter-spacing: normal;
    font-weight: 500;
}

nav.navbar-footer li {
    font-size: 15px;
    padding: 0 0 17px 0;
}

nav.navbar-footer {
    margin-top: 10px;
}

nav.navbar-footer h4 {
    margin-bottom: 1rem;
}

.art-footer h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

form.row {
    --gutter-y: 1rem;
}

form.row a, form.row:link {
    text-decoration: underline;
}

.footer .copyright p {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0.73px;
}

.footer .copyright p > a:link {
    text-decoration: underline;
    font-size: inherit;
}

.header-prodotti h1, .header-prodotti p, .header-prodotti a.readmore {
    color: #fff;
}

.blocco-link a{
    text-decoration: underline;
    font-weight: bold;
}

.blocco-link a:hover{
    color: #FFD100;
}

.elenco-approfondimenti > ul{
    /*display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;*/
    display:block;
}

.elenco-approfondimenti > ul > li {
    display: inline-flex;
}

.elenco-approfondimenti > ul > li > a{
    width: max-content;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    background-color:var(--box-gray-bgcolor, #000);
    padding: 5px;
}

.elenco-approfondimenti > ul > li > a:hover{
    text-decoration: underline;
}

.elenco-approfondimenti > ul > li > a.active{
    display: none;
    padding:0;
    margin:0;
}

/*.elenco-approfondimenti > ul > li > a:after{
    content: "|";
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 300;
    font-size: 11px;
}

.elenco-approfondimenti > ul > li:last-child > a:after{
    content:"";
}*/

.art-product-item {
    background-color: rgba(235, 235, 235, 1);
    margin-bottom: 25px;
    position: relative;
    display: block;
}

.art-collection-item {
    position: relative;
}

.art-product-item > .badge-new,
.art-collection-item  .badge-new {
    position: absolute;
    top: -3px;
    left: -3px;
}

.art-product-item > .badge-new > img,
.art-collection-item > .badge-new > img {
    max-width: 88px;
    width: 100%;
}

.art-product-item h2 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
}

.art-product-related-item {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.art-product-related-item button.circle {
    width: 25px;
    height: 25px;
    background: #ddd;
    display: block;
    border-radius: 50%;
    margin: 0 5px;
    border: 0;
}

.art-product-related-item button.circle.active, .art-product-related-item button.circle:hover {
    background: #444444;
}

.art-product-item > .spinner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: grid;
    background: rgba(0, 0, 0, 0.6);
}

.art-product-item > .spinner > .spinner-border {
    margin: auto;
}

.art-product-item .art-product-image {
    max-width: 350px;
    width: 100%;
    margin: auto;
}

.art-product-item .art-product-image > img{
    scale: 0.8;
}

.art-products, .art-collections, .art-download {
    margin: 20px 0 50px 0;
}

.art-product-details span.divider, .art-products span.divider, .art-collections span.divider, .art-download span.divider, span.divider {
    display: block;
    border: 1px solid #C7CBC9;
    margin: 15px 0;
}

.mod-breadcrumbs.breadcrumb  > .float-start > .divider.icon-location{
    border:0 !important;
}

.art-product-details h1 {
    margin-bottom: 2rem;
    font-weight: 400;
}

.art-product-details p.collezione{
    text-transform: uppercase;
}

.block-color-item {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.block-color-item > span.block-bg-color {
    display: block;
    width: 50px;
    height: 50px;
}

.block-color-item > small {
    font-size: 10px;
    display: block;
    margin: 6px 0 0 0;
}

.art-product-details {
    margin: 50px 0;
}

.art-product-details .image-product {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

.art-product-details a {
    text-decoration: underline;
}

.art-product-details a.art-button {
    text-decoration: none;
}

.art-product-details a.art-button.simple, .art-product-details a.art-button.simple:link {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 1rem;
}

.art-product-details a.art-button.simple.active, .art-product-details a.art-button.simple:link.active {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.art-products .menu-category-list, .art-collections .menu-category-list, .art-download .menu-category-list {
    text-align: center;
}

.art-products .menu-category-item, .art-collections .menu-category-item, .art-download .menu-category-item {
    margin: 0 10px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom:4px;
}

.art-products .menu-category-item.active, .art-products .menu-category-item:hover, .art-collections .menu-category-item.mixitup-control-active, .art-collections .menu-category-item:hover, .art-download .menu-category-item.mixitup-control-active, .art-download .menu-category-item:hover {
    text-decoration: underline;
    color: #000;
    /*font-weight: bold;*/
}

/*
{
    margin: 0 10px
;
    font-size: 16px
;
    font-weight: 400
;
}*/

.art-breadcrumbs {
    background-color: #F1EBEA;
}

.art-breadcrumbs .breadcrumb {
    padding: 5px 0;
}

.art-breadcrumbs .breadcrumb li a {
    text-transform: lowercase;
    color: #000;
}

.art-breadcrumbs .breadcrumb li.active span {
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '/' !important;
}

#filter-form select.form-select {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 5px 7px;
    border-radius: 0;
    border: 1px solid #000;
    background-color: #fff;
}

#filter-form .art-button {
    padding: 4px 5px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 10px;
    background: #fff;
    color: #000;
    min-width: 150px;
    text-align: left;
    display: flex;
    align-items: center;
    border: 1px solid #000;
}

.form-select, .custom-select {
    background: url(../images/select-bg.svg) no-repeat right center/54rem;
}

#filter-form #collapseFilter {
    background-color: #EBEBEB;
    padding: 10px;
    margin-top: 10px;
}

#filter-form .art-button > i:before {
    font-weight: 300;
}

#filter-form .form-label {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}

#filter-form .form-check {
    margin-bottom: 10px;
}

#filter-form .form-check-input {
    border: 1px solid #444;
    border-radius: 0;
}

#filter-form .form-check-label {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

footer.art-footer .footer-first-column {
    font-size: 13px;
}

.art-footer .footer-first-column a {
    font-size: 13px !important;
}


footer.art-footer .footer-first-column i {
    color: #444444;
}

footer.art-footer h4 {
    font-size: 18px;
}

.art-blocco-newsletter form .art-captcha{
    margin-bottom: 0 !important;
}

.art-blocco-newsletter h5 {
    margin-bottom: 12px;
}

.art-blocco-newsletter form input.form-control {
    padding: 10px 15px 10px 10px;
    color: #444;
    border: 0;
}

.form-control.form-select{
    border: 1px solid black;
    background-color: #ffffff !important;
}

.art-blocco-newsletter form input#form-privacy {
    border-radius: 0;
    border: 1px solid #D5D3D1;
}

.art-blocco-newsletter form .form-check {
    font-size: 12px;
}

.art-blocco-newsletter form .form-check a, .art-blocco-newsletter form .form-check a:link {
    font-size: 12px;
}

.art-blocco-newsletter form input::placeholder {
    color: #444;
}

.art-blocco-newsletter button.art-button {
    border: 0;
    font-weight: 500;
    letter-spacing: 0.75px;
}

#kw_cookie .infoplus a:link {
    text-decoration: underline;
    text-transform: lowercase !important;
    font-size: 13px !important;
}

.colors-section {
    display: flex;
    margin-bottom: 1rem;
}

.colors-section > .block-color-item {
    max-width: 75px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#filter-tag {
    margin: 10px 0 0 0;
}

#filter-tag > a:link, #filter-tag > a {
    font-size: 12px;
    margin-right: 10px;
    color: #5A5A5A;
}

.art-product-details .slider-product-container, .art-product-details .image-product-container {
    position: sticky;
    top: 0;
}

.art-collections .art-collection-item > a {
    display: block;
    height: 275px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    background-color: #f1f1f1;
}

.art-collections .art-collection-item h2 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.art-collections .art-collection-item {
    margin-bottom: 25px;
}

.art-collection-details {
    margin: 50px 0;
}

#default-header-image.header-collection {
    min-height: 500px;
    background-size: cover;
    background-color: #ebebeb;
}

#default-header-image.header-collection:before {
    content: none;
}

.art-colletion-designed, .art-collection-description {
    margin: 25px 0;
}

.art-colletion-designed > a {
    text-decoration: underline;
}

h1.big-title {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 30px;
}

.art-products-list-collection {
    margin: 50px 0;
}

.bg-gray {
    background-color: #EBEBEB;
}

.art-designer-image-container {
    height: 600px;
    background-color: #EBEBEB;
}

#modal-request.modal .modal-content {
    background-color: #EBEBEB;
}

#modal-request.modal .modal-content .modal-header {
    padding: 5px;
    border: 0;
}

#modal-request.modal .modal-content .modal-body {
    padding: 0;
}

#modal-request.modal .modal-content .modal-body > .kw-module {
    padding: 25px;
}

#modal-request.modal .modal-content .modal-body > .kw-module input,
#modal-request.modal .modal-content .modal-body > .kw-module textarea {
    border: 0;
}

#modal-request.modal .modal-content .modal-body > .kw-module h2 {
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 30px;
}

#modal-request.modal .modal-content .modal-body > .kw-module form {
    margin-top: 30px;
}

#modal-request.modal .modal-content .modal-body > .kw-module .button-submit-contact-container {
    text-align: right;
}

#filter-form #filter-actions a:link, #filter-form #filter-actions a {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}

.art-download .art-download-item > a {
    display: block;
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: rgba(235, 235, 235, 1);
}

.art-download .art-download-item h2 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.art-download .art-download-item {
    margin-bottom: 25px;
}

.level-1.deeper > a {
    pointer-events: none;
}

.metismenu-item.level-1:hover > a, .metismenu-item.level-1:hover > button > i,
.metismenu-item.level-1.active > a, .metismenu-item.level-1.active > button > i {
    color: #C7CBC9 !important;
}

.metismenu-item.level-2:hover > a,
.metismenu-item.level-2.active > a {
    color: #C7CBC9 !important;
}

.metismenu-item.level-3:hover,
.metismenu-item.level-3.active {
    background-color: #EBEBEB;
    /*border-left: 2px solid #000000;*/
}

.container-header .navbar-brand {
    font-size: 1.25rem !important;
}

.metismenu.mod-menu .metismenu-item > button {
    margin-right: 0 !important;
}

.lang-block > .lang-active {
    display: none !important;
}

.lang-block > li > a{
    font-size: 13px !important;
}


nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse {
    background: #fff;
    opacity:1;
}

.art-designers {
    margin: 50px 0;
}

.page-title {
    text-align: center;
}

.art-designers .art-designers-item {
    margin: 0 auto 100px auto;
    position: relative;
    height: calc(100% - 100px);
}

.art-designers .art-designers-item h2 {
    font-size: 24px;
    margin: 20px 0;
    text-align: left;
}

.art-designers .row.art-designers-items-row {
    margin-top: 25px;
    margin-bottom: 50px;
}

.art-designers .art-designers-item .art-designers-item-image {
    display: block;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: rgba(235, 235, 235, 1);
}

.art-designer .art-designer-description {
    padding: 50px;
}

.art-designer .art-designer-description > p:last-child {
    /*padding-bottom: 25px;
    border-bottom: 1px solid #C7CBC9;*/
}

.art-designer .art-designer-image {
    display: block;
    height: 600px;
    width: 100%;
    /*max-width: 600px;*/
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: rgba(235, 235, 235, 1);
}

.art-designers .art-designers-item-link {
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*border-top: 1px solid #C7CBC9;*/
}

.art-designers .art-designers-item-description {
    display: inline-block;
    margin-bottom: 50px;
}

.art-designers .art-designers-item-link > a {
    display: inline-block;
}

.header-designer {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 100px;
    position: relative;
    /*background-color: rgba(204, 196, 189, 1);*/
    align-items: center;
    justify-content: center;
}

.header-blog {
    min-height: 500px;
}

.header-blog > .art-blog-image {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.art-blog-detail .article-main-content a {
    text-decoration: underline;
    font-weight: bold;
}

.art-blog-detail .article-main-content a:hover {
    color: #FFD100;
}

.art-blog-detail .article-main-content a.art-button {
    text-decoration: none;
    font-weight: 300;
}

.art-blog-detail .article-main-content a.art-button:hover {
    background-color: #414141;
    color:#e6e6e6;
}

.slider-home a {
    color: #fff !important;
}

.slider-home a:hover {
    text-decoration: underline;
}

.col-item-collections-home {
    /*height: 30vh;*/
    min-height: 475px;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    /*margin-bottom: 30px;*/
}

.col-item-collections-home.duplica-altezza{
    min-height: 650px;
}

.col-item-collections-home.bg-right{
    background-position: right !important;
}

.col-item-collections-home > h2 {
    margin-top: 5px;
    margin-bottom: 0px;
}

.col-item-collections-home.text-white > h2 {
    color: #fff !important;
}

.col-item-collections-home > p {
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: lowercase;
}

.collezioni-home .item-collection-home .col-item-collections-home:hover p {
    text-decoration: underline;
}

#slider-homepage .swiper .swiper-slide p > a {
    font-weight: 500;
}

.l-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#default-header-contenuto {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#default-header-contenuto > #header-intro > p{
    text-align: justify;
    word-spacing: -2px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -moz-text-align-last: center;
    text-align-last: center;
}



#menu-tab.nav.nav-tabs {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    justify-content: center;
}

#menu-tab.nav.nav-tabs .nav-item > button.nav-link {
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
}

#menu-tab.nav.nav-tabs .nav-item > button.nav-link:after {
    content: none;
}

#menu-tab.nav.nav-tabs .nav-item > button.nav-link.active {
    color: #DCD5CC;
}


#menu-tab.nav.nav-tabs > li {
    margin-left: 15px;
    margin-right: 15px;
}


.art-contatti .tab-content > .active {
    display: flex;
}

.art-allnews {
    margin-top: 50px;
}

div.mod-languages .btn-group > button {
    border: 0;
    font-size: 13px;
}

div.mod-languages .btn-group > button:hover, div.mod-languages .btn-group > button:focus, div.mod-languages .btn-group > button:active {
    background-color: #ffffff;
    color: #C7CBC9 !important;
    border: 0;
    box-shadow: none;
}

div.mod-languages .btn-group > button.show {
    background-color: #ffffff;
    color: #C7CBC9 !important;
    border: 0;
    box-shadow: none;
}

.lang-block.dropdown-menu.show {
    padding: 0;
    border: 1px solid #fff;
    transform: translate(0px, 59px) !important;
    border-radius: 0;
    min-width: 75px;
}

.lang-block.dropdown-menu > li > a {
    padding: 0;
}

.lang-block.dropdown-menu > li {
    padding: 0.6rem 1rem !important
}

.lang-block.dropdown-menu > li:hover > a {
    color: #C7CBC9 !important;
}

.dropdown-toggle::after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f078";
    font-size: 11px;
    line-height: 74px;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    border: 0;
}

.lang-block.dropdown-menu.show > li {
    margin: 0;
}

.mod-breadcrumbs__divider > span.divider {
    margin: 0;
}

.art-modulo-form-contatti .form-label {
    margin: 0;
}

.art-modulo-form-contatti .button-submit-contact-container > button {
    margin-left: auto;
    max-width: unset;
    width: auto;
}

.art-contatti .art-button {
    max-width: 250px;
    width: 100%;
    height: 50px;
    line-height: 30px;
}

.art-contatti .art-button > * {
    vertical-align: middle;
}

span.ruolo-rv {
    font-size: 13px;
}

.rete-vendita {
    margin-bottom: 40px;
}

#default-header-contenuto .readmore {
    font-weight: 500;
    text-transform: lowercase;
}

#default-header-contenuto .readmore:hover {
    text-decoration: underline;
}

.nav-sticky-wrapper .art-nav {
    opacity: 1 !important;
}

.mm-collapse .special-link {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.menu-footer .navbar-footer ul > li > a {
    padding-left: 0 !important;
}

.menu-footer .navbar-footer ul > li:hover > a,
.menu-footer .navbar-footer ul > li.active > a
 {
    text-decoration: underline;
}

#filter-form .filter {
    display: flex;
    align-items: flex-end;
}

#hamburgerMenu .hamburger-inner, #hamburgerMenu .hamburger-inner:after, #hamburgerMenu .hamburger-inner:before {
    height: 2px;
}

p.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

p.video-container:hover {
    pointer-events: none;
}

p.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.art-video .row {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.art-video .row .col{
    margin-bottom:15px;
}

.block-bg-color[style|="background-color:#ffffff"]{
    border:1px solid #000000;
}

.acf_iframe_wrapper > iframe{
    height:calc(100vh - 150px) !important;
}

.consenso-privacy > .form-check > label > a{
    text-decoration: underline;
}

.consenso-privacy{
    margin-bottom:0 !important;
}

/*cromato*/
.block-bg-color[style|="background-color:#73787a"]{ 
	background: rgb(255,255,255);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(159,159,159,1) 40%, rgba(255,255,255,1) 55%, rgba(159,159,159,1) 70%);
}

/*ALLUMINIO LUCIDO*/
.block-bg-color[style|="background-color:#73787b"]{
	background: rgb(255,255,255);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(198,198,198,1) 40%, rgba(255,255,255,1) 55%, rgba(198,198,198,1) 70%);
}


/*bottoni 3 colonna contatti*/
a.art-button.contatti-3{
	max-width: 210px;
    height: 40px;
    line-height: 20px;
    display: inline-flex;
    justify-content: center;
}

/*bottoni 2 colonna contatti*/
a.art-button.contatti-2{
	width: 210px;
    height: 40px;
    line-height: 20px;
	display: inline-flex;
    justify-content: center;
}

#contatti p{
	margin-bottom: 0;
}

.button-submit-contact-container > button{
    box-shadow: none;
    border: 0;
}

.grecaptcha-badge{
    display:none !important;
}

.whisleblownig-button{
    display: inline-flex;
    width: 285px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.intro-homepage {
    min-height: 80px;
    display: flex
;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}

.intro-homepage h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1 !important;
    margin-left: 50px;
    margin-bottom: 0;
    margin-top: 5px;
}

.link_home{
    text-align: right;
}

.link_home > a{
    text-transform: uppercase;
    font-weight: 400;
    font-size:12px;
    line-height: 1.1;
}

.riga-catalogo{
    min-height: 500px;
}

.colonna-catalogo{    
    display: flex;
    flex-direction: row;
    align-items: stretch;

}

.container-text-home{
    background-color:#F8F1E8;
}

.hover-effect a, .hover-effect div.col-item-collections-home{
    transition: background-size 0.5s;
    background-size: 130% auto;
}

.hover-effect a:hover, .hover-effect a:hover div.col-item-collections-home{
    background-size: 135% auto;
}

/*X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .art-product-details .art-button[data-bs-toggle="modal"] {
        display: inline-block;
        margin-top: 15px;
        max-height: 40px;
        line-height: 20px;
    }

    .header-designer, .high-header {
        min-height: 500px !important;
    }

    h1.big-title {
        font-size: 80px;
    }
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .intro-homepage h2{
        margin-left: 20px;
    }

    .col-item-collections-home.duplica-altezza{
        min-height: 600px;
    }

    .col-item-collections-home{
        min-height: 300px;
    }

    .hover-effect a, .hover-effect div.col-item-collections-home{
        background-size: cover !important;
    }
    
    .hover-effect a:hover, .hover-effect a:hover div.col-item-collections-home{
        background-size: cover !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #slider-homepage .swiper .swiper-slide p.h1 {
        font-size: 10em !important;
    }

    .menu-category-list > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .menu-category-list {
        margin: 0 25px;
    }

    nav.navbar-footer li {
        padding: 0 0 10px 0
    }

    .link_home{
        text-align: left;
        margin-left: 20px;
    }

    /*.hover-effect a, .hover-effect div.col-item-collections-home{
        transition: background-size 0.2s;
        background-size: auto 100%;
    }
    
    .hover-effect a:hover, .hover-effect a:hover div.col-item-collections-home{
        background-size: auto 105%;
    }*/
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
    nav.navbar ul.art-hmenu > li.metismenu-item.megamenu > ul.mm-collapse {
        column-count: 3;
        column-width: 30px;
        width: 700px;
        background-color: #fff;
        opacity: 1;
    }

    nav.navbar ul.art-hmenu > li.metismenu-item.megamenu > ul.mm-collapse.mm-show {
        display: block;
        padding: 20px 20px 50px 20px;
    }

    nav.navbar ul.art-hmenu > li.metismenu-item.megamenu > ul.mm-collapse > li.metismenu-item {
        display: block;
        break-inside: avoid;
    }

    nav.navbar ul.art-hmenu > li.metismenu-item.megamenu > ul.mm-collapse > li.metismenu-item > a {
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 5px;
        padding-bottom: 0px;
    }

    nav.navbar ul.art-hmenu > li.metismenu-item.megamenu > ul.mm-collapse > li.metismenu-item > .container-button {
        display: none;
    }

    nav.navbar ul.art-hmenu > li.metismenu-item.megamenu > ul.mm-collapse > li.metismenu-item > ul.mm-collapse {
        display: block;
        padding: 0px 0px 15px 5px;
        background: transparent;
        margin-left: 20px;
        margin-top: 0;
        list-style-type: none;
        list-style-position: inside;
        width: calc(100% - 20px);
    }

    nav.navbar ul.art-hmenu > li.metismenu-item.megamenu > ul.mm-collapse > li.metismenu-item > ul.mm-collapse > li {
        display: list-item;
        padding-left: 20px;
        position: relative;
    }

    nav.navbar ul.art-hmenu > li.metismenu-item.megamenu > ul.mm-collapse > li.metismenu-item > ul.mm-collapse > li:before {
        content: '\2022'; /* Carattere del cerchio pieno */
        font-size: 10px; /* Imposta la dimensione desiderata del cerchio */
        color: #000; /* Colore del cerchio, puoi cambiarlo a tuo piacimento */
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    nav.navbar ul.art-hmenu > li.metismenu-item.megamenu > ul.mm-collapse > li.metismenu-item > ul.mm-collapse > li > a {
        padding: 0;
        display: inline;
        text-transform: uppercase;
    }

    ul > li.metismenu-item.special-link {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #C7CBC9;
        padding-left: 20px !important;
    }
}

.slider-news .swiper-button-prev{
    left:0;
}

.slider-news .swiper-button-next{
    right:0;
}

.slider-news .swiper-button-prev, .slider-news .swiper-button-next{
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
}

.slider-news .swiper-button-prev::before{
    font-family: 'alba' !important;
    content: "\e900";
    font-size: 40px;
}

.slider-news .swiper-button-next::before{
    font-family: 'alba' !important;
    content: "\e901";
    font-size: 40px;
}