:root {
    --color-primario: #393131;
    --color-secondario: #afa597;
    --color-primario-chiaro: #393131d6;
    --color-secondario-chiaro: #afa597d6;
    --blu: #0e3450eb;
    --header-height: 70px;
}


html,
body {
    color: #666;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

html {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

a {
    text-decoration: none;
    color: #888;
    cursor: pointer;
}

header {
    background-color: #000000d6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1300;
    font-size: 16px;
    text-decoration: none;
    height: var(--header-height);
    border-bottom: 1px solid white;
    transition: all 0.2s ease-in-out;
}

.header-shell {
    position: relative;
    height: 100%;
}

.header-side {
    flex: 1 1 0;
    min-width: 0;
    z-index: 2;
}

.header-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: calc(100vw - 144px);
    z-index: 4;
}

.header-logo-link {
    margin: 0;
    display: inline-block;
    pointer-events: auto;
}

.header-side-right {
    gap: 0.35rem;
}

/* Desktop: logo on the left, everything else on the right */
@media (min-width: 768px) {
    .header-side-left {
        flex: 0 0 auto;
        justify-content: flex-start;
    }

    .header-side-right {
        flex: 1 1 0;
        justify-content: flex-end;
    }
}

.header-search-form {
    margin-bottom: 0;
}

.header-icon-link {
    color: #fff;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.header-icon-link i {
    font-size: 20px;
}

.header-icon-link img {
    height: 24px;
    width: auto;
}

header.transparent {
    background-color: #00000036;
}

.slider-home-container {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.slide-home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.slider-home-testo {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-align: center;
    position: absolute;
    margin: 36vw auto 1px;
    z-index: 99;
    color: #FFF;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 10px 5px;
}

.slider-home-logo {
    position: absolute;
    top: calc(var(--header-height) + 20px);
    left: 50%;
    z-index: 100;
    width: min(270px, 60vw);
    transform: translateX(-50%);
    pointer-events: none;
    display: block;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(2px 2px 3px #000000ad);
}

.slider-home-logo-link {
    position: absolute;
    top:140px;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
    display: inline-block;
}

.slider-home-logo-link .slider-home-logo {
    position: static;
    transform: none;
}

.slider-home-titolo {
    border-bottom: solid 1px #fff;
    font-size: 46px;
}

.slider-home-didascalia {
    font-size: 26px;
}

.hide-other-slides:not(.slick-initialized) .to-hide:not(:first-of-type) {
    display: none;
    visibility: hidden;
}

@media(max-width: 1199px) {

    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .slider-home-container {
        height: 58vh;
    }

    .slide-home {
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 58vh;
    }
}

.bg-cover {
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-cover-min-height {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 40vw;
}

.bg-cover.bg-cover-quadrato {
    min-height: 40vw;
    padding-bottom: 0;
}

.bg-contain {
    width: 100%;
    padding-bottom: 75%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

h1 {
    font-family: 'Raleway', sans-serif;
}

h2 {
    font-family: 'Raleway', sans-serif;
}

h3 {
    font-family: 'Raleway', sans-serif;
}

h4 {
    font-family: 'Raleway', sans-serif;
}

.blocco-home-testo {
    color: white;
}

.bg-marrone {
    background-color: #393131;
}

.ristretto {
    width: 94vw;
    margin: 0 auto;
    max-width: 1800px;
}

.ristrettissimo {
    width: 94vw;
    margin: 0 auto;
    max-width: 1400px;
}

.color-888 {
    color: #888;
}




.btn-mio {
    border-radius: 6px;
    color: var(--color-primario);
    outline: none;
    background-color: transparent;
    border: 1px solid;
    padding: 5px 16px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .2s ease;
    transform-style: preserve-3d;
    font-size: calc(14px + (18 - 14) * ((100vw - 360px) / (1920 - 360)));
}

.btn-mio:before {
    z-index: -2;
    transform: translate3D(0, 0, 0);
}

.btn-mio:before,
.btn-mio:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: var(--color-primario);
    /* onhover background color */
    z-index: -1;
    transition: all .2s ease-in-out;
    transform-origin: center center;
    transform: scale(1, 0);
}

.btn-mio:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .2s ease-in-out;
}

.btn-mio:hover {
    color: #222;
}

.btn-mio:hover:before,
.btn-mio:hover:after {
    transform: scale(1);
}


.btn-mio-transparent {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}


.btn-mio-transparent:hover {
    color: var(--color-primario);
}

.btn-mio-transparent:before,
.btn-mio-transparent:after {
    background: white;
}

#foot-sperimentale {
    min-height: 150px;
    background-color: #d4d4d4;
    font-family: 'Raleway', sans-serif;
    color: #5f5252;
    padding: 5px 0px 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.footer_menu {
    border-top: 1px solid white;
    margin-bottom: 2px;
    padding: 2rem 0;
    background-color: #d4d4d4;
    color: #5f5252;
}

.footer-bottom-text {
    width: 100%;
    padding: 16px 20px;
    box-sizing: border-box;
    text-align: center;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.footer_menu .ristrettissimo {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem 0;
    justify-content: center;
    text-align: left;
}

.footer_menu .ristrettissimo > div,
.footer_menu .ristrettissimo > .col,
.footer_menu .ristrettissimo > [class*="col-"] {
    flex: 1 1 220px;
    min-width: 0;
    padding-right: 1rem;
    box-sizing: border-box;
    color: inherit;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}

.footer_menu .ristrettissimo div h5,
.footer_menu .ristrettissimo div h5 a {
    margin: 0;
    padding: 0 0 0.65rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    color: inherit;
    line-height: 1.2;
}

.footer_menu .ristrettissimo div a {
    display: block;
    margin: 0.2rem 0;
    padding: 0.05rem 0;
    line-height: 1.35;
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.footer_menu .ristrettissimo div a:hover,
.footer_menu .ristrettissimo div a:focus,
.footer_menu .ristrettissimo div h5 a:hover,
.footer_menu .ristrettissimo div h5 a:focus {
    color: #393131;
    opacity: 0.85;
}

.footer_menu .ristrettissimo ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.footer_menu .ristrettissimo p {
    margin: 0.1rem 0 0;
    line-height: 1.45;
}

.footer_menu .ristrettissimo img {
    max-width: 100%;
    height: auto;
}

.footer_menu .ristrettissimo li {
    list-style: none;
}

.footer_menu .ristrettissimo .footer-social-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.footer_menu .ristrettissimo .footer-social-links a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.footer_menu .ristrettissimo .footer-social-links a:hover,
.footer_menu .ristrettissimo .footer-social-links a:focus {
    background-color: #5f5252;
    color: #d4d4d4;
}

.footer_menu .ristrettissimo .footer-social-links a svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.footer_menu .ristrettissimo div.mobiletti {
    position: relative;
}

.footer_menu .ristrettissimo div.mobiletti img {
    position: absolute;
    top: -60px;
    right: 0;
    max-width: 160px;
    height: auto;
}

.footer_dati {
    text-align: center;
}

.footer_righina {
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
    background-image: url('/app/public/files/ckfinder/images/rigacolorata.png');
    background-size: cover;
}

@media (max-width: 767.98px) {
    .outlet-menu-list {
        justify-content: flex-start;
        gap: 8px;
        padding: 10px 0;
    }

    .outlet-menu-link {
        padding: 7px 10px;
        font-size: 12px;
    }

    .outlet-slide-price {
        left: 14px;
        right: 14px;
        bottom: 66px;
        font-size: 1.3rem;
    }

    .outlet-slide-caption {
        padding: 12px 14px;
        font-size: 13px;
    }

    .outlet-slide-button {
        padding: 8px 13px;
        font-size: 12px;
    }

    .footer_menu .ristrettissimo > div,
    .footer_menu .ristrettissimo > .col,
    .footer_menu .ristrettissimo > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .footer_menu .ristrettissimo,
    .footer_menu .ristrettissimo > div,
    .footer_menu .ristrettissimo > .col,
    .footer_menu .ristrettissimo > [class*="col-"] {
        text-align: center;
    }

    .footer_menu .ristrettissimo .footer-social-links {
        justify-content: center;
    }

    .footer_menu .ristrettissimo div.mobiletti img {
        position: static;
        margin-top: 0.75rem;
    }
}

.container_bandierine {
    display: inline-block;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: -24px;
}

.container_bandierine a.bandierina.attiva {
    position: relative;
}

#container_bandierine_toggle {
    position: absolute;
    top: 28px;
    left: -12px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px;
    z-index: 99999;
    overflow: hidden;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
}

.container_bandierine:hover #container_bandierine_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.container_bandierine:focus-within #container_bandierine_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#container_bandierine_toggle .bandierina {
    display: block;
    line-height: 26px;
    padding: 4px;
}

.grid-container {
    display: grid;
    width: 80%;
    max-width: 1200px;
    gap: 6px;
    align-content: center;
    min-height: 10vh;
    font-size: 18px;
    text-align: left;
    margin: 30px 0px;
    align-items: start;
    /* grid-template-rows: 80px 1fr 50px; */
    /* grid-template-columns: 2fr;*/
}

.content {
    display: grid;
    gap: 14px;
    grid-row: 2 / 3;
    justify-content: space-around;
    /*grid-template-columns: 1fr 2fr 1fr;*/
}

.content a {
    color: #5f5252;
    text-decoration: none
}

.content a:hover {
    color: #9a1111;
    text-decoration: none
}

#pagamenti img {
    width: 190px
}

#social1 {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

#social1:hover {
    opacity: 0.5
}

#social2 {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

#social2:hover {
    opacity: 0.5
}


