:root {
    --f7-toolbar-bg-color: rgba(255, 255, 255, 1);
    --f7-toolbar-bg-color-rgb: rgba(255, 255, 255, 1);
    --f7-toolbar-link-color: rgba(255, 255, 255, 1);
    --f7-toolbar-link-color: rgba(255, 255, 255, 1);
    --f7-toolbar-text-color: rgba(255, 255, 255, 1);
    --f7-tabbar-link-active-color: rgba(255, 255, 255, 1);
    --f7-tabbar-link-inactive-color: rgba(255, 255, 255, 1);
    --f7-tabbar-link-active-bg-color: transparent;
    --f7-tabbar-label-text-transform: none;
    --f7-toolbar-hide-show-transition-duration: 400ms;
    --primary-color:#7b0000;
    --primary-color-filter: invert(24%) sepia(66%) saturate(2491%) hue-rotate(182deg) brightness(98%) contrast(101%);
    --top-bar-text-color-filter: invert(24%) sepia(66%) saturate(2491%) hue-rotate(182deg) brightness(98%) contrast(101%);
    --text-color-filter:invert(24%) sepia(66%) saturate(2491%) hue-rotate(182deg) brightness(98%) contrast(101%);
    --secondary-color:#ebb800;
    --background-color:#ffffff;
    --text-color:#000000;
    --button-color:#780000;
    --button-color-filter:invert(24%) sepia(66%) saturate(2491%) hue-rotate(182deg) brightness(98%) contrast(101%);
    --button-content-color:#ffffff;
    --button-content-color-filter:invert(24%) sepia(66%) saturate(2491%) hue-rotate(182deg) brightness(98%) contrast(101%);
    --top-bar-text-color:#ffffff;
    --primary-color-light:#ffffff;
    --primary-color-mid: #ffffff;
    --pattern-image:url();
    --light-grey:#959595;
    --home-button-width:40%;
    --primary-font:'Montserrat', sans-serif;
    --shadow-02:rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    --shadow-03: 0px 3px 20px 0px #00000017;
    --shadow-04:0 30px 25px 0 rgb(0 0 0 / 4%), 0px 14px 14px 0 rgb(0 0 0 / 8%);
}
body{
    margin: 0;
    font-family:var(--primary-font);
    -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 */
}
::-webkit-scrollbar {
    width: 1px;
}
.toolbar-inner{
    background-color: #f4f4f4 !important;
    box-shadow: none !important;
}

p{
    padding: unset !important;
    margin:unset;
}
.toolbar{
    z-index: 0 !important;
}

/* classi di colore */

.green {
    color:#005d2a;
}
.red{
    color:#d80000;
}
.yellow{
    color:#fbca00;
}
/* classi di colore */

/* style home */

