:root {
    --bg-dark: #222;
    --fucsia: #f90353;
    --rosso-hover: #ff4612;
    --blu: #3bb6dd;
}

.mm-listview{
}

#my-menu:not( .mm-menu ) {
    display: none;
}

a.mburger{
    color: #222;
}

a.mburger:hover{
    color: #222;
    text-decoration: none;
}


.responsive-video, .rwd-video{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.responsive-video iframe, .rwd-video iframe{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    width: 100%;
    height: 100%;
}

.responsive-map{
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    padding-top: 30px;
    position: relative;
}

@media (max-width: 992px){
    .responsive-map{
        padding-bottom: 75%;
    }
}

.responsive-map iframe{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    width: 100%;
    height: 100%;
}

/* livvic-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/livvic-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/livvic-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* livvic-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/livvic-v8-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/livvic-v8-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

h1{
    font-size: calc(26px + (38 - 26) * ((100vw - 360px) / (1700 - 360)));
    color: #222;
}
h2{
    font-size: calc(22px + (32 - 22) * ((100vw - 360px) / (1700 - 360)));
    color: #222;
}
h3{
    font-size: calc(18px + (26 - 18) * ((100vw - 360px) / (1700 - 360)));
    color: #222;
}
h4{
    font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1700 - 360)));
    color: #222;
}


.navbar{
    background-color: white;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);

}

.navbar a{
    color: #222;
}

.navbar a.ico-header, .navbar a.lingua{
    margin: 0 0.5rem;
    position: relative;
    top: 4px;
}

a.lingua{
    font-weight: bold;
}

html, body {
    height: 100%;
    font-family: 'Livvic', sans-serif;
    color: #222;
    font-size: 1.05rem;
}

#my-page.isHome{
}

.navbar{
    align-items: center;
}

#my-header{
    text-align: center;
    z-index: 999;
}

header{
    transition: all 0.2s ease !important;
    height: calc(10vw + 20px);
    max-height: 150px;
    min-height: 85px;
}

header:not(.trasparente){
    height: calc(6vw + 20px);
    max-height: 100px;
    min-height: 75px;
    background-color: #222;
}

header:not(.trasparente) a, header:not(.trasparente) div:not(.carrello-popup){
    color: white !important;
}


a.logo{
    position: relative;
}

a.logo img{
    position: absolute;
    height: auto;
    width: 20vw;
    max-width: 200px;
    min-width: 130px;
    top:10px;
    transform: translate(-50%, -26%);
}

header:not(.trasparente) a.logo img{
    width: 10vw;
    max-width: 160px;
    min-width: 100px;
}

@media (max-width: 992px){
    header:not(.trasparente) a.logo img{
        top: 0;
    }
}

.a-header{
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.breadcrumb{
    margin-top: 2vw;
}

.breadcrumb a{
    color: #666;
}

.breadcrumb li.active{
    color:#222;
}

@media (max-width: 700px) {
    .breadcrumb-item+.breadcrumb-item:before{
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .breadcrumb-item{
        font-size: 12px !important;
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.login-content{
    margin-top: 80px;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 80px !important;
}

@media (max-width: 768px) {
    .login-content{
        margin-top: 40px;
    }

}

.form-group{
    margin-bottom: 0.6rem;
}

label{
    margin-bottom: 0.3rem;
}


.login-container{
    position: fixed;
    top: 0;
    bottom:0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1040;
    display: none;
    -webkit-overflow-scrolling: touch;
}

.login-content h2{
    text-transform: uppercase;
    font-weight: bold;
}

.login-panel{
    max-width: 850px;
}

.login-panel{
    float:right;
    height: 100%;
    width: 100%;
    background-color: white;
    border-left: 1px solid #dee2e6;
    overflow-y: auto;
    transform: translateX(100%);
    transition: all 0.6s ease-out;
}

.login-container.visibile{
    display: block;
}

.login-container .login-panel.visibile{
    transform: translateX(0%);
    transition: all 0.6s ease-in;
    overflow: hidden;
}

.login-header{
    padding: 2%;
    border-bottom: 1px solid #dee2e6;
    position: fixed;
    width:100%;
}

.login-header .login-close-button{
    float:left;
    padding-right: 2%;
    border-right: 1px solid #dee2e6;
}

.login-header .login-title{
    float:right;
}

#info_privacy_breve{
    height: 130px;
    border: 1px solid #dee2e6;
    padding: 15px;
    box-sizing: border-box;
    overflow-y: scroll;
    margin-bottom: 20px;
}


.no-scroll{
    overflow:hidden;
}

.marginato{
    width: 100%;
}

@media(min-width: 992px){
    .marginato{
        width: 96vw;
        margin: 0 auto;
    }
}

a:hover{text-decoration:none;}

a{
    cursor: pointer;
}

.lightGallery-5{
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr) ) ;
}

@media (max-width: 992px){
    .lightGallery-5{
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr) ) ;
    }
}

.lightGallery-5 .immagine{
    display:inline-block;
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.2s;
}

.ristretto{
    width:94%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.strettissimo{
    width:94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.btn-mio {
    background-color: var(--fucsia);
    color: white;
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid var(--fucsia);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -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 */
}