#social img {
    width: 40px;
}

#lista {
    margin: 0px;
    padding: 0px 12px;
}

#lista li {
    font-size: 14px;
    line-height: 25px
}

.base {
    height: 65px;
    background-color: #333;
    font-size: 14px;
    color: #ffffffb3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    margin-left: 1rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
}

body[data-is-index="1"] header.transparent .header-logo-link {
    opacity: 0;
    pointer-events: none;
}

.link-header {
    color: #fff;
    margin: 0 1rem;
    transition: all 0.2s ease-in-out;
    height: 70px;
    display: inline-block;
    line-height: 70px;
}

.link-header img {
    height: 30px;
}

.link-header img.logo {
    height: 57px;
}

.autocomplete_prodotti {
    padding: 4px 0;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    background-color: transparent;
    color: white !important;
    padding-right: 36px;
    background-image: url('../../img/search-icon.png');
    background-size: 24px 16px;
    background-repeat: no-repeat;
    background-position: right center;
}

.autocomplete_prodotti:focus,
.autocomplete_prodotti:focus-visible,
.autocomplete_prodotti:active {
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    box-shadow: none;
}

.autocomplete_prodotti::placeholder {
    color: white;
    opacity: 1;
}

.autocomplete-suggestions {
    margin-top: 1px;
    padding: 8px;
    max-height: 400px;
    border-top: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    box-sizing: border-box;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.autocomplete-suggestions::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.autocomplete-suggestion,
.autocomplete-no-suggestion,
.autocomplete-group {
    padding: 6px 8px;
    color: #fff;
    text-align: left;
}

.autocomplete-selected {
    background-color: rgba(255, 255, 255, 0.12);
}

.autocomplete-suggestions strong,
.autocomplete-group strong {
    color: #fff;
}

.my-menu-container {
    position: fixed;
    top: 70px;
    left: auto;
    right: 0;
    z-index: 1290;
    width: min(200px, calc(100vw - 16px));
    max-height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.28s ease, opacity 0.18s ease, visibility 0s linear 0.28s;
}

#my-header.mm-wrapper_opened .my-menu-container {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0s;
}

@media (min-width: 768px) {
    .my-menu-container {
        width: 200px;
        transform: translateX(100%);
    }

    #my-header.mm-wrapper_opened .my-menu-container {
        transform: translateX(0);
    }

    .side-menu-search-row {
        display: none;
    }
}

.side-menu-row {
    border-top: 0;
}

.side-menu-link,
.my-menu-container .side-menu-toggle {
    color: #fff !important;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 7px 15px 10px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.27);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left !important;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
}

.my-menu-container .side-menu-toggle {
    border-radius: 0;
    text-align: left !important;
}

.my-menu-container .side-menu-toggle span {
    display: block;
    padding-right: 0;
    text-align: left;
}

.my-menu-container .side-menu-toggle:focus {
    box-shadow: none;
}

.side-menu-child-link {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 2px 0;
    border: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    transition: color 0.2s ease;
}

.side-menu-search-row {
    border-top: 0;
    padding: 0 0 10px;
    background-color: rgba(0, 0, 0, 0.27);
}

.side-menu-search-form {
    margin: 0;
    background-color: inherit;
}

.side-menu-search-input {
    width: 100% !important;
    border-bottom-color: rgba(255, 255, 255, 0.85);
    background-color: rgba(0, 0, 0, 0.27);
    font-size: 14px;
}

.side-menu-link:hover,
.side-menu-link:focus,
.my-menu-container .side-menu-toggle:hover,
.my-menu-container .side-menu-toggle:focus {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.4);
}

.side-menu-child-link:hover,
.side-menu-child-link:focus {
    color: #c7c7c7 !important;
    background-color: transparent !important;
}

header.smaller .side-menu-link,
header.smaller .my-menu-container .side-menu-toggle,
header.bianco .side-menu-link,
header.bianco .my-menu-container .side-menu-toggle,
header.menu-scrolled .side-menu-link,
header.menu-scrolled .my-menu-container .side-menu-toggle {
    background-color: rgba(0, 0, 0, 0.74);
}

header.smaller .side-menu-link:hover,
header.smaller .side-menu-link:focus,
header.smaller .my-menu-container .side-menu-toggle:hover,
header.smaller .my-menu-container .side-menu-toggle:focus,
header.bianco .side-menu-link:hover,
header.bianco .side-menu-link:focus,
header.bianco .my-menu-container .side-menu-toggle:hover,
header.bianco .my-menu-container .side-menu-toggle:focus,
header.menu-scrolled .side-menu-link:hover,
header.menu-scrolled .side-menu-link:focus,
header.menu-scrolled .my-menu-container .side-menu-toggle:hover,
header.menu-scrolled .my-menu-container .side-menu-toggle:focus {
    background-color: rgba(0, 0, 0, 0.82);
}