.home-slider {
    box-sizing: border-box;
    width: auto !important;
    margin: 80px 15px 0px 15px!important ;
    height: 200px !important;
    border-radius: 10px;
    background:#ffffff;
}
.home-slide{
    background-size: cover;
    background-position: center;
}
.gradient-overlay {
    background: linear-gradient(180deg, transparent, #00000073);
    height: 100%;
    width: 100%;
}
.slide-text{
    color: #fff;
    position: absolute;
    top: 80px;
    left: 20px;
    width: 80%;
    line-break: anywhere;
}
.slide-title {
    font-size: 16px;
    font-weight: 500;
}
.slide-subtitle {
    font-size: 15px;
    font-weight: 400;
    line-break: auto;
}
.slide-action {
    font-size: 17px;
    font-weight: 600;
}
.home-button-grid{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.home-button-grid.grid-stripe div {
    height: 260px !important;
}
.home-button-grid.grid-stripe {
    gap: 0;
    padding: 0;
    margin-top: 60px;
}
.home-button{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--button-content-color);
    background: var(--button-color);
    padding: 15px;
    border-radius: 10px;
    margin: 4px;
    min-height: 70px;
    width: var(--home-button-width);
    box-shadow: 0px 4px 11px 1px #00000008;
    flex-grow: 1;
    background-image:url(IMAGE_URL), linear-gradient(#ffffff00 50%, #0000000a 100%) !important;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.2s;
}
.home-button-icon {
    width: 100%;
    text-align: center;
}
.home-button-icon img {
    width: 30px;
}
.home-button-label {
    font-size: 12px;
    font-weight: 600;
    max-height: 40px;
    line-break: auto;
    overflow: hidden;
    text-align: center;
}
.list.sub-menu {
    background: #fff;
    border-radius: 0px;
    padding: 0px 20px;
    box-shadow: var(--shadow-02);
}

    /* style home in modalita desktop */

    .desktop #home_div{
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .desktop .home-widget-area{
        width: auto;
        padding: 20px 20%;
        margin: 0px 0px 50px 0px;
    }
    .desktop .home-widget-area .shop-list {
        justify-content: center;
    }
    .desktop .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 50px;
        display: block;
    }
    .desktop .swiper-pagination-bullet-active{
        background-color: #fff !important;
    }
    .desktop .slide-text{
        display: flex;
        flex-direction: column;
        width: auto;
        align-items: left;
        left: 50px;
        gap: 10px;
        top: 150px;
    }
    .desktop .slide-subtitle{
        font-size: 25px;
    }
    .desktop .slide-title {
        width: auto;
        text-align: left;
        font-size: 40px;
    }
    .desktop .slide-action {
        background: var(--button-color);
        color: var(--button-content-color);
        padding: 10px;
        border-radius: 5px;
        transition: 0.3s;
        cursor: pointer;
        width: 200px;
        text-align: center;
    }
    .desktop .slide-action:hover {
        background: var(--button-content-color);
        color:var(--button-color);
    }
    .desktop .slide-title, .desktop .slide-subtitle{
        text-shadow: 0px 5px 8px #6f6f6f;
    }
    .desktop .home-slider {
        height: 500px !important;
        width: auto !important;
        margin: 100px 0px 50px 0px !important;
        border-radius: 10px;
    }
    .desktop .home-slider .swiper-pagination{
        display: none;
    }
    .desktop .home-button{
        margin:0px;
    }
    .desktop .home-button-carousel {
        padding: 0px;
    }
    .desktop .splide:before {
        top: 15px;
        position: absolute;
        font-weight: 500;
        font-size: 18px;
        animation-name: fadeIn;
        animation-duration: 1s;
        color: var(--text-color);
    }
    .desktop .home-product-carousel:before{
        content: 'Prodotti in vetrina';
    }
    .desktop .home-button-carousel:before{
        content: 'Naviga';
    }
    .desktop .splide .splide__arrows{
        position: absolute;
        right: 0px;
        height: 30px;
        width: 60px;
        top: 10px;
    }
    .desktop .splide .splide__track{
        margin: 0px -55px;
    }
    .desktop .splide .splide__list{
        height: auto;
    }
    .desktop .splide .splide__arrows .splide__arrow {
        background: #ccc;
        border-radius: 5px;
        transform: unset;
        -webkit-transform: unset;
        top: 0;
    }
    .desktop .splide .splide__arrows .splide__arrow--prev {
        left: 0px;
    }
    .desktop .splide .splide__arrows .splide__arrow--next {
        right: 0px;
    }
    .desktop .splide button.splide__pagination__page.is-active {
        background: var(--text-color);
    }
    .desktop .home-button-carousel .splide__slide {
        display: flex;
        gap:25px;
        padding:55px;
    }
    .desktop .home-product-carousel .card-list-in-cart{
        display: none;
    }
    .desktop .home-product-carousel .splide__list{
        display:flex;
        gap: 10px;
        padding:55px !important;
    }
    .desktop .home-product-carousel .shop-list-product-data-image {
        height: 150px;
    }
    .desktop .home-product-carousel :is(.shop-list-product, .shop-list-product:hover) {
        border: unset;
        transition: 0.2s;
    }
    .desktop .home-product-carousel .shop-list-product:hover {
       box-shadow: var(--shadow-04);
       transform: translateY(-10px) !important;
    }
    .desktop .home-button {
        border-radius: 10px;
        cursor: pointer;
        width: 100px;
        height: 130px;
        align-items: center;
        gap: 5px;
        flex-direction: column;
    }
    .desktop .home-button:hover{
        -webkit-box-shadow: var(--shadow-04);
        -moz-box-shadow: var(--shadow-04);
        box-shadow: var(--shadow-04);
        background-color: var(--button-content-color);
        color: var(--button-color);
        transform: translateY(-10px);
    }
    .desktop .home-button:hover .home-button-icon img{
        filter: brightness(0) var(--button-color-filter);
    }
    .desktop .home-button-icon img {
        width: 40px;
    }
    .desktop .home-button-label {
        font-size: 14px;
    }
    .desktop .cta {
        padding: 10px 50px;
        gap: 30px;
        margin-bottom: 50px;
        width: auto;
        height: 100px;
        box-sizing: border-box;
        color: var(--top-bar-text-color);
        display: flex;
        flex-direction: row;
        background: var(--background-color);
        border-radius: 10px;
        align-items: center;
        justify-content:start;
        transition: 0.2s;
        cursor: pointer;
        border: solid 1.5px #ededed;
    }
    .desktop .cta:hover {
        transform: translateY(-10px);
        box-shadow: var(--shadow-04);
        border-color: transparent;
    }
    .desktop .cta-text{
        color: var(--text-color);
        width: 75%;
        margin-left: auto;
        height: 65px;
        overflow: hidden;
    }
    .cta-title {
        font-weight: 400;
        font-size: 18px;
    }
    .desktop .cta-subtitle {
        font-size: 25px;
        font-weight: 500;
    }
    .desktop .cta-img {
        height: 70px;
        border-radius: 100px;
        box-sizing: border-box;
        overflow: hidden;
        aspect-ratio: 1;
        background-position: center;
        background-color: #fff;
        background-repeat: no-repeat;
    } 
    .desktop .cta .cta-btn{
        width: 100px;
        text-align: center;
        width: 100px;
        margin-left: auto;
    }   
    .left-menu {
        box-sizing: border-box;
        height: 100vh;
        width: 100%;
        background: #000000e6;
        position: fixed;
        top: 0;
        left: 0;
        color: #ffffffe3;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        font-size: 50px;
        overflow: scroll;
        opacity: 0;
        display: none;
        transition: 0.2s;
        transition-delay: 500ms;
        z-index: 99999;
        padding: 200px 0px;
    }
    .left-menu:nth-child(2){
        margin-top: 200px;
    }
    .left-menu *{
        cursor: pointer;
    }
    .left-menu.open{
        opacity: 1;
        display: flex;
    }
    .left-menu-nav-item{
        border: solid;
        border-width: 0px 0px 2px 0px;
        border-color: transparent;
        transition: 0.2s;
    }
    .left-menu-nav-item:hover, .left-menu-nav-item.active{
        color: #fff;
        border: solid;
        border-width: 0px 0px 2px 0px;
        letter-spacing: 5px;
    }
    .close-left-menu {
        top: 20px;
        left: 20px;
        position: fixed;
    }
    .close-left-menu:hover svg {
        transform: rotate(180deg);
        color:#fff;
    }
    .close-left-menu svg {
        font-size: 50px;
        transition: 0.4s;
        transform-origin: center;
        transition-timing-function: ease-in;
    }



    /* style home in modalita desktop */


/* style home */

/* style top bar */

.top-nav{
    justify-content: space-between;
    align-items: center;
    position: fixed;
    transition:0.5s;
    padding-top: 5px;
    height: 55px;
    color: var(--top-bar-text-color);
    background-color: var(--primary-color);
    z-index:10;
}
.top-nav-left svg {
    font-size: 35px;
    padding: 10px;
    color: var(--top-bar-text-color);
}
.top-nav-img {
    height: 30px;
    padding: 10px;
}
.top-nav-right a svg {
    font-size: 35px;
    padding: 10px;
    color: var(--top-bar-text-color);
}
.top-nav-center {
    flex-grow: 1;
}
.top-nav-right{
    display: flex;
    align-items: center;
}
.top-nav-dynamic-content{
    align-items: center;
}
.top-nav-dynamic-content-text {
    display: flex;
    flex-direction: column;
}
.top-nav-dynamic-content-text .app-name {
    font-size: 10px;
    font-weight: 500;
}
.top-nav-dynamic-content-text .content-name {
    font-size: 14px;
    font-weight: 600;
}
.search-bar {
    padding: 10px;
    border: solid 2px;
    border-radius: 200px;
    width: 15px;
    height: 15px;
    position: relative;
    transition: 0.4s;
    line-height: 10px;
    border-color: transparent;
}
.search-bar:hover, .search-bar.active {
    width: 175px;
    padding: 10px 20px;
    border-color: var(--top-bar-text-color);
}
.search-bar input[type="text"] {
    background: unset;
    box-shadow: unset;
    border: unset;
    color: transparent;
    display: none;
}
.search-bar:hover input, .search-bar:focus-visible input, .search-bar.active input{
    color: var(--top-bar-text-color);
    display: block;
}
.search-bar input[type="text"]:focus-visible {
   outline:unset !important
}
.search-bar svg{
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    width: auto;
    width: 30px;
}
.language-switcher-menu .item-inner {
    justify-content: start;
    gap: 10px;
}
.language-switcher, .flag{
    height: 25px;
    width: 25px;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.language-label {
    font-weight: 500;
}
    /* stile top bar desktop */
    .desktop .top-nav-right{
        padding-right: 20px;
        gap: 10px;
    }
    .desktop .top-nav-right a svg{
        padding: unset;
    }
    .desktop .top-nav-center {
        display: flex;
    }
    .desktop .top-nav-dynamic-content-text {
        min-width: 140px;
    }
    .desktop .top-nav .nav-item {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 500;
        cursor: pointer;
        border-width: 0px;
        transition: 0.2s;
        padding: 16px 0px;
        border-style: solid;
        border-width: 0px 0px 2px 0px !important;
        border-color:transparent;
    }
    .desktop .top-nav .nav-item:hover, .desktop .top-nav .nav-item.linked {
        border: solid;
        border-width: 0px 0px 2px 0px !important;
        border-color: var(--top-bar-text-color);
    }
    .desktop .top-nav .nav-item img {
        width: 20px;
        transform-origin: 0px;
    }
    .desktop .top-nav .primary-navigation {
        display: flex;
        gap: 20px;
        width: 100%;
        justify-content: center;
    }
    .desktop .top-nav .nav-item img {
        transform: scale(0);
        transition: 0.2s;
    }
    .desktop .top-nav .nav-item:hover img, .desktop .top-nav .nav-item.linked img {
        transform: scale(1);
    }
    .desktop .top-nav .nav-item .label {
        margin-left: -20px;
        transition: 0.2s;
    }
    .desktop .top-nav .nav-item:hover .label, .desktop .top-nav .nav-item.linked .label {
        margin-left: 0;
    }
    .desktop .nav-item.no-icon .label {
        margin: 0px !important;
    }
    .desktop .top-nav-btn {
        padding: 0px 20px;
        border: solid 1px var(--top-bar-text-color);
        font-size: 18px;
        border-width: 1.5px;
        border-radius: 5px;
        height: 30px;
        width: 80px;
        transition:.2s;
        cursor: pointer;
    }
    .top-nav-btn:hover {
        background: var(--top-bar-text-color);
        color: var(--primary-color);
    }
    .megamenu {
        display: none;
    }
    .desktop .megamenu {
        display: block;
        overflow: hidden;
    }
    .desktop .megamenu.top-nav-btn {
        height: 60px;
        margin: unset;
        padding: unset;
        border: unset;
        border-radius: 0px;
        padding: 0px 20px;
        margin-top: -5px;
    }
    .desktop .megamenu .megamenu-label {
        text-align: center;
        position: relative;
        height: 60px;
        left: -20px;
        line-height: 60px;
        text-align: center;
        width: 120px;
        font-size: 15px;
        font-weight: 500;
    }
    .desktop .megamenu-content {
        display: none;
        opacity: 0;
        flex-direction: row;
        gap: 50px;
        position: absolute;
        background-color: #f9f9f9;
        width: 100%;
        left: 0;
        top: 60px;
        box-shadow: 0px 13px 20px 0px #00000012;
        z-index: 1;
        padding: 30px;
        color: var(--text-color);
        transition:.5s;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    .desktop .megamenu:hover .megamenu-content{
        display: flex;
        animation: fadeIn .1s forwards .2s;
    }
    .desktop .megamenu-content:hover{
        display: block;
    }
    .desktop .megamenu-col {
        line-height: 30px;
    }
    .desktop .megamenu-col *{
        transition: .2s ;
        cursor: pointer;
    }
    .desktop .megamenu-col *:hover{
        transform: translateX(3px) ;
    }
    .desktop .megamenu-title{
        font-weight: 500;
    }
    .desktop .megamenu-item{
        color: #808080;
        margin-left: 10px;
    }
    .desktop .megamenu-item:hover{
        color: var(--text-color);
    }
    /* stile top bar desktop */


/* style top bar */

/* style footer esclusiva desktop */

.desktop .footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--primary-color);
    color: var(--top-bar-text-color);
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.desktop .footer-section {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 1150px;
    gap: 20px 0px;
    width: 100%;
    justify-content: space-between;
    border: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ffffff2f;
}
.desktop .footer-col{
    width: 25%;
    display: flex;
    flex-direction: column;
    min-width: 200px;
    box-sizing: border-box;
}
.desktop .footer-logo{
    max-width: 150px;
}
.desktop .footer-logo img{
    width: 100%;
}
.desktop .footer-info{
    display: flex;
    align-items: center;
    gap: 10px;
}
.desktop .footer-info svg {
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    padding-right: 5px;
    width: 30px;
    color: var(--secondary-color);
}
.desktop .footer-menu{
    display: flex;
    flex-direction: column;
}
.desktop .footer-title {
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0px;
}
.desktop .footer-section.top{
    justify-content: center;
    padding-top: 40px;
}
.desktop .footer-section.top .footer-logo{
    display: none;
}
.desktop .footer-section :is(a, span ) {
    opacity: 0.8;
    cursor: pointer;
    transition: 0.2s;
    color: var(--top-bar-text-color);
    font-weight: 500;
}
.desktop .footer-section :is(a, span ):hover {
    opacity: 1;
}
.desktop .footer-section.bottom{
    align-items: center;
    border-bottom: unset;
    padding-bottom: 40px;
}
.desktop .footer-social {
    gap: 10px;
    display: flex;
}
.desktop .footer-social svg {
    width: 25px;
    background: var(--top-bar-text-color);
    border-radius: 200px;
    padding: 5px;
    color: var(--primary-color);
    transition: 0.2s;
    cursor: pointer;
}
.desktop .footer-social svg:hover{
    transform: scale(1.05);
}
.desktop .footer-map{
    background-color: #adadad;
    height: 200px;
    width: 100%;
}
.desktop .footer-copyright a{
    font-weight: 500;
    color: var(--top-bar-text-color);
    opacity: 1;
}
/* style footer esclusiva desktop */

/* style wizard */

.wizard {
    height: 100vh;
    width: 100vh;
    position: fixed;
    top: 0;
    background: #00000099;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    z-index: 11;
    color: #ffffff;
    font-weight: 600;
    display: none;
    opacity: 0;
    transition:0.5s;
}
.wizard-reveal{
    opacity: 1;
    display: block;
}
.wizard-fab span {
    position: fixed;
    bottom: 142px;
    left: 30px;
    width: 344px;
}
.wizard-fab svg{
        position: fixed;
        bottom: 95px;
        font-size: 91px;
        transform: rotate(70deg);
        left: 325px;
}
/* style wizard */

/* style pagine */

.page-cover {
    height: 300px;
    background: #fff;
    margin: -70px 0px 0px 0px;
    overflow: hidden;
}
.page-cover-2 {
    height: 300px !important;
    margin: -75px 0px 0px 0px;
    border-radius: 0px;
}
.page-subtitle {
    position: relative;
    bottom: 105px;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #f4f4f4 20%, transparent);
    color: var(--text-color);
    font-size: 20px;
    font-weight: 600;
    padding: 40px 0px 0px 19px;
    box-sizing: border-box;
}
.page-subtitle > span {
    position: absolute;
    bottom: 0;
}
.page-text{
    padding: 15px;
}
.page-widget-area{
    display: flex;
    justify-content: center;
}

    /* style pagine desktop */

    .desktop .page-cover {
        border-radius: 10px;
        margin-top: -10px;
        margin-bottom: 50px;
        border-radius: 0px;
        animation-name: fadeIn;
        animation-duration: 1s;
        height: 450px;
    }
    .desktop .page-subtitle {
        box-sizing: border-box;
        width: auto;
        text-align: center;
        height: 102%;
        padding: 0px;
        align-items: center;
        display: flex;
        background: #00000090;
        justify-content: center;
        font-size: 40px;
        color: #fff;
        opacity: 0;
        animation-name: fadeIn;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-delay: 2s;
        top: -102%;
    }
    .desktop .page-subtitle > span{
        top: 40%;
    }
    .desktop .page-text {
        margin: 100px 20vw !important;
        animation-name: fadeIn;
        opacity: 0;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-delay: 1s;
    }
    /* style pagine desktop */



/* style pagine */

/* style widget gallery */

.page-widget-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 600px;
    width: 100%;
    padding: 0px 10px;
}
.page-widget-gallery-photo {
    overflow: hidden;
    flex-grow: 1;
    width: 24%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s !important;
    max-height: 250px;
}
.page-widget-gallery-photo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.page-widget-gallery-photo:last-child {
    max-height: 250px;
}

    /* style gallery desktop */
    
    .desktop .page-widget-gallery {
        max-width: unset;
        margin: 0px 20vw;
        justify-content: start;
        gap: 20px;
    }
    .desktop .page-widget-gallery-photo:hover {
        transform: translateY(-10px) !important;  
        box-shadow: var(--shadow-04);
    }
    .desktop .page-widget-gallery-photo {
        animation-delay: 1s;
        animation-name: fadeIn forwards;
        transition: .2s;
    }

    /* style gallery desktop */

/* style widget gallery */

/* style form */

input[type="checkbox"], input[type="radio"] {
    accent-color: var(--primary-color);
}
.page-widget-form{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px 20px;
}
.list {
    margin: 0px;
}
.list li{
    width: 100%;
}
.list li .item-content, .list li .item-content .item-inner{
    padding: 0px;
}
.show-password {
    position: absolute;
    right: 5px;
    margin-top: 10px;
    opacity: 0.2;
    color: #000000;
}
.md .item-input-focused .item-label, .md .item-input-focused .item-floating-label {
    color: black;
    font-weight:500;
}
.input-outline.input-focused:after,
.item-input-outline.item-input-focused .item-input-wrap:after {
  border-color: #000000;
  transition: 0.2s;
  border-width: 1px;
}
label.item-checkbox input[type='checkbox']:checked ~ .icon-checkbox, label.item-checkbox input[type='checkbox']:checked ~ * .icon-checkbox, .checkbox input[type='checkbox']:checked ~ i, label.item-checkbox input[type='checkbox']:indeterminate ~ .icon-checkbox, label.item-checkbox input[type='checkbox']:indeterminate ~ * .icon-checkbox, .checkbox input[type='checkbox']:indeterminate ~ i {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
.list > li, .list > div {
    margin: 15px 0px;
}
.list ul{
    background-color: unset;
    padding: 10px 0px;
}
.list .item-inner:after{
    display: none;
}
.form-footer-actions {
    display: flex;
    justify-content: space-between;
    padding: 15px 5px;
    align-items:center;
}
.privacy-policy-button svg {
    color: #8e8e8e;
    font-size: 20px;
}
.form-footer-actions-text {
    font-size: 15px;
    color: #3e3e3e;
    font-weight: 400;
}
.form-footer-actions-text span {
    color: #000000;
    font-weight: 600;
}
.item-content.item-checkbox {
    font-size: 14px;
    color: #3e3e3e;
}
.item-checkbox .item-inner .item-title{
    text-overflow: unset;
    white-space: unset;
}

.list .item-input-outline .item-floating-label {
    background: #f4f4f4;
}
    
    /* stile form desktop */
    
    .desktop .list .item-input-outline .item-floating-label {
        background: #ffffff;
    }

    /* stile form desktop */


/* style form */

/* style carrello */

.page-widget-cart .tab {
    overflow-x: hidden;
}
.cart-back-to-shop{
    right: 95px;
}
.page-widget-cart{
    margin-top: 60px;
}
.cart-navbar {
    margin-top: 60px;
}
.cart-navbar .tab-link {
    font-size: 13px;
}
.page-widget-cart #tab-products, #tab-shipping, #tab-payment, #tab-summary {
    margin-top: 0px;
    padding: 0px;
}
.cart-list-product {
    width: auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 3;
}
.cart-list-product-info{
    display: flex;
    flex-direction: column;
    width: 70%;
    text-align: center;
}
.cart-list-product-name {
    color: var(--text-color);
    font-weight: 600;
}
.cart-list-product-price {
    font-weight: 500;
}
.cart-list-product-variations {
    color: var(--light-grey);
    font-weight: 500;
}
.edit-cart-list-product {
    text-align: center;
    background: var(--button-color);
    margin: -35px 10px 0px 10px;
    padding: 30px 10px 10px 10px;
    font-size: 15px;
    font-weight: 500;
    color: var(--button-content-color);
    z-index: 1;
    border-radius: 0px 0px 20px 20px;
    transform: translateY(-40px);
    visibility: hidden;
}
.cart-list-product-separator {
    width: auto;
    height: 20px;
    border-radius: 0px 0px 20px 20px;
    background: white;
    margin: -20px 10px 0px 10px;
}
.cart-shipping, .cart-payment {
    width: auto;
    font-size: 17px;
    border-radius: 200px;
    padding: 15px 25px;
    border: solid 2px var(--button-color);
    text-align: center;
    font-weight: 600;
    margin: 15px 10px;
    color: var(--text-color);
    display: flex;
    justify-content: start;
    gap: 5px;
    align-items: center;
    z-index: 10;
    position: relative;
}
.cart-shipping svg, .cart-payment svg{
    font-size: 30px;
    transition:0.2s;
}
.cart-payment i{
    position: initial;
    font-size: 25px;
    width: 28px;
}
.cart-payment i:before{
    font-size: 28px;
}
.cart-payment-info, .cart-shipping-info {
    width: auto;
    margin: 10px;
    border-radius: 0px 0px 20px 20px;
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    border-color: var(--button-color);
    margin-top: -50px;
    color: #000;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding: 50px 10px 10px 10px;
    z-index: 8;
    animation-fill-mode:forwards;
    animation-name: scaleInDown;
    animation-duration: 0.5s;
    transform: scaleY(0);
    transform-origin: top;
    transition:0.3s;
}
.cart-shipping.selected, .shipping-slot.selected, .cart-payment.selected{
    background: var(--button-color);
    color: var(--button-content-color);
}
.cart-shipping-address{
    align-items: center;
    display: flex;
    margin: 5px 0px;
}
.cart-shipping-address input[type="radio"] {
    margin: 0px 5px 0px 0px;
}
.shipping-time{
    background:#fff;
    padding: 15px;
    box-shadow: var(--shadow-03);
    margin-top: 25px;
}
.shipping-day {
    background: var(--button-color);
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: var(--button-content-color);
    border-radius: 10px;
}
.shipping-slot-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap:10px;
}
.shipping-slot {
    background: #f3f3f3;
    padding: 10px;
    font-weight: 500;
    color: var(--text-color);
    font-size: 16px;
    border-radius: 5px;
    width: calc( 20% - 8px);
    text-align: center;
    box-sizing: border-box;
    justify-content: space-between;
}
.cart-notification-area{
    margin-bottom: 20px;
}
.cart-notification {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}
.cart-notification.min-order {
    background-color: #ffdcdc;
    color: #d80000;
}
.cart-notification.coupon{
    background-color: #e0f8e3;
    color: #005d2a;
}
.cart-notification.shipping{
    background-color: var(--primary-color);
    color: var(--top-bar-text-color);
}
.cart-summary-input {
    margin: 20px;
}
.cart-summary-input > ul > :nth-child(1) {
    margin-bottom: 10px;
}
.cart-summary {
    background: #fff;
    box-shadow: var(--shadow-03);
    margin-top: 20px;
}
.cart-summary-products-product {
    padding: 5px 20px 0px 20px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 15px;
}
.cart-summary-products {
    padding: 20px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #dddbdb;
}
.cart-summary-discount {
    justify-content: space-between;
    display: flex;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #dddbdb;
    color: #005d2a;
}
.cart-summary-shipping {
    justify-content: space-between;
    display: flex;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #dddbdb;
    color: var(--text-color);
}
.cart-summary-total {
    justify-content: space-between;
    display: flex;
    padding: 20px;
    font-weight: 600;
    border-width: 2px 0px 0px 0px;
    border-color: #dddbdb;
    border-style: solid;
    font-size: 18px;
}

    /* stile carrello desktop */
    .desktop .fab.cart a{
        border: solid 1px #ffffff7a;
    }
    .desktop .page-widget-cart{
        height: 100%;
    }
    .desktop .floating-cart{
        width: 655px;
        height: 100%;
        position: fixed;
        right: -655px;
        top: 0px;
        box-shadow: var(--shadow-03);
        z-index: 9999;
        transition: 0.2s;
        animation-timing-function: ease-in;
    }
    .desktop .shop-footer.show-floating-cart .floating-cart,  .desktop .shop-footer.show-floating-cart .fab.cart {
        right: 0px;
    }
    .desktop .floating-cart .page-widget-cart {
        margin-top: 0px;
    }
    .desktop .floating-cart .cart-navbar {
        margin: 0px;
    }
    .desktop .shop-footer.show-floating-cart .fab.cart {
        right: 685px;
    }
    .desktop .show-floating-cart .fab.cart-next, .desktop .show-floating-cart .floating-cart .fab.fab-right-bottom {
        right: 20px;
        transition: 0.2s;
    }
    .desktop .fab.cart-next, .desktop .floating-cart .fab.fab-right-bottom{
        right: -655px;
    }
    .desktop .floating-cart .cart-shipping-info, .desktop .floating-cart .cart-payment-info {
        margin-right: 25px;
        margin-left: 25px;
    }
    .filter-side-bar{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .desktop .cart-list-product{
        border: 1px solid #ededed;
    }
    .desktop .cart-shipping, .desktop .cart-payment, .desktop .cart-list-product{
        margin: 20px 25px;
    }
    .desktop .edit-cart-list-product {
       margin-left: 25px;
       margin-right: 25px; 
    }
    .desktop .cart-summary-products{
        padding: 20px;
    }
    .floating-cart .cart-summary-total, .floating-cart .cart-summary-shipping, .floating-cart .cart-summary-discount{
        padding: 20px 40px;
    }
    
    
    /* stile carrello desktop */


/* style carrello */

/* style del widget ecommerce  */

.tab-link-highlight {
    background-color: #a9a9a9 !important;
    height: 3px !important;
    border-radius: 10px !important;
}
.header{
    position: fixed;
    width: 100%;
    z-index: 11;
}
.shop-list {
    padding: 10px;
}
.shop-list-categories-nav {
    position: sticky;
}
.hideTopNav .shop-list-categories-nav{
    position: fixed;
    z-index: 9999 !important;
}
::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.shop-list-category {
    padding: 10px;
}
.shop-list-product {
    background: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    margin: 20px 0px;
    /* transform:scale(0); */
    cursor: pointer;
}
.shop-list-product-data {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}
.shop-list-product-data-image{
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border-radius: 200px;
    background-position: center;
    background-size: cover;
    background-color: var(--primary-color);
}
.shop-list-product-data-info {
    width: calc( 100% - 140px);
}
.product-title {
    font-size: 15px;
    word-break: unset !important;
    color: var(--text-color);
    font-weight: 600;
}
.product-subtitle {
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.product-short-description {
    font-size: 12px;
    overflow: hidden;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}
.product-price-area {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}
.product-price-area .product-price {
    font-weight: 500;
    margin-right: 10px;
    font-size: 15px;
}
.badge{
    padding: 10px;
    border-radius: 200px;
    font-weight: 600;
    font-size: 12px;
}
.badge-promo {
    background: green;
    color: white;
}
.badge-available {
    background: var(--button-color);
    color: var(--button-content-color);
}
.badge-min {
    background: orange;
    color: white;
    font-weight: 500;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 100px;
}
.in-sale {
    color: red;
    text-decoration: line-through;
}
.shop-list-product-data-quantity .product-quantity-button, .cart-list-product .product-quantity-button {
    background-color: #f3f3f3;
    height: 40px;
    width: 40px;
    border-radius: 200px;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 38px;
    z-index: 2;
    cursor: pointer;
}
.shop-list-product-element .product-quantity-button {
    background-color: #f3f3f3;
    height: 40px;
    width: 40px;
    border-radius: 200px;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 38px;
    z-index: 2;
    cursor: pointer;
}
.product-quantity-number {
    text-align: center;
    margin: 10px 0px;
}
.shop-list-product-element {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}
.shop-list-product-variated {
    margin-top: 10px;
}
.shop-list-product-variated-data {
    display: flex;
    flex-direction: column;
    border: solid #dbdbdb;
    border-width: 1px;
    border-radius: 5px;
    width: calc( 100% - 48px);
    text-align: center;
    font-size: 15px;
    margin: 0px -15px;
    pad: 0px 15px;
    line-break: anywhere;
    padding: 0px 20px;
}
.shop-list-product-variations {
    font-size: 12px;
}
.sticky{
    position: sticky !important;
    z-index: 11 !important;
}
.edit-product-button {
    width: 15px;
}
.shop-list-product-subcategory {
    color: #636363;
    margin-bottom: -12px;
    justify-content: space-between;
    display: flex;
    width: 100%;
    font-weight: 500;
}
.shop-list-product-subcategory span {
    color: #8f8f8f;
}
.special-product-title {
    border-radius: 5px 0px 0px 0px;
     padding: 5px 10px;
}
.special-products-info {
    margin: 0px 0px -19px 0px;
    border-radius: 10px 10px 0px 0px;
    width: 85%;
    font-weight: 600;
    padding: 10px;
    /* visibility: hidden;
    transform: translateY(60px); */
}
.special-product-quantity {
    padding: 5px 10px;
    border-radius: 0px 5px 0px 0px;
}
.customer-name-section {
    display: flex;
    width: auto;
    margin: 10px 20px;
    align-items: center;
    justify-content: left;
}
.customer-name-icon{
    display: flex;
    align-items: center;
}
.customer-name-icon svg{
    color: var(--button-color);
    font-size: 30px;
}
.customer-name {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 500;
    padding: 0px 5px;
}
.edit-customer-name{
    color: #696969;
    margin-top: -14px;
}
.edit-customer-name svg {
    font-size: 16px;
}
.promo-info {
    color: green;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    padding: 5px 0px;
    margin: 10px;
    display: flex;
    border-radius: 200px;
    border: solid 2px;
}
.promo-info i {
    margin-right: 5px;
    font-size: 18px;
}
.snake-bar {
    position: fixed;
    bottom: -55px;
    transition: 0.2s;
    width: 100%;
    height: 55px;
    background: var(--button-color);
    z-index: 99999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--button-content-color);
    font-weight: 600;
    font-size: 18px;
}
.showSnakeBar .fab{
    bottom: 65px;
}
.showSnakeBar .snake-bar{
    bottom: 0;
}
.showSnakeBar #fab-ecommerce a {
    transform: rotate(90deg);
}
.position-info {
    position: fixed;
    bottom: 66px;
    right: 95px;
    width: 70%;
    z-index: 9999;
    color: white;
    text-align: right;
    line-height: 22px;
    font-weight: 500;
    text-shadow: var(--shadow-02);
    display: none;
    transition: 0.5s;
}
.showSnakeBar .position-info{
    display: block;
}
.fab.cart {
    margin-right: 13px;
}
.fab.cart a {
    display: flex;
    gap: 5px;
    padding: 0px 10px;
}
.fab.cart a > svg {
    font-size: 23px;
    margin-top: -2px;
}
.fab-cart-total {
    font-size: 15px;
    font-family: var(--primary-font);
    font-weight: 600;
}
.product-counter-badge {
    position: absolute;
    top: -5px;
    background: #ededed;
    min-height: 15px;
    min-width: 15px;
    border-radius: 30px;
    text-align: center;
    padding: 5px;
    z-index: 999;
    color: black;
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
    left: -5px;
    font-family: var(--primary-font);
}
.filter-sidebar{
    display: none;
}

  /* ecommerce desktop */

    .desktop .page-content {
        background: #fff !important;
    }
    .desktop .shop-list {
        display: flex;
        gap: 15px;
        flex-direction: row;
        grid-column: 4;
        flex-wrap: wrap;
    }
    .desktop .shop-list-product.scaleIn{
        animation: unset !important;
    }
    .desktop .shop-list-product {
        width: 48%;
        flex-direction: column;
        padding: 0px;
        overflow: hidden;
        margin: 0px;
        border-radius: 8px;
        border: 1px solid #e4e4e4;
        transition: 0.1s;
        transform: scale(1);
    }
    .desktop .shop-list-product:hover{
        transform: translateY(-5px);  box-shadow: var(--shadow-02) !important;
    }
    .desktop .shop-list-product-data {
        flex-direction: column;
        width: 100%;
        align-items: start;
    }
    .desktop .shop-list-product-data-image {
        width: 100%;
        height: 200px;
        border-radius: unset;
    }
    .desktop .shop-list-product-data-info {
        width: 100%;
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1;
        box-sizing: border-box;
        min-height: 125px;
        justify-content: space-around;
    }
    .desktop .shop-list-product-data-quantity {
        flex-direction: row-reverse;
        display: flex;
        width: -webkit-fill-available;
        align-items: center;
        padding: 10px;
        justify-content: end;
        gap: 20px;
        position: absolute;
        color: white;
        top: 140px;
        backdrop-filter: brightness(0.8) blur(2px);
        -webkit-backdrop-filter: brightness(0.8) blur(2px);
        text-shadow: 1px 1px 20px #0000009e;
    }
    .desktop .shop-list-product-data-quantity .product-quantity-button{
        background: unset;
    }
    .desktop .product-quantity-number {
        font-weight: 700;
    }
    .desktop .shop-list-product-element .product-quantity-button {
        background: unset;
        font-size: 30px;
        border-radius: 0px;
        border: unset;
        box-sizing: border-box;
        background:unset;
    }
    .desktop .shop-list-product-element{
        margin: 0px;
    }
    .desktop .product-short-description {
        width: 100%;
    }
    .desktop .shop-list-product-variated {
        padding: 0px;
        margin: 5px 0px 0px 0px;
        border: solid #e4e4e4;
        border-width: 1px 0px 0px 0px;
    }
    .desktop .shop-list-product-variated-data {
        border: unset;
        font-size: 13px;
    }
    .desktop ul.card-list-in-cart {
        margin: -20px 0px 0px 0px;
    }
    .desktop .fab {
        bottom: 40px;
        right: 40px;
    }
    .desktop .shop-list-product-subcategory {
        justify-content: left;
        gap: 20px;
        padding: 10px;
        border-radius: 5px;
    }
    .desktop .shop-list-product-subcategory{
        display: none;
    }
    .desktop .page-widget-shop {
        display: flex;
        margin-top: 90px;
        justify-content: center;
        gap: 5px;
    }
    .desktop .filter-sidebar {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 30px;
        min-width: 250px;
    }
    .desktop .product-sidebar {
        width: 60%;
    }
    .category-cover {
        width: 100%;
        height: 250px;
        border-radius: 8px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        box-sizing: border-box;
        width: 95%;
        margin: 10px;
    }
    .desktop .filter {
        padding: 10px 20px;
        margin-top: 10px;
        background: #fff;
        border: 1px solid #e7e7e7;
        width: 200px;
        display: flex;
        border-radius: 200px;
        height: 45px;
        color: white;
        align-items: center;
        gap: 10px;
        box-sizing: border-box;
        color: #3c3c3c;
    }
    .desktop .filter .label{
        font-size: 14px;
        font-weight: 500;
    }
    .desktop .filter > div:nth-child(1) svg {
        font-size: 0;
        transition: 0.2s;
    }
    .desktop .filter:active{
        border-color: green;
        color: green;
    }
    .desktop .filter > div{
        line-height: 0px;
    }
    .desktop .filter:hover > div svg, .desktop .filter:active > div svg{
        font-size: 25px;
    }
    .shop-categories:before, .shop-filters:before{
        font-weight: 500;
        color: var(--text-color);
    }
    .shop-categories:before {
        content: 'Categorie';
    }
    .shop-filters:before{
        content: 'Filtri';
    }
    .shop-categories {
        border: solid 1px;
        padding-bottom: 15px;
        border-width: 0px 0px 2px 0px;
        border-color: #f0f0f0;
    }
    .shop-categories > div ul:before, .shop-categories > div ul:after {
        display: none;
    }
    .shop-categories > div ul {
        padding: 0px;
    }
    .child-category {
        padding-left: 10px;
    }
    .parent-catgory, .child-category{
        transition: 0.3s;
        border: 0px solid;
    }
    .parent-category .item-title {
        font-weight: 500;
    }
    .parent-category .item-link{
        padding-left: 20px;
        height: 35px;
    }
    .parent-category:before {
        content: '';
        height: 5px;
        width: 5px;
        background: #000;
        position: absolute;
        left: 0px;
        top: 21px;
        border-radius: 20px;
    }
    .no-child .item-inner::before {
        display: none !important;
    }
    .desktop .parent-category.active > a > div > div > .item-title, .desktop .child-category.active > a > div > div > .item-title{
        border: solid;
        font-weight: 600;
        border-width: 0px 0px 2px 0px;
        border-color: var(--text-color);
        color: var(--text-color);
    }
    /* ecommerce desktop */

    /* style del ecommerce categorie webapp lista set */
    
    .sidebar-category img {
        max-width: 60px;
    }
    
    .page-widget-shop.has-sidebar .shop-list-product-data-info {
        width: calc( 100% - 115px);
    }
    .page-widget-shop.has-sidebar .shop-list-product-data-image {
        width: 60px;
        height: 60px;
    }
    .page-widget-shop.has-sidebar .product-title {
        font-size: 14px;
    }
    /* style del ecommerce categorie webapp lista set */

