:root {
    --primarioArancio: #e44236;
    --primario: #f5c920;
    --testo: #2b2a29;
    --beige: #fbf8f2;
    --grigio-base: #a8a8a8;
    --grigio-base-scuro: #8a8a8a;
    --grigio-road: #525252;
    --grigio-body: #faf9f7;
    --grigio-body-scuro: #ededed;
    /*complementari e varie*/
    --primario_old: #fbae25;
    --primarioChiaro: #faf3cc;
    --primarioChiaroTrasp: #faf3ccd9;
    --secondario: #b60e00;
    --rossino: #e96359;
    --primarioScuro: #2c2c2c;
    --primarioArancio_old: #e16a16;
    --tempistiche-bg: rgba(231, 83, 34, .75);
    --blue: #12225b;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #fa3434;
    --orange: #ff6a00;
    --yellow: #ffc107;
    --green: #62bc00;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #F2F3F7;
    --gray-dark: #343a40;
    --primary: #ff6a00;
    --secondary: #12225b;
    --success: #62bc00;
    --info: #17a2b8;
    --warning: #ff6a00;
    --danger: #fa3434;
    --light: #fff0e5;
    --dark: #212529;
    --primary-light: #ff3333;
    --gray: #F2F3F7;
    /*colori categorie*/
    --polleria: #f59158;
    --bordo: lightgray;
    --rosticceria: #8f6033;
    --bar: #523e3e;
    --trattoria: #e46464;
    --pizzeria: #d4aa6b;
    --ristorante: #c55252;
    --pasticceria: #6e9cab;
    --vegetariano: #649c60;
    /* fine categorie*/
    /*colori categorie*/
    --polleriaa: #ff5f02;
    --bordoa: lightgray;
    --rosticceriaa: #964800;
    --bara: #522e2e;
    --trattoriaa: #e70e0e;
    --pizzeriaa: #da9937;
    --ristorantea: #ca0505;
    --pasticceriaa: #6e9cab;
    --vegetarianoa: #649c60;
    --icone-ricerca: #e44235;
    /* fine categorie*/
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1100px;
    --font-family-sans-serif: "Inter", Arial, "Helvetica Neue", "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

span.text-cat {
    width: 100%;
    position: absolute;
    /* bottom: -118px;  */
    left: 0;
    padding: 5px 5px 5px 5px;
    /* font-size: small; */
    font-size: 1rem;
    margin: 0;
    /* font-weight: 500; */
    color: var(--grigio-body);
    line-height: 1;
    /* border-radius: 0 0 5px 5px; 
    background-color: var(--primarioArancio);*/
    text-align: center;
    font-weight: 900;
}
.item.bordo.icone-ricerca:hover {
    background-color: var(--primario);
    /* transition: auto; */
}

.item.bordo.icone-ricerca:hover span.text-cat {
    color:var(--primarioArancio) !important;
}

span.text-cat-listing {
    width: 100%;
    position: absolute;
    bottom: -118px; 
    left: 0;
    padding: 5px 5px 5px 5px;
    /* font-size: small; */
    font-size: 1rem;
    margin: 0;
    /* font-weight: 500; */
    color: var(--grigio-body);
    line-height: 1;
    /* border-radius: 0 0 5px 5px; */
    background-color: var(--primarioArancio);
    text-align: center;
    font-weight: 900;
}
@media (max-width: 468px) and (min-width: 276px) {
.no-mobile{
    display:none;
}
}
@media (max-width: 768px) and (min-width: 276px) {
    span.text-cat-listingxx {
    width: 100%;
    position: absolute;
    /* bottom: 0px; */
    left: 0;
    padding: 5px 5px 5px 5px;
    /* font-size: small; */
    font-size: 0.8rem;
    margin: 0;
    /* font-weight: 500; */
    color: var(--grigio-body);
    line-height: 1;
    /* border-radius: 0 0 5px 5px; */
    background-color: var(--primarioArancio);
    text-align: center;
    font-weight: 900;
    vertical-align: top;
    top: -16px;
}
span.text-cat-listing {
    width: 100%;
    position: absolute;
    top: -14px !important;
    /* bottom: 0px; */
    left: 0;
    padding: 5px 5px 5px 5px;
    /* font-size: small; */
    font-size: 0.8rem;
    margin: 0;
    /* font-weight: 500; */
    color: var(--grigio-body);
    line-height: 1;
    /* border-radius: 0 0 5px 5px; */
    background-color: var(--primarioArancio);
    text-align: center;
    font-weight: 900;
    vertical-align: top;
    height: 110px;

}
.icone-ricerca input:checked + label > .text-cat-listing {
    width: 100%;
    position: absolute;
    top: 0px !important;
    left: 0;
    padding: 5px 5px 5px 5px;
    /* font-size: small; */
    /* font-size: 1rem; */
    margin: 0;
    /* font-weight: 500; */
    color: var(--grigio-body);
    line-height: 1;
   
    text-align: center;
    font-weight: 900;
    height: 110px;
    color: var(--primarioArancio);
}
nav.secondary_nav.sticky_registrati.is_stuck {
    margin-top: 0px;
    top: 155px !important;
}
nav.registrati.element_to_stick.sticky {
    z-index: 1000000000;
    position: fixed;
    top: 60px;
    width: 97%;
}
}

p.testofaq a {
    border-bottom: 1px dashed var(--rossino);
    color: #444444;
}
p.testofaq a:hover {
    border-bottom: 1px dashed var(--primario);
    color: var(--rossino);
}
#clear-filters {
  cursor: pointer; 
  background-color: var(--rossino);
    color: white;
    padding: 3px 10px;
    border-radius: 5px; 
}
.container-fluid.bg-white {
    /* position: relative; */
    /* top: -100px; */
    z-index: -1;
    /* padding-top: 100px; */
    margin-top: -30px;
    /* margin-bottom: 40px; */
}

.zoomcat:hover {
    box-shadow: 0px 0px 10px var(--primario);
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.15);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.15);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.15);
    transition: all 200ms ease-in;
    transform: scale(1.15);
    cursor: pointer;
}

small {
    font-size: 70%;
}

.centerdiv {
    padding: 15px;
    text-align: center;
    background-color: var(--primarioChiaro);
}

.centerpadding {
    padding: 15px;
    line-height: 0.2em;
    text-align: center;
    font-size: 22px;
}

a.menu_item.modal_dialog {
    min-height: 100px;
}

p.ingredienti-voci {
    min-height: 80px;
    padding-top: 8px;
}


/* Elementi voci */

figure.m-elementi-voci img {
    width: 100px;
    overflow: hidden;
    position: absolute;
    margin: 0;
    right: 28px;
    top: 15%;
    border: 1px solid var(--white);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
}


/* modal center*/

.modal.modal-vcenter {
    padding: 15px !important;
}

.modal.modal-vcenter .modal-dialog {
    /* overwrites bootstrap4 properties */
    position: relative;
    margin: auto;
    max-width: 100%;
    /* added properties */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper.newsletter {
    width: 330px;
    display: block;
    /* margin: 0 auto; */
    padding-top: 80px;
}

@media (max-width: 1023px) and (min-width: 576px) {
    .infinite {
        /* position: relative;*/
        width: 200px;
        height: 200px;
        border-radius: 100%;
        /* overflow: hidden; */
        margin: 0 auto;
        box-shadow: 0 0 40px 60px var(--grigio-road);
        background: var(--grigio-road);
        transform-origin: bottom;
        transform-style: preserve-3d;
        transform: perspective(500px) rotateX(70deg);
        /* box-shadow: 0px 10px 40px var(
    --primario); */
        /* box-shadow: 10px 0 10px 0px var( --primario), -10px 0 10px 0px var( --primario); */
        top: 0px !important;
    }
    span#nomeUtente {
        display: none;
    }
    .dropdown.user>a:after {
        font-family: 'ElegantIcons';
        content: '\33';
        font-size: 18px;
        font-size: 1.125rem;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        top: 0;
        margin: 0;
        line-height: 1;
        margin-top: -2px;
        margin-left: -5px;
        float: right;
    }
    .download_app {
        width: 100% !important;
        text-align: left;
    }
    .download_app h1 {
        width: 70%;
        padding-top: 20px;
    }
    .bannerphone {
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 530px;
        margin-bottom: 20px;
        position: relative;
        overflow: visible;
        padding-top: 230px;
    }
    .bg_bggray {
        background-color: #faf9f7;
        background: url("../img/mockup_telefono.png");
        background-repeat: no-repeat;
        background-position: right -300px;
    }
    .categories_carousel.listing .item img {
        position: absolute;
        left: 50%;
        top: 70px;
        /* top: 36%; */
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(0.7);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        filter: brightness(10);
    }
    .main-menu>ul>li>a {
        color: var(--white);
        padding: 0 8px 10px 8px;
        font-size: 14px;
        font-size: 0.9rem;
        font-weight: 500;
    }
    span.text-cat {
        width: 100%;
        position: absolute;
        top: 2px;
        left: 0;
        padding: 5px 5px 5px 5px;
        /* font-size: small; */
        font-size: 1.8vw;
        margin: 0;
        /* font-weight: 500; */
        color: var(--grigio-body);
        line-height: 1;
        /* border-radius: 0 0 5px 5px; */
        background-color: var(--primarioArancio);
        text-align: center;
        font-weight: 900;
    }
    .zuber-partner-box {
        background-image: url('/Media/Struttura/zuber-hotbox-verso-sx.svg');
        background-size: 140px;
        background-repeat: no-repeat;
        position: absolute;
        width: 140px;
        height: 130px;
        left: 0px !important;
        z-index: -1;
        /* transform: rotate(20deg); */
        bottom: -80px !important;
    }
}

@media screen and (min-width: 1300px) {
    .hero_single.inner_pages.partner-mobile.background-image {
        top: -60px !important;
    }
    .hero_single.inner_pages.partner-mobile.background-image {
        background-position: -790px 9px !important;
        transition: 0.7s;
    }
    .hero_single.inner_pages.partner-hero {
        height: 837px !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #ededed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
    }
}

@media (max-width: 1300px) and (min-width: 1027px) {

    .hero_single.inner_pages.partner-mobile.background-image {
        background-position: -790px 19px;
        transition: 0.7s;
    }
    .main-menu>ul>li>a {
        color: var(--white);
        padding: 0 8px 10px 8px;
        font-size: 14px;
        font-size: 1rem;
        font-weight: 500;
    }
    .hero_single.inner_pages.partner-mobile.background-image {
        top: -80px;
    }
    .hero_single.inner_pages.rider-hero {
        height: 740px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #ededed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        top: 10px;
    }
}

@media (max-width: 399px) and (min-width: 276px) {
    .dropdown-menu.show {
    top: 10px !important;
    left: 9px !important;
    padding-top: 20px !important;
}
  
    .page_header.element_to_stick.sticky {
        margin-top: -95px;
        /* height: 210px; */
    }
    .zu-indirizzo {
        margin-bottom: 5px;
    }
    a.cambia-indirizzo {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) and (min-width: 360px) {
    .dropdown-menu.show {
    top: 10px !important;
    left: 0px !important;
    padding-top: 20px !important;
}
    .categories_carousel.listing .item {
        overflow: hidden;
        height: 150px;
        background-color: var(--icone-ricerca);
        position: relative;
        /* margin-left: 3px; */
        /* margin-right: 3px; */
        margin-bottom: 6px;
        padding: 5px;
        text-align: center;
        border-radius: 5px;
        box-shadow: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .page_header.sticky {
    padding: 0px !important;
}
     .element_to_stick .zu-indirizzo {
        /* margin-bottom: -25px; */
        padding-top: 0px;
    }
    .sticky .zu-indirizzo {
        /* margin-bottom: -25px; */
        padding-top: 100px;
    padding-bottom: 0px !important;}
    
    .page_header.element_to_stick.sticky {
        margin-top: -80px;
        /* height: 210px; */
    }
    a.cambia-indirizzo {
        margin-bottom: 10px;
    }
    .dropdown.user>a figure {
        width: 34px;
        height: 34px;
        overflow: hidden;
        position: absolute;
        left: -0px;
        top: 7px;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #e5c8b8;
    }
    li.carrello-ico {
        left: -10px;
    }
    .partner-mobile {
        padding-top: 30px !important;
    }
}

.preloads {
    background: #202020e8;
    position: fixed;
    z-index: 1000000000000000;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.preload {
    background: #202020e8;
    position: fixed;
    z-index: 1000000000000000;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: background 0.5s, opacity 0.5s linear;
}

.box {
    transition: 1.5s;
    position: fixed;
    /* left: -20px;
    top: 60px; */
    width: 120px;
    height: 100%;
    z-index: 999000000000000000;
    background: url('/Media/Struttura/zuber-hotbox-verso-dx.svg') no-repeat;
    background-size: 130px;
    background-position: 50% center;
    animation: shake-1 1s linear infinite;
    -moz-animation: shake-1 1s linear infinite;
    -webkit-animation: shake-1 1s linear infinite;
    -o-animation: shake-1 1s linear infinite;
    /*transform: perspective(0) rotateX(-260deg) !important;*/
    opacity: 1;
    transition: background-size 0.5s, opacity 0.5s linear;
}

.preload .pre-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* min-height: 117vh;
     background: radial-gradient(#2e2e2e, #333); */
    /* position: absolute; */
    z-index: auto;
}

.infinite {
    /* position: relative; */
    width: 200px;
    height: 200px;
    border-radius: 100%;
    /* overflow: hidden; */
    margin: 0 auto;
    box-shadow: 0 0 40px 60px var(--grigio-road);
    background: var(--grigio-road);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: perspective(500px) rotateX(70deg);
    /* box-shadow: 0px 10px 40px var(
    --primario); */
    /* box-shadow: 10px 0 10px 0px var( --primario), -10px 0 10px 0px var( --primario); */
    top: 0px;
    opacity: 1;
    transition: background 0.5s, opacity 0.5s linear;
}

.infinite::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, var(--grigio-road) 0%, var(--grigio-road) 30%, var(--white) 30%, var(--white) 100%);
    background-size: 120px;
    animation: animatedRoad 1s linear infinite;
}

@keyframes animatedRoad {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -120px;
    }
}