.my-menu-container .collapse {
    padding-bottom: 0;
}

.my-menu-container .side-menu-toggle + .collapse,
.my-menu-container .side-menu-toggle + .collapsing {
    width: 100%;
    margin: -10px 0 8px;
    padding: 2px 15px 6px;
    background-color: rgba(0, 0, 0, 0.44);
    text-align: right;
    box-sizing: border-box;
}

.my-menu-container .side-menu-toggle + .collapsing {
    overflow: hidden;
}

header.smaller .my-menu-container .side-menu-toggle + .collapse,
header.smaller .my-menu-container .side-menu-toggle + .collapsing,
header.bianco .my-menu-container .side-menu-toggle + .collapse,
header.bianco .my-menu-container .side-menu-toggle + .collapsing,
header.menu-scrolled .my-menu-container .side-menu-toggle + .collapse,
header.menu-scrolled .my-menu-container .side-menu-toggle + .collapsing {
    background-color: rgba(0, 0, 0, 0.74);
}

.blocco-wrapper {
    margin: 16px 0;
}

.blocco-full-bleed {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.blocco-wrapper-inner {
    padding: 20px;
}

.blocco-wrapper .btn-mio {
    margin-top: 10px;
}

.outlet-page-hero {
    padding: calc(var(--header-height) + 36px) 0 36px;
    background: linear-gradient(135deg, #efebe4 0%, #d8d2c8 100%);
    color: #453f39;
    text-align: center;
}

.outlet-page-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    letter-spacing: 0.08em;
}

.outlet-page-subtitle {
    max-width: 900px;
    margin: 14px auto 0;
    font-size: 16px;
}

.outlet-menu-band {
    position: sticky;
    top: var(--header-height);
    z-index: 120;
    background-color: #333;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.outlet-menu-list {
    display: flex;
    justify-content: center;
    gap: 12px;
    overflow-x: auto;
    padding: 14px 0;
    scrollbar-width: thin;
}

.outlet-menu-link {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.outlet-menu-link:hover,
.outlet-menu-link:focus {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.outlet-block {
    scroll-margin-top: calc(var(--header-height) + 68px);
}

.outlet-slider,
.outlet-slide,
.outlet-slide-media,
.outlet-slide-empty {
    height: 100%;
    min-height: 0;
}

.outlet-slider {
    margin-bottom: 0;
}

.outlet-slider.slick-slider,
.outlet-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.outlet-slider .slick-list,
.outlet-slider .slick-track {
    height: auto;
    line-height: 0;
}

.outlet-slider .slick-slide,
.outlet-slider .slick-slide > div,
.outlet-slide {
    line-height: 0;
}

.outlet-slide {
    position: relative;
}

.outlet-slide-media,
.outlet-slide-empty {
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #72695f;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.outlet-slide-empty {
    background-image: linear-gradient(135deg, #8c8378 0%, #62594f 100%);
}

.outlet-slide-price {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 88px;
    z-index: 2;
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.outlet-slide-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 16px 20px;
    background-color: rgba(22, 22, 22, 0.88);
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
}

.outlet-slide-caption-text {
    width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.outlet-slide-button {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 9px 15px;
    background-color: #d87a1c;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
    margin-left: 8px;
}

.outlet-slide-button:hover,
.outlet-slide-button:focus {
    background-color: #bf6914;
    color: #fff;
}

.outlet-slide-caption-no-text {
    text-align: left;
}

.outlet-block-text-right .outlet-slide-price,
.outlet-block-text-right .outlet-slide-caption,
.outlet-block-text-right .outlet-slide-caption-no-text {
    text-align: right;
}

.outlet-slide-caption p:last-child {
    margin-bottom: 0;
}

.outlet-slider .slick-dots {
    display: none !important;
}

.outlet-slider .slick-dots li button:before,
.outlet-slider .slick-prev:before,
.outlet-slider .slick-next:before {
    color: #fff;
}

.outlet-slider .slick-prev,
.outlet-slider .slick-next {
    z-index: 2;
}

.outlet-slider .slick-prev {
    left: 14px;
}

.outlet-slider .slick-next {
    right: 14px;
}

.border-ccc {
    border-color: #ccc;
}

.border-d1d1d1 {
    border-color: #d1d1d1;
}

.pallino {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 33px;
    color: white;
    top: 36px;
    right: 4px;
    font-size: 24px;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    border: 2px solid;
    background-color: rgba(255, 255, 255, 0.8);
}

.sbarrato {
    position: relative;
    display: inline-block;
    margin: 0 4px;
}

.sbarrato:before {
    border-top: 2px solid #ff0b00;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-5deg);
}

.clickPoint {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.clickPointLabel {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(115%, -25%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    color: white;
    white-space: nowrap;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.clickPoint--label-left .clickPointLabel {
    right: auto;
    left: 0;
    transform: translate(-115%, -25%);
    text-align: right;
}

.clickPoint:hover .clickPointLabel {
    opacity: 1;
    visibility: visible;
    transform: translate(120%, -25%);
}

.clickPoint--label-left:hover .clickPointLabel {
    transform: translate(-120%, -25%);
}

.clickPoint.is-active .clickPointLabel {
    opacity: 1;
    visibility: visible;
    transform: translate(120%, -25%);
}

.clickPoint--label-left.is-active .clickPointLabel {
    transform: translate(-120%, -25%);
}

.clickPointLabel_nome {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.05;
}

.clickPointLabel_marca {
    display: block;
    font-size: 16px;
    line-height: 1.05;
    opacity: 0.95;
    font-style: italic;
}

.clickPointLabel_marca:empty {
    display: none;
}

.contatti_float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #20B2BB;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 24px;
    transition: all 0.5s;
}

.contatti_popup {
    display: none;
    position: fixed;
    bottom: 86px;
    right: 20px;
    border-radius: 12px;
    box-shadow: rgb(153, 153, 153) 0px 0px 10px 2px;
    text-align: center;
    min-width: 250px;
    z-index: 9999;
    background-color: white;
    width: min(94vw, 380px);
    max-width: 380px;
    border: 1px solid var(--blu);
    box-sizing: border-box;
    overflow: hidden;
}

.contatti_header {
    font-size: 32px;
    color: var(--blu);
    border-bottom: 1px solid var(--blu);
    margin-bottom: 2rem;
    ;
}

#contattaci_form {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
    color: #666;
    width: 100%;
}

#contattaci_form .contatti-intro {
    text-align: center;
    margin-bottom: 14px;
}

#contattaci_form .contatti-whatsapp-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 10px auto;
    font-size: 13px;
}

#contattaci_form .contatti-whatsapp-icon {
    width: 24px;
    height: 24px;
    display: block;
}

#contattaci_form table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#contattaci_form table tr td {
    padding: 5px 0;
    vertical-align: middle;
}

#contattaci_form table tr td:first-child {
    width: 68px;
    padding-right: 8px;
    font-size: 14px;
    text-align: left;
}

#contattaci_form table tr td.centra_contatti,
#contattaci_form table tr td.centra_contatti .warning {
    text-align: center;
}

