

.uk-card-default .uk-card-body {
    padding-bottom: 50px;
}

.uk-card-default .el-image {
    border-radius: 0 0 100% 100% / 0 0 50px 50px;
}

a.uk-card .uk-button-text .uk-icon {
    transition: 0.3s ease-out;
}

a.uk-card-default:hover {
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 13%);
}

a.uk-card:hover .uk-button-text::before {
    right: 0;
}

a.uk-card:hover .uk-button-text .uk-icon {
    transform: translateX(5px);
}

.uk-card-default .el-content {
    font-size: 16px;
    line-height: 1.25;
}

#home-slideshow .el-item > .uk-position-cover:not(.uk-flex) {
    height: 50%;
    top: 50%;
    background-image: linear-gradient(180deg, rgba(35,34,32,0.00) 0%, rgba(35,34,32,0.71) 100%);
}

#home-slideshow .el-item > .uk-position-cover.uk-flex {
    padding-bottom: 0;
}

#social-share {
    position: absolute;
    top: 0;
    right: 0;
}

#social-share a {
    font-weight: 600;
}

.alert-container {
    top: 150px;
}

.alert-container .uk-close {
    top: 50%;
    transform: translateY(-50%);
}

.alert-container .uk-alert {
    padding-right: 40px;
    border-radius: 12px;
}

@media (min-width: 960px) {
    #home-slideshow .el-item > .uk-position-cover.uk-flex > .el-overlay {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-left: -40px;
        padding-bottom: 100px;
        position: relative;
    }

    #home-slideshow .el-item > .uk-position-cover.uk-flex > .el-overlay::after {
        content: "";
        width: 1px;
        background: rgba(255, 255, 255, 0.5);
        transform: translateX(-50%);
        position: absolute;
        left: calc( 50% + 40px );
        top: 0;
        bottom: 0;
    }

    #home-slideshow .el-item > .uk-position-cover.uk-flex > .el-overlay > * {
        width: 50%;
        padding-left: 40px;
        box-sizing: border-box;
    }

    #home-slideshow .el-item > .uk-position-cover.uk-flex > .el-overlay > *:nth-child(n + 2) {
        padding-left: 80px;
    }
}

@media (max-width: 960px) {
    #home-slideshow .el-overlay {
        padding-bottom: 40px;
    }

    #home-slideshow .el-item > .uk-position-cover.uk-flex {
        align-items: center;
    }

    #home-slideshow .el-content {
        margin-top: 20px;
    }

    #home-slideshow .el-item > .uk-position-cover:not(.uk-flex) {
        height: 100%;
        top: 0;
    }
}

#home-slideshow .el-title {
    font-size: 45px;
    line-height: 1.1;
}

#home-slideshow .uk-slidenav-container {
    width: 100%;
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: content-box;
    margin-left: 0;
    margin-right: 0;
}

#home-slideshow .uk-slidenav-container .loading-icon-container {
    padding: 5px 10px;
    display: flex;
}

#home-slideshow .uk-slidenav-container .loading-icon-container {
    order: 1
}

#home-slideshow .el-slidenav[uk-slideshow-item="next"] {
    order: 2
}

#home-slideshow .uk-slidenav-container > :first-child {
    order: -1
}

@media(max-width: 1440px) {
    #home-slideshow .uk-slidenav-container > *:first-child {
        padding-left: 40px;
    }
}

.el-slidenav {
    display: flex;
    justify-content: center;
    align-items: center;
}

#tipologia-slider .uk-card {
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

@media(min-width: 960px) {
    #tipologia-slider > .uk-position-relative {
        padding-bottom: 90px;
    }
}

@media (max-width: 960px) {
    #tipologia-slider .uk-slider-items > * {
        width: 85%;
    }
}
#tipologia-slider .uk-slidenav-container {
    margin: 0;
}

#tipologia-slider .el-slidenav {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 100%;
    padding: 0;
    margin-left: 15px;
    transition: 0.2s ease-in-out;
    color: #232220;
    z-index: 2;
}

#tipologia-slider .el-slidenav:hover {
    background: #232220;
    color: white
}

#tipologia-slider .el-nav {
  
  position: relative;
  top: 0;
  z-index: 1;
  margin-top: 0 !important;
  height: 50px;
  padding-top: 30px;
  margin-bottom: 30px;

}

#tipologia-slider .el-nav > li > a {
    width: 60px;
    height: 3px;
    border-radius: 3px;
}

.maxa-panel {
    border-radius: 12px;
    overflow: hidden;
}

.maxa-panel .uk-button-default {
    background: #232220;
    color: white;
}

.maxa-panel .uk-button-default:hover {
    background: transparent;
    color: #232220;
}

.maxa-panel [class*="uk-padding"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    z-index: 2;
}

.maxa-panel.left [class*='uk-padding'] {
    margin-left: -2px;
}

.maxa-panel.right [class*='uk-padding'] {
    margin-right: -2px;
}