.infinite::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    /* background: #333; */
    /* box-shadow: 12px 0 15px -4px var(
    --primarioScuro), -12px 0 8px -4px var(
    --primarioScuro); */
    bottom: -30px;
    transform-origin: top;
    transform: perspective(860px) rotateX(-25deg);
}

.uniblock {
    display: contents;
}

.shadowz {
    position: absolute;
    bottom: -93px;
    left: 50%;
    width: 95%;
    transform: translateX(-50%);
    height: 60px;
    background: linear-gradient(rgba(0, 0, 0, 0.25), transparent);
}

@media (max-width: 768px) and (min-width: 276px) {
    .main-title.faq h2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .main-menu ul li a:hover,
    a.show-submenu:hover {
        color: var(--primarioArancio) !important;
        background-color: var(--primario) !important;
        opacity: 1 !important;
    }
    .icone-ricerca .info {
        display: none;
    }
    
    .ordine-plus, .ordine-modal {
        color: var(--white);
        float: right;
        position: relative;
        bottom: 60px !important;
        z-index: 1;
        background-color: var(--grigio-body-scuro);
        padding: 2px 10px 0px 5px;
        border-radius: 50px 0 0 50px;
    }
    h1.title-about {
        margin-top: 30px;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 45px;
    }
    .zuberbol {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        font-size: 2.5rem;
        width: 100%;
        height: 55vw !important;
    }
    .zuber-bolle {
        width: 42vw !important;
        /* margin: 0 auto; */
        text-align: center;
        display: block;
    }
    .first {
        position: relative !important;
        left: inherit !important;
        /* left: 300px; */
        top: 0px;
        margin: 0 auto;
        text-align: center;
    }
    .mid-ball {
        position: relative !important;
        left: inherit !important;
        right: 0px;
        margin: 0 auto;
        top: 0px;
        text-align: center;
    }
    .last {
        position: relative !important;
        left: inherit !important;
        top: -19vw;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 576px) and (min-width: 276px) {
    div#headerCarrelloHome {
    display: block;
    position: relative;
   
    background: var(--primarioArancio);
    text-align: center;
    color: white;
    font-size: 18px;
    padding: 20px 0;
    width: 95% !important;
    margin: 0 auto;
}
    .infinite {
        /* position: relative;
        width: 70px;
        height: 70px; */
        border-radius: 100%;
        /* overflow: hidden; */
        margin: 0 auto;
        box-shadow: 0 0 40px 60px var(--grigio-road);
        background: var(--grigio-road);
        transform-origin: bottom;
        transform-style: preserve-3d;
        transform: perspective(500px) rotateX(70deg);
        /* box-shadow: 0px 10px 40px var(
    --primario); */
        /* box-shadow: 10px 0 10px 0px var( --primario), -10px 0 10px 0px var( --primario); */
        top: -20px !important;
    }
    .omino-box {
        background-image: url(/Media/Struttura/zuber-hotbox-verso-sx.svg);
        background-size: inherit !important;
        width: inherit !important;
        left: inherit !important;
        text-align: center;
        background-position: center;
    }
    .col-md-3.ordina-mobile.order {
        order: -1;
        margin-bottom: 20px;
    }
    h2.titolo-rider {
        color: white;
        font-weight: 900;
        display: inline-flex;
        font-size: 40px;
        margin-bottom: 30px;
    }
    .bg_bggray {
        background-color: #faf9f7;
        background: url("../img/mockup_telefono.png");
        background-repeat: no-repeat;
        background-position: right -75px !important;
        background-size: 90% !important;
    }
    .download_app h1 {
        width: 73%;
        text-align: left;
    }
    .bannerphone {
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 450px;
        margin-bottom: 20px;
        position: relative;
        overflow: visible;
        padding-top: 130px;
    }
    .categories_carousel.listing .item {
        overflow: hidden;
        height: 130px;
        background-color: var(--icone-ricerca);
        position: relative;
        /* margin-left: 3px; */
        /* margin-right: 3px; */
        margin-bottom: 6px;
        padding: 5px;
        text-align: center;
        border-radius: 5px;
        box-shadow: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    ul.menu-sidebar.sticky_orizzontale {
        position: fixed !important;
        bottom: -17px !important;
        width: 100%;
        left: 0px;
        z-index: 1000000000;
        text-align: center;
        font-size: 3.8vw;
    }
    main.m-top-listing {
        margin-top: 60px;
    }
    li.elemento-sidebar {
        display: contents;
    }
    .hero_single.inner_help {
        height: 310px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #ededed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        top: 65px !important;
        margin-bottom: 50px !important;
    }
    .mb_30 {
        margin-bottom: 70px;
        position: relative;
        margin-top: -30px;
    }
    #logo {
        float: none;
        width: 180px;
        text-align: left;
        display: block;
        height: 60px;
    }
    .categories_carousel.listing .item img {
        top: 65px !important;
        width: 130px;
    }
    span.text-cat {
        width: 100%;
        position: absolute;
        top: 2px;
        left: 0;
        padding: 5px 5px 5px 5px;
        /* font-size: small; */
        font-size: 2.8vw;
        margin: 0;
        /* font-weight: 500; */
        color: var(--grigio-body);
        line-height: 1;
        /* border-radius: 0 0 5px 5px; 
        background-color: var(--primarioArancio);*/
        text-align: center;
        font-weight: 900;
    }
    .wrapper.newsletter {
        width: 330px;
        display: block;
        margin: 0 auto;
        padding-top: 0px;
    }
    .zuber-partner-box.mobile {
        background-image: url('/Media/Struttura/zuber-hotbox-verso-dx.svg');
        background-size: 110px;
        background-repeat: no-repeat;
        position: absolute;
        width: 120px;
        height: 100px;
        left: 20px !important;
        z-index: 10;
        transform: rotate( 0deg);
        bottom: -28px !important;
        top: inherit;
    }
    .hero_single.inner_pages.partner-mobile {
        height: 900px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #ededed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        /* top: -80px; */
        margin-top: 60px;
    }
    .ordina-primo-mobile {
        order: -1;
    }
    .hero_single.inner_pages.partner-mobile.background-image {
        /* top: 50px; */
    }
    .zubermen-out-box {
        background-image: url(/Media/Struttura/zubermen-out-phone.svg);
        background-size: 177px;
        background-repeat: no-repeat;
        /* position: relative; */
        /* width: 210px; */
        height: 183px;
        /* left: 23px; */
        z-index: -1;
        /* transform: rotate(
20deg); */
        /* top: -70px; */
        background-position: center center;
    }
}

@media screen and (min-height:460px) {
    .modal .modal-body {
        max-height: 65vh;
    }
}

.modal .modal-body {
    max-height: 40vh;
    overflow-y: auto;
}

img#image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

figure.m-elementi-voci img {
    cursor: pointer;
}


/* img.img-fluid:hover {
    border: 1px dashed gray;
} */


/* fine elementi voci */

.box-form {
    /* text-transform: uppercase; */
    /* background-color: #f4c594; */
    padding: 5px;
    color: #737070;
    font-size: 16px;
}

.bloccoindirizzo {
    background-color: #f3f3f3;
    border-radius: 4px;
    position: relative;
    z-index: 102;
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 52%);
    box-shadow: 0px 0px 25px rgb(0 0 0 / 52%);
    padding: 20px;
    text-align: center;
}

div#categorie {
    padding: 20px;
}

.m-categoria_old {
    /* line-height: 5em; */
    background-color: #ed7030;
    /* padding: 10px; */
    /* border-radius: 80px; */
    /* width: 113px; */
    /* position: relative; */
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    border: 5px solid #fbece3;
    box-shadow: 0px 4px 6px #888888;
    margin-bottom: 6px;
    /* height: 100px; */
    padding: 5px;
    /* border: 3px solid green; */
    text-align: center;
    border-radius: 80px;
    width: 130px;
}

.m-categoria {
    background-color: var(--white);
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
    padding: 5px;
    text-align: center;
    border-radius: 16px;
    box-shadow: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 114.2px;
    width: 114.2px;
}

span.menuextend {
    color: var(--primarioArancio);
}

.row.container.margin_30_60 {
    margin-left: auto;
    margin-right: auto;
}

.m-categoria.Ristorante {
    background: url(/img/Icone/icona_gourmet.svg);
}

.m-categoria.Pizzeria {
    background: url(/img/Icone/icona_pizzeria.svg);
}

.m-categoria.street-food {
    background: url(/img/Icone/icona_bar.svg);
}

.m-categoria.categoria {
    background: url(/img/Icone/icona_cassa.svg);
}

.m-categoria.Farmacia {
    background: url(/img/Icone/icona_love.svg);
}

.m-categoria.Supermarket {
    background: url(/img/Icone/icona_supermercati.svg);
}

.m-categoria.Servizi-postali {
    background: url(/img/Icone/icona_corriere.svg);
}

.m-categoria.Altro {
    background: url(/img/Icone/icona_altro.svg);
}

.m-categoria.Fiorai {
    background: url(/img/Icone/icona_fioraio.svg);
}


/* span.text-cat {
    background-color: #e4d98e;
    width: 200px;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
   

overflow: hidden;
color: #b01e17;
font-size: 12px;

}
*/

span.text-cat-old-2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 5px 5px 5px;
    font-size: small;
    font-size: 1rem;
    margin: 0;
    /* font-weight: 500; */
    color: var(--grigio-body);
    line-height: 1;
    /* border-radius: 0 0 5px 5px; */
    background-color: var(--primarioArancio);
    text-align: center;
}








.icone-ricerca :checked + label {
  
 
    overflow: hidden;
    width: 100% !important;
    height: 160px;
    background-color: var(--grigio-body);
    position: absolute;
    /* margin-left: 3px; */
    /* margin-right: 3px; */
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
    border-radius: 5px;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
     top: -10px;
    left:-10px;
    border: 1px solid var(--primarioArancio);
}


.icone-ricerca :checked + label span {
     color: var(--primarioArancio);
    z-index:10;
    bottom: 9px !important;
    position:absolute;
    background:transparent !important;
}
span.text-cat-old {
    /* -webkit-animation-delay: .3s;
    animation-delay: .3s;
    line-height: 1.14;
    margin-top: 9px;
    font-weight: 500;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    font-size: 14px;
    max-height: 35px;
    color: #e98936; */
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 5px 5px 5px;
    font-size: small;
    /* font-size: 1rem; */
    margin: 0;
    /* font-weight: 500; */
    color: var(--grigio-body);
    line-height: 1;
    border-radius: 0 0 5px 5px;
    background-color: var(--primarioArancio);
}
p#filter-display {
    min-height: 44px;
   margin-bottom:0px;
    padding: 0px;
    /* line-height: 3em; */
    
}
span.filtro {
    display: block;
    min-height: 44px;
}
img.icona-circle {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    margin-top: -5px;
    height: 80px;
}