.btn-blu{
    background-color: #3b5998;
    border: 1px solid #3b5998;
}

.btn-mio-noeffect {
    background-color: var(--fucsia);
    color: white;
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid var(--fucsia);
    overflow: hidden;
    position: relative;
    -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 */
    cursor: pointer;
}
.btn-mio:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}
.btn-mio:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.btn-mio:hover{
    color: var(--fucsia);
}
.btn-mio-bianco{
    background-color: white;
    color: #222;
    border: 1px solid #222;
}
.btn-mio-bianco.attivo{
    background-color: #222;
}
.btn-mio-bianco:before{
    background-color: #222;
}
.btn-mio-bianco:hover, .btn-mio-bianco.attivo{
    color: white;
    border: 1px solid #222;
}
.btn-mio-taglia{
    font-size: 14px;
    text-transform: none;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.btn-blu:hover, header:not(.trasparente) div.carrello-popup a.btn-blu:hover{
    color: #3b5998 !important;
}

.bg-grigino{
    background-color: #f2f2f2;
}


.bg-blu-chiaro{
    background-color: #42d1fc;
    color:white;
}

.bg-blu{
    background-color: var(--blu);
    color:white;
}

.bg-fucsia{
    background-color: var(--fucsia) !important;
}

.bg-bianco{
    background-color: white !important;
}

.row-totali{
    min-height: 70px;
    vertical-align: middle;
    align-items: center;
}

.overlayed{
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}

footer{
    background-color: var(--bg-dark);
    color:white;
}

footer a:hover{
    color: #666;
    transition: all 0.2s;
}

footer a{
    color: white;
}

footer .logo_footer img{
    width: calc(100px + (180 - 100) * ((100vw - 360px) / (1700 - 360)));
    height: auto;
}

footer h4{
    color:white;
    padding:0;
    margin: 10px 0 0 0;
    font-weight: bold;
}

input:focus, select:focus, button:focus, a:focus, .btn:focus{
    outline: none;
    box-shadow: none;
}


.modal-content{
    border-radius: 0;
}

.btn-primary, .btn-primary:focus{
    background-color: #222;
    box-shadow: none;
    border-radius: 0;
}

#badge_prodotti{
    position:absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color:white;
    background-color: var(--fucsia);
    border-radius: 100%;
    top: -12px;
    right: -10px;
    text-align: center;
}

.immagine-tonda{
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}

.apply-icon {
    color: white;
    cursor:pointer;
}
.delete-icon {
    color: white;
    cursor:pointer;
}
.search-icon {
    position: relative;
    z-index: 1;
    left: 32px;
    color: #222;
    cursor:pointer;
    width: 0;
}
.sconto-noleggio-container{
    background-color: var(--blu);
    border-radius: 8px;
    color:white !important;
    display: inline-block;
}

.sconto-noleggio-container h3{
    color: white !important;
}

.spinner, .spinner-white{
    position: relative;
}

.spinner:before, .spinner-white:before{
    display:block;
    content: " ";
    position: fixed;
    top:0;
    bottom:0;
    left:-15px;
    right: -15px;
    background-color: rgba(255,255,255,0.85);
    z-index:998;
}
.spinner:after, .spinner-white:after{
    display:block;
    content : "";
    background-image: url("../img/logo.png");
    background-size: contain;
    z-index:999;
    position: fixed;
    left: 50%;
    top: 50%;
    height:120px;
    width:120px;
    margin:-40px  auto auto -40px;
    animation: pulse-white 1s infinite;

}