@media (min-width: 960px) {
    .maxa-panel.left [class*="uk-padding"] {
        padding-left: 0;
    }

    .maxa-panel.right [class*="uk-padding"] {
        padding-right: 0;
    }

    .assistance-bar .second-column {
        margin-left: -1px;
    }

    .assistance-bar .title {
        padding-left: 121px;
    }
}

.maxa-panel .uk-cover-container::before {
    content: "";
    top: -40px;
    bottom: 0;
    width: 20%;
    position: absolute;
    display: block;
    background: white;
    z-index: 1;
}

.maxa-panel.left .uk-cover-container::before {
    right: 0;
    border-radius: 100% 0 0 0;
}

.maxa-panel.right .uk-cover-container::before {
    left: 0;
    border-radius: 0 100% 0 0;
}

.maxa-panel .el-title {
    font-weight: 800;
    line-height: 1.1;
}

.maxa-panel h3.el-title:not([class*="uk-h"]) {
    font-size: 35px;
}

.maxa-panel .el-meta {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

@media(max-width: 960px) {
    .maxa-panel .uk-cover-container::before {
        display: none;
    }
}

.uk-input, .uk-select, .uk-textarea {
    transition: 0.2s ease-in-out;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    border-width: 1.5px;
}

.maxa-fluid-card > .uk-tile {
    border-radius: 12px;
    width: 100%;
    min-height: 340px;
}

.maxa-fluid-card .el-image {
    top: 0;
    left: -20px;
    transform-origin: 84% 7%;
    transform: scale(0.17);
    transition: transform 0.3s ease-in-out, border-radius 0.2s ease-in-out;
    border-radius: 100%;
    z-index: 1;
}

.maxa-fluid-card .el-overlay {
    background: #fff;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
}

.maxa-fluid-card .uk-light .el-overlay {
    background: #232220;
}

.maxa-fluid-card a:hover .el-overlay {
    opacity: 0.5;
}

.maxa-fluid-card a.uk-light:hover .el-overlay {
    opacity: 0.6;
}

.maxa-fluid-card .content-container {
    z-index: 3;
}

.maxa-fluid-card a {
    text-decoration: none;
}

.maxa-fluid-card a.uk-light:hover {
    color: #fff;
}

.maxa-fluid-card .uk-padding {
    padding: 30px 20px;
}

.uk-button [uk-icon*="chevron"] svg polyline, .uk-button[uk-icon*="chevron"] svg polyline {
    stroke-width: 2px;
}

.uk-button .uk-icon, .uk-button[uk-icon] svg {
    transition: 0.2s ease-in-out;
}

.uk-button:hover [uk-icon*="chevron"], .uk-button[uk-icon*="chevron"]:hover svg {
    transform: translateX(5px);
}

.maxa-fluid-card a:hover .uk-button .uk-icon {
    transform: translateX(5px);
}

.maxa-fluid-card .uk-button {
    border: none;
    box-shadow: inset 0 0 0 1px #232220;
}

.maxa-fluid-card a:hover .uk-button {
    background: #232220;
    color: white
}

.maxa-fluid-card .uk-light .uk-button {
    background: transparent;
    color: #fff;
    border: none;
    box-shadow: inset 0 0 0 1px white
}

.maxa-fluid-card a.uk-light:hover .uk-button {
    background: white;
    color: #232220;
}

.maxa-fluid-card a * {
    pointer-events: none;
}

.maxa-fluid-card .el-title {
    font-weight: 700;
}

.uk-navbar-right .uk-navbar-nav > li > a {
    font-weight: 600;
}

.tm-toolbar .uk-subnav {
    margin-left: -50px;
}

.tm-toolbar .uk-subnav > li {
    padding-left: 50px;
}

.toolbar-left p {
    font-weight: 600;
    font-style: 14px;
}

.news-grid .image-container, .news-slider .image-container {
    border-radius: 12px;
    overflow: hidden;
}

.news-grid .el-title, .news-slider .el-title {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.2;
}

.news-grid .el-link:hover .el-title, .news-slider .el-link:hover .el-title {
    text-decoration: underline;
}

.news-grid .el-subtitle, .news-slider .el-subtitle {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1;
    text-transform: uppercase;
}

.news-grid .uk-padding, .news-slider .uk-padding {
    padding: 20px;
}

.news-grid .uk-position-bottom-left.uk-padding, .news-slider .uk-position-bottom-left.uk-padding {
    width: 100%;
    background-image: linear-gradient(180deg, rgba(73,71,67,0.00) 0%, rgba(35,34,32,0.66) 100%);
}

.news-grid .el-link, .news-slider .el-link {
    text-decoration: none;
}

.news-grid .el-content, .news-slider .el-content {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
}

.news-grid .meta-container, .news-slider .meta-container {
    font-weight: 500;
    font-size: 14px;
    color: #A1A5AB;
}

.header-middle-separator {
    content: "";
    top: -40px;
    bottom: 0;
    width: 20%;
    position: absolute;
    display: block;
    background: white;
    z-index: 1;
    left: 0;
    border-radius: 0 100% 0 0;
    max-width: 200px;
}

.header-middle-separator.dark {
    background: #232220;
}

.maxa-timeline .uk-tile {
    padding: 40px 20px;
}


.maxa-timeline .el-item > div {
    min-height: 450px;
}

.maxa-timeline .el-item {
    background: url("../img/timeline_bg.svg") repeat-x center left;
}

.maxa-timeline .circle-container {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1s ease-out;
}

.maxa-timeline .el-item.small .circle-container {
    width: 16px;
    height: 16px;
}

.maxa-timeline .circle-container .el-year {
    font-weight: 700;
    font-size: 16px;
    color: #B7BBC1;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: 0.7s ease-in-out;
}

.maxa-timeline .el-item.small .circle-container .el-year {
    top: -15px;
}

.maxa-timeline  .circle-container .circle {
    width: 100%;
    height: 100%;
    background: #EFF1F4;
    border-radius: 100%;
    z-index: 3;
    position: relative;
}

.maxa-timeline .el-item.small .circle-container .circle {
    background: #232220;
}

.maxa-timeline  .circle-container .el-circle-year {
    font-weight: 700;
    font-size: 18px;
    color: #232220;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.maxa-timeline .el-item.small .circle-container .el-circle-year {
    opacity: 0;
}

.maxa-timeline .circle-container .el-subtitle {
    font-size: 14px;
    min-width: 160px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 50%);
    line-height: 1;
    transition: opacity 0.5s ease-out, bottom 1s ease-out;
    opacity: 1;
}

