html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    position: relative;
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

/*UTILITIES*/
:root {
    --orangeGradient: transparent linear-gradient(90deg, #E57C3E 0%, #F0AD46 100%) 0% 0% no-repeat padding-box;
    --orangeColor: #E57C3E;
    --yellowColor: #EEAC50;
    --secondaryYellow: #F0AD46;
    --secondaryExtraLight: #FDF3E5;
    --blueColor: #3EA8E5;
    --blueLight: #E3F3FB;
    --blueExtraLight: #F2F7FA;
    --blackColor: #272525;
    --blackLight: #676161;
    --whiteColor: #ffffff;
    --greyColor: #B4AFAF;
    --greyProdBck: #f6f6f6;
    --greyDark: #939393;
    --greyLight: #EDEDED;
    --textLg: 1.16rem;
    --textSm: 0.83rem;
}

h1 {
    font-size: 3.5rem;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2 {
    font-size: 3rem;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
}

h3 {
    font-size: 2.05rem;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
}

h4 {
    font-size: 1.72rem;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
}

h5 {
    font-size: 1.38rem;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
}

a,
a:hover {
    text-decoration: none;
}

.text-lg {
    font-size: var(--textLg);
}

.text-sm {
    font-size: var(--textSm);
}

.fake-h1 {
    font-size: 3.5rem !important;
    font-weight: 700;
    margin-bottom: 3rem;
}

.fake-a {
    color: var(--orangeColor);
    font-weight: 700;
    text-decoration: underline !important;
}

.text-shadow {
    text-shadow: 0px 3px 6px #00000029;
}

.blackLight-text {
    color: var(--blackLight);
}

.blackText {
    color: var(--blackColor) !important;
}

.orangeText {
    color: var(--orangeColor);
}

.orangeDarkText {
    color: #C95B1B;
}

.semibold {
    font-weight: 600;
}

.bg-secondaryExtraLight {
    background: var(--secondaryExtraLight);
}

.bg-blueLight {
    background: var(--blueLight);
}

.bg-orangeGradient {
    background: transparent linear-gradient(90deg, #E57C3E 0%, #F0AD46 100%) 0% 0% no-repeat padding-box;
}

.btn-principal {
    border-radius: 35px;
    color: var(--whiteColor) !important;
    background: transparent linear-gradient(90deg, #E57C3E 0%, #F0AD46 100%) 0% 0% no-repeat padding-box;
    font-size: var(--textSm);
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 20px 32px;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    text-decoration: none !important;
}

    .btn-principal:hover {
        background: var(--orangeColor);
        color: var(--whiteColor);
    }

.btn-second {
    color: #E57C3E;
    font-size: var(--textSm);
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

    .btn-second:hover {
        color: #C95B1B;
    }

.btn-arrow, .btn-arrow-white {
    width: 10px !important;
    height: auto !important;
    vertical-align: sub;
}

    .btn-arrow.aligned, .btn-arrow-white.aligned {
        vertical-align: sub;
    }

    .btn-reverse {
    color: var(--orangeColor);
    font-size: var(--textSm);
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 20px 30px;
    border: 2px solid var(--orangeColor);
    border-radius: 35px;
    text-decoration: none;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none !important;
}

    .btn-reverse:hover {
        color: var(--whiteColor);
        background: linear-gradient(90deg, #E57C3E 0%, #F0AD46 100%) 0% 0% no-repeat padding-box;
        border: 2px solid transparent;
    }
.serviceArea-box .btn-reverse {
    letter-spacing:normal;
}

button {
    border: none;
}

hr {
    border-top: 1px solid currentColor;
}

select {
    border: none;
}

    select:focus-visible {
        outline: none;
    }
/*NAVBAR*/
.navbar {
    background: var(--whiteColor);
    width: 100px;
}

    .navbar > .container {
        display: block;
    }

        .navbar > .container.container-nav {
            justify-content: space-between;
        }

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0px 3px 32px #0000001A;
}

.menu-wrapper > * {
    padding-right: 36px;
}

.menu-wrapper li:last-child {
    padding-right: 0;
}

.menu-wrapper {
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
}

.second-menu-wrapper {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 18px 0;
    justify-content: end;
    align-items: center;
}

.menu-item {
    cursor: pointer;
}

    .menu-item .menu-item-link {
        color: var(--blackColor);
        text-transform: uppercase;
        text-decoration: none;
        font-family: proxima-nova,sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
    }

.menu-item-link.btn-principal {
    font-size: 0.83rem;
    font-weight: 700;
}

.menu-arrow {
    display: inline-flex;
}

    .menu-arrow img {
        margin-left: 4px;
    }

.menu-item .menu-item-link.current {
    color: var(--orangeColor);
}

    .menu-item .menu-item-link.current.menu-arrow img {
        filter: invert(69%) sepia(76%) saturate(3426%) hue-rotate(336deg) brightness(97%) contrast(84%);
    }

.menu-item .menu-item-link:hover {
    color: #939393;
}

.menu-item:hover .menu-arrow img {
    filter: invert(53%) sepia(19%) saturate(0%) hue-rotate(236deg) brightness(110%) contrast(72%);
}

.sub-azienda {
    width: 500px;
}

.container-submenu {
    position: absolute;
    z-index: 5;
}

.submenu-wrapper {
    display: none
}

    .submenu-wrapper.sub-3.open {
        display: grid;
        grid-template-columns: 150px 150px 150px;
        list-style: none;
        border-radius: 10px;
        background: #ffffff;
        z-index: 3;
        box-shadow: 1px 1px 15px 2px rgba(202,198,198,0.78);
        padding: 22px;
        /*width: 470px;*/
        row-gap: 20px;
        column-gap: 20px;
    }


    .submenu-wrapper.sub-2.open {
        display: grid;
        grid-template-columns: 150px 150px;
        list-style: none;
        border-radius: 10px;
        background: #ffffff;
        z-index: 3;
        box-shadow: 1px 1px 15px 2px rgba(202,198,198,0.78);
        padding: 22px;
        /*width: 320px;*/
        column-gap: 20px;
        row-gap: 20px;
    }

.megamenu .submenu-wrapper.open {
    width: 991px;
    display: flex;
    column-gap: 0px;
}

.title-megamenu {
    font-weight: 600;
    font-size: 18px;
    color: #272525;
    padding-left: 20px;
}

    .title-megamenu:hover {
        color: #E57C3E;
    }

.megamenu .submenu-item {
    border-right: 1px #EDEDED solid;
    padding-right: 20px;
    padding-left: 0;
    width: 25%;
}

    .megamenu .submenu-item:last-child {
        border-right: 0px #EDEDED solid;
    }

.submenu-item-catalogue {
    border-top: 1px #EDEDED solid;
    width: 100% !important;
    border-right: 0 !important;
    padding: 30px 0 0;
    margin-top: 30px;
}


.megamenu-pages-list {
    padding: 15px 0 0 20px;
}

.megamenu-page-item {
    color: #676161;
    list-style: none;
}

    .megamenu-page-item:hover {
        color: #E57C3E;
    }

.fake-accordion,
.accordion-menu-mobile .accordion-button {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    display: block;
}

.fake-accordion {
    padding: 16px 20px;
    color: #212529;
}

    .fake-accordion:first-child {
        border: 1px solid rgba(0,0,0,.125);
    }

.accordion-menu-mobile .accordion-button:not(.collapsed) {
    background-color: white;
    color: #212529;
}

.accordion-menu-mobile .megamenu-pages-list {
    margin: 0 !important;
}

    .accordion-menu-mobile .megamenu-pages-list li {
        padding: 5px 0;
    }

#submenu-8 .submenu-item .submenu-item-link-bg img {
    max-width: 130px;
}

.menu-mobile-wrapper #lev2-8.submenu-mobile .submenu-item-link-bg img {
    width: 100%;
    max-width: unset;
}

.menu-mobile-wrapper #lev2-1.submenu-mobile .submenu-item:nth-of-type(3) .submenu-item-link-bg img {
    max-width: 28px;
}

#submenu-7 .submenu-item:first-of-type .submenu-item-link-bg img {
    max-width: 50px;
}

#submenu-1 .submenu-item:first-of-type .submenu-item-link-bg img {
    max-width: 77px;
}