.spinner-top:after{
    top: 240px;
}

.spinner-white:before{
    background-color: rgba(255,255,255,0.90);
}

.spinner-white:after{
    background-image: url("../img/logo.png");
    animation: pulse-black 2s infinite;
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 1);
}

@keyframes pulse-white {
    0% {
        transform: scale(0.85);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

@keyframes pulse-black {
    0% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(34, 34, 34, 0);
    }

    100% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(34, 34, 34, 0);
    }
}


@media (max-width: 992px){
    .spinner:after, .spinner-white:after, .spinner:before, .spinner-white:before{
        position: fixed;
    }

    .spinner-top:after{
        top: 50%;
        transform: translateY(-50%);
    }
}

.arrow{
    position: relative;
}

.arrow:after {
    transition: all 0.2s ease-in-out;
    content:"\f078 ";
    font-family: FontAwesome;
    color: #222;
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 1;
    pointer-events: none;
}


.arrow.attivo:after{
    transform: rotate(180deg);
}

.strike{
    display: inline-block;
    position:relative;
    color: #666;
    margin-right: 6px;
}

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

a.a-lined:focus{outline:thin dotted;}
a.a-lined:active,a.a-lined:hover{outline:0;}
a.a-lined{text-decoration:none;}
a.a-lined{margin: 0 6px; padding: 6px; position:relative;display:inline-block;outline:none;color:#222;text-decoration:none;text-transform:uppercase;}
a.a-lined:hover,a.a-lined:focus{outline:none;}
a.a-lined::before,a.a-lined::after{position:absolute;left:0;width:100%;height:2px;background:var(--blu);content:'';opacity:0;-webkit-transition:opacity 0.3s, -webkit-transform 0.3s;-moz-transition:opacity 0.3s, -moz-transform 0.3s;transition:opacity 0.3s, transform 0.3s;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);transform:translateY(-10px);}
a.a-lined::before{top:0;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);transform:translateY(-10px);}
a.a-lined::after{bottom:0;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);transform:translateY(10px);}
a.a-lined:hover::before,a.a-lined:focus::before,a.a-lined:hover::after,a.a-lined:focus::after{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);transform:translateY(0px);}

.resetmargin{
    margin-top: 7vw;
    margin-bottom: -9vw;
}

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

@media (orientation: landscape){
    .copertina{
        padding-bottom: 33%;
    }
}

main{
    padding-top: 10.5vw;
}

@media(max-width: 830px){

    main{
        padding-top: 115px;
    }

    main.isHome{
        padding-top: 85px;
    }

    .resetmargin{
        margin-top: 75px;
        margin-bottom: -100px;
    }

}

@media(min-width: 1480px){

    main{
        padding-top: 150px;
    }

    .resetmargin{
        margin-top: 94px;
        margin-bottom: -150px;
    }

}

.news-carousel:not(.slick-initialized) .news-carousel-immagine:not(:first-of-type) {
     display: none;
 }

.news-carousel:not(.slick-initialized) .news-carousel-immagine:first-of-type {
    visibility: hidden;
}

.news-carousel{
    width: 100%;
}

.news-carousel-immagine{
    width:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-carousel-control{
    position: absolute;
    left: 4vw;
    top: 5.5vw;
    z-index: 3;
    width:30%;
    text-align: left;
}

.news-carousel-overlay{
    position: relative;
    overflow: hidden;
    padding: 9vw 10% 6vw 4vw;
    width: 50%;
    color:white;
    z-index:2;
    height: 100%;
}

.news-carousel-overlay-right{
    margin-left: 50%;
    padding: 9vw 4vw 6vw 10%;
}

.news-carousel-overlay .fa{
    margin-right: 8px;
}

.news-carousel-overlay h3{
    color: white;
    font-weight: bold;
    margin-top: 10px;
    text-transform: none;
}

.news-carousel-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    width: 200%;
    height: 200%;
    background-color: rgba(0,0,0,0.5);
    border-radius:inherit;
    transform: skew(25deg);
    z-index: -1;
}