#contattaci_form input[type="text"],
#contattaci_form input[type="email"] {
    display: block;
    width: 100%;
    height: 28px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    font-family: inherit;
    padding: 4px 8px;
    box-sizing: border-box;
}

#contattaci_form textarea {
    display: block;
    width: 100%;
    min-height: 96px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    font-family: inherit;
    padding: 8px;
    box-sizing: border-box;
    resize: vertical;
}

#contattaci_form .contatti-recaptcha-wrap {
    display: flex;
    justify-content: center;
    margin-top: 6px;
}

#contattaci_form .contatti-submit {
    display: block;
    margin: 12px auto 0;
    color: #fff;
    border-color: var(--blu);
    min-width: 140px;
    font-size: 13px;
    background: var(--blu);
}

#contattaci_form input[type="submit"] {
    display: block;
    margin: 12px auto 0;
    min-width: 140px;
    padding: 6px 16px;
    font-size: 13px;
    font-family: inherit;
    color: #fff;
    background: var(--blu);
    border: 1px solid var(--blu);
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#contattaci_form .contatti-submit:before,
#contattaci_form .contatti-submit:after {
    display: none;
}

#contattaci_form .contatti-submit:hover {
    background: #fff;
    color: var(--blu);
}

#contattaci_form input[type="submit"]:hover {
    background: #fff;
    color: var(--blu);
}

.margin-top-header {
    margin-top: var(--header-height);
}

.lg-backdrop,
.lg-container,
.lg-outer {
    z-index: 20000 !important;
}

.novita_container {
    position: relative;
    padding: 30px 0;
    color: #797a7c;
    text-align: center;
}

.novita_slider {
    width: 100%;
    margin-top: 10px;
}

a.novita_slide {
    display: block;
    float: left;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    color: #797a7c;
}

.novita_slide_immagine {
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
}

a.novita_slide:hover .novita_slide_immagine {
    opacity: 0.75;
}

.novita_slide_testo {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    line-height: 1.1;
}

.home-servizio-card {
    height: 100%;
}

.home-servizio-icon {
    width: 4rem;
    max-width: 100%;
    height: auto;
}

.home-servizio-icon-wrap {
    text-align: center;
}

.home-servizio-text h4 {
    margin-top: 0;
}

.home-servizi-section .home-servizio-text,
.home-servizi-section .home-servizio-text h4,
.home-servizi-section .home-servizio-text p {
    color: #fff;
}

@media (min-width: 768px) {
    .home-servizio-text {
        text-align: left !important;
    }

    .home-servizio-text h4,
    .home-servizio-text p {
        text-align: left;
    }
}

.top-n10 {
    top: -10px;
}

.prodotto-correlati-categoria {
    font-size: 120%;
}

a.novita_arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.65;
    transition: opacity 0.2s;
    cursor: pointer;
}

a.novita_arrow:hover {
    opacity: 1;
}

.prodotto_configurazione {
    overflow: hidden;
    width: auto;
    position: relative;
}

.prodotto_configurazione h3 {
    margin: 0;
    color: #353535;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    font-family: var(--bs-font-sans-serif, sans-serif);
}

#container_modelli,
.container_varianti,
#container_prezzo,
#preventivo_container {
    max-width: 400px;
}

.preventivo-whatsapp-icon {
    width: 60px;
}

.prodotto_configurazione h4 {
    margin: 25px 0 10px;
    border-bottom: 1px solid #a4a4a4;
    font-size: 18px;
}

.prodotto_configurazione h4:first-letter {
    text-transform: capitalize;
}

.prodotto_configurazione a.del {
    float: right;
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.variante_scelta_container {
    padding: 6px 8px;
    border: 1px solid #a4a4a4;
    border-radius: 2px;
    background: url('/app/public/files/ckfinder/images/quadratini.png') no-repeat right center;
    background-size: contain;
    cursor: pointer;
}

.supercontainer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.finitura_container {
    flex: 0 0 calc(25% - 10px);
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s;
    padding: 6px;
}

.finitura_container:hover {
    background-color: #e2e2e2;
}

.finitura_container h5 {
    margin: 8px 0 2px;
    font-size: 14px;
}

.finitura_container h5:first-letter {
    text-transform: capitalize;
}

.finitura_container span:first-of-type {
    font-style: italic;
    font-size: 12px;
}

.finitura_container span:nth-of-type(2) {
    display: inline-block;
    padding-left: 8px;
    color: #dc3545;
    font-size: 14px;
    font-weight: 700;
}

.finitura_immagine {
    width: 100%;
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px #333;
}

.container_varianti .miniatura {
    width: 80px;
    height: 40px;
    margin-top: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px #333;
}

#prodotto_overlay {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url('/app/public/files/ckfinder/images/loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}

#container_prezzo {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 700;
}

#container_prezzo .quantita {
    width: 70px;
    padding: 0.25rem 0.5rem;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
}