.submenu-item .submenu-item-link-bg img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 60px;
}



.submenu-item-link {
    color: var(--blackColor);
    text-decoration: none;
    font-size: var(--textSm);
    transition: .2s ease;
    display: grid;
    font-family: proxima-nova,sans-serif;
    font-weight: 600;
    font-style: normal;
}

    .submenu-item-link:hover {
        color: var(--orangeColor);
        text-decoration: none;
    }

        .submenu-item-link:hover .submenu-item-link-bg {
            background: var(--secondaryExtraLight);
        }

.submenu-item-link-bg {
    background: #E3F3FB;
    /*width: 149px;*/
    height: 83px;
    padding: 19px 30px;
    border-radius: 7px;
}

#submenu-8 .submenu-item-link-bg {
    padding: 0;
}

.submenu-item-link-bg:hover {
    background: var(--orangeColor);
}



.menu-item .dropdown-toggle {
    color: var(--blackColor);
    font-size: .83rem;
    font-weight: 700;
}

.dropdown-menu {
    box-shadow: 0px 3px 28px #00000047;
    border-radius: 12px;
    border: none;
    max-width: 143px !important;
}

.dropdown-toggle::after {
    display: none;
}

.flag-icon {
    width: 24px;
    vertical-align: middle;
}

.dropdown-item a {
    padding: 0;
}

.dropdown-item.btn-language img {
    border-radius: 12px;
    margin-right: 5px;
}

/*FOOTER*/
footer {
    /* position: absolute;*/
    bottom: 0;
    width: 100%;
    min-height: 392px;
    display: flex;
    align-items: center;
    padding-top: 200px;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.social-icons-footer > * {
    margin-right: 32px;
}

.social-icons img {
    width: 56px;
}

.social-icons-footer img {
    width: 29px;
}

.footer-copy, .footer-copy a {
    font-size: var(--textSm);
    color: var(--greyDark);
    text-decoration: none;
}

    .footer-copy a {
        margin-left: 30px;
    }

.input-wrapper input {
    background: #F2F7FA;
    padding: 17px 25px;
    border: none;
    width: 372px;
    opacity: 1;
    border-radius: 12px;
}

.input-wrapper img {
    width: 12px;
    display: block;
    margin: auto;
}

.input-arrow-bg {
    background: #FDF3E5;
    padding: 19px;
    width: 61px;
    display: inline-block;
    border-radius: 55px;
    height: 61px;
    vertical-align: bottom;
    cursor: pointer;
}

    .input-arrow-bg:hover {
        background: transparent linear-gradient(90deg, #E57C3E 0%, #F0AD46 100%) 0% 0% no-repeat padding-box;
    }


/*HOME*/
.hero-img {
    height: 100vh;
    background-size: cover;
}

.video-container, .img-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
}

    .video-container::before, .img-container::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,0.3);
    }

    .video-container video, .img-container img {
        width: 100%;
        object-fit: cover;
        position: absolute;
        height: 100%;
    }

.hero-caption {
    height: 100%;
    justify-content: center;
    align-items: center;
    color: var(--whiteColor);
}

    .hero-caption p,
    .fake-p {
        font-size: var(--textLg);
    }


    .hero-caption h1 {
        margin: 26px 0;
    }

    .hero-caption .fake-h1 {
        line-height: 1.2;
    }

.products-container {
    padding-top: 136px;
    padding-bottom: 109px;
    /*margin-bottom: 136px;*/
}

    .products-container h2 {
        margin-bottom: 86px;
    }