.news-carousel-overlay-right:before {
    right: auto;
    left:0;
    transform: skew(-25deg);
}


.slick-track{
    display: flex;
}

.slick-slide{
    height: auto;
}

@media (max-width: 992px) {

    .news-carousel-overlay, .news-carousel-overlay-right{
        width:100%;
        padding-top: 96px;
        text-align: center;
        height: 100%;
    }

    .news-carousel-control{
        width:92vw;
        top: 48px;
    }

    .news-carousel-arrows{
        float:right !important;
    }

    .news-carousel-overlay:before{
        transform: none;
    }


    .news-carousel-overlay-right{
        margin-left: 0;
        padding: 40px 3vw;
    }


    .news-carousel-overlay-right:before{
        transform: none;
    }

}

.box-container{
    height: 100%;
}

.box{
    flex: 1;
    min-width: 280px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: white;
    text-align: left;
}

a.box{
    color: #666;
    transition: all 0.2s;
}

a.box:hover{
    border: 1px solid var(--blu)
}

a.box div:first-child{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}

a.box h4{
    color: #222;
}

.box h4{
    font-weight: bold;
}

select, input:not([type="checkbox"]){
    width: 200px;
    background-color: white;
    border: 1px solid #dee2e6;
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    border-radius: 0;
    text-align: center;
}

a.my-card{
    color: #666;
    transition: all 0.2s;
}

a.my-card:hover{
    border: 1px solid var(--blu)
}

.carousel-image{
    width: 100%;
    padding-bottom: 56%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a.carousel-item{
    color: #222;
}

.carousel-indicators{
    bottom: -42px;
}

.carousel-indicators li{
    background-color: var(--blu);
}

.sponsor-container{
    border-bottom: 2px solid white;
}

.sponsor-container img{
    width: auto !important;
    height: calc(24px + (40 - 24) * ((100vw - 360px) / (1700 - 360)));
}

.menu-footer-container{
    text-align: center;
}

.menu-footer-container a {
    display: inline-block;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: calc(6px + (12 - 6) * ((100vw - 360px) / (1700 - 360)));
    margin: 1rem 0;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.2s;
    font-size: calc(12px + (16 - 12) * ((100vw - 360px) / (1700 - 360)));
}

.menu-footer-container a:hover{
    border-top: 1px solid var(--blu);
    border-bottom: 1px solid var(--blu);
    color:white;
}

footer h3{
    color:white;
    text-transform: uppercase;
    font-weight: bold;
}

.social_container a{
    font-size: 36px;
}

.footerissimo{
    padding: 1rem;
    border-top: 1px solid white;
    font-size: 14px;
}

.background-16-9{
    padding-bottom: 56%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.border-radius{
    border-radius:  6px !important;
}

.color-666{
    color: #666;
    transition: all 0.2s;
}

.color-222{
    color: #222;
}

a.color-666:hover{
    color: #666;
    border: 1px solid var(--blu) !important;
}
.calendar {
    display: flex;
    flex-flow: column;
}
.calendar .header .month-year {
    font-size: 20px;
    font-weight: bold;
    color: #636e73;
    padding: 20px 0;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid var(--fucsia);
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: var(--fucsia);
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 100px;
}
.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}
.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}
.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}

h3 span.prezzo{
    position: absolute;
    right:0;
    font-weight: bold;
}

@media (max-width: 768px){
    h3 span.prezzo{
        position: unset;
        display:block;
    }
}

a.squared-fa{
    padding: 8px;
    background-color: var(--fucsia);
    color:white;
    border-radius: 6px;
}


.changeQtaDettaglio{
    background-color: var(--blu);
    color: white !important;
    font-weight: bold;
    font-size: 24px;
    height: 38px;
    width:36px;
    text-align: center;
    border-radius: 6px;
}

.changeQtaRiepilogo{
    background-color: var(--fucsia);
    color: white !important;
    font-weight: bold;
    height: 28px;
    width:26px;
    text-align: center;
    border-radius: 6px;
}

.changeQta{
    background-color: #444;
    width:30px;
    height:30px;
    text-align: center;
    border-radius: 4px;
}

.noselect {
    -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 */
}

.taglia{
    line-height: 38px;
    padding: 0.7rem 0;
    border-bottom: 1px solid #dee2e6;
    position: relative;
}