/* .m-categoria.ristorante {
    background: url(/img/Icone/icona_gourmet.svg);
}
.m-categoria.ristorante {
    background: url(/img/Icone/icona_gourmet.svg);
}
.m-categoria.ristorante {
    background: url(/img/Icone/icona_gourmet.svg);
}
.m-categoria.ristorante {
    background: url(/img/Icone/icona_gourmet.svg);
}
.m-categoria.ristorante {
    background: url(/img/Icone/icona_gourmet.svg);
}
.m-categoria.ristorante {
    background: url(/img/Icone/icona_gourmet.svg);
}
.m-categoria.ristorante {
    background: url(/img/Icone/icona_gourmet.svg);
}
.m-categoria.ristorante {
    background: url(/img/Icone/icona_gourmet.svg);
}
.m-categoria.ristorante {
    background: url(/img/Icone/icona_gourmet.svg);
} */

.runway {
    position: absolute;
    width: 100%;
    bottom: 10%;
}

.zuber {
    width: 120px;
}


/* Da aggiungere a custom*/

.numbers-row.sommario {
    /*! font-size: 9px !important; */
    /*! zoom: 0.7; */
    /*! width: 91px; */
}

.col-9.line2 {
    padding-top: 3px;
    padding-left: 0px;
    padding-right: 15px;
}

.col-3.qta-voci {
    height: 25px;
    /*! padding-right: 5px; */
}

.col-9.line2 {}

a.nome-prodotto {
    /* width: 52px; */
}

.row.voce-prodotto {
    margin-bottom: 5px;
    background-color: white;
}

.aggiunta {
    background-color: #AD310B !important;
    color: white !important;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.box_order .main ul li a {
    /* padding-left: 20px !important; */
    color: #444;
    display: inline-block;
    position: relative;
}

.nome-prodottos:before {
    font-family: "ElegantIcons";
    content: "\e019" !important;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
}

.mod-voce:before {
    font-family: "ElegantIcons";
    content: "\6a" !important;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    left: 19px;
    top: -3px;
    line-height: 1.2em;
    margin-left: 5px;
    display: revert;
    border: 1px solid lightgray;
    /* border-radius: 5px; */
    padding: 3px 3px 4px 3px;
}
.descrizione {
    position: relative;
    display: block;
    left: 40px;
    top: -25px;
    width: 90%;
    line-height: 1.2em;
}
.elimina-voce:before {
    font-family: "ElegantIcons";
    content: "\e019" !important;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    left: -8px;
    top: -3px;
    line-height: 1;
    margin-left: 5px;
    border: 1px solid lightgray;
    /* border-radius: 5px; */
    padding: 5px;
}

i {
    font-style: initial;
}

a.modifica-voce {
    margin-left: 15px;
    max-width: 200px;
}

.box_order .main ul li a {
    padding-left: 2px;
    color: #444;
    /* display: inline-block; */
    position: initial !important;
    /* left: 6px; */
    /* position: relative !important; */
    /* line-height: 1em; */
}

.chiuso {
    background: var(--red);
    color: var(--white);
    font-size: 1em;
    font-family: "Poppins", Helvetica, sans-serif;
    padding: 2px 20px 2px 20px;
    display: inline-block;
    position: absolute;
    top: 100px;
    right: 0;
    font-weight: 700;
    text-transform: lowercase;
}

.aperto {
    background: var(--green);
    color: var(--white);
    font-size: 1em;
    font-family: "Poppins", Helvetica, sans-serif;
    padding: 2px 20px 2px 20px;
    display: inline-block;
    position: absolute;
    top: 100px;
    right: 0;
    font-weight: 700;
    text-transform: lowercase;
}

.svgimage.listing {
    background: #5e5e5e;
    padding: 2px 2px 2px 5px;
    border-radius: 6px;
    width: 64px;
    /* margin-top: 10px; */
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 8px;
    z-index: 10000;
}

span.testo-apertura {
    margin-left: 5px;
    top: 1px;
    position: relative;
}

.svgimage.negozioaperto {
    background: var(--success) !important;
    color: var(--white);
}

.svgimage.negoziochiuso {
    background: var(--primarioArancio) !important;
    color: var(--white);
}

.badges {
    width: 200px;
}

.svgimage.negoziochiuso.listing {}


/* .svgimage.listing {
    background: #5e5e5e;
    padding: 5px;
    border-radius: 6px;
    width: 69px;
    
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 8px;
    z-index: 1;
} */

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent !important;
    font-weight: 600;
    /* font-size: 25px; */
}

.stato.tempistica-bg {
    color: var(--white);
    background-color: var(--tempistiche-bg) !important;
}

.stato {
    border-radius: 5px 0px 0px 5px;
}

/* p.modif-voce {
    margin-bottom: 0px;
    font-size: small;
    color: lightcoral;
    margin-left: 40px;
} */
p.modif-voce, .col-4.descr-prezzo {
   
    font-size: small;
    color: var(--white);
   /*  margin-bottom: 0px;
   line-height: 1.2em;
     margin-left: 40px; */
}

.dropdown.tipo-consegna {padding: 7px 8px 2px 9px;border: 1px dashed red;background-color: var(--primarioArancio);color: white !important;}

/* fine custom*/

.zuber-rider-box {
    background-image: url('/Media/Struttura/zuber-hotbox-verso-sx.svg');
    background-size: 110px;
    background-repeat: no-repeat;
    position: absolute;
    width: 120px;
    height: 100px;
    left: -59px;
    z-index: 10000;
    transform: rotate(20deg);
    top: -70px;
}

.zuber-partner-box {
    background-image: url('/Media/Struttura/zuber-hotbox-verso-sx.svg');
    background-size: 140px;
    background-repeat: no-repeat;
    position: absolute;
    width: 140px;
    height: 130px;
    left: -170.4px !important;
    z-index: 10000;
    /* transform: rotate(20deg); */
    bottom: -53px !important;
}

.omino-box {
    background-image: url(/Media/Struttura/zuber-hotbox-verso-sx.svg);
    background-size: 130px;
    background-repeat: no-repeat;
    /* position: absolute; */
    width: 140px;
    height: 130px;
    left: -59px;
    z-index: -1;
    /* transform: rotate(
20deg); */
    top: -70px;
}


/* Menu utente*/

@media only screen and (max-width: 900px) {
    ul.menu-utente.phone {
        display: block !important;
    }
}

.col-lg-8.col-md-10.m-auto {
    padding-top: 30px;
}

@media (min-width: 991px) {
    .ordina-primo-mobile {
        order: 0;
    }
    .partner-mobile {
        padding-top: 90px;
    }
}


/* FINE MENU UTENTE*/


/* BLOCCHI DISABILITATI TEMPORANEAMENTE */

.box-pagamento {
    display: none;
}

.promo {
    display: none;
}


/* FINE BLOCCHI DISABILITATI TEMPORANEAMENTE */

.center {
    text-align: center;
}