.product-wrapper {
    margin-bottom: 85px;
    cursor: pointer;
}

    .product-wrapper .proh {
        text-decoration: none;
        position: relative;
        display: block;
        height: 100%;
        padding-bottom: 42px;
    }

        .product-wrapper .proh a {
            color: var(--blackColor);
        }

    .product-wrapper .btn-second a {
        color: #E57C3E;
    }

    .product-wrapper .btn-second {
        position: absolute;
        bottom: 0;
    }

.product-img {
    background: var(--blueExtraLight);
    border: 1px solid var(--greyLight);
    border-radius: 12px;
    margin-bottom: 22px;
}

    .product-img img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

.products-container .product-wrapper .btn-second {
    margin-top: 22px;
}

.product-wrapper:hover .product-img {
    background: var(--secondaryExtraLight);
    /*box-shadow: 1px 1px 15px 2px rgba(202,198,198,0.78);*/
}

.product-wrapper:hover .btn-second {
    color: #C95B1B;
}

.configuratore-container {
    padding: 94px 110px 100px;
    border-radius: 12px;
}

    .configuratore-container h2 {
        margin-bottom: 26px;
    }

    .configuratore-container p {
        margin-bottom: 56px;
        color: #676161;
    }

.configuratore-btns {
    display: flex;
    align-items: baseline;
}

.graphic {
    margin-bottom: 50px;
}

    .graphic video {
        object-fit: cover;
        width: 100%;
        height: 267px;
        border-radius: 12px;
    }

.configuratore-btns .btn-second {
    white-space: nowrap;
}

.history-summary-container {
    padding-top: 72px;
    padding-bottom: 72px;
}

    .history-summary-container img {
    /*    height: 681px;*/
    }

    .history-summary-container .bulletpoints {
        border-left: 3px solid var(--blueColor);
        margin: 23px 0;
    }

        .history-summary-container .bulletpoints p {
            color: var(--blackLight);
        }

.sectors-container, #services {
    padding: 160px 0 0;
}

#contacts {
    padding: 160px 0 0;
}

.sector-box, .sector-box-all {
    cursor: pointer;
}

    .sector-box p {
        color: #676161;
    }

    .sector-box a, .sector-box-all a {
        color: var(--blackColor);
        text-decoration: none;
    }

    .sector-box:hover .sector-box-img {
        background: var(--orangeGradient);
    }

.sector-box-img, .sector-box-all {
    max-width: 282px;
    height: 282px;
}

.sector-box-img {
    border-radius: 12px;
    background: var(--secondaryExtraLight);
    margin-bottom: 24px;
    display: flex;
}

    .sector-box-img img {
        display: block;
        margin: auto;
        width: 164px !important;
    }

.owl-item:first-of-type .sector-box-img img {
    width: 132px !important;
}

.sector-box:hover .sector-box-img img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(103%) contrast(101%);
}