.taglia.disabled:after{
    content: " ";
    display: block;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(255,255,255,0.7);
}

.taglia:last-of-type{
    border-bottom: none;
}

label{
    display: block;
}

.button-home-container a{
    padding: 2.5rem;
    -webkit-text-stroke: 1px white;
    color: #222;
    text-shadow:
            3px 3px 0 #fff,
            -1px -1px 0 #fff,
            1px -1px 0 #fff,
            -1px 1px 0 #fff,
            1px 1px 0 #fff;
    position: relative;
}

.button-home-container a:before{
    content: " ";
    position: absolute;
    top: 0;
    left:0 ;
    right:0;
    bottom: 0;
    background-image: url('../img/logo-gray.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    transition: all 0.2s;
}

.button-home-container .fa{
    font-size: 100px;
    color: #333;
}

.button-home-container a:hover:before{
    transform: scale(1.05);
}

.table-biciclette-header{
    padding: 0.5rem 0.4rem;
    background-color: var(--blu);
    color:white;
    text-transform: uppercase;
    font-weight: bold;
}
.table-biciclette{
    align-items: center;
    padding: 0.6rem 0.2rem;
    border-bottom: 1px solid #dee2e6;
}
.table-biciclette:last-of-type{
    border-bottom: none;
}

.font-big{
    font-size: 24px;
}

@media (max-width: 992px){
    .font-big{
        font-size: 20px;
    }
}

.totalone{
    background-color: var(--blu);
    color:white;
    border-radius: 6px;
    border: 1px solid var(--blu);
}

.totalino{
    background-color: var(--blu);
    color:white;
    border-radius: 6px;
    padding: 0.2rem 0.6rem;
}

.ico-carrello{
    position: relative;
}

header div.carrello-popup{
    display:none;
    position: absolute;
    right:0;
    top:50px;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-radius: 6px;
    border: 1px solid #dee2e6;
    max-width: 400px;
    min-width: 300px;
    padding: 1rem;
    color: #222 !important;
    font-size: 80%;
}

header div.carrello-popup div, header:not(.trasparente) div.carrello-popup div{
    color: #222 !important;
}

header:not(.trasparente) div.carrello-popup a:hover, header div.carrello-popup a:hover {
    color: var(--fucsia) !important;
}

@media (max-width: 760px){

    .noleggio_riepilogo .table-biciclette{
        border-bottom: 0;
    }
}

.btn-mio-flottante{
    position: fixed;
    bottom: 20px;
    left:50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    z-index: 999;
}

.navbar a.btn-mio{color:white;}

.emulated-flex-gap {
    --gap: 12px;
    display: inline-flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap));
}

.emulated-flex-gap > * {
    margin: var(--gap) 0 0 var(--gap);
}

@media (max-width: 600px){
    .emulated-flex-gap{
        display: unset;
        margin: 0;
        width: 100%;
    }
    .emulated-flex-gap > * {
        margin: 2vw 0;
    }
}

.ritiro{
    border: 2px solid var(--blu);
    border-radius: 6px;
    transition: all 0.3s;
    min-width: 150px;
    flex-wrap: wrap;
    gap: 12px;
    cursor: pointer;
}

.ritiro_prezzo{
    display: inline-block;
    padding: 0.3rem 0.7rem;
    background-color: var(--blu);
    color:white;
    border-radius: 6px;
    font-weight: bold;
}

.ritiro.selected{
    background-color: var(--blu);
    color: white;
}

.ritiro.selected .ritiro_prezzo{
    color: var(--blu);
    background-color:white;
}

.ritiro.selected h3{
    color: white !important;
}

.ritiro ul{
    text-align: left !important;
}

.aggiuntivo-container{
    margin-top: 1rem;
    background-color: #f2f2f2;
}

.img-100 img{
    width: 100% !important;
    height: auto !important;
}

.datepicker.dropdown-menu {
    z-index: 9999 !important;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    color: #c7c7c7 !important;
}

.datepicker table thead tr:nth-child(3){
    background-color: var(--fucsia);
    color: white;
}
.datepicker table thead tr:nth-child(3) th{
    border-radius: 0;
}