.maxa-timeline .el-item.small .circle-container .el-subtitle {
    opacity: 0;
    bottom: -40px;
}

.maxa-timeline .circle-container .line {
    width: 2px;
    height: 30px;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #EFF1F4;
    transform: translate(-50%);
    transition: 0.5s ease-out;
    opacity: 1;
}

.maxa-timeline .el-item.small .circle-container .line {
    top: 0;
    opacity: 0;
}

.maxa-timeline .el-image {
    transition: 0.3s ease-in-out;
    opacity: 1;
}

.maxa-timeline .el-item.small .el-image {
    opacity: 0;
}

.maxa-timeline .el-slidenav {
    border: 1px solid #3C4043;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #3C4043;
    transition: 0.2s ease-in-out;
    opacity: 1;
    margin-right: 10px;
}

.maxa-timeline .el-slidenav.uk-invisible {
    visibility: visible!important;
    opacity: 0.3;
    cursor: none;
    pointer-events: none;
}

.maxa-timeline .el-slidenav:hover {
    color: white;
    background: #3C4043;
}

.maxa-timeline .el-content {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.25;
    padding-right: 20px;
}

.maxa-timeline .right-column {
    border-left: 1px solid rgba(161, 165, 171, 0.4);
}

.maxa-timeline .uk-slider-items > .el-item * {
    pointer-events: none;
}

@media(max-width: 960px) {
    .maxa-timeline .el-content {
        transition: 0.2s ease-in-out;
    }

    .maxa-timeline .el-content.active {
        position: static;
    }

    .maxa-timeline .el-item {
        width: 60%;
    }

    .maxa-timeline .right-column {
        border-left: none;
    }

}

a.maxa-tipologia-card {
    text-decoration: none;
    overflow: hidden;
}

.maxa-tipologia-card .uk-card-media-top {
    border-radius: 0 0 100% 100% / 0 0 50px 50px;
}

.maxa-tipologia-card .uk-card-media-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 220px;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(35,34,32,0.36) 100%);
}

.maxa-tipologia-card .el-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 40%);
    max-width: 55%;
}

.maxa-tipologia-card .uk-card-body {
    padding-top: 40px;
}

.maxa-tipologia-card .uk-button {
    background: #232220;
    color: white;
}

.maxa-tipologia-card {
    height: 100%;
}

a.maxa-tipologia-card:hover .uk-button, a.maxa-panel:hover .uk-button {
    background: black;
    border-color: black;
    color: white;
}

@media (max-width: 960px) {
    .maxa-tipologia-card .el-image {
        max-width: 70%;
    }
}

a.maxa-panel {
    transition: 0.2s ease-in-out;
}

a.maxa-panel:hover {
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 13%);
}

.uk-heading-bullet::before {
    border: 0;
    content: url("../img/bullet_decoration.svg");
    top: unset;
}

.category-rounded-border {
    border-radius: 0 100% 0 0;
    background: #435059;
    top: -100px;
    bottom: -100px;
    width: 20%;
    transform: rotate(-7px);
}

.teaser-product-card {
    border-radius: 2px;
    border-left: 3px solid #435059;
    padding: 30px 40px;
}

.teaser-product-card a {
    text-decoration: none;
}