.sector-box-all {
    border: 1px solid var(--greyLight);
    border-radius: 12px;
    display: flex;
    align-items: center;
}

    .sector-box-all a {
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sector-box-all:hover {
        background: var(--secondaryExtraLight);
        color: var(--orangeColor);
    }

    .sector-box-all .input-arrow-bg {
        width: 90px;
        height: 90px;
        display: flex;
    }
    /*
	.sector-box-all .input-arrow,
	.sector-box-all .input-arrow-reverse {
		width: 90px;
	}*/

    .sector-box-all a .input-arrow {
        display: block !important;
        margin: 0 auto;
        width: 16px !important;
    }

    .sector-box-all a:hover .input-arrow {
        display: none !important;
    }

    .sector-box-all a:hover .input-arrow-bg {
        background: transparent linear-gradient(90deg, #E57C3E 0%, #F0AD46 100%) 0% 0% no-repeat padding-box;
    }

    .sector-box-all a .input-arrow-reverse {
        display: none !important;
    }

    .sector-box-all a:hover .input-arrow-reverse {
        display: block !important;
        margin: 0 auto;
        width: 16px !important;
    }

/*.sector-box p, .sector-box{
	width:282px;
}*/



.owl-carousel.carousel-owl-sectors .owl-item img {
    width: unset;
    display: unset;
}

.contact-box-wrapper {
    display: flex;
}

.contact-box {
    display: flex;
    align-items: self-start;
}


.contacts-container .contact-box {
    max-height: 80px;
}

.contact-box img {
    width: 62px;
    border-radius: 18px;
}

.p-bold {
    color: var(--blackLight) !important;
    font-weight: 700;
    margin: 0;
}

.contact-box-text {
    margin-left: 25px;
}

    .contact-box-text a, .checkboxes a {
        color: var(--orangeColor);
        font-weight: 700;
    }

.contact-form {
    border: 1px solid var(--greyColor);
    padding: 30px 52px;
    border-radius: 12px;
}

    .contact-form label, .login-form label {
        color: var(--blackLight);
        font-weight: 700;
    }

    .contact-form input[type="text"],
    .contact-form select,
    .contact-form textarea,
    .login-form input[type="text"],
    .login-form input[type="password"],
    .search-form input[type="number"],
    .search-form input[type="text"] {
        width: 100%;
        background: #F2F7FA;
        border: none;
        padding: 17px 25px;
        border-radius: 12px;
        /*color: var(--greyColor);*/
        color: #272525;
    }



input:focus,
input:active {
    border-color: #E57C3E !important;
}

.contact-form .row > * {
    padding: 16px 24px;
}

.contact-form textarea {
    /* color: #B4AFAF;*/
}

.contact-form .checkboxes {
    display: flex;
    position: relative;
}

    .contact-form .checkboxes label {
        font-size: var(--textSm) !important;
        font-weight: 400;
    }

    .contact-form .checkboxes input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        margin: 3px;
    }

.order-tooltip span {
    position: absolute;
    top: 70%;
    right: 20%;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 3px 32px #0000001A;
    padding: 7px;
    border-radius: 4px;
    transition: opacity 0.4s ease-in;
}

#renderCanvas {
    width: 100%;
    height: 100%;
    touch-action: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.logo-button {
    display: none !important;
}

.order-tooltip:hover span {
    opacity: 1;
}

.checkboxes .checkmark {
}

.contact-form button {
    border: none;
}

.latest-news-container {
    padding: 92px 0 111px;
}

.carousel-owl-news {
    margin-top: 39px;
}


.latest-news-box, .news-box {
    background: #ffffff;
    border: 1px solid var(--greyLight);
    padding: 28px 0 31px 23px;
    /*max-width: 392px;*/
    min-height: 323px;
    border-radius: 12px;
}

    .latest-news-box a, .news-box a {
        color: var(--blackColor);
        text-decoration: none;
    }

    .news-box .btn-reverse {
        display: inherit;
        margin-top: 24px;
    }

/*.latest-news-box .btn-reverse
	{
		width: 60%;
	}*/

.news-data {
    font-size: var(--textSm);
    color: var(--greyDark) !important;
    font-weight: 700;
}

.latest-news-box a {
    padding-top: 24px;
}

.latest-news-box p {
    color: var(--blackLight);
}

.allNewsLinkMobile {
    display: none;
}

.mailinglist-container {
    padding: 138px 0 172px;
}

.input-wrapper .input-arrow-reverse {
    display: none;
}

.input-wrapper:hover .input-arrow {
    display: none;
}

.input-wrapper:hover .input-arrow-reverse {
    display: block;
}

.serviceRed-video video {
    object-fit: cover;
    width: 100%;
    height: 417px;
}

.serviceRed-container {
    padding: 121px 0 104px;
}

    .serviceRed-container p {
        color: #676161;
    }

/*PRODUCTS PAGE*/
.breadcrumbs {
    margin-top: 196px;
    margin-bottom: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .breadcrumbs .row .col-12 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .breadcrumbs img {
        width: 10px;
    }

    .breadcrumbs a {
        font-weight: 600;
        color: var(--blueColor);
        font-size: var(--textSm);
        text-decoration: none;
    }

    .breadcrumbs .current {
        font-weight: 600;
        color: #91CDF0;
        font-size: var(--textSm);
        text-decoration: none;
    }

.product-container {
    margin-top: 45px;
}

.sticky-sidebar {
    position: sticky;
    top: 180px;
}

    .sticky-sidebar h4 {
        margin-bottom: 27px;
    }

.category-item a {
    color: var(--blackColor);
    font-size: var(--textSm);
    text-decoration: none;
    border-left: 3px solid var(--greyLight);
    padding: 10px 17px;
}

    .category-item a:hover {
        background: #FDF3E5;
    }

    .category-item a.current {
        border-left: 3px solid var(--secondaryYellow);
    }

.category-title {
    color: var(--blackLight);
    margin-bottom: 27px;
}

.category-product-wrapper {
    border: 1px solid var(--greyLight);
    border-radius: 12px;
    background: var(--greyProdBck);
    cursor: pointer;
    margin-bottom: 2.6rem;
}

    .category-product-wrapper a {
        color: var(--blackColor);
        text-decoration: none;
    }

.category-product-img img {
    display: block;
    margin: 0 auto;
    padding: 19px 0;
}

.category-product-copy {
    background: var(--whiteColor);
    padding: 21px 14px 19px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    min-height: 180px;
}

.category-product-title {
    font-size: var(--textSm);
    color: var(--greyColor);
    font-weight: 700;
}

.category-product-text {
    font-weight: 700;
}

.category-product-wrapper:hover {
    /*background: var(--secondaryExtraLight);*/
    box-shadow: 0px 3px 32px #0000001A;
}

.filter-footer {
    display: none;
}

/*SINGLE PRODUCT PAGE*/
.product-box {
    margin-top: 247px;
}

.product-box-img {
    background: var(--greyProdBck);
    border-radius: 12px;
    position: relative;
}

    .product-box-img::before {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 65%;
    }

    .product-box-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        max-width: 90%;
        max-height: 90%;
    }

.product-box-copy h1 {
    margin-top: 40px;
}

.product-box-copy h3 {
    margin: 40px 0;
}

.characteristic-container {
    padding: 190px 0 163px;
}

.characteristic-box {
    border-radius: 12px;
    border-left: 8px solid #FAE2BD;
    box-shadow: 1px 1px 15px 2px rgba(202,198,198,0.78);
    /* width: 282px;*/
    min-height: 142px;
    display: flex;
    align-items: center;
}

    .characteristic-box p {
        font-size: 1rem;
        font-weight: 700;
    }

.cadenas-container {
    background: #E3F3FB;
    padding: 94px 110px;
    border-radius: 12px;
    margin-bottom: 96px;
}

    .cadenas-container p {
        color: #676161
    }

    .cadenas-container img {
        border-radius: 12px;
    }

/*CUSTOM PRODUCT PAGE*/
.product-box-column {
    margin-left: 36px;
}

.product-box.custom .product-box-copy .text-lg {
    color: var(--blackLight);
}

.product-box-column .btn-principal {
    margin-bottom: 16px;
    padding: 16px 22px;
    margin-right: auto;
}

.product-box-column .btn-reverse {
    padding: 16px 22px;
    margin-bottom: 16px;
}

.product-box-btns {
    display: flex;
    flex-wrap: wrap
}

.custom-list .text-lg {
    color: var(--blueColor) !important;
    text-transform: uppercase;
    font-weight: 700;
}

.custom-list li::marker {
    color: var(--blueColor);
    font-size: 30px;
}

/*APPLICATIONS PAGE*/
.applications-intro {
    margin-bottom: 77px;
}

.application-box {
    padding-top: 20px;
}

    .application-box a {
        color: var(--blackColor);
        text-decoration: none;
    }

    .application-box p {
        font-size: var(--textSm);
    }

.app-col:hover {
    background: var(--secondaryExtraLight);
    border-radius: 12px;
}

.app-col:last-child:hover {
    background: #E3F3FB;
}

.app-col .application-box .btn-arrow {
    display: none;
}

.application-box-img {
    min-height: 108px;
}

/*SINGLE APPLICATION PAGE*/
.application-hero-img {
    height: 100vh;
    position: relative;
}

    .application-hero-img::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,0.4);
    }