.on-top {
    z-index: 99;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.animated {
    transition: opacity 1s ease;
}

.hidden.shown,
.shown {
    opacity: 1;
    height: auto;
    overflow: visible;
    left: 370px;
    top: 12px;
    color: var(--testo);
    -webkit-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
    -moz-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
    box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
}

.absolute .target .on-top .shown img {
    width: 1200px;
}

.hidden {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.overflow-hidden {
    overflow-y: hidden;
}

hr.hrstyle {
    margin: 0px;
}

span.ribbon.off {
    display: none;
}

small.indirizzo {
    font-weight: 500;
    line-height: 0.3em !important;
    font-size: 13px;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.8);
    background: none !important;
    left: 0 !important;
    padding: 0 !important;
}


/* COLORE CATEGORIE IN LISTING*/

.strip figure small.ribbon-cat {
    padding: 3px;
    border-radius: 3px;
    color: var(--white);
    top: 2px;
    position: relative;
    left: 4px;
    z-index: 9999;
    background-color: var(--grigio-road);
    text-transform: uppercase;
}

.ribbon-cat.Polleria {
    background-color: var(--polleria) !important;
}

.ribbon-cat.Rosticceria {
    background-color: var(--rosticceria) !important;
}

.ribbon-cat.Bar {
    background-color: var(--bar) !important;
}

.ribbon-cat.Trattoria {
    background-color: var(--trattoria) !important;
    color: var(--grigio-body) !important;
}

.ribbon-cat.Pizzeria {
    background-color: var(--pizzeria) !important;
    color: var(--testo) !important;
}

.ribbon-cat.Ristorante {
    background-color: var(--ristorante) !important;
}

.ribbon-cat.Vegetariano {
    background-color: var(--vegetariano) !important;
}

.ribbon-cat.Pasticceria {
    background-color: var(--pasticceria) !important;
    color: var(--testo) !important;
}


/* colori categorie in risultati ricerca */

.strip figure small {
    padding: 3px;
    border-radius: 3px;
    color: var(--white);
    top: 2px;
    position: relative;
    left: 4px;
    z-index: 10000;
    /* background-color: var(--grigio-road); */
    text-transform: uppercase;
}

.strip .badge {
    padding: 6px;
    border-radius: 3px;
    top: 5px;
    position: relative;
    left: 5px;
    z-index: 10000;
    background-color: var(--white);
    text-transform: uppercase;
    color: var(--primarioArancio);
    font-weight: 700;
    margin-bottom: 3px
}

.strip figure .Polleria {
    background-color: var(--polleria) !important;
}

.strip figure .Rosticceria {
    background-color: var(--rosticceria) !important;
}

.strip figure .Bar {
    background-color: var(--bar) !important;
}

.strip figure .Trattoria {
    background-color: var(--trattoria) !important;
    color: var(--grigio-body) !important;
}

.strip figure .Pizzeria {
    background-color: var(--pizzeria) !important;
    color: var(--testo) !important;
}

.strip figure .Ristorante {
    background-color: var(--ristorante) !important;
}

.strip figure .Vegetariano {
    background-color: var(--vegetariano) !important;
}

.strip figure .Pasticceria {
    background-color: var(--pasticceria) !important;
    color: var(--testo) !important;
}


/* blocco ordine*/

.no-input {
    position: relative;
    border: none;
    text-align: right;
    font-size: 16px !important;
    padding: 0;
    margin: 0;
}

.col-3.testo-totale {
    padding-top: 12px;
}

.row.blocco-totale {
    border-bottom: 1px solid lightgray;
    height: 35px;
    margin-bottom: 29px;
}


/*Fine blocco ordine*/

small.prezzo-a-partire-da {
    position: absolute;
    font-size: 14px;
    color: var(--white);
    bottom: 2px;
    text-align: right;
    right: 10px;
}

span.quantita-categoria {
    position: absolute;
    left: 5px;
    bottom: 0px;
    color: var(--primarioArancio);
    background-color: var(--white);
    border-radius: 20px;
    padding: 3px;
    width: 30px;
    height: 30px;
    line-height: 1.9em;
}

.item.bordo.icone-ricerca:hover span.quantita-categoria {
    position: absolute;
    left: 5px;
    bottom: 0px;
    color: var(--white);
    background-color: var(--primarioArancio);
    border-radius: 20px;
    padding: 3px;
    width: 30px;
    height: 30px;
    line-height: 1.9em;
}

.item.bordo.icone-ricerca:hover small.prezzo-a-partire-da {
    position: absolute;
    font-size: 14px;
    color: var(--primarioArancio);
    bottom: 2px;
    text-align: right;
    right: 10px;
}

.categories_carousel.listing .item:hover img {
    filter: saturate(1.5) brightness(0.96) !important;
}


/*Bordi*/

.bordo {
   /* border: 5px solid var(--primarioArancio);
     border-radius: 10px; */
}

.bordo.Bar {
    border-color: var(--bar) !important;
}

.Bar span.text-cat {
    background: -moz-linear-gradient(top, var(--bar) 5%, var(--bar) 100%) !important;
    background: -webkit-linear-gradient(top, var(--ristoranti) 5%, var(--bar))!important;
    background: linear-gradient(to bottom, var(--bar) 100%, var(--bar) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--bar)', endColorstr='var(--bar)', GradientType=0) !important;
}

.bordo.Trattoria {
    border-color: var(--trattoria) !important;
}

.Trattoria span.text-cat {
    background: -moz-linear-gradient(top, var(--trattoria) 5%, var(--trattoria) 100%) !important;
    background: -webkit-linear-gradient(top, var(--ristoranti) 5%, var(--trattoria))!important;
    background: linear-gradient(to bottom, var(--trattoria) 100%, var(--trattoria) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--trattoria)', endColorstr='var(--trattoria)', GradientType=0) !important;
}

.bordo.Ristorante {
    border-color: var(--ristorante);
}

.Ristorante span.text-cat {
    background: -moz-linear-gradient(top, var(--ristorante) 5%, var(--ristorante) 100%) !important;
    background: -webkit-linear-gradient(top, var(--ristoranti) 5%, var(--ristorante))!important;
    background: linear-gradient(to bottom, var(--ristorante) 100%, var(--ristorante) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--ristorante)', endColorstr='var(--ristorante)', GradientType=0) !important;
}

.bordo.Vegetariano {
    border-color: var(--vegetariano);
}

.Vegetariano span.text-cat {
    background: -moz-linear-gradient(top, var(--vegetariano) 5%, var(--vegetariano) 100%) !important;
    background: -webkit-linear-gradient(top, var(--vegetariano) 5%, var(--vegetariano))!important;
    background: linear-gradient(to bottom, var(--vegetariano) 100%, var(--vegetariano) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--vegetariano)', endColorstr='var(--vegetariano)', GradientType=0) !important;
}

.bordo.Pasticceria {
    border-color: var(--pasticceria);
}

.Pasticceria span.text-cat {
    background: -moz-linear-gradient(top, var(--pasticceria) 5%, var(--pasticceria) 100%) !important;
    background: -webkit-linear-gradient(top, var(--ristoranti) 5%, var(--pasticceria))!important;
    background: linear-gradient(to bottom, var(--pasticceria) 100%, var(--pasticceria) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--pasticceria)', endColorstr='var(--pasticceria)', GradientType=0) !important;
}

.bordo.Pizzeria {
    border-color: var(--pizzeria);
}

.Pizzeria span.text-cat {
    background: -moz-linear-gradient(top, var(--pizzeria) 5%, var(--pizzeria) 100%) !important;
    background: -webkit-linear-gradient(top, var(--pizzeria) 5%, var(--pizzeria))!important;
    background: linear-gradient(to bottom, var(--pizzeria) 100%, var(--pizzeria) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--pasticceria)', endColorstr='var(--pasticceria)', GradientType=0) !important;
}

.bordo.Polleria {
    border-color: var(--polleria);
}

.Polleria span.text-cat {
    background: -moz-linear-gradient(top, var(--polleria) 5%, var(--polleria) 100%) !important;
    background: -webkit-linear-gradient(top, var(--polleria) 5%, var(--polleria))!important;
    background: linear-gradient(to bottom, var(--polleria) 100%, var(--polleria) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--pasticceria)', endColorstr='var(--pasticceria)', GradientType=0) !important;
}

.bordo.Rosticceria {
    border-color: var(--rosticceria);
}

.Rosticceria span.text-cat {
    background: -moz-linear-gradient(top, var(--rosticceria) 5%, var(--rosticceria) 100%) !important;
    background: -webkit-linear-gradient(top, var(--rosticceria) 5%, var(--rosticceria))!important;
    background: linear-gradient(to bottom, var(--rosticceria) 100%, var(--rosticceria) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--pasticceria)', endColorstr='var(--pasticceria)', GradientType=0) !important;
}


/*NEGOZIO BADGE*/

.badge-negozio small {
    position: relative;
    background-color: var(--primarioArancio);
    top: 5px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px 4px 8px;
    line-height: 1;
    font-size: 10px;
    font-size: 0.75rem;
    color: white;
}

.badge-negozio small.Polleria {
    background-color: var(--polleria) !important;
}

.badge-negozio small.Rosticceria {
    background-color: var(--rosticceria) !important;
}

.badge-negozio small.Bar {
    background-color: var(--bar) !important;
}

.badge-negozio small.Trattoria {
    background-color: var(--trattoria) !important;
    color: var(--grigio-body) !important;
}

.badge-negozio small.Pizzeria {
    background-color: var(--pizzeria) !important;
    color: var(--testo) !important;
}

.badge-negozio small.Ristorante {
    background-color: var(--ristorante) !important;
}

.badge-negozio small.Vegetariano {
    background-color: var(--vegetariano) !important;
}

.badge-negozio small.Pasticceria {
    background-color: var(--pasticceria) !important;
    color: var(--testo) !important;
}

span.negozi-trovati {
    color: var(--primarioArancio);
    font-weight: 700;
}

.negozi-trovati i.icon_pin_alt {
    /* font-size: 28px;
    position: relative;
    top: 13px; */
    font-size: 28px;
    position: relative;
    top: 0px;
    height: 44px;
    float: left;
}

a.cambia-indirizzo {
    float: left;
    display: block;
    margin-left: 0px;
}

.has-error {
    color: red;
    border: 1px solid;
}


/*HOME*/

img.parallax.right {
    float: right;
    width: 600px;
    top: 630px;
    position: relative;
}


/*FINE HOME*/

.IndirizziUtente {
    /* height: 38px; */
    border-bottom: 1px solid lightgray;
    padding-top: 10px;
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* margin: 5px; */
    /* cursor: pointer; */
}

label.IndirizzoUtente {
    width: 90%;
    line-height: 1.7em;
    padding-left: 6px;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
}

span.NomeCognome {
    font-weight: 900;
    /* margin-left: 5px; */
}

.radio {
    margin: 0.5rem;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radio input[type=radio]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type=radio]:checked+.radio-label:before {
    background-color: var(--primario);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: var(--primario);
}

.radio input[type=radio]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0;
}

.no-registrazione.d-none {
    display: block !important;
}


/*menu utente*/

ul#top_menu li {
    float: inherit !important;
    margin: 0;
    line-height: 1;
    margin-right: 0px;
}

#menu-utente ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* margin-left: 20px; */
}

#menu-utente>ul>li {
    display: inline-block;
    padding: 0px;
}

#menu-utente ul li {
    position: relative;
    min-width: 30px;
}

#menu-utente>ul>li.home>a {
    color: var(--primarioArancio);
}

#menu-utente>ul>li>a {
    position: relative;
    display: block;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: var(--testo);
    text-decoration: none;
    font-size: 14px;
    /* margin: 0px 14px; */
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 30px;
}

#menu-utente>ul>li>div>a {
    font-size: 14px;
    /* margin: 0px 0px 0px 14px; */
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

#menu-utente ul.submenu-utente {
    position: absolute;
    right: 0px;
    top: 150% !important;
    max-width: 300px;
    width: 150px;
    text-align: left;
    background-color: #ebebeb;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 10px #444444;
}

#menu-utente ul.submenu-utente li:first-child {
    border-top: none;
}

#menu-utente ul.submenu-utente>li {
    border-top: 1px solid #333333;
}

#menu-utente ul li ul li {
    margin-left: 0;
}

#menu-utente ul.submenu-utente>li>a {
    display: block;
    text-decoration: none;
    padding: 0 0 0 10px;
    line-height: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.submenu-utente i.fas {
    min-width: 25px;
    text-align: right;
    font-size: 20px;
    line-height: 45px;
}

#menu-utente ul.submenu-utente>li>a:hover {
    display: block;
    color: var(--white) !important;
    text-decoration: none;
    padding: 0 0 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--primarioArancio);
}

#menu-utente ul li:hover>ul.submenu-utente {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}


/* Generated by Glyphter (http://www.glyphter.com) on  Tue Oct 12 2021*/

@font-face {
    font-family: 'zubermen ico';
    src: url('icon_fonts/fonts/zubermen-ico.eot');
    src: url('icon_fonts/fonts/zubermen-ico.eot?#iefix') format('embedded-opentype'), url('icon_fonts/fonts/zubermen-ico.woff') format('woff'), url('icon_fonts/fonts/zubermen-ico.ttf') format('truetype'), url('icon_fonts/fonts/zubermen-ico.svg#zubermen-ico') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='iconzu-']:before {
    display: inline-block;
    font-family: 'zubermen ico';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#messaggio-conferma {
    text-align: center;
    padding: 20px 15px;
}


/*CONFERMA REGISTRAZIONE*/

.box_order_form {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: var(--white);
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.box_order_form .head {
    text-align: left;
    padding: 15px 20px 12px 25px;
    background-color: #454545;
    color: var(--white);
}

.box_order_form .head h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    color: var(--white);
}

.box_order_form .head small {
    display: block;
}

.box_order_form .head a {
    color: var(--white);
    text-decoration: underline;
}

.box_order_form .main {
    padding: 20px 15px 10px 15px;
}

.box_order_form .form-group input {
    padding-right: 10px;
}

.box_order_form .form-group i {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    right: 3px;
    top: 12px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important;
}

.box_order_form .form-group i.icon_mail {
    top: 10px;
}

.payment_select {
    background-color: #eeeeee;
    padding: 15px 15px 10px 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.payment_select label {
    display: inline-block;
    margin-bottom: 0;
}

.payment_select i {
    float: right;
    font-size: 24px;
}

.payment_select#paypal {
    background: #eeeeee url(../img/paypal_2.svg) center right no-repeat;
}

#confirm {
    text-align: center;
    padding: 60px 15px;
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}

.inlinesvg .svg svg {
    display: inline;
}

.icone_inline {
    display: contents;
}

li.icona_card img {
    width: 70px;
}

.icone_inline li {
    float: left;
    list-style: none;
    padding: 0 4px 0 0;
}

li.icona_card img {
    width: 70px;
    filter: grayscale(1);
    transition: .3s;
}

li.icona_card img:hover {
    width: 70px;
    filter: grayscale(0);
    transition: .3s;
}

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}

#register_bg {
    background: #ccc url(../img/hero_6.svg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}

#register {
    -webkit-box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
    width: 430px;
    padding: 30px 45px;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: auto;
    background-color: var(--white);
    min-height: 100vh;
}

#register figure {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding: 0 60px 30px 60px;
}

@media (max-width: 767px) {
    .col-3.qta-voci {
  
    padding-left: 5px;
}
    .zuber-rider-box.mobile {
        background-image: url('/Media/Struttura/zuber-hotbox-verso-dx.svg');
        background-size: 110px;
        background-repeat: no-repeat;
        position: absolute;
        width: 120px !important;
        height: 100px !important;
        left: 9px !important;
        z-index: 10;
        transform: rotate( 0deg);
        bottom: -32px !important;
        top: inherit;
    }
}

#register form {
    margin-bottom: 30px;
    display: block;
}

#register form .form-group input {
    padding-left: 40px;
}

#register form .form-group i {
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    left: 12px;
    top: 9px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important;
}

#register form .form-group i.icon_lock_alt {
    top: 10px;
}

#register .copy {
    text-align: center;
    position: absolute;
    padding-top: 10px;
    height: 30px;
    left: 0;
    bottom: 30px;
    width: 100%;
    color: #999;
}

.access_social {
    margin-top: 40px;
}
.access_social {
    display: none;
}
@media (min-width: 768px) and (max-width:99px) {
    .main-top-page {
    top: 102px;
    position: relative;
}
}
@media (max-width: 767px) {
    .hero_single.inner_pages h1 {
        margin-top: 160px !important;
        padding: 0px;
    }
    #register figure {
        margin: -30px -30px 20px -30px;
        padding: 20px 30px;
    }
    #register {
        width: 100%;
        padding: 30px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .menumobile span.menuextend {
        color: white;
        font-weight: 700;
    }
    .access_social {
        margin-top: 30px;
    }
}

.divider {
    text-align: center;
    height: 1px;
    margin: 30px 0 15px 0;
    background-color: #ededed;
}

.divider span {
    position: relative;
    top: -20px;
    /* background-color: var(--white); */
    display: inline-block;
    padding: 10px;
    font-style: italic;
}

a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: var(--white);
    min-width: 200px;
    margin-bottom: 5px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}


/*Password strength */

#pass-info {
    width: 100%;
    margin-bottom: 15px;
    color: #555;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 3px 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

#pass-info.weakpass {
    border: 1px solid #FF9191;
    background: #FFC7C7;
    color: #94546E;
}

#pass-info.stillweakpass {
    border: 1px solid #FBB;
    background: #FDD;
    color: #945870;
}

#pass-info.goodpass {
    border: 1px solid #C4EEC8;
    background: #E4FFE4;
    color: #51926E;
}