.teaser-product-card a:hover .uk-button {
    background: #a5323f;
    color: white;
    border-color: #a5323f;
}

.teaser-product-card a:hover .uk-button.uk-icon svg {
    transform: translateX(5px);
}

.teaser-product-card .el-title {
    font-size: 22px;
    letter-spacing: 2.06px;
    line-height: 1;
}

.teaser-product-card .el-categories {
    display: flex;
    align-items: center;
}

.teaser-product-card .el-categories > * {
    line-height: 1.4;
}

.teaser-product-card .el-categories::before {
    content: "";
    background: #D5001A;
    width: 2px;
    height: 12px;
    margin-right: 10px;
    border-radius: 2px 0 0 2px;
}

.teaser-product-card .bullet::before {
    content: "";
    background: #E8EAED;
    display: inline-block;
    width: 2px;
    height: 12px;
    margin-right: 10px;
    border-radius: 2px 0 0 2px;
    vertical-align: middle;
}

.teaser-product-card .el-subtitle {
    font-size: 16px;
    font-weight: 500;
}

.teaser-product-card .el-content {
    font-size: 14px;
    margin-bottom: 20px;
}

.teaser-product-card .image-container {
    padding: 40px;
    background: #DFE3EA;
}

.teaser-product-card .el-esigenza, .teaser-product-card .el-destinazione-uso, .teaser-product-card .el-sizing {
    font-size: 12px;
    font-weight: 500;
}

.teaser-product-card .check-list {
    background: #F5F7FB;
    padding: 12px 25px;
    margin-top: 5px;
    margin-bottom: 0;
}

.teaser-product-card .check-list * {
    font-weight: 700;
    text-transform: uppercase;
}

.teaser-product-card .check-list [uk-icon*="check"] polyline {
    stroke-width: 2.5px;
}

.teaser-product-card .uk-button {
    line-height: 36px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 40px;
}

.red-decoration::before {
    content: "";
    display: inline-block;
    background: #D5001A;
    width: 2px;
    height: 12px;
    margin-right: 10px;
    border-radius: 2px 0 0 2px;
}

.maxa-plus .el-item .el-link {
    display: block;
}

.maxa-plus .el-item .uk-drop {
    background: url("../img/plus_bg.svg") no-repeat center 0;
    background-size: contain;
    color: white;
    width: fit-content;
    padding-top: 3px;
}

.maxa-plus .el-item .uk-drop .el-title {
    background: #232220;
    padding: 1px 40px;
    border-radius: 4px;
    font-size: 14px;
}

.maxa-plus .el-image {
    border-radius: 100%;
    padding: 5px;
    background: #A3A4A4;
    transition: 0.2s ease-in-out;
}

.maxa-plus .el-link:hover .el-image, .maxa-plus .el-item.active .el-image  {
    background: #232220;
}

.maxa-plus .el-image .st0 {
    fill: none;
}

.specifiche-termiche-grid {
    background: white;
    border-radius: 2px;
    padding: 60px 0;
}

.specifiche-termiche-grid .el-item {
    padding: 0 40px 40px;
    border-right: 1px solid #DBDBDB;
}

.specifiche-termiche-grid > .uk-grid > div:nth-child(n+4) .el-item {
    border-top: 1px solid #DBDBDB;
    padding-top: 40px;
    padding-bottom: 0;
    border-bottom: 0;
}

.specifiche-termiche-grid > .uk-grid > div:nth-child(3n) .el-item {
    border-right: 0;
}

.specifiche-termiche-grid .el-title {
    font-size: 16px;
    color: #787A88;
}

.specifiche-termiche-grid .el-content {
    font-size: 26px;
    font-weight: 700;
}

#product-image img {
    position: absolute;
    z-index: 2;
    left: 50%;
}

#product-name {
    position: absolute;
    z-index: 1;
    left: 50%;
    line-height: 1;
    width: 120%;
}

.maxa-plus-panel .el-item .bottom-border {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(212, 212, 212, 0.5);
}

.maxa-plus-panel .el-item {
    margin-bottom: 30px;
}

.maxa-plus-panel .el-item:last-child {
    margin-bottom: 0;
}

.maxa-plus-panel .el-item:last-child .bottom-border {
    border-bottom: 0;
    padding-bottom: 0;
}

.maxa-plus-panel .el-image .st0 {
    fill: none;
}

.maxa-plus-panel .el-image {
    border-radius: 100%;
    padding: 5px;
    background: #A3A4A4;
    transition: 1s ease-in-out;
}

.maxa-plus-panel .item-index {
    width: 60px;
    opacity: 0.6;
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
}

.maxa-plus-panel .el-content {
    opacity: 0.75;
    font-weight: 500;
    font-size: 16px;
}

.maxa-plus-panel .el-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: 1s ease-in-out;
}

.maxa-plus-panel .el-item.active .el-title {
    color: #7AF4E4;
}