.noleggio_data {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    text-align: center;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active{
    background-color: var(--blu) !important;
    border-color: var(--blu) !important;
}

.generic_form input[type="text"], .generic_form input[type="email"], .generic_form input[type="password"], .generic_form input[type="tel"], .generic_form input[type="search"]{
    width:100%;
}
.d-grid-equal{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

input.bootbox-input-text{
    width: 100%;
}

.payment-container{
    min-height: 200px;
}


.pagina-testo-container h4{
    font-size: calc(18px + (24 - 18) * ((100vw - 360px) / (1700 - 360)));
    font-weight: bold;
    color: var(--fucsia);
}

.pagina-testo-container h3{
    background-color: #333;
    display: inline-block;
    color: white;
    padding: 1rem 2rem;
    font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1700 - 360)));
}

.pagina-testo-container h3{
    margin-bottom: 0.6rem;
    font-weight: bold;
}

.filtri-container{
    align-self: flex-start;
    border: 1px solid var(--blu);
    border-radius: 6px;
    margin-bottom: 1rem;
}

.filtri-container h2{
    padding: 10px 12px;
    background-color: var(--blu);
    color:white;
}

.filtri-container ul{
    list-style-type: none;
    padding: 4px 0 4px 12px;
}

.filtri-container a{
    display: inline-block;
    color: #222;
    transition: all 0.1s ease-in-out;
}

.filtri-container a:hover{
    transform: translateX(2px);
}

.background-contain{
    background-size: contain;
}

.filtro.attivo{
    font-weight: bold;
}

.prodotto-thumb{
    padding-bottom: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    margin-top: 15px;
    transition: all 0.2s;
    cursor: pointer;
}

.prodotto-thumb.active{
    cursor: default;
}

.prodotto-thumb:hover{
    filter: grayscale(0%);
}
.prodotto-descrizione {
    max-height: 500px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.prodotto-descrizione.aperto{
    max-height: 15000px !important;
}
.prodotto-fade.nascosto{
    opacity: 0;
}

.prodotto-descrizione div:not(.responsive-video) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0; padding: 50px 0;
    background-image: linear-gradient(to bottom, transparent, white);
}

.colore-container{
    display: grid;
    gap: 0.5em;
    grid-template-columns: repeat(auto-fit, minmax(2em, 6em));
}

.colore-container .prodotto-colore{
    padding: 40% 0;
    color: var(--blu);
    border: 1px solid var(--blu);
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
    cursor: not-allowed;
}

.strike-colore{
    position: absolute;
    height: 2px;
    width:136%;
    transform: rotate(-40deg);
    left: -18%;
}

.taglieprodotto-container{
    display: grid;
    gap: 0.5em;
    grid-template-columns: repeat(auto-fit, minmax(2em, 6em));
}

.taglieprodotto-container .prodotto-taglia{
    padding: 25% 0;
    color: var(--blu);
    border: 1px solid var(--blu);
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
    cursor: not-allowed;
}
.taglieprodotto-container .prodotto-taglia.disattivo{
    opacity: 0.4;
}

.taglieprodotto-container .click_taglia, .colore-container .click_colore{
    cursor: pointer;
}

.colore-container > div{
    border: none;
}

.sezioni-container .taglieprodotto-container > div, .sezioni-container .colore-container > div{
    background-color: white;
}

.colore{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left:0;
    right: 0;
    font-size: calc(16px + (28 - 16) * ((100vw - 360px) / (1920 - 360))) !important;
}

.tagliaprodotto{
     text-align: center;
     font-size: calc(16px + (22 - 16) * ((100vw - 360px) / (1920 - 360))) !important;
 }

@media (min-width: 1400px){
    .colore, .taglieprodotto{
        font-size: 20px;
    }
}

.taglieprodotto-container .click_taglia.attivo, .taglieprodotto-container .click_taglia:hover{
    background-color: var(--blu);
    border: 1px solid var(--blu);
    color:white;
}

.colore-container > div{
    position: relative;
}

.colore-container .click_colore:hover, .colore-container .click_colore.attivo{
    transform: scale(0.9);
}

.colore-container .click_colore:after{
    content: " ";
    border: 2px solid var(--blu);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
    transform: scale(0.8);
    opacity: 0;
    transition-property: opacity, scale;
    transition-delay: 0.1s, 0s;
    transition-timing-function: ease-in;
    z-index: -1;
}