.application-hero-caption {
    height: 100%;
    justify-content: center;
    align-items: center;
    color: var(--whiteColor);
}

    .application-hero-caption .breadcrumbs a {
        color: var(--whiteColor);
    }

    .application-hero-caption .breadcrumbs .current {
        color: var(--greyLight);
    }

    .application-hero-caption .text-lg {
        font-weight: 700;
    }

.application-container {
    padding: 109px 0 92px;
}

    .application-container h2 {
        margin-bottom: 70px;
    }

.application-wrapper {
    /*min-height:553px;*/
    border: 1px solid var(--greyLight);
    border-radius: 12px;
    /*	background: var(--blueLight);*/
    background: var(--greyProdBck);
    cursor: pointer;
    margin-bottom: 48px;
}

    .application-wrapper a {
        color: var(--blackColor);
        text-decoration: none;
    }

.application-img img {
    display: block;
    margin: 0 auto;
    padding: 19px 0;
}

.prod-line {
    color: #B4AFAF;
    background: #EDEDED;
    max-width: 121px;
    font-size: var(--textSm);
    letter-spacing: 1.25px;
    padding-left: 14px;
}

.application-copy {
    background: var(--whiteColor);
    padding: 21px 14px 19px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    min-height: 210px;
}

.application-title {
    font-size: var(--textSm);
    color: var(--greyColor);
    font-weight: 700;
}

.application-text {
    font-weight: 700;
    font-size: 1.38rem;
}

.application-wrapper:hover {
    box-shadow: 0px 3px 32px #0000001A;
}

.btn-principal .download-icon-white,
.btn-second .download-icon,
.btn-second .download-icon-darkOrange {
    width: 30px;
}

.brochure-container {
    padding: 120px 13.5px;
}

    .brochure-container p {
        margin-bottom: 36px;
    }


.second-contacts-container .contact-form {
    margin: 0 0 59px;
}

.second-contacts-container {
    margin: 164px auto 69px;
}

.sugar-bulletpoints-container {
    margin-top: 112px;
    margin-bottom: 127px;
}

    .sugar-bulletpoints-container .blue-bulletpoints {
        margin-bottom: 2rem;
    }


.sugar-scheme-container {
    margin-top: 212px;
    margin-bottom: 112px;
}

    .sugar-scheme-container .row > * {
        margin-bottom: 120px;
    }

.sugarGalleryImg,
.sugarProcessImg {
    border-radius: 12px;
    border: 1px solid #ededed;
}

/*COMPANY ABOUT PAGE*/
.under-menu-container {
    position: fixed;
    width: 100%;
    top: 96px;
    z-index: 1;
    background: white;
    box-shadow: 0px 6px 21px #00000017;
    display: block;
}

.under-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
}

.under-menu {
    list-style: none;
}

    .under-menu a {
        color: var(--blackColor);
        padding-right: 8px;
    }

        .under-menu a.current {
            color: var(--orangeColor);
            font-weight: 600;
        }

.vision-container,
.document-container,
.certification-container,
.news-container,
.news-detail-container,
.career-container,
.contact-container,
.network-container {
    /*padding:248px 0 109px;*/
    margin-top: 250px;
    margin-bottom: 109px;
}


.about-container {
    margin-top: 250px;
}

    .about-container h1 {
        margin-bottom: 61px;
    }

.about-copy {
    margin: 48px 0;
}

.about-btns {
    margin: 62px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}


    .about-btns > * {
        margin-right: 52px;
    }

.about-container video {
    object-fit: contain;
    width: 100%;
    border-radius: 12px;
}


.history-container .bg-secondaryExtraLight {
    border-radius: 12px;
    padding: 91px 0 140px
}

.progress-history-bar::before {
    content: url("/images/timeline.svg");
    position: absolute;
    /*z-index: 1;*/
    left: -14px;
    top: 6px;
}

.progress-history-img:last-child {
    padding-top: 20px !important;
}

.progress-history-bar {
    border-left: 3px solid var(--secondaryYellow);
    margin-left: 25px;
    padding-left: 25px;
    padding-bottom: 57px;
    position: relative;
}

.group-container {
    padding: 95px 0 109px;
}

    .group-container img {
        display: block;
        margin: 0 auto;
        max-height: 120px;
    }

.history-content p {
    font-size: var(--textSm)
}

.year-label {
    color: #F0AD46;
    font-size: 1.38rem;
}

/*COMPANY VISION PAGE*/
.vision-copy {
    margin-top: 62px;
}

.techVision-container {
    padding: 103px 0 109px;
}

.blue-underline {
    text-decoration: underline;
    text-decoration-color: var(--blueColor);
    text-decoration-thickness: 6px;
}

/*COMPANY DOCUMENT PAGE*/
.document-container h1 {
    margin-bottom: 93px;
}


.document-container .downloadDoc, .certification-container .downloadDoc, .order-container select {
    color: var(--orangeColor);
    font-weight: 700;
    font-size: var(--textSm);
    text-decoration: none;
}

    .document-container .downloadDoc option, .order-container .downloadDoc option {
        color: var(--blackColor);
    }