#pass-info.strongpass {
    border: 1px solid #6ED66E;
    background: #79F079;
    color: #348F34;
}

#pass-info.vrystrongpass {
    border: 1px solid #379137;
    background: #48B448;
    color: #CDFFCD;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.b-bot {
    border-bottom: 1px solid lightgray;
}

h3.success {
    font-size: 26px;
    font-weight: 700;
}

hr.riepilogo-hr {
    border-color: var(--success);
}

h3.titolo.success {
    font-size: 26px;
    font-weight: 700;
}

#messaggio-conferma strong {
    font-weight: 700;
    color: var(--testo);
}

i.icon_lock_alt.centerline {
    position: relative;
    top: -31px;
    left: 10px;
}


/*fine CONFERMA REGISTRAZIONE*/


/*ALERT*/

.info {
    color: var(--info);
}

.success {
    color: var(--success);
}

.warning {
    color: var(--warning);
}

.danger {
    color: var(--danger);
}

.margin_160_40 {
    padding-top: 160px;
    padding-bottom: 40px;
    position: relative;
    z-index: 0;
}

img.svg-image {
    width: 40px;
}

.svgimage {
    background: #5e5e5e;
    padding: 5px;
    border-radius: 6px;
    /* width: 140px; */
    margin-top: 10px;
    display: inline-block;
}

span.spese-trasporto-u {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 8px;
    position: relative;
    left: 15px;
    top: 3px;
}

span.gratis span {
    /* color: green !important; */
    margin-top: 4px !important;
    display: contents;
}

.svgimage.gratis .spese-trasporto {
    display: none;
}

.svgimage.gratis:after {
    content: "Free!";
    padding-left: 14px;
    font-size: 14px;
}

.svgimage.gratis {
    /* background: green;
    padding: 0px 5px 5px 5px;
    border-radius: 6px;
    width: 110px;
    margin-top: 10px; */
}

img.svg-image {
    width: 34px !important;
    left: 22px !important;
}

.svgimagehome img.svg-image {
    width: 24px !important;
    left: 22px !important;
}

span.svgimagehome.gratis span img.svg-image-home {
    filter: brightness(0.5) sepia(1) hue-rotate(46deg) saturate(4);
    /* width: 30px !important; */
}

img.svg-image-home {
    filter: brightness(0.4) sepia(1) hue-rotate(46deg) saturate(0);
    width: 28px !important;
    top: -1px;
    position: relative;
}

.svgimagehome span {
    color: var(--testo);
    filter: grayscale(100%);
}

figure.elemento_negozio .svgimagehome {
    background-color: #5e5e5e;
    padding: 0px 8px 0px 2px;
    border-radius: 6px;
    width: 110px;
    margin-top: 10px;
    position: absolute;
    right: 5px;
    top: -6px;
    z-index: 20000;
    color: var(--white);
}

span.spese-trasporto {
    padding-left: 15px;
    font-size: 20px;
    color: var(--white);
    font-size: 14px;
    padding-right: 5px;
}

figure.elemento_negozio .svgimagehome.gratis .spese-trasporto {
    display: none;
}

figure.elemento_negozio .svgimagehome.gratis:after {
    content: "Free!";
    /* padding-left: 45px; */
    font-size: 20px;
    left: 125px;
    color: var(--white);
    font-size: 14px;
}

span.svgimagehome span {
    padding: 0px;
}

span.svgimagehome span.testoicon.spese-trasporto {
    color: #4c4c4c !important;
    line-height: 1.2em;
    display: contents;
}

span.svgimagehome.gratis span.testoicon.spese-trasporto {
    /* color: green !important; */
    /* line-height: 1.2em; */
    display: none;
}

span.svgimagehome.gratis .spese-trasporto {
    display: none;
}

span.svgimagehome.gratis span:after {
    content: "Free!";
    padding-left: 5px;
    font-size: 20px;
    left: 5px;
    color: #62bc00;
    font-size: 14px;
}

i.icon_wallet,
i.icon_cloud-upload_alt,
i.icon_lifesaver,
i.icon_globe-2,
i.icon_document_alt,
i.icon_comment_alt {
    font-size: 60px;
    font-size: 3.75rem;
    background: var(--secondario);
    background: -webkit-linear-gradient(top, var(--secondario), var(--primarioArancio));
    background: linear-gradient(to bottom, var(--secondario), var(--primarioArancio));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin: 0 auto 15px;
}

.card-center {
    text-align: center;
}


/*Icona Help fissa basso - dx*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
.blocco-help {
    /* width: 290px; */
    height: 0px;
    /* background-color: var(--white); */
    /* border-radius: 15px; */
    /* box-shadow: 0px 12px 45px rgba(0, 0, 0, .15); */
    /* font-family: 'Roboto', sans-serif; */
    /* text-align: center; */
    /* margin: 0 0 10px 0; */
    overflow: hidden;
    /* opacity: 0; */
    bottom: -20px;
    position: relative;
    left: 16px;
    z-index: 0;
}

.blocco-help.open {
    height: 220px;
    opacity: 1;
}

.blocco-help.popup-ani {
    -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blocco-help h1 {
    font-size: 20px;
    color: #757575;
    padding: 25px 0;
    margin: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.blocco-help .love {
    width: 20px;
    height: 20px;
    background-position: 35px 84px;
    display: inline-block;
    margin: 0 6px;
    background-size: 62px;
}

.blocco-help .ba-logo {
    width: 65px;
    height: 25px;
    background-position: 0px;
    margin: 0 auto;
    opacity: .5;
    cursor: pointer;
}

.blocco-help .ba-logo:hover {
    opacity: 1;
}

.logo-ani {
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
}

.blocco-help input {
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 15px;
    border: 0;
    outline: none;
    margin: 8px 0;
    width: 100%;
    box-sizing: border-box;
    line-height: normal;
    /*Bootstrap Overide*/
    font-family: sans-serif;
    /*Bootstrap Overide*/
}

.blocco-help .img {
    background-image: url("https://zubermen.com/img/logo_sticky.svg");
}

.blocco-help-fab {
    width: 70px;
    height: 70px;
    background-color: var(--primarioArancio);
    border-radius: 70px;
    float: right;
    box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
    z-index: 5;
    position: relative;
    cursor: pointer;
}

.blocco-help-fab .wrap {
    transform: rotate(0deg);
    -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}

.blocco-help-fab .ani {
    transform: rotate(90deg);
    -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}

.blocco-help-fab .close {
    background-position: -2px 1px;
    transform: rotate(-45deg);
    float: none;
    /*Bootstrap Overide*/
    opacity: 1;
    /*Bootstrap Overide*/
}

.blocco-help-wrap {
    position: fixed;
    right: 25px;
    bottom: 25px;
    /* z-index: -60000000; */
}

.ba-settings {
    position: absolute;
    top: -25px;
    right: 0px;
    padding: 10px 20px;
    background-color: #555;
    border-radius: 5px;
    color: var(--white);
}

span.menuextend {
    color: var(--primarioArancio);
}

.wrap .icona-aiuto-supporto {
    padding-left: 28px;
    margin-left: 20px;
    position: relative;
    font-size: 20px !important;
}

.wrap .icona-aiuto-supporto:before {
    content: '\0041';
    font-family: 'zubermen ico';
    font-size: 50px !important;
    text-indent: 0;
    position: absolute;
    left: -10px;
    top: 10px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #f9fafb;
}


/* fine Icona Help */

.vedi-help {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999999999 !important position: relative;
}
.mousepointer {
    cursor: pointer;
    color: var(--primarioArancio);
    font-weight: 400;
    font-size: smaller;
}
.nuovo-indirizzo {
    z-index: 20000000800000000000000000000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(220 220 220);
    /* visibility: hidden;
    opacity: 0; */
    transition: all 0.2s ease-in;
    will-change: opacity;
}

.container-help {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
}

.container-help .wrap {
    width: 6em;
    height: 6em;
    border-radius: 0 50% 50% 50%;
    border-radius: 50%;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: var(--primarioArancio);
    box-shadow: 4px 4px 10px #b3b3b3;
    position: relative;
}

.container-help .wrap.active {
    border-radius: 0 50% 50% 50%;
    transform: rotate(45deg);
    background: var(--primario);
    color: red;
}

.container-help .wrap.active span {
    position: absolute;
    left: 30%;
    top: 15%;
    font-size: 3em;
    color: #454545;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-help .wrap.green {
    background: green;
    transform: rotate(0deg);
    border-radius: 5px;
}

.container-help span {
    position: absolute;
    left: 50%;
    top: 52%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 5em;
    color: var(--white);
}


/* fine Icona Help */

.icona-aiuto.ico-help {
    background-color: #e16a16;
    border-radius: 55px;
    box-shadow: 0px 5px 5px #8d8d8d;
    /* box-shadow: 0px 12px 45px rgb(0 0 0 / 15%); */
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0 0 7px 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    top: -20px !important;
}

.icona-help:before {
    content: '\0041';
    font-family: 'zubermen ico';
    font-size: 21px;
    font-size: 2.5125rem;
    text-indent: 0;
    position: absolute;
    left: 5px;
    top: 5px;
    font-weight: normal;
    line-height: 1;
}

.icona-aiuto.ico-dove {
    background-color: #1690e1;
    border-radius: 55px;
    box-shadow: 0px 5px 5px #8d8d8d;
    /* box-shadow: 0px 12px 45px rgb(0 0 0 / 15%); */
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0 0 7px 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    top: -20px !important;
}

.icona-dove:before {
    content: '\0063';
    font-family: 'zubermen ico';
    font-size: 21px;
    font-size: 1.5125rem;
    text-indent: 0;
    position: absolute;
    left: 13px;
    top: 14px;
    font-weight: normal;
    line-height: 1;
}

.icona-aiuto.ico-cerca {
    background-color: #a716e1;
    border-radius: 55px;
    box-shadow: 0px 5px 5px #8d8d8d;
    /* box-shadow: 0px 12px 45px rgb(0 0 0 / 15%); */
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0 0 7px 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    top: -20px !important;
}

.icona-cerca:before {
    content: '\0059';
    font-family: 'zubermen ico';
    font-size: 21px;
    font-size: 1.5125rem;
    text-indent: 0;
    position: absolute;
    left: 13px;
    top: 12px;
    font-weight: normal;
    line-height: 1;
}

.icona-cerca {
    position: absolute;
    top: 0px;
    display: block;
    color: var(--white);
    width: 20px !important;
    z-index: 1000;
}

.icona-dove {
    position: absolute;
    top: 55px;
    display: block;
    color: var(--white);
    width: 20px !important;
    z-index: 1000;
}

.icona-help {
    position: absolute;
    top: 114px;
    display: block;
    color: var(--white);
    width: 20px !important;
    z-index: 1000;
}

a.icona-cerca,
a.icona-dove,
a.icona-help {
    color: white !important;
}

a.icona-help:hover,
a.icona-dove:hover,
a.icona-cerca:hover {
    color: var(--white);
    opacity: 0.7;
}

.icona-aiuto.ico-cerca:hover,
.icona-aiuto.ico-help:hover,
.icona-aiuto.ico-dove:hover {
    background-color: var(--white) !important;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1 !important;
}


/* fine Icona Help */

textarea.disabled::-webkit-input-placeholder {
    color: #ffffff00 !important;
    transition: 0.4s;
    text-shadow: 0 0 4px rgb(0 0 0 / 70%);
}

textarea.disabled:-moz-placeholder {
    /* Firefox 18- */
    color: transparent !important;
    transition: 0.4s;
    text-shadow: 0 0 4px rgb(0 0 0 / 70%);
}

textarea.disabled::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent !important;
    transition: 0.4s;
    text-shadow: 0 0 4px rgb(0 0 0 / 70%);
}

textarea.disabled:-ms-input-placeholder {
    color: transparent !important;
    transition: 0.4s;
    text-shadow: 0 0 4px rgb(0 0 0 / 70%);
}

textarea.disabled::placeholder {
    color: transparent !important;
    transition: 0.4s;
    text-shadow: 0 0 4px rgb(0 0 0 / 70%);
}


/*Blur e button disabilitati */

.disableds {
    filter: blur(4px);
    cursor: not-allowed !important;
    pointer-events: none;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

button.disableds {
    cursor: not-allowed !important;
    pointer-events: none;
    color: #c0c0c0;
    background-color: var(--white);
}


/*-------- Fixed Booking Panel--------*/

.box_no_order {
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); */
}

.box_no_order .head {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
    border-bottom: 1px solid var(--white);
    padding: 17px 20px 12px 20px;
    background-color: var(--primarioArancio);
    color: var(--white);
}

.box_no_order .head h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 0;
    color: var(--white);
}