.maxa-plus-panel .el-item.active .el-image {
    background: #232220;
}

#plus-panel-section .scrollbar {
    opacity: 0;
    position: fixed;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    height: 230px;
    width: 3px;
    background: #718D8E;
    display: block;
}

#plus-panel-section .scrollbar .progress {
    height: 30px;
    width: 100%;
    background: #6BE7C8;
}

#plus-panel-section .el-item.active .item-index {
    color: #7AF4E4;
}

.product-sheets-bottom {
    position: absolute;
    transform: translate(-50%, -100%);
    left: 50%;
    z-index: 5;
}

.product-sheets-bottom .sheets-container {
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(183,183,183,0.15);
    border-radius: 30px;
    padding: 10px;
}

#product-sheets-start-trigger {
    position: absolute;
}

.product-sheets-bottom .uk-button {
    line-height: 37px;
}

.product-sheets-bottom .uk-button-primary-inverse {
    background: #F5F7FB;
    color: #667398;
}

.product-sheets-bottom .uk-button-primary-inverse:hover {
    background: #667398;
    color: #F5F7FB;
}

.product-sheets-bottom .interest {
    font-size: 15px;
    font-weight: 500;
    color: #919191;
}

.ais-RefinementList.ais-RefinementList--noRefinement {
    display: none;
}

.ais-RefinementList:not(.ais-RefinementList--noRefinement) {
    border-bottom: 1px solid #E4E6E8;
    padding: 20px 40px;
}

@media(max-width: 960px) {
    .ais-RefinementList:not(.ais-RefinementList--noRefinement) {
        padding: 20px;
    }
}