.sconto_promo {
    margin-top: 5px;
    color: var(--bs-success, #84ad33);
    font-weight: 400;
    white-space: nowrap;
}

.sconto_promo:first-letter {
    text-transform: capitalize;
}

.sconto_promo span {
    display: inline-block;
    color: var(--bs-success, #84ad33);
    font-size: 40px;
    font-weight: 300;
}

h1.titolone {
    margin-bottom: 2rem;
    border-bottom: 1px solid #928d7a;
    color: #928d7a;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(1.8rem, 2.2vw, 2.3rem);
    font-weight: 500;
    text-align: left;
}

h1.titolino,
h1.titolino_centrato {
    margin-bottom: 1.8rem;
    border-bottom: 1px solid #989898;
    color: #707070;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(1.4rem, 1.9vw, 2rem);
    font-weight: 500;
    text-align: left;
}

h1.titolino_centrato {
    text-align: center;
}

.carrello-heading-tight {
    margin-bottom: 0;
    padding-bottom: 0;
}

.carrello_container {
    position: relative;
    width: 100%;
    overflow: visible;
    margin: 0 auto;
}

.carrello_container #toReplace {
    width: 100%;
}

.carrello-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#carrello_overlay {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url('/app/public/files/ckfinder/images/loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}

table.carrello {
    display: table;
    width: 100%;
    min-width: 760px;
}

table.carrello .carrello-empty-row,
table.carrello .carrello-empty-row td {
    width: 100%;
}

table.carrello thead {
    height: 42px;
    background-color: #e1e1e2;
    color: #676767;
    font-size: 1rem;
    font-weight: 400;
    vertical-align: middle;
}

table.carrello thead th {
    padding: 10px 0.5%;
    border-left: 1px solid #fff;
}

table.carrello thead th:first-child {
    width: 200px;
    border-left: 0;
}

table.carrello thead th:nth-child(1),
table.carrello thead th:nth-child(2),
table.carrello thead th:nth-child(3),
table.carrello tbody tr:not(.totale) td:nth-child(1),
table.carrello tbody tr:not(.totale) td:nth-child(2),
table.carrello tbody tr:not(.totale) td:nth-child(3) {
    text-align: left;
}

table.carrello tbody td {
    padding: 20px 0.5%;
    border-bottom: 1px solid #dedede;
    text-align: center;
    vertical-align: top;
}

table.carrello tbody td:nth-child(3),
table.carrello tbody td:nth-child(6),
table.carrello td.td_ristretto,
table.carrello td.td_ristrettomob {
    font-size: 1.25rem;
    font-weight: 700;
}

table.carrello td.td_ristretto,
table.carrello td.td_ristrettomob {
    width: 12%;
    min-width: 120px;
}

table.carrello .carrello_immagine {
    width: 190px;
    margin-right: 44px;
    border: 1px solid #666;
}

table.carrello h3,
table.carrello h3 a {
    margin: -4px 0 12px;
    padding: 0;
    color: #333;
    font-size: 1.1rem;
    text-align: left;
}

table.carrello h4 {
    margin: 8px 0 2px;
    padding: 0;
    color: #333;
    text-align: left;
}

table.carrello h4:first-letter {
    text-transform: capitalize;
}

.carrello-prodotto-link {
    color: #555;
    text-decoration: none;
}

table.carrello tr td.a_destra,
.a_destra {
    border-bottom: 0;
    text-align: right !important;
}

table.carrello tr td.maiuscolo {
}

table.carrello select,
.form_indirizzo select {
    border: 1px solid var(--bs-border-color, #ccc);
    background-color: #fff;
}

table.carrello select {
    width: 172px;
    margin-left: 4px;
    margin-right: -6px;
    padding: 6px 4px;
}

table.carrello tbody tr.totale td {
    padding: 12px 0.5%;
    border: 1px solid #fff;
    background-color: #efefef;
    color: #666;
    font-size: 1.1rem;
    font-weight: 400;
}

table.carrello tbody tr.grantotale td {
    background-color: #c3c3c0;
    color: #333;
    font-weight: 700;
}

table.carrello tr.esenteiva td {
    padding-top: 10px;
    padding-bottom: 10px;
    color: darkorange;
    font-style: italic;
    font-weight: 600;
    text-align: right !important;
}

table.carrello tr.errore_spedizione td {
    padding: 20px 0;
    border: 0;
    background-color: var(--bs-danger, #dc3545);
    color: #fff;
    font-size: 1.1rem;
    text-align: center !important;
}

table.carrello th.last,
table.carrello td.last {
    width: 160px !important;
}

table.carrello td.last {
    box-sizing: border-box;
    padding-right: 25px;
    text-align: right;
}

input.onlyNumbers,
.carrello input.quantita {
    width: 50px;
    padding: 8px 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
}

input[name='codice_sconto'] {
    border: 1px solid #ccc;
    background: none;
    padding: 3px 5px;
}

input[name='codice_sconto']:disabled {
    border: 0;
    background: rgba(157, 255, 152, 0.6);
    padding: 4px 6px;
}

#codice_sconto_form {
    margin-top: 15px;
}

#pulsante_sconto,
#cancella_sconto {
    display: inline-block;
    position: relative;
    top: 8px;
    width: 30px;
    height: 25px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-position 0.2s;
}

#pulsante_sconto {
    background-image: url('/app/public/files/ckfinder/images/pulsantino-invio.png');
}

#cancella_sconto {
    background-image: url('/app/public/files/ckfinder/images/pulsantino-cancella.png');
}

#pulsante_sconto:hover,
#cancella_sconto:hover {
    background-position: center right;
}

span.verde {
    color: var(--bs-success, #84ad33);
}

.payment-methods {
    margin: 0 auto 40px;
    padding: 0;
    list-style: none;
}

.payment-method {
    position: relative;
    width: 200px;
    height: 70px;
}

.payment-method input,
.payment-method input:active,
.payment-method input:focus {
    border: 0;
    outline: 0;
}

.payment-method label {
    position: absolute;
    inset: -4px 0 0;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 35px;
    background: #e1e1e3 no-repeat center;
    color: #989898;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.payment-method label span {
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(-50%);
}

.payment-methods input:checked + label {
    background: var(--bs-info, #0dcaf0) no-repeat center;
    color: #fff;
}

.stv-radio-tabs-wrapper {
    clear: both;
    position: relative;
    width: 94%;
    margin: 0 0 20px 3%;
    padding: 0;
    border-bottom: 1px solid var(--bs-success, #84ad33);
    text-align: center;
}

input.stv-radio-tab {
    position: absolute;
    left: -99999em;
}

input.stv-radio-tab + label {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    padding: 10px 25px;
    border: 1px solid #aaa;
    border-bottom: 0;
    background-color: #fff;
    color: #a6a6a6;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

input.stv-radio-tab + label:hover {
    background-color: #eee;
}

input.stv-radio-tab:checked + label {
    z-index: 1;
    border-color: var(--bs-success, #84ad33);
    box-shadow: 0 3px 0 -1px #fff, inset 0 5px 0 -1px var(--bs-success, #84ad33);
    color: #222;
}

.form_indirizzo {
    width: 90%;
    margin: 10px auto;
}

#form_azienda {
    display: none;
}

.form_indirizzo .colonna {
    font-weight: 700;
}

.form_indirizzo input,
.form_indirizzo select,
.form_indirizzo textarea {
    width: 100%;
    margin: 5px 0 15px;
    padding: 8px 5px;
    border: 1px solid var(--bs-border-color, #ccc);
    background-color: #fff;
    box-sizing: border-box;
    font-weight: 400;
    text-align: left;
}

.form_indirizzo textarea {
    min-height: 80px;
}

.form_indirizzo input:disabled,
.form_indirizzo textarea:disabled {
    background-color: #dfdfdf;
}

.carrello-indirizzi {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 3rem;
}

.colonna_indirizzo {
    flex: 1 1 320px;
    max-width: 500px;
}

.checkout-page,
.carrello-page {
    overflow-x: clip;
}

@media (max-width: 991px) {
    .outlet-menu-band {
        top: var(--header-height);
    }

    .outlet-slider,
    .outlet-slide,
    .outlet-slide-media,
    .outlet-slide-empty {
        min-height: 0;
    }

    .outlet-slide-price {
        bottom: 74px;
        font-size: 1.6rem;
    }

    table.carrello .carrello_immagine {
        width: 120px;
        margin-right: 0;
    }

    table.carrello td.last {
        padding-right: 10px;
    }

    .stv-radio-tabs-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .payment-method {
        width: min(100%, 280px);
    }
}

a.button_verde,
a.button_grigio {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 20px;
    border: 0;
    color: #fff;
    text-decoration: none;
    transition: border-radius 0.2s, background-color 0.2s;
}

a.button_verde {
    background-color: var(--bs-success, #84ad33);
}

a.button_verde:hover {
    border-radius: 4px;
    background-color: #6e9918;
}

a.button_grigio {
    background-color: var(--bs-secondary, #a6a6a6);
}

a.button_grigio:hover {
    border-radius: 4px;
    background-color: #8f8f8f;
}

a.button_grigio.button_aggiungi_carrello,
a.button_verde.button_aggiungi_carrello {
    padding-left: 40px;
    background-image: url('/app/public/files/ckfinder/images/carrello-bianco.png');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

#preventivo_container {
    margin-top: 30px;
    width: 100%;
}

#preventivo_button {
    width: 100%;
    padding: 6px 8px;
    box-sizing: border-box;
    background-color: darkorange;
    color: white;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

#preventivo_form_container {
    display: none;
    position: relative;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid darkorange;
}

#preventivo_form_overlay {
    display: none;
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url('/app/public/files/ckfinder/images/loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}

#preventivo_form table {
    width: 100%;
}

#preventivo_form_container table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

#preventivo_form_container table tr td:first-child {
    padding-right: 10px;
}

#preventivo_form textarea,
#preventivo_form input[type="text"],
#preventivo_form input[type="email"] {
    border: 1px solid #ccc;
    padding: 4px;
}

#preventivo_form textarea {
    width: 100%;
    min-height: 80px;
}

#preventivo_form input[type="text"],
#preventivo_form input[type="email"] {
    width: calc(100% - 10px);
}

#preventivo_form input[type="submit"] {
    float: right;
    padding: 6px 15px;
    border: none;
    background-color: darkorange;
    color: white;
    font-weight: 700;
}

.container_descrizione_aggiuntiva {
    margin-top: 30px;
}

.prodotto-descrizione-desktop {
    float: left;
    margin-right: 70px;
}

.container_descrizione_aggiuntiva>div:first-child p {
    padding-right: 10%;
}

.container_descrizione_aggiuntiva h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #a4a4a4;
    text-align: left;
    text-transform: none;
    font-size: 26px;
}