.colore-container .click_colore:hover:after, .colore-container .click_colore.attivo:after{
    opacity: 1;
    transform: scale(1.2);
    z-index: -1;
    transition-property: opacity, scale;
    transition-delay: 0s, 4s;
    transition-duration: 0s;
    transition-timing-function: ease-in;
}

.bordato{
    border: 1px solid #ccc;
    border-radius: 6px;
}

.pb-15{
    margin-bottom: 30px;
}

.colori-scheda-container{
    display: grid;
    grid-gap: 10px;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(16px, 24px));
}

.colore-scheda{
    border: 1px solid #ccc;
    padding-bottom: 100%;
    border-radius: 50%;
}


.box-acquista{
    background-color: #f2f2f2;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.btn-mio-noeffect:hover{
    color: white !important;
}

.sconto{
    font-size: small;
    color: var(--fucsia) !important;
    display: block;
}

a.titolo-prodotto{
    color: #222;
    display: block;
    transition: all 0.2s;
}

a.titolo-prodotto:hover{
    color: #666;
}

#utente_indirizzo input{
    height: 38px;
}
.pagamento_container{
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pagamento_container img{
    width: 200px;
    margin: 0 auto;
}

.file-input {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 8px 16px;
    position: relative;
    border: 1px solid #ccc;
    width: 160px;
    top: 16px;
    overflow: hidden;
    white-space: nowrap;
}

.file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.mt-05{
    margin-top: 1px;
}


.pallino{
    position:absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    color:white;
    top: 10px;
    right: 15px;
    font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1700 - 360)));
    font-weight: bold;
    z-index: 1;
    text-align: center;
    /*background-image: url('/app/public/files/ckfinder/images/bollino-nero.jpg');*/
}

.input-cerca{
    border-radius: 6px !important;
    width: 100% !important;
    max-width: 250px !important;
}

.d-ricerca{
    padding-left: 20px;
}

.d-ricerca input{
    border-radius: 0 !important;
}

.d-ricerca .search-icon{
    top: 6px;
    left: -28px;
}

.d-ricerca:after{
    display: none;
}

.dettagli-container{
    background-color: #222;
    color: white;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

select.select-ordinamento{
    background-color: transparent;
    color: white !important;
    border: none;
    max-width: 150px;
    text-align: left;
}

select.select-ordinamento option{
    background-color: var(--blu);
}

.row.g-05{
    margin-left: -0.5vw !important;
    margin-right: -0.5vw !important;
}

.row.g-05 > div{
    margin-bottom: 1vw !important;
    padding-left: 0.5vw !important;
    padding-right: 0.5vw !important;

}

.filtra-toggle{
    display: none;
}

@media (max-width: 992px){

    .filtri-supercontainer{
        position: fixed;
        top: 0;
        bottom:0;
        right: 0;
        width: 100%;
        z-index: 1040;
        -webkit-overflow-scrolling: touch;
        background-color: white;
        overflow-y: auto;
        overflow-x: hidden;
        transition: all 0.6s ease-out;
        transform: translateX(100%);
        padding: 120px 1rem 70px 1rem !important;
    }

    .filtri-supercontainer.attivo{
        transform: translateX(0);
    }

    .filtra-toggle{
        display:block;
        position: fixed;
        bottom: 20px;
        left: 20px;
        width: 60px;
        height: 60px;
        background-color: var(--fucsia);
        color:white !important;
        z-index: 9999;
        border-radius: 50%;
        font-size: 30px;
        line-height: 60px;
        text-align: center;
        box-shadow: 0 5px 10px rgba(0,0,0,0.19), 0 3px 3px rgba(0,0,0,0.23);
    }

    .dettagli-container{
        display: none;
    }

    select.select-ordinamento{
        background-color: transparent;
        color: #222 !important;
        border: 1px solid #ccc;
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

    select.select-ordinamento option{
        background-color: initial;
    }

    .carrello-grigino-mobile{
        margin-top: 0.2rem;
        background-color: #f2f2f2;
        height: 50px;
        align-items: center;
        justify-content: center;
        align-content: center;
        vertical-align: middle;
    }

    .lh-50{
        line-height: 50px;
    }
}

.pagina-testo-container blockquote{
    position: relative;
    width: 94%;
    margin-left: 3%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: calc(32px + (46 - 32) * ((100vw - 360px) / (1700 - 360)));
    padding-right: calc(32px + (46 - 32) * ((100vw - 360px) / (1700 - 360)));
    font-style: italic;
}

/* -- create the quotation marks -- */
.pagina-testo-container blockquote:before,
.pagina-testo-container blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    color: var(--blu);
    font-size: calc(26px + (38 - 26) * ((100vw - 360px) / (1700 - 360)));
}

.pagina-testo-container blockquote:before{
    content: "\f10d";
    top: -12px;
    left: 0;
}
.pagina-testo-container blockquote:after{
    content: "\f10e";
    right: 6px;
    bottom: -12px;
}

.social-container-contatti{
    margin-top: -15px;
}

.social-container-contatti a{
    font-size: 42px;
    color: #222;
    transition: all 0.2s;
}

.social-container-contatti a:hover{
    color: #666;
}

.fancy-checkbox input[type=checkbox] + label {
    display: block;
    cursor: pointer;
    padding: 0.2em;
}

.fancy-checkbox input[type=checkbox] {
    display: none;
}

.fancy-checkbox input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: baseline;
    color: transparent;
    transition: .2s;
    line-height: 16px;
    text-align: center;
    margin-right: 4px;
}