.ais-RefinementList > div > div {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.ais-RefinementList li span {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #232220;
    letter-spacing: 0;
}

.ais-RefinementList ul {
    margin-bottom: 0;
}

.ais-RefinementList .el-content, .ais-CurrentRefinements .el-content {
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #232220;
    background: #E1E4E8;
    border-color: #E1E4E8;
    margin-top: 20px;
}

.ais-RefinementList .el-content:hover, .ais-CurrentRefinements .el-content:hover {
    background: #D5001A;
    color: white;
}

.ais-RefinementList .el-content .uk-icon, .ais-CurrentRefinements .el-content .uk-icon {
    transform: scale(0.7);
}

.ais-CurrentRefinements .el-content {
    margin-top: 10px;
}

@media(min-width: 960px) {
    .ais-CurrentRefinements {
        margin-right: 120px;
    }
}

.ais-SearchBox input  {
    border-radius: 4px;
    border-color: rgba(102, 116, 152, 0.51);
    padding: 5px;
    height: 33px!important;
}

.ais-SearchBox input:focus {
    border-color: #667498;
}

.ais-SearchBox button {
    border: 0;
}

.ais-Pagination-list {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin-left: -5px;
    padding-left: 0;
}

.ais-Pagination-list > li {
    padding-left: 5px;
}

.ais-Pagination-list > li > * {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #667398;
    text-align: center;
    line-height: 1;
    padding: 0;
    width: 37px;
    height: 37px;
    border: 1px solid transparent;
    transition: 0.2s ease-in-out;
    border-radius: 100%;
    text-decoration: none;
}

.ais-Pagination-list > li.uk-active > * {
    color: #D5001A;
    border-color: #D5001A;
}

.ais-Pagination-list .ais-Pagination-item--nextPage > *, .ais-Pagination-list .ais-Pagination-item--lastPage > *, .ais-Pagination-list .ais-Pagination-item--previousPage > *, .ais-Pagination-list .ais-Pagination-item--firstPage > * {
    background: #E1E4E8;
}

.ais-Pagination-list .ais-Pagination-item--nextPage > *:hover, .ais-Pagination-list .ais-Pagination-item--lastPage > *:hover, .ais-Pagination-list .ais-Pagination-item--previousPage > *:hover, .ais-Pagination-list .ais-Pagination-item--firstPage > *:hover {
    border-color: #D5001A;
}

.ais-Pagination-list .ais-Pagination-item--disabled > * {
    opacity: 0;
    pointer-events: none;
}

@media(max-width: 960px) {
    .ais-Pagination-list > li > * {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1200px) {
    .ais-Hits.small .el-item {
        width: calc(100% * 1 / 3.001);
        box-sizing: border-box;
        max-width: 100%;
    }
}

.ais-Hits.small .content-container > * {
    width: 100%;
}

.ais-Hits.small .content-container > *:nth-child(2) {
    order: -1
}

.ais-Hits.small .details-grid > * {
    width: 100%;
}

.ais-Hits ul {
    margin-bottom: 0;
}

.ais-Hits.small .teaser-product-card {
    padding: 20px;
    height: 100%;
}

.ais-Hits.small .uk-button {
    width: 100%;
}

.ais-Hits.small .uk-panel {
    margin-top: 0!important;
}

.ais-Hits.small .product-info > * {
    width: 100%;
}

.layout-modifier a {
    padding: 15px;
    border-radius: 100%;
    background: #E1E4E8;
    color: #969696;
    transition: 0.2s ease-in-out;
}

.layout-modifier a:hover, .layout-modifier a.uk-active {
    background: #232220;
    color: white;
}

.ais-Pagination-list {
    margin-bottom: 0;
}

.ais-Pagination-list {
    margin-top: 70px;
}

@media(max-width: 960px) {
    .teaser-product-card .content-container > * {
        width: 100%;
    }

    .teaser-product-card .content-container > *:nth-child(2) {
        order: -1
    }

    .teaser-product-card .el-subtitle, .teaser-product-card .l-text {
        display: none;
    }

    .teaser-product-card .details-grid > * {
        width: 100%;
    }

    .teaser-product-card {
        padding: 20px;
        height: 100%;
    }

    .teaser-product-card .uk-button {
        width: 100%;
    }

    .ais-Hits .uk-panel {
        margin-top: 0!important;
    }

    .ais-Pagination-list {
        margin-top: 40px;
    }
}

.maxa-product-slider .uk-slidenav-container a {
    width: 56px;
    height: 56px;
    padding: 0;
    background: white;
    color: #232220;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.maxa-product-slider .uk-slidenav-container a:hover {
    background: #232220;
    color: white;
}

.el-reading-time * {
    font-size: 16px;
}

.el-reading-time .uk-text-meta {
    font-weight: 600;
    color: #A1A5AB;
}

.news-slider .uk-slidenav {
    background: white;
    color: #232220!important;
    transition: 0.2s ease-in-out;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
}

.news-slider .uk-slidenav:hover {
    color: white!important;
    background: #232220;
}

.input-upload .uk-form-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    background: #F8F9FA;
    border: 1px solid #979797;
    border-style: dashed;
}

.input-upload .uk-link {
    text-align: center;
    font-size: 16px;
}

.input-upload .uk-link span {
    font-size: 14px;
}

[data-yooessentials-form-field="privacy"] *, [data-yooessentials-form-field="marketing"] * {
    font-size: 16px;
}

@media (max-width: 960px) {
    [data-yooessentials-form-field="privacy"] *, [data-yooessentials-form-field="marketing"] * {
        font-size: 14px;
    }
}

.work-with-us-values [uk-icon="check"] {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #D5001A;
    color: #D5001A;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s ease-in-out;
}

.work-with-us-values [uk-icon="check"] polyline {
    stroke-width: 2px;
}

.work-with-us-values .line {
    width: 1px;
    height: 80px;
    background: #D5001A;
}

.work-with-us-values [uk-icon="check"].uk-active {
    background: #D5001A;
    color: white;
}

.ais-Hits.references .image-container, .maxa-references-slider .image-container {
    width: 100%;
    height: 400px;
    border-radius: 12px;
}

.ais-Hits.references .el-link, .maxa-references-slider .el-link {
    text-decoration: none;
}

.ais-Hits.references .el-meta, .maxa-references-slider .el-meta {
    font-size: 13px;
    font-weight: 500;
    color: #435059;
    letter-spacing: 1.39px;
    text-transform: uppercase;
}

.ais-Hits.references .el-title, .maxa-references-slider .el-title {
    line-height: 1.2;
}

.ais-Hits.references .el-image, .maxa-references-slider .el-image {
    z-index: -1;
}

.maxa-references-slider .uk-slidenav {
    width: 55px;
    height: 55px;
    background: white;
    border-radius: 100%;
    transition: 0.2s ease-in-out;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.maxa-references-slider .uk-slidenav:hover {
    background: #232220;
    color: white;
}

.maxa-partner .el-country {
    font-weight: 700;
    font-size: 22px;
}

.maxa-partner .el-title {
    font-weight: 600;
    font-size: 15px;
}

.maxa-partner .el-website {
    font-weight: 700;
    font-size: 14px;
}

.maxa-partner .uk-text-bold.uk-margin-small-bottom {
    font-size: 16px;
}

.maxa-partner .uk-padding {
    padding: 25px;
}

.maxa-partner .icon {
    min-width: 25px;
}

.maxa-partner .el-address, .maxa-partner .el-phone, .maxa-partner .el-fax, .maxa-partner .el-email {
    font-size: 16px;
}

.maxa-partner hr {
    border-color: #435059;
}

.maxa-form .form-title {
    font-weight: 800;
    letter-spacing: 1.69px;
    text-transform: uppercase;
}

.maxa-form form {
    box-shadow: 0 2px 17px 0 rgba(102,115,152,0.15);
    border-radius: 7px;
    position: relative;
    background: white;
    padding: 30px;
}

.assistance-bar .title {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 700
}

.assistance-bar .first-tile .uk-tile {
    position: relative;
    border-radius: 7px 0px 0px 7px;
}

.assistance-bar .first-tile .uk-tile > .uk-panel {
    position: static;
}

.assistance-bar .second-column .uk-tile {
    border-radius: 0 7px 7px 0;
}

.careers-form .uk-tile {
    border-radius: 7px;
    box-shadow: 0 2px 17px 0 rgba(102,115,152,0.15);
    padding: 50px 200px;
}

.careers-form.negative-margin .uk-tile {
    margin-bottom: -260px;
}

#bottom-product-description {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

#tipologia-slider .uk-card {
    padding: 20px;
}

#tipologia-slider .el-title {
    line-height: 1.1;
}