.box_no_order .main {
    padding: 15px;
    background-color: var(--primarioArancio);
    color: var(--white);
}

.box_no_order .main ul {
    list-style: none;
    padding: 0;
}

.box_no_order .main ul li {
    margin-bottom: 8px;
}

.box_no_order .main ul li.total {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.box_no_order .main ul li a {
    padding-left: 25px;
    color: var(--white);
    display: inline-block;
    position: relative;
}

.box_no_order .main ul li a:hover {
    color: var(--primario);
}

.box_no_order .main ul li span {
    float: right;
}

.box_no_order .form-group {
    margin: 0 0 10px 0;
}

.box_no_order textarea {
    height: 130px;
}

.box_no_order a.close_panel_mobile {
    position: absolute;
    right: 15px;
    top: 5px;
    color: var(--white);
    font-size: 26px;
    font-size: 1.625rem;
    display: none;
}

.zuber-about-box {
    background-image: url('/Media/Struttura/zubermen-fly.svg');
    background-size: 100px;
    background-repeat: no-repeat;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 150px;
    z-index: -1;
    /* transform: rotate(20deg); */
    bottom: 140px;
}

.zuberbol {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 2.5rem;
    width: 100%;
    height: auto;
}

.zuber-bolle {
    width: 270px;
}

.mid-ball {
    position: absolute;
    left: 210px;
}

.last {
    position: absolute;
    left: 400px;
}

.last:hover,
.mid-ball:hover,
.first:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0px, 0px, 10px);
    perspective: 1000px;
}

@keyframes shake {
    0% {
        transform: rotate(0);
    }
    15% {
        transform: rotate(5deg);
    }
    30% {
        transform: rotate(-5deg);
    }
    45% {
        transform: rotate(4deg);
    }
    60% {
        transform: rotate(-4deg);
    }
    75% {
        transform: rotate(2deg);
    }
    85% {
        transform: rotate(-2deg);
    }
    92% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(0);
    }
}

@media (min-width: 1361px) {
    span#nomeUtente {
        display: contents;
    }
    li.menumobile.nodesk {
        display: none;
        visibility: hidden;
    }
    .hero_single.inner_pages.rider-hero.background-image {
        background-position: center !important;
    }
    .row.justify-content-center {
        padding-top: 90px;
    }
    .dropdown-menu.show {
    top: 10px !important;
    left: -5px !important;
    padding-top: 20px !important;
}
}

.zuber-partner-box.mobile:hover,
.zuber-rider-box.mobile:hover {
    /* animation-name: shake-1; */
    animation: shake-1 1s linear infinite;
    -moz-animation: shake-1 1s linear infinite;
    -webkit-animation: shake-1 1s linear infinite;
    -o-animation: shake-1 1s linear infinite;
}

.zuber-partner-box.mobile:hover div.hero_single.inner_pages,
.zuber-rider-box.mobile:hover div.hero_single.inner_pages {
    animation: movebg 20s alternate infinite;
    -moz-animation: movebg 20s alternate infinite;
    -webkit-animation: movebg 20s alternate infinite;
    -o-animation: movebg 20s alternate infinite;
}

@keyframes movebg {
    0% {
        background-position: 100% -40px;
    }
    50% {
        background-position: 0% -40px;
    }
    100% {
        background-position: 100% -40px;
    }
}

@keyframes shake-1 {
    0% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
    10% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    20% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    100% {
        transform: translate(1px, 1px) rotate(0deg);
    }
}