.item-download {
    margin-top: 13px;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--greyLight);
    padding-bottom: 5px;
    cursor: pointer;
    align-items: baseline;
}

    .item-download .download-icon {
        vertical-align: text-bottom;
    }

    .item-download .anchor-download {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.download-icon,
.download-icon-white {
    width: 22px;
}

.document-container .download-icon-white,
.archive-container .download-icon-white,
.redButton-container .download-icon-white,
.certification-container .download-icon-white {
    display: none;
}

.item-download .anchor-download:hover .download-icon {
    display: none;
}

.item-download .anchor-download:hover .download-icon-white {
    display: block;
}

.text-download {
    font-size: .94rem;
    font-weight: 600;
    text-transform: uppercase;
}


.pdf-icon, .pdf-icon-orange {
    width: 26px;
    margin-right: 26px;
}

.pdf-icon-orange {
    display: none;
}

.anchor-download {
    text-align: center;
    line-height: 2.5;
    height: 42px;
    padding: 0 12px;
    text-decoration: none;
}

.anchor-download-mobile.btn-reverse {
    display: none;
}

.MENU-ITEM .down-arrow-menu {
    vertical-align: middle;
}

.item-download:hover .text-download {
    color: #C95B1B;
}

.item-download:hover .btn-reverse {
    color: var(--whiteColor);
    background: linear-gradient(90deg, #E57C3E 0%, #F0AD46 100%) 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
}

.item-download .download-icon-darkOrange {
    display: none;
}

.item-download:hover .download-icon-darkOrange {
    display: block;
}


.item-download:hover .download-icon {
    display: none;
}

.item-download:hover .download-icon-white {
    display: block;
}


/*.item-download:hover .anchor-download .download-icon {
	filter: invert(35%) sepia(55%) saturate(100%) hue-rotate(356deg) brightness(0) contrast(84%);
}*/

.item-download:hover .pdf-icon {
    display: none;
}

.item-download:hover .pdf-icon-orange {
    display: inline;
}

.conditions-container {
    padding: 78px 0 62px;
}

    .conditions-container .btn-arrow-white.aligned {
        display: none;
    }

    .conditions-container .btn-reverse:hover .btn-arrow.aligned {
        display: none;
    }

    .conditions-container .btn-reverse:hover .btn-arrow-white.aligned {
        display: inline;
    }

/*COMPANY CERTIFICATION PAGE*/
.certification-container .sticky-sidebar-container {
    margin-top: 115px;
}

.certification-item {
    margin-bottom: 20px;
}

    .certification-item a {
        color: var(--blackColor);
        font-size: var(--textSm);
        text-decoration: none;
        border-left: 3px solid var(--greyLight);
        padding: 10px 17px;
        display: block;
    }

        .certification-item a.current {
            border-left: 3px solid var(--secondaryYellow);
        }

.certification-subtitle {
    color: var(--blueColor);
    font-weight: 700;
}

#certificazionCCC .btn-second .download-icon {
    width: 5%;
}

/*COMPANY NEWS PAGE*/

.form-check-label {
    font-size: var(--textSm);
    font-weight: 600;
    position: relative;
    padding-left: 32px;
}

.form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 3px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border: 2px solid black;
}