.fancy-checkbox input[type=checkbox] + label:active:before {
    transform: scale(0);
}

.fancy-checkbox input[type=checkbox]:checked + label:before {
    background-color: MediumSeaGreen;
    border-color: MediumSeaGreen;
    color: #fff;
}

.fancy-checkbox input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
    cursor: not-allowed !important;
}

.fancy-checkbox input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
}

.embed-responsive-item{
    object-fit: cover !important;
}

.animation-appear:not(.slick-slide){
    animation: animateAppear linear 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

@keyframes animateAppear {
    0% {
        opacity: 0.50;
        transform: scale(0.93);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.filtro-remove{
    background-color: #f2f2f2;
    padding: 2px 8px;
    color: #222;
    border-radius: 4px;
    transition: all 0.2s;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 0.95rem;
}

.filtro-remove:hover{
    color: #222;
    background-color: #ccc;
}

.filtro-remove .fa{
    position: relative;
    top:1px;
}

.my-youtube{
    font-size: 60px;
    color: rgba(228, 23, 0, 0.90);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#discreto .popup{
    z-index: 9999 !important;
}

.bundle_container{
    background-color: var(--blu);
    color: white;
    border-radius: 12px;
    padding: 1.5rem;
}

.bundle_container h3{
    color: white;
    font-weight: bold;
}

.bundle{
    color: white !important;
    display:block;
    font-weight: bold;
}

.bundle img{
    width:60px;
    height: auto;
    margin-right: 10px;
}

@media (min-width: 768px){
    .min-2lines{
        min-height: 2.5rem;
    }
}

.pagamento_super_container{
    position: relative;
}

.pagamento_super_container.incliccabile:after{
    position: absolute;
    content: "";
    background-color: white;
    opacity: 0.85;
    top:0;
    left: 0;
    bottom:0;
    right: 0;
    z-index: 999;
}

.review-supercontainer{
    background-color: #fcfcfc;
    border-top: 1px solid #dee2e6;
    margin-bottom: -1.5rem;
}

.review-container{
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr) ) ;
}

.review-detail{
    text-align: center;
}

.tag-immagine{
    width:90px;
    padding-bottom: 90px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 15px;
}

.input-sconto{
    width: calc(100% - 64px);
}

.isBiciclette-container{
    background-color: var(--fucsia);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 0.3rem;
    text-align: center;
}

.tag-container a{
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #999;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 0.3rem;
    transition: all 0.2s;
    background-color: white;
    color: #999;
}

.tag-container a:not(.attivo):hover{
    opacity: 0.8;
}

.tag-container a.attivo{
    color: white;
    background-color: #999;
}

.video a{
    width: 100%;
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
    display: block;
    margin-bottom: 12px;
}
.play-img{
    margin: 0 auto;
    width: 36%!important;
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translateY(-50%);
}

#paypal-button-container{
    max-width: 500px;
    margin: 0 auto;
}