#social-share {
    position: absolute;
    top: 0;
    right: 0;
}

#social-share a {
    font-weight: 600;
}

.centri-assistenza .el-item .uk-tile {
    padding: 0 20px;
}

.centri-assistenza {
    font-size: 16px;
}

.centri-assistenza .el-title {
    font-size: 22px;
}

.centri-assistenza hr {
    border-color: #435059;
}

.centri-assistenza .street {
    text-transform: uppercase;
}

@media (min-width: 1600px) {
    #module-125, #module-134 {
        display: none;
    }
}

@media(max-width: 1599px) and (min-width: 960px) {
    .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
        padding: 0 10px;
    }

    .tm-toolbar .uk-subnav > li {
        padding-left: 20px;
    }

    .tm-toolbar .uk-subnav {
        margin-left: -20px;
    }

    #module-125, #module-134 {
        display: block;
    }

    #module-112 .uk-navbar-nav > li:nth-child(1), #module-112 .uk-navbar-nav > li:nth-child(2), #module-133 .uk-navbar-nav > li:nth-child(1), #module-133 .uk-navbar-nav > li:nth-child(2) {
        display: inline-block;
    }

    .uk-navbar-container > .uk-container, .tm-toolbar > .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .toolbar-left p {
        font-size: 12px!important;
    }

    .uk-navbar-nav {
        gap: 0;
    }

    .tm-toolbar .uk-margin-auto-left > .uk-grid {
        justify-content: flex-end;
    }
}

@media(max-width: 1279px) {
    .tm-toolbar li > a, .uk-navbar-nav > li > a, .uk-navbar-nav > li .uk-button {
        font-size: 12px!important;
    }
}

#facet-modal {
    background: #232220;
}

#facet-modal.uk-open {
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
}

#facet-modal .ais-RefinementList li span {
    color: white;
}

#facet-modal .modal-facet-container {
    max-height: 80vh;
    overflow: auto;
}

#facet-modal .modal-footer {
    margin-top: 0;
    border-top: 1px solid white;
    margin-right: -15px;
    padding-top: 15px;
}

#facet-modal .modal-footer > * {
    padding-right: 15px;
}

#facet-modal .ais-RefinementList:not(.ais-RefinementList--noRefinement) {
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
}

#facet-modal .ais-RefinementList ul {
    margin-top: 5px;
}

#facet-modal .uk-nav-default li > a {
    color: white;
    padding: 5px 0;
    font-size: 14px;
}

#facet-modal .uk-nav-default .uk-active > a {
    color: #D5001A;
}

#facet-modal .uk-panel > .el-title {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}

body:has(#facet-modal.uk-open) {
    background: #232220;
}

.navbar-grid .el-title {
    font-size: 14px;
    font-family: 'Red Hat Display';
    font-weight: 600;
}

.navbar-grid .el-title:hover {
    color: #D5001A;
}

.sheets-container {
    width: max-content;
}

.maxa-product-slider .teaser-product-card {
    height: 100%;
}

.uk-navbar-dropdown {
    width: 500px!important;
}

.menu-back-button svg {
    order: -1
}

select {
    color: #232220;
}

#tm-dialog-mobile {
    padding: 0;
}

#module-menu-dialog-mobile {

}

#module-137, #module-138 {
    max-height: 65vh;
    padding: 35px;
    padding-top: 15px;
    padding-bottom: 0;
    overflow: auto;
}

#module-137 .menu-back-button > a, #module-138 .menu-back-button > a {
    padding: 15px 0;
    color: #D5001A;
}

#module-137 [uk-icon*='chevron'] svg polyline, #module-138 [uk-icon*='chevron'] svg polyline {
    stroke-width: 2px;
}

#module-128, #module-139 {
    z-index: 2;
    position: relative;
    padding: 40px 20px;
    padding-top: 20px;
    background-color: white;
}

#module-140 {
    box-shadow: 0 1px 4px rgb(0 0 0 / 14%);
    margin-bottom: -21px;
    position: relative;
    z-index: 1;
    padding: 20px;
    padding-bottom: 0;
}

.mod-languages [uk-icon="chevron-down"] svg polyline {
    stroke-width: 2px;
}

#tm-dialog-mobile > div > div {
    margin-top: 0;
}

#tm-dialog-mobile {
    overflow: hidden!important;
}

#module-128 .uk-grid, #module-139 .uk-grid {
    justify-content: center;
}