input:checked ~ .checkmark {
    border: 2px solid var(--orangeColor);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    width: 13px;
    height: 11px;
    margin: 0 3px;
    border: solid var(--orangeColor);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Show the checkmark when checked */
input:checked ~ .checkmark:after {
    display: block;
    color: var(--orangeColor);
}

/* Style the checkmark/indicator */
.checkmark:after {
    color: black;
}

.news-title {
    margin-bottom: 80px;
}

.news-box {
    border-radius: 12px;
    margin-bottom: 62px;
}

    .news-box p {
        margin-bottom: 1rem;
    }

    .news-box img {
        margin-bottom: 16px;
    }

.pagination {
    justify-content: center;
}

.page-link {
    border: none;
    color: var(--blackLight);
}

    .page-link:hover {
        color: var(--orangeColor);
        background-color: #FAE2BD;
        border-color: #FAE2BD;
        border-radius: 6px;
    }

    .page-link.current {
        color: var(--orangeColor);
        background-color: #FAE2BD;
        border-color: #FAE2BD;
        border-radius: 6px;
    }

.previous, .next {
    color: var(--orangeColor)
}

.left-arrow-white {
    display: none;
}

.btn-reverse:hover .left-arrow {
    display: none;
}

.btn-reverse:hover .left-arrow-white {
    display: inline;
}

/*COMPANY CAREER PAGE*/
.career-title {
    margin-bottom: 68px;
}

.career-copy h3 {
    margin-bottom: 45px;
}

.career-box img {
    margin-bottom: 27px;
}

.career-box-wrapper {
    margin: 62px 0 98px;
}

.career-container .contact-form {
    border: none;
}

    .career-container .contact-form input[type="text"],
    .career-container .contact-form text-area {
        background: var(--whiteColor) !important;
    }

.cv-box {
    background: #FAE2BD;
    width: 100%;
    height: 110px;
    padding: 17px 25px;
    border-radius: 12px;
    text-align: center;
}

.career-container label {
    width: 100%;
    cursor: pointer;
}

.cv-box input {
    display: none
}

.cv-box .btn-reverse {
    display: inline-block;
    color: #E57C3E;
}

    .cv-box .btn-reverse:hover {
        color: var(--whiteColor);
    }

.cv-message textarea {
    background: var(--whiteColor);
}

/*CONTACT PAGE*/
.sticky-sidebar-social {
    display: block;
    position: fixed;
    bottom: 68px;
    right: 15px;
}

    .sticky-sidebar-social .social-icons {
        display: flex;
        flex-direction: column;
    }

        .sticky-sidebar-social .social-icons img {
            background: var(--whiteColor);
            box-shadow: 3px 3px 6px #00000029;
            border-radius: 50px;
            margin-bottom: 20px;
            padding: 7px;
        }

iframe header {
    display: none;
}

/*CONTACT NETWORK PAGE*/
.network-container {
    background: #FAE2BD;
}

.network-map {
    display: flex;
    min-height: 751px;
}

.network-copy {
    display: block;
    margin-left: auto;
    padding: 40px 40px 10px 0;
}

.network-map iframe {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    display: block;
}

.network-copy label {
    color: var(--blackLight);
    font-weight: 700;
    margin-top: 32px;
}

.network-copy select {
    width: 100%;
    background: #F2F7FA;
    border: none;
    padding: 17px 25px;
    border-radius: 12px;
    color: var(--greyColor);
}

/*SERVICE AREA*/
/*navbar*/
.menu-item-link.home-link {
    background: #FDF3E5;
    color: var(--orangeColor);
    font-size: var(--textSm);
    font-weight: 800;
    padding: 12px 18px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    border-radius: 12px;
}

.home-icon, .home-icon-white {
    width: 40px;
}

.home-icon-white {
    display: none;
}

.home-link:hover {
    color: var(--whiteColor);
    background: transparent linear-gradient(90deg, #E57C3E 0%, #F0AD46 100%) 0% 0% no-repeat padding-box;
}

.home-link:hover {
    color: var(--whiteColor) !important;
}

    .home-link:hover .home-icon {
        display: none;
    }

    .home-link:hover .home-icon-white {
        display: inline;
    }

.sticky-sidebar-whatapp {
    position: fixed;
    bottom: 14px;
    right: 19px;
    z-index: 5;
}

    .sticky-sidebar-whatapp img {
        background: var(--whiteColor);
        box-shadow: 3px 3px 6px #00000029;
        border-radius: 50px;
        margin-bottom: 20px;
        padding: 7px;
        width: 47px;
    }

select#country option[value="ITA"] {
    background: url(/images/italian-flag-icon.png);
}

.serviceArea-container p, .serviceArea-box p {
    color: var(--blackLight);
}

.serviceArea-box {
    border-radius: 12px;
    border: 1.5px solid var(--greyLight);
    border-left: 8px solid var(--secondaryYellow);
    max-width: 392px;
    min-width: 32%;
    padding: 20px 28px 26px 24px;
    margin-bottom: 35px;
    min-height: 237px;
}

    .serviceArea-box a {
        text-decoration: none;
    }

    .serviceArea-box h5 {
        color: var(--blackColor);
        font-size: 1.2rem;
    }

    .serviceArea-box .btn-arrow-white, .cta-register .btn-arrow-white {
        display: none;
    }

    .serviceArea-box:hover .btn-arrow, .cta-register:hover .btn-arrow {
        display: none;
    }

    .serviceArea-box:hover .btn-arrow-white, .cta-register:hover .btn-arrow-white {
        display: inline;
    }

    .serviceArea-box:hover .btn-reverse {
        color: var(--whiteColor);
        background: linear-gradient(90deg, #E57C3E 0%, #F0AD46 100%) 0% 0% no-repeat padding-box;
        border: 2px solid transparent;
    }

    .serviceArea-box:hover {
        box-shadow: 1px 1px 15px 2px rgb(202 198 198 / 78%);
    }


    .serviceArea-box .btn-reverse {
        display: inline-block;
        padding: 15px 20px;
    }

.serviceArea-copy {
    padding: 84px 0;
}

/*LOGIN CONFIGURATOR NAVBAR*/
.container-login-nav {
    display: none;
    border-radius: 45px;
    box-shadow: 0px 3px 32px #0000001a;
    background: #ffffff;
    z-index: 1;
    margin-top: -100px;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: height .5s ease-in;
}

    .container-login-nav.open {
        display: block;
        height: 89px;
        visibility: visible;
        margin-top: 0;
    }

.close-button {
    background: #EDEDED;
    border-radius: 50%;
    width: 58px;
}



.login-form-wrapper .login-form {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

    .login-form-wrapper .login-form input {
        width: 277px;
    }

    .login-form-wrapper .login-form p {
        font-weight: 600;
    }

/*SERVICE AREA RED BUTTON*/
.redButton-container,
.interactive-container {
    padding-bottom: 136px;
}

    .redButton-container video {
        object-fit: cover;
        width: 100%;
        max-width: 832px;
    }

    .redButton-container p {
        color: #272525;
    }

.redButton-logo {
    width: 116px;
}

.email-icon-white {
    width: 20px;
}

.btn-principal.email-address, .btn-second.email-address {
    text-transform: initial;
}

    .btn-principal.email-address .btn-arrow-white {
        width: 18px !important;
    }
/*SERVICE AREA TECH BUTTON*/
.blue-bulletpoints::marker {
    color: #3EA8E5;
}

.blue-bulletpoints {
    list-style: none;
}

    .blue-bulletpoints li::before {
        content: "\2022";
        color: #3EA8E5;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 25px;
    }

.redButton-container .btn-principal .btn-arrow-white {
    width: 18px !important;
}

/*SERVICE AREA INTERACTIVE*/
.login-form form .row > * {
    padding-bottom: 30px;
}

.login-info {
    color: #C95B1B;
    font-weight: 700;
}

/*SERVICE AREA INTERACTIVE PRODUCT*/
.order-container {
    margin-bottom: 57px;
}

table {
    /*display: block;*/
    overflow-x: auto;
    /*  white-space: nowrap;*/
    border-radius: 12px 12px 0px 0px;
    width: 100%
}

th, td {
    padding: 24px;
    font-size: var(--textSm)
}

th {
    background: #E3F3FB;
}

tr:nth-child(odd) {
    background-color: #F2F7FA;
}

.td-link {
    color: var(--orangeColor);
    text-decoration: underline;
    font-size: var(--textSm);
}

    .td-link:hover {
        color: var(--orangeColor);
    }

.order-status {
    padding: 4px 12px;
    border-radius: 6px;
    margin-right: 5px;
    font-weight: 600;
}

.inserted {
    background: rgba(103, 97, 97,.1);
    color: #676161;
}

.confirmed {
    background: rgba(14, 126, 34, .1);
    color: #0E7E22;
}

.production {
    color: #CEA600;
    background: rgba(206, 166, 0, .1);
}

.ready {
    color: #0084A3;
    background: rgba(0, 132, 163, .1);
}

.ongoing {
    color: #3C7BEE;
    background: rgba(60, 123, 238, .1);
}

.inShipping {
    color: #D946A6;
    background: rgba(217, 70, 166, .1);
}

.shipped {
    color: #B138E6;
    background: rgba(177, 56, 230, .1);
}

.deleted {
    color: #DD3115;
    background: rgba(221, 49, 21, .1);
}

.order-detail-table {
    margin: 93px 0;
}

.order-detail-title {
    color: #3EA8E5;
    font-size: var(--textLg);
    font-weight: 700;
}

.orders-btn > *,
.order-detail-btn > * {
    margin-right: 40px;
}

.order-detail-container {
    margin-bottom: 57px;
}

.order-search-table {
    margin-top: 90px;
}

    .order-search-table th,
    .order-search-table td {
        padding: 24px 44px;
    }

/*SERVICE AREA INTERACTIVE PRODUCT MODAL*/
.order-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, .4);
}


.modal-content {
    position: relative;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 24px 21px 25px 47px;
    max-width: 392px;
    width: 100%;
    box-shadow: 0px 3px 28px #00000047;
    border-radius: 12px;
    transform: translateY(50%);
}

    .modal-content .close-button,
    .modal-maintenance-content .close-button {
        width: 40px;
        display: block;
        margin-left: auto;
        cursor: pointer;
    }

.order-modal .order-title {
    font-size: 1.72rem;
    font-weight: 700;
    color: var(--secondaryYellow);
}

.order-modal span {
    font-weight: 700;
}

/*SERVICE AREA INTERACTIVE PRODUCT*/
.search-form select {
    background: #F2F7FA;
    padding: 17px 25px;
    appearance: none;
    background-image: url('/images/select_down_arrow.svg');
    background-repeat: no-repeat, repeat;
    background-position: 88% 50%;
    min-width: 172px;
    width: 100%;
    height: 55px;
    border-radius: 12px;
}

/*SERVICE AREA ARTICLE LOOK UP*/
.articleLookUp-container {
    padding-bottom: 10rem;
}

/*SERVICE AREA AFTERSALES*/
.afterSales-container {
    padding-bottom: 201px;
}

    .afterSales-container .email-address {
        text-decoration: underline;
    }

/*SERVICE AREA MAINTENANCE*/
.maintenance-container {
    padding-bottom: 230px;
}

    .maintenance-container .email-icon-white {
        vertical-align: bottom;
        width: 25px
    }

.maintenace-box {
    border-radius: 12px;
    border: 1.5px solid var(--greyLight);
    border-left: 8px solid var(--secondaryYellow);
    padding: 0 16px;
    margin-bottom: 35px;
    min-height: 72px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .maintenace-box:hover {
        box-shadow: 0px 3px 32px #0000001F;
    }

.maintenance-modal {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, .4);
    z-index: 3;
}

    .maintenance-modal .close-button {
        position: absolute;
        top: 46px;
        right: 21px;
    }


.modal-maintenance-content {
    position: relative;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 46px 117px 45px 42px;
    max-width: 1052px;
    width: 100%;
    box-shadow: 0px 3px 28px #00000047;
    border-radius: 12px;
}

.maintenance-title {
    font-size: 2.05rem;
    color: var(--secondaryYellow);
    text-transform: uppercase;
    font-weight: 700;
}

.info-icon-orange {
    filter: invert(57%) sepia(54%) saturate(774%) hue-rotate(333deg) brightness(95%) contrast(88%);
}

.maintenance-images-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 41px;
}