/* style del widget ecommerce  */


/* style del bottom menu  */

#home-content .bottom-nav{
    bottom:0px;
}
.bottom-nav {
    position: fixed;
    align-content: flex-start;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 15px 0px;
    text-align: center;
    padding-top: 10px;
    background: var(--primary-color);
    color: var(--top-bar-text-color);
    transition: 0.5s;
    height: 65px;
    z-index: 13;
    overflow: unset;
    overflow-anchor: 0px;
    bottom: -80px;
    align-items: center;
    justify-content: flex-start;
    box-shadow: var(--shadow-02);
}
.bottom-nav.open{
    height: 80%;
    padding: 20px 10px 200px 10px;
    overflow: scroll;
}
.bottom-nav:last-child{
    margin-right: auto;
}
.bottom-nav-item-label {
    word-break: unset;
    height: 20px;
    overflow: hidden;
    word-break: break-word;
    transition: 0.3s;
    font-weight: 500;
    font-size: 12px;
    padding: 0px 2px;
}
.bottom-nav.open .bottom-nav-item-label{
    overflow: auto;
    height: unset;
}
.bottom-nav-item.active {
    opacity: 1;
}
.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    flex-wrap: wrap;
    align-self: baseline;
}
.bottom-nav-item-icon, .bottom-nav-item-icon img {
    width: 25px;
}
.backdrop {
    height: 100%;
    width: 100%;
    background: #00000096;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 12;
    display: none;
}
.backdrop:before {
    content: 'Chiudi menù';
    position: absolute;
    top: calc(14% - 15px);
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-weight: 500;
    font-size: 18px;
    border-width: 1px 0px 0px 0px;
    width: 100%;
    text-align: center;
    padding: 10px 0px 0px 0px;
    animation-delay: 0.5s;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
/* style del bottom menu  */

/* style dei bottoni e bottoni gestione set */
.easy-btn {
    border-radius: 100px;
    padding: 0px 20px;
    font-weight: 600;
    font-size: 15px;
    color: var(--button-content-color) !important;
    background-color: var(--button-color) !important;
    transition: 0.8s;
    height: 45px;
    display: flex;
    line-height: 45px;
    justify-content: center;
}
.easy-btn .btn-icon i {
    font-size: 20px;
    line-height: 50px;
}
.btn-icon{
    align-items: center;
    display: flex;
}
.easy-btn.set-btn{
    margin: 0px 10px;
}

 /* style dei bottoni desktop */
 
 .desktop .easy-btn {
    padding: 0px 20px;
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer;
}
 
 /* style dei bottoni desktop */

/* style dei bottoni e bottoni gestione set */

/* style scheda prodotto  */
.background-shape {
    background-image: url(IMAGE_URL), linear-gradient(#eb01a500, #eb01a500, #f4f4f4) !important;
    height: 200px;
    height: 250px !important;
}
.swiper-pagination-bullets{
    display: none;
}
.product-slider {
    width: 100% !important;
    height: 290px !important;
    margin: 0px !important;
    border-radius: 0 !important;
    background: #fff;
    margin-top: 70px !important;
}
.product-slider:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #f4f4f4 20%, transparent);
    height: 70px;
    z-index: 1;
}
.product-details {
    margin: 15px !important;
}
.product-details > div {
    width:unset !important;
    height:unset !important;
    line-break: anywhere !important;
    line-height: 25px !important;
    padding: 10px;
}
.linked-product .shop-list {
    padding: 0px 10px 10px 10px !important;
}
.linked-product-group-title{
    height: 30px;
    color: #656565;
    border-radius: 100000px;
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
    line-height: 30px;
    font-weight: 500;
}
.linked-product .shop-list .shop-list-product .shop-list-product-variated .shop-list-product-element .linked-product .shop-list-product {
    margin: 10px 0px;
}
.linked-product .shop-list-product{
    margin: 5px 0px;
}
.shop-list-product-variated-data {
    width: calc( 100% - 90px);
}
.product-quantity {
    padding: 10px !important;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.product-quantity .product-price {
    font-weight: 500;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 600;
}
.product-quantity-setting {
    border-radius: 200px;
    font-size: 20px;
    font-weight: 500;
    height: 40px;
    line-height: 42px;
    text-align: center;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: space-between;
}
.product-quantity-setting .product-quantity-button {
    background-color: #e9e9e9;
    border-radius: 200px;
    font-size: 25px;
    font-weight: 500;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
    z-index: 2;
    cursor: pointer;
}
.fab > a, .fab-buttons a{
    background: var(--button-color);
    color:var(--button-content-color);
    box-shadow: var(--shadow-02) !important;
    padding:5px;
    border-radius: 200px;
}
.custom-modal-backdrop, .actions-backdrop, .dialog-backdrop, .popover-backdrop, .popup-backdrop, .preloader-backdrop, .sheet-backdrop, .fab-backdrop {
    background: rgb(0 0 0 / 55%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter:blur(1px);
}
.fab{
    transition: 0.2s;
    position: fixed;
}
.fab-label {
    font-family: var(--primary-font);
    font-weight: 500;
    color: var(--button-content-color);
    background: unset;
    box-shadow: unset;
}
.fab-buttons-top, .fab-buttons-bottom {
    transform: translate(-4px, 0px);
}
.fab a > svg {
    font-size: 35px;
}
.fab > a i, .fab > i{
    font-size: 25px;
    margin-top: -2px;
} 
.fab > a.active-state, .fab-label-button.active-state{
    color: var(--button-color) !important;
    background-color:var(--button-content-color) !important;
}

    /* stile scheda prodotto desktop */
    
    .desktop .background-shape{
        display: none;
    }
    .desktop .product-slider {
        width: 100% !important;
        height: 550px !important;
        padding: 28px 20vw !important;
        border-radius: 10px !important;
        background: #fff;
        box-sizing: border-box;
    }
    .desktop .product-slider:after{
        display: none;
    }
    .desktop .product-slider .swiper-wrapper{
        width: 100%;
    }
    .desktop .product-slider .swiper-slide{
        border-radius: 10px;
        overflow: hidden;
    }
    .desktop .product-quantity {
        padding: 10px 20vw !important;
    }
    .desktop .linked-product {
        margin: 0px 20vw;
    }
    .desktop .popup-variant {
        box-shadow: var(--shadow-02);
    }
    .desktop .popup-variant .primary-navigation{
        display: none;
    }
    /* stile scheda prodotto desktop */

/* style scheda prodotto  */

/* style ordine live */
.live-order-list {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.live-order-customer {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    margin: 10px 10px;
    width: 100%;
    flex-grow: 1;
}
.live-order-position-name{
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
}
.live-order-position-name span{
    margin: 0px 10px;
}
.live-order-customer-label {
    font-size: 12px;
    color: var(--light-grey);
}
.live-order-customer-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
}
.live-order-customer-product {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 10px;
}
.live-order-customer-quantity {
    background: #f4f4f4;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 200px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
/* style ordine live */

/* style storico ordini lista set*/

.history-order-position {
    padding: 20px 20px 0px 20px;
    font-size: 17px;
    font-weight: 600;
}
.history-order-list {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.history-order-customer {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    margin: 10px 10px;
    width: 100%;
}
.history-order-customer-name {
    font-size: 16px;
    font-weight: 600;
    color:var(--text-color);
}
.history-order-customer-label {
    font-size: 12px;
    font-weight: 500;
    color: var(--light-grey);
}
.history-order-customer-product {
    width: 100%;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: space-between;
}
.history-order-subtotal-label {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 20px;
}
.history-order-subtotal{
    font-weight: 600;
    font-size: 16px;
    margin: 10px 20px;
    display: flex;
    justify-content: space-between;
    color: var(--text-color);
}
.history-order-total {
    display: flex;
    font-weight: bold;
    border-top: 1px solid #d8d8d8;
    font-size: 18px;
    justify-content: space-between;
    padding: 20px;
    margin-top: 20px;
}
.set-list-payments {
    padding-top: 5px;
}
.payment-page {
    padding: 70px 10px 0px 10px;
}
.payment-cover {
    margin: 10px;
    background: var(--primary-color);
    display: flex;
    flex-direction: column;
    text-align: center;
    color: var(--top-bar-text-color);
    font-weight: 600;
    font-size: 20px;
    border-radius: 10px;
    padding: 20px;
}
.payment-cover img {
    max-width: 100px;
}
.submit-payment {
    border: unset;
    margin-top: 10px;
}
.StripeElement {
    padding: 10px;
}
/* style storico ordini lista-set */

/* style widget storico ordini */

.page-widget-history-orders {
    margin-top: -60px;
    width: 100%;
    padding: 0px 10px;
}
.history-order {
    padding: 20px;
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-03);
}
.history-order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.history-order-date{
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}
.history-order-reference {
    font-size: 15px;
    color:#adadad;
}
.history-order-header > div:nth-child(2){
    display: flex;
    align-items: center;
    gap: 5px;
}
.history-order-state {
    font-size: 15px;
    font-weight: 600;
}
.history-order-action {
    line-height: 0px;
}
.history-order-action svg {
    width: 30px;
    text-align: right;
}
.history-order-product {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
    font-size: 15px;
}
.history-order-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.history-order-footer > div{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: var(--text-color);
    font-size: 14px;
}
.history-order-footer .history-order-total {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    border: unset;
    font-weight: 600;
    color: var(--text-color);
}
.history-order-body .list ul:after, .history-order-body .list ul:before {
    content: unset;
}
.history-order-body .list ul .accordion-item .item-link .item-content .item-inner .item-title{
    font-weight: 500;
    font-size: 15px;
}
/* style widget storico ordini */

/* style del widget coupons */

.page-widget-coupons {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    padding:10px;
}
.page-widget-coupons-nav {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-around;
}
.page-widget-coupons-nav span {
    width: 100%;
    text-align: center;
    padding: 5px;
    color: #5e5e5e;
}
.coupons-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.coupon {
    background: #fff;
    flex-grow: 1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-03);
    width: 47%;
    transition: 0.1s;
}
.coupon:hover {
    box-shadow: 0px 0px 0px 1px #0003;
}
.coupon-cover {
    height: 120px;
    --mask: 
    linear-gradient(#000 0 0) top/100% calc(100% - 5px) no-repeat,
    conic-gradient(from -62.5deg at bottom,#0000,#000 1deg 124deg,#0000 125deg) bottom/19.21px 5px repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--primary-color);
}
.coupon-body{
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.coupon-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.coupon-validation {
    font-size: 12px;
    display: flex;
    flex-direction: column;
}
.coupon-validation-data, .coupon-countdown {
    font-weight: 600;
}
.coupon-iteration {
    display: flex;
    font-size: 13px;
    gap: 5px;
    font-weight: 600;
    color: var(--text-color);
}
.coupon-footer {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.coupon.disabled{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.8;
}
#tab-my{
    padding:0px;
}
.coupon-details .coupon-cover {
    height: 300px;
    background: #fff;
    margin: -70px 0px 0px 0px;
    overflow: hidden;
    position: relative;
    border: unset;
    --mask: unset;
    mask: unset;
    background-size: cover;
    background-position: center;
}
.coupon-details .coupon-cover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vh;
    background: linear-gradient(0deg, #f4f4f4 0%, #ffffff00);
    height: 55px;
    z-index: 9999;
}
.coupon-details :is(.coupon-price, .coupon-iteration, .coupon-validation ){
    text-align: center;
    justify-content: center;
    font-size: 15px;
}
.coupon-details .coupon-title {
    font-weight: 600;
    font-size: 30px;
    margin: 20px 0px 10px 0px;
    text-align: center;
}
.coupon-details .coupon-price.green {
    font-size: 20px;
    font-weight: 500;
}
.coupon-subtitle{
    position: relative;
    bottom: 105px;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #f4f4f4 20%, transparent);
    color: var(--text-color);
    font-size: 20px;
    font-weight: 600;
    padding: 40px 0px 0px 19px;
    box-sizing: border-box;
}
.coupon-details .coupon-price {
    font-size: 20px;
    font-weight: 600;
}
.coupon-details .coupon-validation {
    font-weight: 600;
}
.coupon-details .coupon-countdown{
    width: auto;
    border-radius: 100px;
    color: green;
    display: flex;
    height: 30px;
    margin: 10px 20px;
    gap: 10px;
    justify-content: center;
    border: 2px solid green;
    align-items: center;
} 
.coupon-inner-body {
    padding: 0px 20px 20px 20px;
}
/* style del widget coupons */

/* style del widget fidelity */

.page-widget-fidelity {
    width: 100%;
    margin-top: -50px;
}
.fidelity-card {
    margin: 20px 20px 75px 20px;
    background-image: url(../../images/fidelity-card-bg.png), linear-gradient(45deg, var(--primary-color), var(--primary-color-light));
    background-size: cover;
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--primary-color-mid) 0px 25px 50px -20px;
    color: white;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fidelity-card-bottom, .fidelity-card-header{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.fidelity-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 5px;
}
.fidelity-card-bottom{
    display: flex;
}
.fidelity-card-logo img{
   max-width: 80px;
}
.fidelity-card-name {
    color: white;
    font-size: 15px;
}
.fidelity-card-campaign {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fidelity-card-campaign-name {
    font-size: 16px;
    font-weight: 500;
}
.fidelity-card-campaign-total {
    font-size: 16px;
    font-weight: 500;
}
.fidelity-card-amount-name {
    font-size: 15px;
    font-weight: 600;
}
.fidelity-card-ecn {
    font-size: 14px;
    font-weight: 500;
}
.fidelity-card-history {
    padding: 20px;
    margin-bottom: 50px;
}
.fidelity-card-history > span {
    font-size: 14px;
}
.fidelity-card-transaction {
    margin-bottom: 20px;
    margin-top: 10px;
    border: solid 1px;
    padding: 10px;
    border-radius: 10px;
    border-color: #e6e6e6;
}
.fidelity-transaction-data{
    font-size: 12px;
    font-weight: 500;
}
.fidelity-transaction-amount{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}
.fidelity-transaction-amount-name {
    font-size: 16px;
    color:#009dff;
}
.fidelity-transaction-amount-total {
    font-size: 16px;
    font-weight: 500;
    color:#009dff;
}
.fidelity-transaction-note {
    font-size: 13px;
}
.fidelity-card-amount{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fidelity-card-action{
    font-size: 10px;
}
.fidelity-card-action img{
    max-width: 30px;
    margin-left: 5px;
}
.fidelity-card-amount-total {
    font-weight: 600;
    font-size: 15px;
}
.fidelity-card-amount-action{
    display: flex;
    align-items: center;
    gap: 5px;
}
.fidelitty-card-amount-transfer img{
    max-width: 40px;
}
.fab-extended.refer-friend {
    left: 15px;
    width: 135px;
}
.refer-friend a {
    height: 56px;
    padding-left: 20px;
}
.refer-friend > a > div{
    font-size: 15px;
    font-family: var(--primary-font);
    font-weight: 600;
    margin-left: 10px;
}

  /* sezione dedicata alla transazione fidelity plus da non confondere con fidelity-card-transaction che è relativo allo storico transazioni */

    .fidelity-transaction {
        padding: 70px 10px 0px 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .fidelity-transaction .fidelity-card-amount{
        margin: -10px;
        background-color: var(--background-color);
        color: var(--text-color);
        display: flex;
        justify-content: center;
        gap:10px;
        font-weight: 600;
        font-size: 16px;
        padding: 10px;
    }
    .fidelity-transaction-form .list ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .fab.card-code-scan{
        bottom: 70px;
    }
    /* sezione dedicata alla transazione fidelity plus da non confondere con fidelity-card-transaction che è relativo allo storico transazioni */


/* style del widget fidelity */

/* stili extra */

.category-view{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.category-view .card-nest{
    width: 48%;
    height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #00000021;
}

.category-view .card-nest .background-image{
    height: 100px;
    width: 100%;
    border-radius: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.category-view .card-nest .title-nest{
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    color: var(--primary-color);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.custom-modal-backdrop, .actions-backdrop, .dialog-backdrop, .popover-backdrop, .popup-backdrop, .preloader-backdrop, .sheet-backdrop, .fab-backdrop{
	backdrop-filter: none !important;
}

.dialog-preloader .dialog-inner .dialog-title{
    display: none ;
}
.dialog-preloader{
    background:unset;
    box-shadow:unset;
}
.preloader{
    background:var(--top-bar-text-color) !important;
    padding: 10px;
    border-radius:10px
}
.preloader-inner circle{
    stroke: var(--primary-color) !important;
}

div#dynamic-body {
    margin-top: 15px;
}
.tab-link{
	font-size: 15px !important;
}
.link_for_change_category {
    font-size: 15px !important;
}
/* stili extra */


/* animazioni */
.fadeIn{
    animation-duration: 0.3s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
}
.flicker{
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-name: fadeIn;
    animation-direction: alternate;
    animation-delay:0.5s;
}
.fadeOut{
    animation-duration: 0.3s;
    animation-name: fadeOut;
    animation-fill-mode: forwards;
}
.scaleInDown{
    animation-duration: 0.3s;
    animation-name: scaleInDown;
    animation-fill-mode: forwards;
}
.fadeInLeft{
    animation-duration: 0.3s;
    animation-name: fadeInLeft;
    animation-fill-mode: forwards;
}
.scaleIn{
    animation-duration: 0.1s;
    animation-delay: 0.1s;
    animation-name: scaleIn;
    animation-fill-mode: forwards;
}
.moveUp{
    animation-duration: 0.3s;
    animation-delay: 1s;
    animation-name: moveUp;
    animation-fill-mode: forwards;
}
.moveDown{
    animation-duration: 0.3s;
    animation-delay: 0.5s;
    animation-name: moveDown;
    animation-fill-mode: forwards;
}
.hideTopNav{
    animation-duration: 0.3s;
    animation-name: hideTopNav;
    animation-fill-mode: forwards;
}
.showTopNav{
    animation-duration: 0.3s;
    animation-name: showTopNav;
    animation-fill-mode: forwards;
}
.shake{
    animation-name: shake;
    animation-duration: 0.1s;
    animation-iteration-count: 2;
    animation-timing-function: ease-in;
}
@keyframes scaleInDown{
    0% {transform: scaleY(0);}
    100%{transform: scaleY(1);}
}
@keyframes scaleOutUp{
    0%{transform: scaleY(1);}
    100% {transform: scaleY(0);}
}
@keyframes scaleIn {
    0%{transform: scale(0) translateY(50px);}
    100%{transform: scale(1) translateY(0px);}
}
@keyframes fadeIn {
    0%{opacity: 0;}
    100%{opacity: 1;}
}
@keyframes fadeInLeft {
    0%{opacity: 0; transform:translateX(-100px);}
    100%{opacity: 1;  transform:unset;}
}
@keyframes fadeOut {
    0%{opacity: 1;}
    100%{opacity: 0;}
}
@keyframes moveUp {
    0%{transform: translateY(60px); visibility: hidden;}
    100%{transform: translateY(0px); visibility: visible;}
}
@keyframes hideTopNav {
    0%{margin-top: 0px;}
    100%{margin-top:-60px}
}
@keyframes showTopNav {
    0%{margin-top: -60px;}
    100%{margin-top:0px}
}
@keyframes moveDown {
    0%{transform: translateY(-40px); visibility: hidden;}
    100%{transform: translateY(0px); visibility: visible;}
}
@keyframes shake{
    0%{transform: translateX(-3px);}
    25%{transform: translateX(0px);}
    50%{transform: translateX(3px);}
    100%{transform: translateX(0px);}
}
@keyframes pulse{
    0%{opacity: 0;}
    100%{opacity: 1;}
}
@keyframes elevation{
    0%{transform: translateY(0px);  box-shadow: unset;}
    100%{transform: translateY(-2px);  box-shadow: var(--shadow-04);}
}
/* animazioni */

/* regole responsive */

@media screen and (max-width:410px ) {
    .tab-link {
        font-size: 3vw !important;
        font-weight: 500 !important;
    }
    .shipping-slot{
        font-size:4vw;
    }
}
@media screen and (min-width:1150px){
    .desktop .shop-list-product {
        width: 31%;
    }
}
@media screen and (min-width:1550px){
    .desktop #home_div{
        padding-left: 20vw;
        padding-right: 20vw;
    }
}
@media screen and (min-width:1800px){
    .desktop .shop-list-product {
        width: 23%;
    }
}
/* regole responsive */