#module-128 .uk-grid > a, #module-139 .uk-grid > a {
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 15px;
    font-weight: 700;
}

#module-128 .uk-grid > a svg, #module-139 .uk-grid > a svg {
    margin-right: 5px;
}

#module-140 .mod-languages {
    text-align: center;
}

.maxa-sheets {
    visibility: visible!important;
    opacity: 1!important;
}

@media(min-width: 960px) {
    .maxa-form .form-title  {
        padding-left: 300px;
    }

    /*.maxa-form form {
        padding-top: 100px;
    }*/
}

@media(max-width: 960px) {
    .ais-Hits.small .el-subtitle, .ais-Hits.small .l-text {
        display: none;
    }

    .maxa-form .form-title  {
        padding-top: 70px;
        position: static!important;
    }

    .assistance-bar .title {
        padding-top: 100px;
    }

    .assistance-bar .first-tile .uk-tile {
        border-radius: 7px 7px 0 0;
    }

    .assistance-bar .second-column .uk-tile {
        padding-top: 0;
        border-radius: 0 0 7px 7px;
    }

    .references .uk-grid>.uk-grid-margin {
        margin-top: 40px;
    }

    .teaser-product-card {
        padding: 20px;
    }

    .maxa-references-slider .el-item {
        width: 85%;
    }

    .news-slider .el-item {
        width: 85%
    }

    .news-slider .uk-margin-left.uk-margin-right {
        margin: 0!important;
    }

    .news-slider h3 {
        padding-right: 15px;
    }

    .careers-form .uk-tile {
        padding: 40px;
    }

    .input-upload .uk-link {
        font-size: 14px;
        padding: 15px;
    }

    .input-upload .uk-link span {
        font-size: 12px;
    }

    .careers-form button[type="submit"] {
        padding: 0 20px;
    }

    .maxa-fluid-card > .uk-tile {
        min-height: unset;
    }

    .maxa-fluid-card .el-image {
        display: none;
    }

    .maxa-plus .uk-slider-items {
        margin-left: -10px;
    }

    .maxa-plus .uk-slider-items > .el-item {
        width: 15%;
    }

    .maxa-sheets {
        min-width: 75%;
    }

    .maxa-sheets .sheets-container, .maxa-sheets .sheets-container > .uk-grid > *, .maxa-sheets .sheets-container a {
        width: 100%;
    }

    .maxa-sheets .sheets-container {
        padding: 0;
    }

    #plus-panel-section .scrollbar {
        display: none;
    }

    .specifiche-termiche-grid .el-item {
        padding: 30px!important;
        border-left: none!important;
        border-right: none!important;
        border-bottom: 1px solid #DBDBDB!important;
    }

    .specifiche-termiche-grid > .uk-grid > div:last-child .el-item {
        border-bottom: none!important;
    }

    .specifiche-termiche-grid {
        padding: 0;
    }

    .maxa-product-slider .el-item {
        width: 90%;
    }

    #home-slideshow .el-title {
        font-size: 24px;
    }

    .maxa-fluid-card .el-title {
        margin-bottom: 8px;
    }

    .teaser-product-card .bullet {
        display: flex;
    }

    .product-grid > .uk-grid > .el-item {
        margin-top: 40px;
    }

    .category-facet:not(#facet-modal .category-facet) {
        display: none;
    }
}

@media (max-width: 640px) {
    .teaser-product-card .el-categories {
        font-size: 14px;
        width: 100%;
    }

    .teaser-product-card .el-categories > * {
        font-size: 14px;
    }

    .teaser-product-card .check-list > li:nth-child(n+1) {
        margin-top: 2px;
    }
}

@media (max-width: 1199px) and (min-width: 960px) {
    .ais-RefinementList:not(.ais-RefinementList--noRefinement) {
        padding: 20px 5px;
    }

    .ais-RefinementList li span, .ais-RefinementList > div > div {
        font-size: 14px;
    }

    .teaser-product-card .details-grid > * {
        width: 100%;
    }

    .ais-Hits.small .el-item {
        width: 50%;
        box-sizing: border-box;
        max-width: 100%;
    }

    .uk-button {
        padding: 0 15px;
    }
}


[v-cloak] {
    display: none;
}

.mod-languages .active-title {
    font-weight: 600;
}

.mod-languages .active-title img, .mod-languages .uk-dropdown-nav > li > a > img {
    margin-right: 5px;
}

.mod-languages .uk-dropdown-nav > li > a {
    font-size: 15px;
}

.mod-languages .uk-dropdown-nav > li.uk-active > a {
    font-weight: 700;
}

.mod-languages a.active-title {
    padding: 0!important;
}


#tm-cookie-banner > .uk-container > :first-child {
    max-width: 1400px;
    margin: auto;
}

#tm-cookie-banner-custom-modal .uk-text-meta {
    color: #a1a5ab!important;
    font-size: 16px!important;
}