/*SERVICE AREA MAINTENANCE*/
.archive-container {
    padding-bottom: 179px;
}

/*404*/
.four0four-container {
    padding: 243px 0 282px;
}

.text-error {
    color: #91CDF0;
    font-size: 8.6rem;
}

.error-btns {
    margin-top: 138px;
}

    .error-btns > * {
        margin-bottom: 53px;
    }

.tooltip-inner {
    background: var(--whiteColor);
    color: var(--blackColor);
    box-shadow: 0px 3px 32px #0000001A;
    max-width: 100%;
    white-space: nowrap;
}

.tooltip-arrow {
    background: var(--whiteColor);
}

.floating-wpp .floating-wpp-button {
    width: 60px !important;
    height: 60px !important;
    background: white !important;
}

    .floating-wpp .floating-wpp-button svg {
        width: 40px;
    }

.arrow-breadcrumbs-mobile {
    display: none !important;
}

.latest-news-box button {
    background: var(--whiteColor)
}

table {
    border: 1px solid #EDEDED;
    border-radius: 12px 12px 0px 0px;
}

.order-container select.rif-cliente {
    width: 136px;
}

babylon loading-screen {
    background: url('/images/Logo_STM.png') center no-repeat;
    background-size: 80px;
}

babylon .static-loading-image {
    display: none;
}

babylon .static-loading-image {
    display: none;
    visibility: hidden;
}

.foto img {
    max-width: 100%;
}

.owl-carousel.carousel-owl-sectors .owl-item p {
    max-width: 282px;
}

.owl-dots {
    bottom: 24px;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    background: #EDEDED;
    box-shadow: 0px 3px 6px #00000029;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin: 0 4px;
}

    .owl-carousel .owl-dots .owl-dot.active {
        background: #E57C3E;
    }

.network-map form {
    margin-bottom: 32px;
}


.as-h4 {
    font-size: 1.72rem;
}

.as-h3 {
    font-size: 2.05rem;
}

.as-h2 {
    font-size: 3rem;
}

.as-h1 {
    font-size: 3.05rem;
}

.tech-button-prodotto .bg-secondaryExtraLight {
    background-color: #E3F3FB;
}

.cadenas-prodotto .cadenas-container {
    background: white;
}

.blacklink {
    color: #272525;
}

.space-sec {
    padding: 112px 0 109px;
}

.map-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 20px;
}

    .map-container::before {
        content: "";
        padding-bottom: 120%;
        display: block;
    }

    .map-container iframe {
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #B4AFAF;
        border-radius: 16px;
    }

.contact-right .row, .contact-right .col-12 {
    height: 100%;
}

.contact-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-left: 40px;
}

.sectors-container h2 {
    margin-bottom: 32px;
}

.sectors-container .sector-box-all h5 {
    margin-top: 32px;
}

.series {
    display: flex;
    justify-content: space-between;
    width: 95%;
    padding-top: 28px;
    flex-wrap: wrap;
}

    .series .series-item {
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #272525;
        border-left: 8px solid var(--secondaryYellow);
        border-radius: 8px 0 0 8px;
        padding-left: 8px;
        width: 50%;
        margin-bottom: 23px;
    }