@media (max-width: 991px) {
   
    .hero_single.inner_pages.rider-hero.background-image {
        background-position: center !important;
    }
    .row.justify-content-center {
        padding-top: 0px !important;
    }
    .ordina-primo-mobile {
        order: -1;
    }
    .zubermen-out-box {
        background-image: url(/Media/Struttura/zubermen-out-phone.svg);
        background-size: 177px;
        background-repeat: no-repeat;
        /* position: relative; */
        /* width: 210px; */
        height: 183px;
        /* left: 23px; */
        z-index: -1;
        /* transform: rotate(
20deg); */
        /* top: -70px; */
        background-position: center center;
    }
    nav.main-menu {
        padding-top: 0px !important;
    }
    ul.menu-sidebar.sticky_orizzontale {
        position: fixed !important;
        bottom: -17px !important;
        width: 100%;
        left: 0px;
        z-index: 1000000000;
        text-align: center;
        font-size: 3.8vw;
    }
    li.elemento-sidebar {
        display: contents;
    }
    .elemento-sidebar a {
        padding: 0 5px;
        border-right: 1px solid white;
        /* border-left: 1px solid white; */
    }
    h3.titolo-sidebar.faq {
        visibility: hidden;
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
     .dropdown-menu.show {
    top: -10px !important;
    left: -5px !important;
    padding-top: 20px !important;
}
    /* .zuber-rider-box.mobile {
        background-image: url('/Media/Struttura/zuber-hotbox-verso-dx.svg');
        background-size: 110px;
        background-repeat: no-repeat;
        position: absolute;
        width: 120px;
        height: 100px;
        left: 110px;
        z-index: 10;
        transform: rotate( 0deg);
        bottom: -16px;
        top: inherit;
    } */
    .download_app h3 {
        font-size: 20px;
        font-weight: 400;
        width: 70%;
    }
    .bg_bggray {
        background-color: #faf9f7;
        background: url("../img/mockup_telefono.png");
        background-repeat: no-repeat;
        background-position: right -255px !important;
        background-size: 90% !important;
    }
    .download_app {
        width: 80%;
    }
    .bannerphone {
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 470px;
        margin-bottom: 20px;
        position: relative;
        overflow: visible;
        padding-top: 120px;
    }
    .page_header {
        padding: 30px 0 10px 0;
        background-color: var(--white);
        background-image: url(../img/categorie_header.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    main.m-top-listing {
        margin-top: 100px;
    }
    li.menumobile.nodesk {
        display: block;
        visibility: visible;
    }
    .item.bordo.icone-ricerca small.prezzo-a-partire-da,
    .item.bordo.icone-ricerca:hover small.prezzo-a-partire-da {
        font-size: 12px;
    }
    .quantita-categoria {
        display: none;
    }
    .categories_carousel.listing .item img {
        top: 80px !important;
        width: 130px;
    }
    .categories_carousel.listing .item {
        height: 160px;
    }
    .blocco-help-wrap {
        zoom: 0.6;
    }
    .omino-box {
        background-image: url(/Media/Struttura/zuber-hotbox-verso-sx.svg);
        background-size: inherit;
        background-repeat: no-repeat;
        /* position: absolute; */
        width: inherit;
        height: 130px;
        left: inherit;
        z-index: -1;
        /* transform: rotate(
20deg); */
        top: inherit;
        background-position: bottom center;
    }
    .zuberbol {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        font-size: 2.5rem;
        width: 100%;
        height: 580px;
    }
    h1.title-about {
        margin-top: 30px;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 45px;
    }
    .zuber-bolle {
        width: 270px;
        /* margin: 0 auto; */
        text-align: center;
        display: block;
    }
    .first {
        position: relative;
        left: inherit !important;
        /* left: 300px; */
        top: 0px;
        margin: 0 auto;
        text-align: center;
    }
    .mid-ball {
        position: relative;
        left: inherit !important;
        margin: 0 auto;
        text-align: center;
        top: -90px;
    }
    .last {
        position: relative;
        left: inherit !important;
        /* left: 300px; */
        top: -180px;
        margin: 0 auto;
        text-align: center;
    }
    .menumobile span.menuextend {
        color: white;
        font-weight: 700;
    }
    .zuber-about-box {
        background-image: url('/Media/Struttura/zubermen-fly.svg');
        background-size: 100px;
        background-repeat: no-repeat;
        position: absolute;
        width: 100px;
        height: 100px;
        right: 10px;
        z-index: -1;
        /* transform: rotate(20deg); */
        bottom: inherit;
        top: -93px;
    }
    .box_no_order.mobile_fixed {
        /* display: none; */
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        /* position: fixed; */
        overflow-y: scroll;
        border: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: var(--white);
    }
    .box_no_order.mobile_fixed .head {
        padding: 10px 20px 10px 20px;
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
    .box_no_order.mobile_fixed .head h3 {
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
    }
    .box_no_order.mobile_fixed .head .offer {
        display: none;
    }
    .box_no_order.mobile_fixed .head a.close_panel_mobile {
        display: inline-block;
    }
    .box_no_order.mobile_fixed .main {
        padding-bottom: 50px;
    }
    .box_no_order.mobile_fixed .btn_1_mobile {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 10px 6px 10px;
        background-color: var(--white);
        border-top: 1px solid #ededed;
        z-index: 9999999;
    }
    .box_no_order.mobile_fixed .btn_1_mobile .text-center {
        display: none;
    }
    .bannerphone.lazy {
        top: 60px;
    }
    .ordina-mobile {
        -ms-flex-order: -1;
        order: -1;
    }
    .infinite {
        /* position: relative;*/
        width: 200px;
        height: 200px;
        border-radius: 100%;
        /* overflow: hidden; */
        margin: 0 auto;
        box-shadow: 0 0 40px 60px var(--grigio-road);
        background: var(--grigio-road);
        transform-origin: bottom;
        transform-style: preserve-3d;
        transform: perspective(500px) rotateX(70deg);
        /* box-shadow: 0px 10px 40px var(
    --primario); */
        /* box-shadow: 10px 0 10px 0px var( --primario), -10px 0 10px 0px var( --primario); */
        top: -100px !important;
    }
}

@media (max-width: 1024px) and (min-width: 991px) {
    span#nomeUtente {
        display: none;
    }
    .dropdown.user>a:after {
        font-family: 'ElegantIcons';
        content: '\33';
        font-size: 18px;
        font-size: 1.125rem;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        top: 0;
        margin: 0;
        line-height: 1;
        margin-top: -2px;
        margin-left: -5px;
        float: right;
    }
    .download_app {
        width: 80% !important;
    }
    .bannerphone {
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 360px;
        margin-bottom: 20px;
        position: relative;
        overflow: visible;
        padding-top: 70px;
    }
    .bg_bggray {
        background-color: #faf9f7;
        background: url("../img/mockup_telefono.png");
        background-repeat: no-repeat;
        background-position: right -350px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1410px) {
    span#nomeUtente {
        display: none;
    }
    .dropdown.user>a:after {
        font-family: 'ElegantIcons';
        content: '\33';
        font-size: 18px;
        font-size: 1.125rem;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        top: 0;
        margin: 0;
        line-height: 1;
        margin-top: -2px;
        margin-left: -5px;
        float: right;
    }
    .download_app {
        width: 80%;
    }
    .bannerphone {
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 470px;
        margin-bottom: 20px;
        position: relative;
        overflow: visible;
        padding-top: 120px;
    }
    .bg_bggray {
        background-color: #faf9f7;
        background: url("../img/mockup_telefono.png");
        background-repeat: no-repeat;
        background-position: right -300px;
    }
    .zuberbol {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        font-size: 2.5rem;
        width: 100%;
        height: 370px !important;
        padding-top: 40px;
    }
    .zuber-bolle {
        width: 215px !important;
        /* margin: 0 auto; */
        text-align: center;
        display: block;
    }
    .first {
        position: relative;
        left: inherit !important;
        /* left: 300px; */
        top: 0px;
        margin: 0 auto;
        text-align: center;
    }
    .mid-ball {
        position: relative;
        left: inherit !important;
        left: 300px;
        top: 0px !important;
        margin: 0 auto;
        text-align: center;
    }
    .last {
        position: relative;
        left: inherit !important;
        left: 300px;
        top: -90px !important;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 1360px) and (min-width: 991px) {
    .main-menu>ul>li>a {
        color: var(--white);
        padding: 0 8px 10px 8px;
        font-weight: 700 !important;
    }
    li.menumobile.nodesk {
        display: none;
        visibility: hidden;
    }
    .item.bordo.icone-ricerca small.prezzo-a-partire-da,
    .item.bordo.icone-ricerca:hover small.prezzo-a-partire-da {
        font-size: 12px;
    }
    .quantita-categoria {
        display: none;
    }
    .categories_carousel.listing .item img {
        top: 80px !important;
        width: 130px;
    }
    .categories_carousel.listing .item {
        height: 160px;
    }
    .blocco-help-wrap {
        zoom: 0.6;
    }
    .omino-box {
        background-image: url(/Media/Struttura/zuber-hotbox-verso-sx.svg);
        background-size: inherit;
        background-repeat: no-repeat;
        /* position: absolute; */
        width: inherit;
        height: 130px;
        left: inherit;
        z-index: -1;
        /* transform: rotate(
20deg); */
        top: inherit;
        background-position: bottom center;
    }
    .zubermen-out-box {
        background-image: url(/Media/Struttura/zubermen-out-phone.svg);
        background-size: 200px;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        height: 200px;
        left: -23px;
        z-index: -1;
        /* transform: rotate( 
20deg
); */
        /* top: -70px; */
        text-align: center;
        background-position: center;
    }
    h1.title-about {
        margin-top: 30px;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 45px;
    }
    .zuberbol {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        font-size: 2.5rem;
        width: 100%;
        height: 580px;
    }
    .zuber-bolle {
        width: 270px;
        /* margin: 0 auto; */
        text-align: center;
        display: block;
    }
    .first {
        position: relative;
        left: inherit !important;
        /* left: 300px; */
        top: 0px;
        margin: 0 auto;
        text-align: center;
    }
    .mid-ball {
        position: relative;
        left: inherit !important;
        left: 300px;
        margin: 0 auto;
        top: -70px;
        text-align: center;
    }
    .last {
        position: relative;
        left: inherit !important;
        left: 300px;
        top: -140px;
        margin: 0 auto;
        text-align: center;
    }
    .menumobile span.menuextend {
        color: var(--primarioArancio);
        font-weight: 700 !important;
    }
    .zuber-about-box {
        background-image: url('/Media/Struttura/zubermen-fly.svg');
        background-size: 100px;
        background-repeat: no-repeat;
        position: absolute;
        width: 100px;
        height: 100px;
        right: 10px;
        z-index: -1;
        /* transform: rotate(20deg); */
        bottom: inherit;
        top: -93px;
    }
    .hero_single.inner_pages.rider-hero.background-image {
        background-image: url('/Media/Struttura/zubermen-sfondo-partner.png') !important;
        background-position: right -40px !important;
    }
    .zuber-rider-box.mobile {
        background-image: url('/Media/Struttura/zuber-hotbox-verso-dx.svg');
        background-size: 110px;
        background-repeat: no-repeat;
        position: absolute;
        width: 120px;
        height: 100px;
        left: -120px;
        z-index: 10;
        transform: rotate( 0deg);
        bottom: -57px;
        top: inherit;
    }
    .box_no_order.mobile_fixed {
        /* display: none; */
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        /* position: fixed; */
        overflow-y: scroll;
        border: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: var(--white);
    }
    .box_no_order.mobile_fixed .head {
        padding: 10px 20px 10px 20px;
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
    .box_no_order.mobile_fixed .head h3 {
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
    }
    .box_no_order.mobile_fixed .head .offer {
        display: none;
    }
    .box_no_order.mobile_fixed .head a.close_panel_mobile {
        display: inline-block;
    }
    .box_no_order.mobile_fixed .main {
        padding-bottom: 50px;
    }
    .box_no_order.mobile_fixed .btn_1_mobile {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 10px 6px 10px;
        background-color: var(--white);
        border-top: 1px solid #ededed;
        z-index: 9999999;
    }
    .box_no_order.mobile_fixed .btn_1_mobile .text-center {
        display: none;
    }
    .bannerphone.lazy {
        top: 60px;
    }
    .ordina-mobile {
        -ms-flex-order: -1;
        order: -1;
    }
}


/*Fine Blur e button disabilitati*/

a.btn_2,
.btn_2 {
    border: none;
    background-color: var(--white);
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 8px 25px;
    color: var(--primarioArancio);
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
}

button.btn_2.conferma-ordine-prec {
    float: right;
    width: 47%;
    margin-right: 5px;
}

a.btn_1.outline-success,
.btn_1.outline-success {
    border: 2px solid var(--success);
    color: #111;
    padding: 6px 15px;
    background: none;
}

a.btn_1.outline-success:hover,
.btn_1.outline-success:hover {
    border-color: var(--success);
    color: var(--success) !important;
}

a.btn_1.outline-success:focus,
.btn_1.outline-success:focus {
    outline: none;
}

a.btn_1.outline-warning,
.btn_1.outline-warning {
    border: 2px solid var(--warning);
    color: #111;
    padding: 6px 15px;
    background: none;
}

a.btn_1.outline-warning:hover,
.btn_1.outline-warning:hover {
    border-color: var(--warning);
    color: var(--warning) !important;
}

a.btn_1.outline-warning:focus,
.btn_1.outline-warning:focus {
    outline: none;
}

button.btn_1.outline-success.conferma-ordine-prec {
    float: right;
    width: 47%;
}

button.btn_1.outline-warning.conferma-ordine-prec {
    width: 47%;
    float: left;
}

ul#sommario_no_ordine h4 {
    margin-bottom: 100px;
    color: var(--white);
}

h4.messaggio-ordine {
    color: var(--white);
    font-weight: 500;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ordine-disabilitato {
    /* display: none;
    visibility: hidden; */
}


/*nuovo layout*/

.logozuber {
    background-image: url(../img/logo1.svg);
    position: absolute;
    width: 100px;
    right: -40px;
    height: 80px;
    /* transform: rotate(-30deg); */
    background-size: 100px;
    /*  -moz-transform: scale(-1, 1)rotate(-16deg);
  -webkit-transform: scale(-1, 1)rotate(-16deg); 
    -o-transform: scale(-1, 1)rotate(-16deg);
    -ms-transform: scale(-1, 1)rotate(-16deg);
    transform: scale(-1, 1) rotate(-16deg); */
    top: -60px;
    background-repeat: no-repeat;
}

h1.titolo-header {
    color: var(--white) !important;
    font-weight: bold !important;
    line-height: 1.2em !important;
    font-size: 41px !important;
    /* font-size: 2.625rem; */
    margin: 0 !important;
    font-weight: 600;
    text-align: center;
}

@media (min-width: 991px) {
    ul#top_menu {
        padding-top: 30px !important;
        margin-left: 30px;
    }
    p.sottotitolo-header {
        text-align: center;
        font-size: 19px !important;
        color: var(--white) !important;
        font-weight: 600 !important;
        line-height: 2.2em !important;
    }
    ul#top_menu li a.cart_bt:before {
        font-family: 'zubermen ico';
        font-size: 21px;
        font-size: 1.5125rem !important;
        text-indent: 0;
        position: absolute;
        left: -5px;
        top: 6px;
        font-weight: normal;
        line-height: 1;
    }
    ul#top_menu li a.cart_bt strong {
        font-size: 10px;
        font-size: 0.725rem;
        font-weight: 700;
        width: 18px;
        height: 18px;
        text-indent: 0;
        display: block;
        text-align: center;
        position: absolute;
        bottom: -13px;
        right: 0px;
        line-height: 18px !important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: var(--primario);
        color: var(--testo) !important;
    }
    header.header .container #logo {
        float: left;
        height: 100px;
        padding-top: 20px;
    }
    .zubermen-out-box {
        background-image: url(/Media/Struttura/zubermen-out-phone.svg);
        background-size: 210px;
        background-repeat: no-repeat;
        position: relative;
        width: 210px;
        height: 270px;
        left: 23px;
        z-index: -1;
        /* transform: rotate(
20deg); */
        /* top: -70px; */
        background-position: 0px 55px;
    }
}

.breadcrumb-pagination {
    width: 110%;
    /* border-bottom: 1px solid #E1E6EB; */
    text-align: center;
    float: left;
    color: #B3B7C1;
    margin-top: 30px;
}

.breadcrumb-pagination div {
    width: 21%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-left: 30px;
}

.breadcrumb-pagination div span {
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    height: 100px;
    width: 130px;
    padding: 6px 0 0 0px;
    font-size: 20px;
    margin-bottom: 20px;
}

.blocco-bread span {
    background-color: NONE;
    /* color: #95db89; */
    /* border: 2px solid #95db89; */
}

.breadcrumb-pagination div p {
    text-align: center;
    line-height: 1.2em;
    /* margin: 30px auto 25px; */
    font-size: 18px !important;
    color: var(--white) !important;
}

.blocco-bread span::before {
    position: relative;
    left: 105px;
    top: 30px;
    background-image: url('../img/icone/icone_home/home-freccia-dx.svg');
    background-size: 38px 38px;
    display: inline-block;
    width: 38px;
    height: 38px;
    content: "";
}

.blocco-breadxxx span::before {
    position: relative;
    left: 90px;
    top: 30px;
    width: 20px;
    height: auto;
    content: url(../img/icone/icone_home/home-freccia-dx.svg);
    font-family: 'zubermen ico';
    font-size: 30px;
    /* margin: 20px; */
    color: var(--primario);
}

.home-bread-1 {
    background-image: url(../img/icone/icone_home/home-map.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.home-bread-2 {
    background-image: url(../img/icone/icone_home/home-ordina.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.home-bread-3 {
    background-image: url(../img/icone/icone_home/home-consegna.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.home-bread-4 {
    background-image: url(../img/icone/icone_home/home-logo_outline.svg);
    background-size: 91%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px !important;
    width: 120px !important;
    padding: 0 !important;
}


/* post sm*/

.m-auto {
    margin: 0 auto;
}

@media screen and (min-width: 576px) {
 .icone-ricerca :checked + label img {
     filter: saturate(1.5) brightness(0.96) !important;
    z-index:10;
    top: 40% !important; /*40%*/
    position:relative;
}
    #logo img {
        height: 80%;
        width: auto;
    }
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0px 0;
        z-index: 99999;
        background-color: var(--white);
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        height: 100px;
    }
    .main-menu>ul>li>a {
        color: var(--white);
        padding: 0 8px 10px 8px;
        font-weight: 700 !important;
    }
    span.menuextend {
        font-weight: 700;
    }
    nav.main-menu {
        padding-top: 30px;
    }
    ul#top_menu {
        /* padding-top: 15px; */
        margin-right: 15px;
    }
    .hero_single.version_1 {
        margin-top: 90px;
    }
    header.header.sticky {
        padding-top: 0;
        height: 80px;
    }
    header.header.sticky .container #logo img {
        transform: scale(0.9);
        transition: transform 500ms ease-in-out;
        transform-origin: left top;
    }
    header.header.sticky .container #logo {
        float: left;
        height: 85px;
        padding-top: 13px
    }
    header.header .container #logo img {
        transform: scale(1);
        transition: transform 500ms ease-in-out;
        transform-origin: left top;
        width: 170px;
    }
    header.header .container #logo {
        float: left;
        /* height: 60px;
         padding-top: 20px; */
    }
    .goback a {
        text-align: left;
        float: right;
        color: #ffffff;
        font-size: 12px;
        line-height: 0.9em;
        border-bottom: 1px solid var(--white);
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: var(--rossino);
        padding: 10px;
        border-radius: 5px;
    }
    .goback a:hover {
        border-bottom: 1px solid var(--primarioArancio);
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: var(--primario);
        color: var(--primarioArancio);
    }
    .goback {
        margin-top: -15px;
        margin-right: -15px;
        position: relative;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
   
    .hero_single.inner_pages {
        height: 800px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #ededed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
    }
    .hero_single.inner_pages h1 {
        margin-top: 70px !important;
        padding: 0px;
    }
}

p.paragrafo-bianco {
    color: var(--grigio-body);
}

h2.titolo-bianco {
    color: var(--grigio-body);
    font-weight: 700;
    line-height: 4rem;
}

h1.paragrafo-bianco {
    line-height: 1em !important;
}


/* fine post sm*/

.box_general.write_review {
    background-color: var(--white);
    border: 1px solid lightgray;
    border-radius: 7px;
    padding: 80px;
}

.margin_top_100 {
    margin-top: 100px;
}

.item_title h3 {
    font-family: "Poppins", Helvetica, sans-serif;
    font-weight: 900 !important;
}

.box-rider {
    padding: 10px;
    background-color: var(--grigio-body) !important;
    border-radius: 5px;
    width: 300px;
    box-shadow: 0px 18px 19px -6px var(--primario_old);
    margin-top: 30px;
}

.text-dark {
    color: var(--testo) !important;
}

.text-red {
    color: var(--primarioArancio) !important;
}

h1.text-dark {
    font-weight: 900 !important;
}

.faq.collapse.show {
    display: block;
    /* background-color: var(--primario); */
    transition: 1s;
}

h2.titolo-rider {
    color: white;
    font-weight: 900;
    display: inline-flex;
    font-size: 40px;
}

.box_rider {
    text-align: center;
    padding: 40px 30px 15px 30px;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--testo);
    margin-bottom: 30px;
    overflow: hidden;
}