.informazioni_aggiuntive {
    overflow: hidden;
    width: auto;
}

.informazioni_aggiuntive div {
    float: left;
    width: 50%;
    padding: 8px 2% 8px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.informazioni_aggiuntive div:nth-of-type(odd) {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.informazioni_aggiuntive a {
    color: var(--bs-success, #84ad33);
    transition: color 0.2s;
}

.informazioni_aggiuntive a:hover {
    color: #6e9918;
}

.informazioni_aggiuntive div>span {
    float: right;
    width: 14px;
    height: 14px;
    background: url('/app/public/files/ckfinder/images/question.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    transition: transform 0.3s;
}

.informazioni_aggiuntive div>span:hover {
    transform: scale(1.2);
}

.sbarrato-no-margin {
    margin-right: 0;
}

@media (max-width: 991px) {
    .outlet-page-hero {
        padding-top: calc(var(--header-height) + 28px);
    }

    .outlet-page-subtitle {
        font-size: 15px;
    }

    .prodotto_configurazione h3 {
        margin-top: 1.5rem;
        font-size: 28px;
    }

    .finitura_container {
        flex-basis: calc(33.333% - 10px);
    }

    .container_descrizione_aggiuntiva>div:first-child {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .container_descrizione_aggiuntiva>div:first-child p {
        padding-right: 0;
    }

    .informazioni_aggiuntive div {
        width: 100%;
    }
}

.ui-selectmenu-menu-item-content {
    margin-bottom: 0 !important;
}

.ui-menu-item-wrapper {
    margin-bottom: 0 !important;
}

.container_varianti .miniatura {
    width: 80px;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5px;
    box-shadow: 0 0 0 1px #333 inset;
}

p {
    margin: 6px 0;
}

.ui-selectmenu-menu-item-header {
    display: block;
    font-weight: 700;
}

.ui-selectmenu-menu-item-content {
    display: block
}
.ui-selectmenu-button.ui-button{
    width: 100%;
}
.ui-icon-triangle-1-s{
    background-position: -60px -16px;
}.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 0;
    background-color: #f2f2f2;
    color: #222;
}
.ui-widget{
    font-family: 'Raleway', sans-serif;
}

.pallone {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    color: white;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 32px;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid;
    background-color: rgba(255, 255, 255, 0.8);
    /* background-image: url(/app/public/files/ckfinder/images/bollino-nero.jpg); */
}
#badge_prodotti{
    position:absolute;
    top: 18px;
    right: -8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: darkred;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 80%;
}

.opaco {
    cursor: not-allowed;
    opacity: 0.5;
}

.remodal-login {
    max-width: 620px;
}

.login-modal-title {
    margin-bottom: 20px;
    color: #555;
    text-align: center;
    font-size: 1.55rem;
}

.login-modal-form {
    width: min(92%, 440px);
    margin: 0 auto;
}

.login-modal-form input:not([type="submit"]),
.login-modal-form select {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 10px;
    border: 1px solid var(--bs-border-color, #ccc);
    background-color: #fff;
    color: #666;
}

.login-modal-submit {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px;
    padding: 8px 16px;
    border: 1px solid var(--bs-success, #198754);
    border-radius: 6px;
    background-color: var(--bs-success, #198754);
    color: #fff;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.login-modal-submit.btn-mio::before,
.login-modal-submit.btn-mio::after {
    display: none;
}

.login-modal-submit:hover,
.login-modal-submit:focus {
    border-color: #146c43;
    background-color: #146c43;
    color: #fff;
}

.login-modal-link {
    display: block;
    margin-bottom: 6px;
    color: #666;
    text-align: center;
}

.login-modal-link:hover {
    color: #333;
}

.login-modal-secondary {
    display: block;
    width: min(92%, 440px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 8px 16px;
    border-radius: 6px;
    white-space: normal;
}

.login-modal-register-btn {
    border: 1px solid var(--bs-success, #198754);
    background-color: #fff;
    color: var(--bs-success, #198754);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.login-modal-register-btn:hover,
.login-modal-register-btn:focus {
    border-color: #146c43;
    background-color: #146c43;
    color: #fff;
}

.login-google-btn {
    display: block;
    width: min(92%, 440px);
    margin: 10px auto 0;
    padding: 8px 14px;
    border: 1px solid #db4437;
    border-radius: 6px;
    background-color: #db4437;
    color: #fff;
}

.login-google-btn:hover,
.login-google-btn:focus {
    background-color: #c5372b;
    border-color: #c5372b;
    color: #fff;
}

.login-modal-captcha-wrap {
    width: min(100%, 320px);
    margin: 12px auto;
    text-align: center;
}

.login-modal-captcha-wrap .g-recaptcha {
    display: inline-block;
}

/* Keep SweetAlert above remodal overlays/dialogs */
.swal2-container {
    z-index: 30000 !important;
}

.swal2-popup {
    z-index: 30001 !important;
}

.utente-recupero-page {
    padding-top: 28px;
    padding-bottom: 30px;
    text-align: center;
}

.utente-recupero-intro {
    margin: 10px auto 20px;
    max-width: 780px;
}

.utente-recupero-form {
    width: min(92%, 520px);
    margin: 0 auto;
}

.utente-recupero-form input[type="email"] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid var(--bs-border-color, #ccc);
    background-color: #fff;
}

.utente-recupero-captcha-wrap {
    margin: 10px auto;
    text-align: center;
}

.utente-recupero-captcha-wrap #recaptcha3 {
    display: inline-block;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

table {
    max-width: 100%;
}

.ristretto img,
.ristretto iframe,
.ristretto table,
.blocco-home-testo img,
.blocco-home-testo iframe,
.blocco-home-testo table,
.prodotto-dettaglio-page img,
.prodotto-dettaglio-page iframe,
.prodotto-dettaglio-page table {
    max-width: 100%;
}

.ristretto table,
.blocco-home-testo table,
.prodotto-dettaglio-page table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ristretto table.carrello {
    display: table;
    width: 100%;
}

.prodotto-schedina-card {
    gap: 0.25rem;
}

.prodotto-schedina-immagine {
    width: 100%;
}

@media (max-width: 991px) {
    .slider-home-testo {
        width: min(88%, 720px);
        margin-top: 40vh;
        padding-inline: 12px;
    }

    .slider-home-titolo {
        font-size: clamp(2rem, 5vw, 2.5rem);
    }

    .slider-home-didascalia {
        font-size: clamp(1.1rem, 2.8vw, 1.4rem);
    }

    .link-header {
        margin: 0 0.5rem;
    }

    .autocomplete_prodotti {
        width: min(180px, 34vw);
    }

    .pallone {
        width: 68px;
        height: 68px;
        line-height: 68px;
        font-size: 26px;
        top: 1rem;
        right: 1rem;
    }

    .prodotto_configurazione {
        overflow: visible;
    }
}

@media (max-width: 767.98px) {
    html,
    body,
    main {
        max-width: 100%;
        overflow-x: hidden;
    }

    header {
        max-width: 100%;
        overflow: visible;
    }

    body {
        overflow-x: hidden;
    }

    .ristretto,
    .ristrettissimo {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
    }

    .blocco-full-bleed {
        left: auto;
        right: auto;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .slider-home-container,
    .slide-home {
        height: 62vh;
        min-height: 360px;
    }

    .slider-home-logo {
        top: calc(var(--header-height) + 12px);
        width: min(150px, 40vw);
    }

    .slider-home-testo {
        width: calc(100% - 24px);
        margin-top: 30vh;
        padding: 0.4rem 0.6rem 0.65rem;
    }

    .slider-home-titolo {
        font-size: clamp(1.35rem, 6vw, 1.8rem);
    }

    .slider-home-didascalia {
        font-size: clamp(0.9rem, 3.5vw, 1.05rem);
    }

    .blocco-home-testo {
        font-size: 16px;
        line-height: 1.45;
    }

    .blocco-home-testo.text-md-end,
    .blocco-home-testo.text-md-start {
        text-align: left !important;
    }

    .bg-cover-min-height,
    .bg-cover.bg-cover-quadrato {
        min-height: 58vw;
    }

    .my-menu-container {
        top: var(--header-height);
        width: 100%;
        max-height: calc(100vh - var(--header-height));
        max-height: calc(100dvh - var(--header-height));
        padding: 0;
    }

    .side-menu-row {
        margin: 0;
    }

    .side-menu-link,
    .my-menu-container .side-menu-toggle {
        margin: 0;
        padding: 10px 14px;
        background-color: rgba(20, 16, 14, 0.94);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .my-menu-container .side-menu-toggle {
        border-radius: 0;
    }

    .side-menu-child-link {
        padding: 6px 0;
    }

    .side-menu-search-row {
        padding: 0 0 8px;
        background-color: rgba(20, 16, 14, 0.94);
    }

    .side-menu-search-input {
        width: 100% !important;
        background-color: rgba(20, 16, 14, 0.94);
    }

    .side-menu-link:hover,
    .side-menu-link:focus,
    .my-menu-container .side-menu-toggle:hover,
    .my-menu-container .side-menu-toggle:focus {
        background-color: rgba(34, 28, 25, 0.98);
    }

    header.smaller .side-menu-link,
    header.smaller .my-menu-container .side-menu-toggle,
    header.bianco .side-menu-link,
    header.bianco .my-menu-container .side-menu-toggle,
    header.menu-scrolled .side-menu-link,
    header.menu-scrolled .my-menu-container .side-menu-toggle {
        background-color: rgba(20, 16, 14, 0.94);
    }

    header.smaller .side-menu-link:hover,
    header.smaller .side-menu-link:focus,
    header.smaller .my-menu-container .side-menu-toggle:hover,
    header.smaller .my-menu-container .side-menu-toggle:focus,
    header.bianco .side-menu-link:hover,
    header.bianco .side-menu-link:focus,
    header.bianco .my-menu-container .side-menu-toggle:hover,
    header.bianco .my-menu-container .side-menu-toggle:focus,
    header.menu-scrolled .side-menu-link:hover,
    header.menu-scrolled .side-menu-link:focus,
    header.menu-scrolled .my-menu-container .side-menu-toggle:hover,
    header.menu-scrolled .my-menu-container .side-menu-toggle:focus {
        background-color: rgba(34, 28, 25, 0.98);
    }

    .my-menu-container .side-menu-toggle + .collapse,
    .my-menu-container .side-menu-toggle + .collapsing {
        margin: 0;
        padding: 6px 14px 8px;
        background-color: rgba(20, 16, 14, 0.9);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    header.smaller .my-menu-container .side-menu-toggle + .collapse,
    header.smaller .my-menu-container .side-menu-toggle + .collapsing,
    header.bianco .my-menu-container .side-menu-toggle + .collapse,
    header.bianco .my-menu-container .side-menu-toggle + .collapsing,
    header.menu-scrolled .my-menu-container .side-menu-toggle + .collapse,
    header.menu-scrolled .my-menu-container .side-menu-toggle + .collapsing {
        background-color: rgba(20, 16, 14, 0.9);
    }

    .logo {
        margin-left: 0;
        max-width: 118px;
    }

    .link-header {
        height: auto;
        line-height: 1.2;
        margin: 0 0.25rem;
        font-size: 13px;
        vertical-align: middle;
    }

    .link-header img {
        height: 24px;
    }

    .link-header img.logo {
        height: auto;
        max-height: 46px;
    }

    .header-side-left,
    .header-side-right {
        min-width: 0;
    }

    .header-side-left {
        flex: 0 0 42px;
    }

    .header-side-right {
        flex: 0 0 auto;
        gap: 0.15rem;
    }

    .header-center {
        max-width: calc(100% - 108px);
    }

    .header-shell {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .mburger {
        --mb-button-size: 40px;
        --mb-bar-height: 3px;
        --mb-bar-spacing: 8px;
        padding-left: var(--mb-button-size);
    }

    .header-icon-link {
        width: 30px;
        height: 30px;
    }

    .header-icon-link i {
        font-size: 16px;
    }

    .header-icon-link img {
        height: 18px;
    }

    .header-lang-switcher {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .header-lang-switcher #container_bandierine_toggle {
        top: 34px;
        left: 50%;
        transform: translateX(-50%);
    }

    .header-lang-switcher .bandierina img {
        max-width: 18px;
        height: auto;
    }

    .header-search-form {
        display: none !important;
    }

    .autocomplete_prodotti {
        width: min(135px, 40vw);
        padding-right: 28px;
        background-size: 18px 12px;
    }

    .side-menu-search-input {
        width: 100% !important;
        min-width: 0;
    }

    #badge_prodotti {
        top: -2px;
        right: -2px;
    }

    .prodotto_configurazione h3 {
        font-size: 24px;
        line-height: 1.15;
    }

    .container_descrizione_aggiuntiva,
    .informazioni_aggiuntive {
        overflow-wrap: anywhere;
    }

    .novita_container {
        padding: 18px 12px 12px;
    }

    .home-novita-section h4 {
        margin-top: 0 !important;
        margin-bottom: 14px;
        font-size: 1.1rem;
        text-align: center !important;
    }

    .novita_slider {
        margin-top: 0;
        margin-bottom: 1rem !important;
    }

    .home-servizi-section {
        padding: 1.25rem 0.75rem !important;
    }

    .home-servizi-title {
        margin-bottom: 1.25rem !important;
        font-size: 1.25rem;
    }

    .home-servizi-grid {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 14px;
    }

    .home-servizi-col {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .home-servizio-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-content: start;
    }

    .home-servizio-icon-wrap {
        margin-bottom: 8px;
    }

    .home-servizio-icon {
        width: 1.9rem;
    }

    .home-servizio-text {
        display: block !important;
        width: 100%;
        min-width: 0;
        padding-bottom: 10px;
        border-bottom: 0 !important;
    }

    .home-servizio-text h4 {
        margin-bottom: 6px;
        font-size: 0.95rem;
        line-height: 1.15;
        text-align: center;
    }

    .home-servizio-text p {
        margin: 0;
        font-size: 0.72rem;
        line-height: 1.25;
        text-align: center;
    }

    .carrello-page,
    .checkout-page {
        width: 100%;
    }

    .carrello-table-wrap {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        overflow-x: visible;
    }

    table.carrello {
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0;
    }

    table.carrello thead {
        display: none;
    }

    .ristretto table.carrello,
    table.carrello,
    table.carrello tbody,
    table.carrello tr,
    table.carrello td {
        display: block;
        width: 100%;
    }

    table.carrello tbody {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    table.carrello tbody tr {
        border: 1px solid #dedede;
        background-color: #fff;
    }

    table.carrello tbody tr:not(.totale):not(.grantotale):not(.esenteiva):not(.errore_spedizione) {
        padding: 14px;
        border-radius: 14px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    }

    table.carrello tbody tr:not(.totale):not(.grantotale):not(.esenteiva):not(.errore_spedizione) td {
        border: 0;
        padding: 0;
        text-align: left;
    }

    table.carrello tbody tr:not(.totale):not(.grantotale):not(.esenteiva):not(.errore_spedizione) td + td {
        margin-top: 12px;
    }

    table.carrello tbody tr:not(.totale):not(.grantotale):not(.esenteiva):not(.errore_spedizione) td[data-th]::before {
        content: attr(data-th);
        display: block;
        margin-bottom: 4px;
        color: #7a7a7a;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.04em;
    }

    table.carrello tbody tr:not(.totale):not(.grantotale):not(.esenteiva):not(.errore_spedizione) td:first-child::before {
        display: none;
    }

    table.carrello .carrello_immagine {
        width: 100%;
        max-width: 180px;
        margin: 0 auto;
        display: block;
    }

    table.carrello td.td_ristretto,
    table.carrello td.td_ristrettomob,
    table.carrello td.last {
        min-width: 0;
        font-size: 1rem;
        text-align: left !important;
    }

    table.carrello td.last {
        padding-right: 0;
    }

    table.carrello select {
        width: 100%;
        min-width: 0;
        margin: 8px 0 0;
    }

    table.carrello tr.totale,
    table.carrello tr.grantotale,
    table.carrello tr.esenteiva,
    table.carrello tr.errore_spedizione {
        padding: 0;
        border-radius: 12px;
        overflow: hidden;
    }

    table.carrello tr.totale td,
    table.carrello tr.grantotale td,
    table.carrello tr.esenteiva td,
    table.carrello tr.errore_spedizione td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left !important;
    }

    table.carrello tr.totale td:last-child,
    table.carrello tr.grantotale td:last-child {
        padding-top: 0;
        font-weight: 700;
    }

    .a_destra {
        text-align: left !important;
    }

    #codice_sconto_form {
        display: grid;
        gap: 0.75rem;
        justify-items: stretch;
    }

    input[name='codice_sconto'] {
        width: 100%;
    }

    #pulsante_sconto,
    #cancella_sconto {
        top: 0;
        justify-self: end;
    }

    .carrello-actions-wrap .button_verde,
    .carrello-actions-wrap .button_grigio {
        width: 100%;
        text-align: center;
    }

    .payment-methods {
        margin-bottom: 28px;
    }

    .payment-method {
        width: 100%;
        max-width: none;
        height: auto;
    }

    .payment-method label {
        position: relative;
        inset: auto;
        padding: 16px 18px;
        border-radius: 18px;
    }

    .payment-method label span {
        top: auto;
        transform: none;
    }

    .stv-radio-tabs-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 0 18px;
        border-bottom: 0;
        gap: 8px;
    }

    input.stv-radio-tab + label {
        display: block;
        margin: 0;
        padding: 12px 14px;
        border-bottom: 1px solid #aaa;
    }

    .form_indirizzo {
        width: 100%;
        margin: 0 auto 18px;
    }

    .form_indirizzo .colonna {
        padding-left: 0;
        padding-right: 0;
    }

    .carrello-indirizzi {
        gap: 1rem;
    }

    .colonna_indirizzo {
        flex: 1 1 100%;
        max-width: none;
    }

    .prodotto-dettaglio-page {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .slider-prodotto .bg-cover {
        padding-bottom: 100%;
    }

    #container_modelli,
    .container_varianti,
    #container_prezzo,
    #preventivo_container {
        max-width: none;
    }

    .supercontainer {
        gap: 8px;
    }

    .finitura_container {
        flex: 0 0 calc(50% - 8px);
    }

    .prodotto_configurazione a.del {
        float: none;
        margin-top: 0.5rem;
    }

    .container_descrizione_aggiuntiva {
        margin-top: 24px;
    }

    .container_descrizione_aggiuntiva h3 {
        font-size: 22px;
    }

    .informazioni_aggiuntive div {
        padding-right: 0;
    }

    .footer_menu {
        text-align: center;
    }

    .footer_menu .ristrettissimo div a,
    .footer_menu .ristrettissimo ul,
    .footer_menu .ristrettissimo li {
        text-align: center;
    }

    .clickPointLabel {
        display: none;
    }

    .clickPoint.is-active .clickPointLabel {
        display: block;
    }

    .clickPoint {
        width: 20px;
        height: 20px;
    }

    .prodotto-schedina-card {
        min-height: 100%;
    }
}