h5.titolo-box_rider {
    display: block;
    height: 50px;
    font-size: 1.1rem;
}

h5.box-negozio-center {
    font-size: 12px;
}

h6.box-negozio-center {
    font-size: 14px;
    line-height: 1em;
}

.row.center {
    margin: 0 auto;
}

img.shadow {
    -webkit-filter: drop-shadow( 0px 3px 5px rgba(0, 0, 0, .7));
    filter: drop-shadow( 0px 3px 5px rgba(0, 0, 0, .7));
}

h1.title-about {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.card.card-faq {
    /* background-color: var(--primarioArancio); */
    color: var(--testo);
    font-weight: 500;
    font-size: 19px;
}

.accordion_2 .card-header h5 a {
    display: block;
    color: var(--testo);
}

.accordion_2 .card-header h5 a:hover {
    display: block;
    color: var(--primarioArancio);
}

.accordion_2 .card .card-header:hover {
    /* background-color: var(--primarioChiaro); */
    border-bottom: 2px solid var(--primarioArancio);
    padding: 20px;
}

h1.faq,
h2.faq,
h3.faq,
h4.faq,
h5.faq,
h6.faq {
    margin: 0;
    font-weight: 900!important;
    text-align: center;
    border-bottom: 3px solid var(--primarioArancio);
    margin-bottom: 25px;
    color: var(--primarioArancio);
    text-transform: uppercase;
}

h3d.titolo-sidebar.faq {
    /* line-height: 2em; */
    font-size: 35px !important;
    font-size: 2.625rem;
    margin: 0;
    font-weight: 900!important;
    text-align: left;
    border-bottom: 3px solid var(--primarioArancio);
    margin-bottom: 25px;
    color: var(--primarioArancio);
}

span.zuberscritta {
    /* background-color: var(--primarioChiaro);
    padding-left: 5px;
    border-radius: 25px;
    padding-right: 5px; */
    color: var(--testo);
    font-weight: bold;
    /* margin-right: 5px;
    margin-left: 5px; */
}

ul.menu-sidebar {
    list-style-type: none;
    border: 2px solid var(--primarioArancio);
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    line-height: 2em;
    font-weight: 600;
    background-color: var(--primarioArancio);
}

.filter_col {
    /* margin-top: 8px; */
}

.elemento-sidebar a {
    color: var(--grigio-body);
}

.elemento-sidebar span {
    padding-left: 10px;
    transition: linear .3s;
}

.elemento-sidebar span:hover {
    padding-left: 15px;
    transition: linear .3s;
}

.testofaq a {
    color: var(--primarioChiaro);
}

.testofaq a:hover {
    border-bottom: 2px solid var(--grigio-body);
}

.box_how p {
    margin-bottom: 0;
    font-size: 16px;
}

.form-group.form-group-checkbox {
    color: var(--testo);
    font-size: .8em;
}

a.link {
    color: var(--primarioArancio);
}

a.link:hover {
    color: var(--testo);
    text-decoration: underline;
    text-decoration-color: var(--primarioArancio);
    -webkit-text-decoration-color: var(--primarioArancio);
}

.uppercase {
    text-transform: uppercase;
}

.ancora-testi {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
    /*  padding-top: 129px; */
    overflow-y: scroll;
    scroll-behavior: smooth;
}

div#topform {
    display: none;
    margin-top: -390px;
}

.focus-compila {
    background-color: rgb(0 0 0 / 77%);
    position: relative;
    -webkit-transition: background 1.5s ease-out;
    -moz-transition: background 1.5s ease-out;
    -o-transition: background 1.5s ease-out;
    transition: background 1.5s ease-out;
    /* position: relative; */
}

.main-top-page {
    top: 65px;
    position: relative;
}

a.link-map-direction {
    color: #e44235;
    /* font-style: oblique; */
}

#ancora-carrello {
    position: relative;
    top: -80px;
    visibility: hidden;
}

img.img-login {
    width: 250px;
}

span.link-negozio {
    border-bottom: 1px dashed var(--primarioArancio);
}

span.block-link {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 10px;
    background-color: #f1f1f1;
}

header a.open_close {
    position: absolute;
    left: -5px;
    top: 10px;
    z-index: 999;
    color: var(--white);
    font-size: 32px;
    font-size: 2rem;
    
    width: 25px;
    height: 25px;
}

main.informativa-main {
    margin-top: 102px;
    background-color: var(--white);
}

h3.sottotitolo-header {
    font-size: 16px;
    font-size: 0.9rem;
    margin: 0 auto !important;
    font-weight: 500;
    color: var(--primarioArancio);
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
}

h1.title-about.informativa {
    border-bottom: 4px solid var(--primarioArancio);
    margin-bottom: 10px;
}

table.informativa-table {
    margin: 0 auto;
    width: 100%;
}

tr.background-primario {
    background-color: var(--primarioArancio);
    color: var(--white);
    align-items: center;
    vertical-align: middle;
}

p.Contenutotabella {
    padding: 0px;
    line-height: 1.8em;
    margin-bottom: 0px;
}

table.informativa-table {
    border: 1px solid lightgray;
}

table.informativa-table td {
    border: 1px solid gray;
    padding-left: 20px;
}

.bg_beige.container {
    padding: 10px 0;
}

.bg_white.container {
    padding: 10px 0;
}

.informativa-table td {
    /* min-height: 100px !important; */
    /* height: 70px; */
    padding: 20px 0;
    /* line-height: 5em; */
}


/* NOTIFICA TOAST */

.toast-blocco {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 10000000000000;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: var(--primario);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    opacity: 0;
    border-radius: 0.25rem;
}

.toaste {
    position: fixed;
    right: 25px;
    bottom: 10px;
    z-index: 999999999;
}

.toast {
    position: relative;
    float: right;
    clear: right;
    /* margin: 1rem; */
    z-index: 999999999;
    bottom: 10px;
    width: 300px;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.titolo-toast {
    font-size: 15px;
    padding: 0 10px;
    color: var(--primarioArancio);
    font-family: "Poppins", Helvetica, sans-serif;
    font-weight: 600;
}

.text-muted {
    color: #6c757d!important;
}

.toast-body {
    padding: 0.75rem;
}

.text-primary {
    color: var(--primarioArancio) !important;
}

.toast-polite {
    position: relative;
    bottom: 20px;
    min-height: 200px;
    /* z-index: 9999999999; */
}

.toast.fade {
    display: none;
    opacity: 0;
    transition: opacity .15s linear
}

.toast.fade.show {
    display: block;
    opacity: 1;
}

.toast.fade.show~.toast-blocco {
    display: block;
}

@media (max-width: 760px) and (min-width: 100px) {
    .toast-polite {
        position: absolute;
        top: 30px;
        min-height: 100px;
        z-index: 999999999999999999999;
        margin: 0 auto;
        width: 100%;
        align-items: center;
        height: 130px;
    }
    .toast-blocco {
        position: fixed;
        top: 60px;
        right: 20px;
        z-index: 10000000000000;
        display: inline-table;
    }
    .toast {
    position: relative;
    float: inherit;
   /*  clear: right;
    margin: 1rem; */
    z-index: 999999999;
    bottom: 10px;
    width: inherit !important;
}
}


/*
    
.toast.show {
    display: block;
    opacity: 1;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: var(--primario);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    opacity: 0;
    border-radius: 0.25rem;
} 
.toast {
    position: relative;
    float: right;
    clear: right;
    
    z-index: 10000000000000000000000;
    bottom: 10px;
    width: 100%;
}
.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.titolo-toast {
    font-size: 15px;
    padding: 0 10px;
    color: var(--primarioArancio);
    font-family: "Poppins", Helvetica, sans-serif;
    font-weight: 600;
}
.text-muted {
    color: #6c757d!important;
}
.toast-body {
    padding: 0.75rem;
}
.text-primary {
    color: var(--primarioArancio) !important;
}
} */

a.nome-prodotto {
    display: block;
    /* font-weight:900; */
}

a.modifica-voce {}

a.nome-prodotto {
    position: relative;
    top: 3px;
    display: block;
    height: 30px;
    float: left;
    margin-top: -5px;
}

.col-8 {}

.col-8.voceprod {
    text-align: left;
    padding-right: 0px;
    height: 25px;
}

.col-4.voceprod {
    /* padding: 0; */
    /* margin: 0; */
}

i.mod-voce {
    /* display: inline-block;
    width: 12px;
    height: 15px;
    
    margin-right: 7px; */
}

.descr-elemento-minimo {
    text-align: left;
    color: yellowgreen
}
.iconedett {
    display: block;
    position: relative;
    
   
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    padding-top: 15px;
}
a.icona-modifica {
    background-color: var(--grigio-road);
    border-radius: 60px;
    padding: 3px;
    float: right;
    cursor: pointer;
    margin-top: 5px;
    position: absolute;
    right: 48px;
}

a.icona-modifica:hover {
    background-color: var(--primarioArancio);
    /* border-radius: 60px; */
    
}
a.icona-dettagli {
    background-color: var(--grigio-road);
    border-radius: 60px;
    padding: 3px;
    float: right;
    cursor: pointer;
    margin-top: 5px;
    position: absolute;
    right: 80px;
}
a.icona-dettagli:hover {
    background-color: var(--primarioArancio);
    /* border-radius: 60px; */
    
}
a.icona-cestino {
    /* width: 55px; */
    background-color: var(--grigio-road);
    border-radius: 60px;
    padding: 3px;
    float: right;
    cursor: pointer;
    margin-top: 5px;
}

a.icona-cestino:hover {
    /* width: 55px; */
    background-color: var(--primarioArancio);
    border-radius: 60px;
    padding: 3px;
    float: right;
    cursor: pointer;
}
.tooltip-inner {background-color: var(--primario);color: var(--primarioArancio);font-weight: 600;}
.tooltip.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: var(--primario);
}
.box-pagamenti {
    position: relative;
    display: block;
    margin-top: -190px;
}
a.text-decoration-underline {
    color: var(--primarioArancio);
    text-decoration: none;
    font-size: 14px;
}
a.text-decoration-underline:hover {
    color: var(--rossino);
    text-decoration: none;
    font-size: 14px;
    transition: fade 0.5s;
}



h4#inviata {
    background-color: #f5c920;
    color: green!important;
    font-size: 12px;
    padding: 10px;
   
    border: 0.22em dashed green;
    /* box-shadow: 0px 0px 6px lightgreen; */
    text-transform: uppercase;
    
}
#headerCarrelloHome .info-sospeso.center h4 {
    color: white;
}
#headerCarrelloHome .modal-footer {
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 0px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    font-size: 0.875rem;
}
#headerCarrelloHome .nome-negozio {
    font-size: 26px;
    font-weight: 600;
    padding-top:15px;
    }
#headerCarrelloHome .small-dialog-header h3 {
    line-height: 2em;
    border-bottom: 1px solid var(--primario);
    margin-bottom: 20px;
    color: var(--primario);
}
div#headerCarrelloHome {
    display: block;
    position: relative;
    /* top: 100px; */
    background: var(--primarioArancio);
    text-align: center;
    color: white;
    font-size: 18px;
    /* padding: 20px 0; */
    width: 50%;
    margin: 0 auto;
    border-bottom: 1px solid var(--primario);
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--primarioArancio);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--primarioArancio);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
div#loaderDiv {
    font-size: 16px;
    text-align: center;
    padding-top: 29px;
    font-weight: 500;
    color: var(--primarioArancio);
        width: 100%;
}
div#erroreResetPsw {
    color: white;
    /* width: 100%; */
    padding: 10px 35px;
    font-weight: 600;
    background-color: var(--primarioArancio);
    position: relative;
    margin: 20px auto 5px auto;
}
div#redirectPage {
    color: white;
    /* width: 100%; */
    padding: 10px 35px;
    font-weight: 600;
    background-color: var(--vegetariano);
    position: relative;
    margin: 20px auto 5px auto;
}
hr.hr-message {
    margin-top: 5px;
    margin-bottom: 5px;
    border-color: green;
}

