body,html{
    margin:0;
    padding:0;
    font-family: mont;
    background-color: rgb(37, 37, 37);
}

body{
    overflow-x: hidden;
}

@font-face{
    src: url(../_file/_fonts/MomsDiner.ttf);
    font-family: moms;
}

@font-face{
    src: url(../_file/montserrat.ttf);
    font-family: mont;
}



a{
    color:inherit;
    text-decoration: none;
}

header{
    color:white;
    width: 100vw;
    font-size: 20px;
    font-family: mont;
    /* text-transform: uppercase; */
}

header .sped{
    position: absolute;
    left: 10px;
    font-size: 16px;
    width: max-content;
    top: 12px;
    font-weight: 300;
    font-family: mont;
    text-transform: uppercase;
}

.topban{
    font-size: 20px;
    text-align: center;
    font-family: mont;
    margin-bottom: 5px;
}

.topban p{
    font-size: 20px;
    margin: 0;
    font-weight: 300;
}

header .desktop .navbar{
    width: 100vw;
    /* background-color: #c6bcae; */
    background: radial-gradient(circle, rgba(69,69,69,1) 0%, rgba(56,53,51,1) 100%);
    position: relative;
    height: 45px;
    transition: font-size .3s, height .3s;
}

header ul{
    padding-left: 0;
}

header .desktop ul{
    display: flex;
    width: calc(96vw - 160px);
    margin: auto;
    justify-content: space-evenly;
    margin-right: 160px;
}

header .desktop ul li{
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

/* header .desktop ul a:nth-child(4){
    display: none;
}
#menu_mobile a:nth-child(4){
    display: none;
}
 */

header .desktop .flags{
    position: absolute;
    display: flex;
    width: 100px;
    top: 25px;
    left: 10px;
    justify-content: space-evenly;
}


header .desktop .flags img{
    width: 30px;    
}

header .mobile{
    display: none;
    width: 100vw;
}

header .mobile ul{
    transform: translateX(-100vw);
    transition: .5s;
    width: auto;
}

header #ham{
    width: 50px;
    position: absolute;
    top: 10px;
    right: 40px;
}

header .mob_head{
    background: radial-gradient(circle, rgba(69,69,69,1) 0%, rgba(56,53,51,1) 100%);
    height: 110px;
}

header #logo{
    position: absolute;
    width: 110px;
    left: 20px;
    top:10px;
    background-color: white;
    border-radius: 100%;
    padding:10px;
}

header .logo_div{
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-color: rgb(255, 255, 255);
    padding:20px;
    position: absolute;
    right: 20px;
    z-index: 1;
    margin-top: -65px;
    transition: width .3s, height .3s, margin-top .3s ;
    box-shadow: 5px 5px 10px rgba(124, 117, 117, 0.205);
    text-align: center;
}

header .logo_div img{
    width: 80%;
}

.wrap img{
    pointer-events: none;
}

.banner_ferie h1{
    font-size: 20px;
    color: #f5f5f5;
    width: 80vw;
    margin: 20px auto;
    text-align: center;
    display: none;
}

header .mobile ul{
    position: absolute;
    top:50px;
    display: block;
    color:rgb(207, 207, 207);
    list-style: none;
    margin-left: 0;
    line-height: 40px;
    font-size: 25px;
    background: radial-gradient(circle, rgba(69,69,69,1) 0%, rgba(56,53,51,1) 100%); 
    left: 0;
    top:0;
    margin-top: 0;
    height: 100vh;
    z-index: 90;
    padding-right: 100px;
    padding-top: 50px;
    padding-left: 10px;
}

header .mobile li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.562) ;
}

header .mobile .flags img{
    width: 40px;
    margin-top: 20px;
    text-align: center;
}

header .mobile .topban p:nth-child(4){
    font-size: 12px;
    margin-top: 5px;
}

header ul li{
    padding-left: 30px;
}

header .cart{
    width: 40px;
    position: fixed;
    right: 20px;
    top:140px;
    background-color: rgb(110, 110, 110);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding:5px;
    z-index: 99;
}

header .topban p:nth-child(1){
    font-family: moms;
    font-weight: 100;
    font-size: 22px;
}

header .cart_img{
    width: 80%;
    margin:10%;
    margin-top: 9%;
}

header #ncart{
    background-color: white;
    color:#c6bcae;
    font-family: helvetica;
    border-radius: 100%;
    font-size: 20px;
    width: 22px;
    height: 22px;
    padding:5px;
    text-align: center;
    position: absolute;
    bottom:0;
    left:0px;
    transform: scale(.5);
}

#fiore{
    opacity: .5;
    position: fixed;
    top:40px;
    z-index: -1;
    height: 100vh;
    display: none;
}

.wrap{
    width: 100vw;
    margin:auto;
    padding-bottom: 50px;
    margin-top: 77px;
}

.wrap>h1{
    width: 100%;
    text-align: center;
    color: rgb(207, 207, 207);
    font-family: moms;
}

.box{
    color:rgb(207, 207, 207);
    padding:0 40px;
}

.box hr{
    border: 1px solid #c6bcae;
}

.grid2>.box>.summail{
    font-size: 14px !important; 
    display: inline;
    margin-top: 0;
    text-align: center;
}

.sumisurabtn{
    font-size: 20px;
    font-weight: normal;
    border: 1px solid rgb(110, 110, 110);
    text-align: center;
    margin: 10px auto;
    width: fit-content;
    padding:10px;
    background-color: rgb(207, 207, 207);
    color: rgb(110, 110, 110);
}

.scheda{
    text-align: left;
    height: 100%;
    color: rgb(207, 207, 207);
}

.scheda table{
    color: rgb(207, 207, 207);
}

.nopo{
    height: 100%;
    display: flex;
    align-items: center;
}

.scheda h2{
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.scheda table{
    margin-top: 0px;
    font-size: 20px;
    width: 96%;
    margin: auto;
}

.scheda table h2{
    font-size: 23px;
    margin-top: 5;
}

.scheda table tr td{
    vertical-align: middle;
}

.scheda1{
    margin-top: 20px !important;
}

.scheda2 tr td:nth-child(even){
    vertical-align: middle;
    padding-left: 10px;
}

.scheda2 tr td:nth-child(odd){
    color: rgb(207, 207, 207);
    background-color: rgb(110, 110, 110);
    padding: 20px;
    text-align: center;
}

.scheda table tr td:nth-child(odd){
    font-weight: bold;
}

.scheda_inner_nopo{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:auto;
}

.discovery{
    text-align: center;
}

.discovery ul li{
    font-size: 24px;
    list-style: none;
}

.banner_discovery{
    background-color: #f5f5f5;
    color: #252525;
    margin: 20px auto;
    margin-top: 20px !important;
    padding: 10px;
    font-size: 30px !important;
}

.discovery .oli{
    font-size: 15px;
    justify-content: flex-start;
}

.elenco_ds{
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    font-size: 15px;
    justify-content: space-between;
}

.elenco_ds a{
    border: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.elenco_ds p{
    border: 1px solid #c6bcae;
    margin: 5px;
    margin-bottom: 5px !important;
    padding:4px;
}

.oli{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.oli h3, .elenco_ds h3{
    color: rgb(207, 207, 207);
    background-color: rgb(110, 110, 110);
    margin: 10px;
    padding:10px;
}

.profumoterapia p{
    text-transform: italic;
}

.wrap>img{
    width: 90%;
    text-align: center;
    margin: 2% 5%;
}
.scroll{
    opacity: 0;
    transition: .5s ease;
}


.grid2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-template-rows: 1fr;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
}

.gtest{
    grid-template-columns: 3fr 3fr !important;
}

.grid2 p{
    font-size: 20px;
}

.grid2 .bgbox{
    background-size: cover;
    height: 100%;
    /* background: radial-gradient(circle, rgba(69,69,69,1) 0%, rgba(56,53,51,1) 100%);  */
}

.grid2>div>img{
    width: 100%;
    background-size: auto 100%;
    display: block;
}

.grid2>div{
    min-height: 500px;
    align-content: center;
    background: rgb(69,69,69);
    background: radial-gradient(circle, rgba(69,69,69,1) 0%, rgba(56,53,51,1) 100%); 
    display: grid;
    align-items: center;
    background-size: cover;
    height: 100%;
}

.grid2>.sumtxt{
    min-height: unset !important;
}

.grid2>.discimg{
    min-height: 300px !important;
}

.grid2 .show{
    background-position: center;
    background-size: cover;
}

.grid2 .disco{
    text-align: center;
}

.grid2 .disco .elenco_ds p{
    margin: 10px;
}

.grid2 .disco h4{
    background-color: rgb(207, 207, 207);
    color:rgb(48, 48, 48);
    width: fit-content;
    margin: auto;
    text-align: center;
    border: 1px solid rgb(207, 207, 207);
    padding: 20px;
    cursor: pointer;
}

.grid2>.bgb{
    background-position-y: bottom !important;
}
.grid2>.bgt{
    background-position-y: top !important;
}
.grid2>.bgc{
    background-position-y: center !important;
    background-position-x: center;
}
.grid2>.bgr{
    background-position-x: right !important;
}

.grid2>div>h1{
    /* text-transform: uppercase; */
    font-style: normal;
    font-size: 40px;
    font-weight: 600;
}

.grid2>div>p{
    /* text-transform: uppercase; */
    font-style: normal;
    font-weight: 600;
}

.collezioni_intro{
    width: 90%;
    margin: auto;
    text-align: center;
    /* color:#9e9384;*/
    color: rgb(207, 207, 207);
}

.collezioni_intro_grid{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
}

.collezioni_intro hr{
    /* border-color: #c6bcae; */
    border-color: rgb(207, 207, 207);
}

.collezioni_intro h1{
    font-family:moms;
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
}

.collezioni_intro p{
    margin: 5px auto
}

.collezioni_intro h2{
    font-family: moms;
    margin-top: 0;
    font-size: 30px;
}

.collezioni_grid{
    display: grid;
    width: 90%;
    margin: auto;
    text-align: center;
    /* color:#9e9384; */
    color: rgb(207, 207, 207);
    column-gap: 30px;
    margin-bottom: 50px;   
}

.collezioni_grid table{
    font-size: 30px;
    width: 80%;
    margin:10px auto;
}

.collezioni_grid .prezzo{
    font-size: 24px;
    opacity: .8;
    padding:20px 0;
}

.fila1{
    grid-template-columns: 1fr;
    width: 50%;
    margin:auto;
}

.fila3{
    grid-template-columns: 1fr 1fr 1fr;
}

.fila4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.fila2{
    grid-template-columns: 1fr 1fr;
}

.collezioni_grid .collezioni_item{
    width: 100%;
    padding: 20px 0;
    max-width: 600px;
    margin: auto;
}

.collezioni_grid .collezioni_item img{
    width: 100%;
}

.collezioni_grid .collezioni_item h1{
    font-family: moms;
    margin-bottom: 0;
    height: 75px;
    display: grid;
    align-content: center;
}

.collezioni_grid .collezioni_item p{
    margin-bottom: 30px;
    margin-top: 10px;
}

.collezioni_grid .collezioni_item h4{
    /* border: 1px solid rgb(207, 207, 207); */
    padding:10px;
    margin:auto;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    width: 70%;
    cursor: pointer;
    font-weight: bold;
    color: rgb(207, 207, 207);
    background-color: rgb(110, 110, 110);
    /* margin: 10px;
    padding:10px; */
}

.collezioni_grid .collezioni_item a{
    border: 1px solid #c6bcae;
    padding:10px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.purchase .collezioni_item{
    /* border: 1px solid #9e938452; */
    padding:5px;
    padding-bottom: 30px;
    /* background-color: white; */
    color: rgb(207, 207, 207);
}
/* 
.collezioni_grid .collezioni_item{
    width: 100%;
    padding: 20px 0;
    max-width: 600px;
    margin: auto;
}

.collezioni_grid .collezioni_item img{
    width: 100%;
}

.collezioni_grid .collezioni_item h1{
    font-family: moms;
    margin-bottom: 0;
    height: 75px;
    display: grid;
    align-content: center;
}

.collezioni_grid .collezioni_item p{
    margin-bottom: 30px;
    margin-top: 10px;
}

.collezioni_grid .collezioni_item h4{
    border: 1px solid rgb(207, 207, 207);
    padding:10px;
    margin:auto;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    width: 70%;
    cursor: pointer;
}

.collezioni_grid .collezioni_item a{
    border: 1px solid #c6bcae;
    padding:10px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
} 
.purchase .collezioni_item{
    border: 1px solid #9e938452;
    padding:5px;
    padding-bottom: 30px;
    background-color: white;
    color:rgb(110, 110, 110)
}
*/



.bloccopagamento .prodotto{
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 30px auto;
}

.bloccopagamento .prodotto img{
    width: 100%;
}

.bloccopagamento .prodotto table{
    font-size: 20px;
    margin-top: 20px;
}

.bloccopagamento .prodotto table tr td:nth-child(odd){
    color:rgba(0, 0, 0, 0.726)
}

.bloccopagamento .prodotto table tr td:nth-child(even){
    color:rgba(0,0,0,0.418);
    padding-left: 20px;
}

.spaziopp{
    background-color: #f5f5f5;
    margin: auto;
    max-width: 1000px;
    padding: 20px;
    border-radius: 20px;

}

.bloccopagamento .prodotto{
    padding: 20px;
    position: relative;
    background-color: #9e9384;
}

.bloccopagamento .prodotto .spaziopp #smart-button-container{
    width: 94%;
    margin:auto;
}

.elenco_carrello{
    width: 90%;
    margin:auto;
}

#emptyalert{
    font-family: helvetica;
    font-weight: normal;
    margin-top: 20px;
    display: none;
}
.item_carrello{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr;
    text-align: left;
    align-items: center;
    border-bottom: 1px solid rgb(207, 207, 207);
    padding-bottom: 20px;
    margin-top: 20px;
}

#addtocartalert{
    color: rgb(207, 207, 207);
    background-color:rgb(110, 110, 110);
    padding:8px;
    position: fixed;
    left:0;
    bottom: 100px;
    padding-left: 30px;
    padding-right: 10px;
    transition: .2s;
    transform: translateX(-100vw);
}

.img_carrello img{
    width: 100%;
}

.text_carrello table{
    font-size: 16px;
    margin-left: 20px;
    color:rgb(207, 207, 207)
}

.text_carrello table tr td:nth-child(odd){
    font-weight: 600;
}


.text_carrello table tr td:nth-child(even){
    padding-left: 30px;
}

.text_carrello .pulsanti h3{
    font-size: 18px;
    background-color: rgb(110, 110, 110);
    color:rgb(207, 207, 207);
    font-weight: normal;
    padding: 10px;
    cursor: pointer;
}

.text_carrello .pulsanti tr td{
    padding:5px  !important;
}

#pulsantifinali{
    display: flex;
}

.cartpulsanti{
    width: 200px;
    font-size: 18px;
    background-color: rgb(110, 110, 110);
    color:rgb(207, 207, 207);
    font-weight: normal;
    padding: 10px;
    cursor: pointer;
    font-family: helvetica;
    margin: 30px auto;
    text-align: center;
    display: inline-block;
}

.temp_hid{
    display: none;
}

#contofinale table{
    width: 80%;
    margin: 30px auto;
    border-collapse: collapse;
    color:rgb(207, 207, 207)
}

#contofinale table tr td{
    border-bottom: 1px solid rgb(207, 207, 207);
    padding-top: 10px;
    padding-bottom: 5px;
}

#contofinale table tr td:nth-child(even){
    text-align: right;
}
#contofinale table #rowbol1 td{
    border-bottom: none !important;
    padding-bottom: 0;
}

#contofinale table #rowbol2 td{
    padding-top: 5px;
    font-size: 13px;
    color:rgb(138, 138, 138)
}

#contofinale table #rowcf1 td{
    border-bottom: none !important;
    padding-bottom: 0;
}

#contofinale table #rowcf2 td{
    padding-top: 5px;
    font-size: 13px;
    color:rgb(138, 138, 138)
}


.codicesconto{
    color:rgb(207, 207, 207);
    text-align: center;
    margin:auto;
}

.codicesconto p{
    margin-bottom: 5px;
}

#terminicondizioni{
    display: inline;
}

#contofinale table #rowflag td{
    border-bottom: none;
}

#rowflag p{
    display: inline;
    margin-left: 10px;
}

#rowflag{
    transition: .2s;
}

#procedipag{
    transition: .5s;
}

.thesgrid{
    grid-column: 1/3;
    color:#9e9384; 
    font-size: 20px; 
    text-align:center;
    padding-bottom:0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    width: 100%;
    align-items: center;
    background-color: whitesmoke;
    margin-top: 30px;
}

.thesgrid img{
    width: 100%;
}

.gc{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    color: #9e9384;
}

.gcimg{
    width: 80%;
    max-width: 600px;
    margin:auto;
    text-align: center;
}

.gc p{
    font-size: 20px;
}

.gcflex{
    display: flex;
    flex-direction: row;
    align-content: center;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
}

.gcflex div{
    margin:5px;
    border:1px solid #9e9384;
    padding:10px;
    font-size: 25px;
}

footer{
    width: 100%;
    height: 200px;
    padding:30px 0;
    color: rgb(207, 207, 207);
    background: radial-gradient(circle, rgba(69,69,69,1) 0%, rgba(56,53,51,1) 100%);
}

.flogo{
    width: 200px;
    height: 200px;
    background-color: whitesmoke;
    border-radius: 100%;
    text-align: center;
    margin-left: 20px;
}

.flogo img{
    width: 90%;
    margin-top: 5%;
    text-align: center;
}

footer h1{
    font-family: moms;
    display: inline;
    font-size: 25px;
    margin-bottom: 5px;
    color: whitesmoke;
}

footer table{
    margin: auto;
}

footer table tr td{
    vertical-align: top;
}

footer table tr td:nth-child(even){
    padding-top: 30px;
}

footer ul{
    padding: 5px;
    margin: 0;
}
footer ul li{
    list-style: none;
    padding-left: 0;
    margin:5px 0;
    color: whitesmoke;
}

footer .sico{
    width: 40px;
    margin-right: 10px;
    margin-top: 10px;
}

.links{
    margin-top: 50px;
}

.links div{
    text-align: center;
    border:1px solid #9e9384;
    width: 50%;
    margin: 20px auto;
    color: #9e9384;
    padding: 10px 0;
    min-width: 300px;
    background-color: white;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.11);
}

.wrap .ban{
    text-align: center;
}

.wrap .ban h1{
    font-size: 50px;
    margin-bottom: 5px;
    font-family: moms;
    color:#9e9384;
}

.wrap .ban h2{
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: moms;
    color:#9e9384
}

.wrap .ban h3{
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 50px;
    font-family: moms;
    color:#9e9384
}

.wrap .ban h1 b{
    color: #c6bcae;
}

.container_video2{
    position: relative;
    text-align: center;
    height: 50vw !important;
}

.container_video2 video{ 
   width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.container_video1 video{
    width: 100%;
}

.container_video3 {
    width: 100%;
    margin: 20px auto;
    position: relative;
    text-align: center;
    background: radial-gradient(circle, rgba(69,69,69,1) 0%, rgba(56,53,51,1) 100%); 
}

.container_video3 video{
    width: calc(100%-20px);
    max-width: 1080px;
    margin: 10px;
}

.banner_promo{
    max-width: 1080px;
    display: none;
    background-color: #f5f5f5;
    color: #252525;
    margin: 30px auto;
    margin-top: 30px !important;
    font-size: 20px !important;
    font-family: mont !important;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
}

.disc_intro{
    max-width: 1080px;
    margin: 20px auto;
    text-align: center;
}

.disc_intro p{
    font-size: 18px;
    margin-bottom: 16px;
}

.btn_home_link{
    border: 1px solid #fff;
    padding: 14px 18px;
    text-transform: uppercase;
    font-family: moms;
    font-size: 20px;
    width: fit-content;
    margin: auto;
}

.aboutme_grid{
    grid-template-columns: 3fr 2fr !important;
}

.aboutme_box p{
    font-size: 16px;
}

.about_pic{
    width: 50% !important;
    margin: auto;
    padding: 20px;
    padding-bottom: 20px;
    background-color: white;
    padding-bottom: 60px;
    transform: rotate(10deg);
}

.brand{
    background: radial-gradient(circle, rgba(69,69,69,1) 0%, rgba(56,53,51,1) 100%);   
    padding:  40px !important;
}

.brand h2{
    /* font-family: moms; */
    margin-top: 40px;
    margin-bottom: 10px;
}

@media only screen and (max-width:1200px){

    .banner_ferie{
        margin-top: 125px;
    }

    .grid2{
        grid-template-columns: 1fr;
        max-width: 100%;
        overflow-x: hidden;
    }

    .container_video2{
        height: 100vw !important;
    }
    
    .grid2>div:nth-child(3){
        grid-row: 4/5;
    }

    .grid2>div:nth-child(7){
        grid-row: 8/9;
    }
    
    .grid2>div:nth-child(11){
        grid-row: 12/13;
    }

    #last_xmas{
        border-top: 4px solid #3b3937;
            max-width: 100%;
        
    }
}

@media only screen and (max-width:830px){

    .topban{
        font-size: 20px;
        font-size: 20px;
        text-align: left;
        font-family: mont;
        margin-bottom: 5px;
        margin-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .desktop{
        display: none;
    }

    header #logo{
        display: none;
    }

    header .mobile{
        display: block;
        position: fixed;
        z-index: 1;
        height: 110px;
        top:0
    }

    .wrap{
        margin-top: 140px;
        max-width: 100%;
    }

    .fila1{
        grid-template-columns: 1fr;
        width: 100%;
    }
    
    .fila3{
        grid-template-columns: 1fr;
    }
    
    .fila2{
        grid-template-columns: 1fr;
    }
    
    #fiore{
        opacity: .4;
    }


    header .cart{
        top:80px;
    }

    .thesgrid{
        grid-template-columns: 1fr;
    }

    .item_carrello{
        grid-template-columns: 1fr;
    } 

    .item_carrello .pulsanti{
        text-align: center;
    }
    
    .cartpulsanti{
        margin: 10px;
    }

    .elenco_carrello{
        width: 100%;
    }

    .text_carrello{
        margin-top: 20px;
    }

    .purchase .collezioni_item{
        margin-bottom: 60px;
    }

    footer{
        padding-bottom: 50px;
    }
    footer table{
        text-align: center;
        padding-bottom: 30px;
    }
    footer .flogo {
        display: none;
    }
}


@media only screen and (max-width:750px){
    
    header .logo_div{
        width: 80px;
        height: 80px;
        margin-top: -40px;
    }

    header .desktop .navbar{
        font-size: 18px;
        height: 38px;
    }
}

.ds_custom_info{
    width: 90%;
    margin: auto;
    color: white;
    text-align: center;
    margin-bottom: 50px;
}

.ds_custom_profumi{
    display: flex;
    grid-gap: 20px;
    margin: 30px auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ds_custom_item{
    background-color: #f5f5f5;
    padding: 10px;
    min-width: 200px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.11);
    transition: .2s;
    color: #252525;
    cursor: pointer;
}

.ds_custom_item:hover{
    transform: scale(1.02);
}

.ds_custom_item p{
    font-size: large;
    text-align: center;
    font-weight: 400;
}

.ds_custom_profumi div img{
    width: 100%;
}

.ds_custon_sezioni{
    max-width: 1080px;
    width: 90vw;
    margin:auto;
    margin-bottom: 40px;
    color: #f5f5f5;
}

.ds_custon_sezioni>h1{
    display: inline;
    font-family: moms;
}

.ds_custon_sezioni>p{
    display: inline;
    margin-left: 30px;
}

.cds_disattivato{
    opacity: 0.3;
}

.cds_adc_disattivato{
    opacity: 0.3;
    pointer-events: none;
}

.addtocart{
    background-color: #f5f5f5;
    text-align: center;
    width: max-content;
    margin: auto;
    margin-top: 80px;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.11);
    transition: .2s;
    color: #252525;
    cursor: pointer;
    transition: .2s;
    font-size: 20px;
}

@media only screen and (max-width:830px){
    .ds_custon_sezioni>h1{
        display: block;
    }
    
    .ds_custon_sezioni>p{
        display: block;
        margin-left: 30px;
    }
    
}



.bannerino_xmas{
    width: 300px;
    max-width: 80vw;
    column-gap: 20px;
    background-color: #3b3937;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.11);
    padding: 30px;
    margin: auto;
}

.bannerino_xmas img{
    width: 80%;
    margin-top: 20px;
}

.xmas .disco h1{
    font-size: 30px !important;
}

.grid2 > div {
    min-width: 0;
    position: relative;
}

.esperimento{
    min-height: 800px !important;
}

.esperimento h1{
    margin-bottom: 0;
}

.esperimento_lista{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    list-style: none;
}

.esperimento_lista li{
    background-color:#f5f5f5;
    color: #252525;
    padding: 10px;
    margin: 10px;
    text-align: center;
    border-radius: 10px;
}

.esperimento_g{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
}

.esperimento_g table{
    color:#cfcfcf;
    margin: auto;
    margin-bottom: 20px;
    text-align: left;
}

.esperimento_g table h4, .esperimento_g table h3{
    padding: 5px !important;
    font-size: 14px;
    margin: 0;
}

.esperimento_g table .mob{
    display: none;
}


@media only screen and (max-width:1200px){
    .esperimento_g{
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .esperimento_g table tr.mob{
        display: table-row;
    }

    .esperimento_g .des{
        display: none;
    }
}

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

.esperimento_lista{
    margin: auto;
    padding: 0;
}

.banner_award{
    background-color: #cfcfcf;
    padding: 20px;
    font-size: 20px;
    margin-top: 20px;
    color:#3b3937;
    font-weight: bold;
    width: auto;
    text-align: center;
    margin:auto;
}


.ai_banner1{
    position: absolute;
  right: 20px;
  bottom: 0;
  background-color: rgba(255,255,255,0.2);
  padding: 5px;
  border-radius: 10px;
}


.ai_banner2{
    position: absolute;
  right: 20px;
  bottom: 0;
  background-color: rgba(255,255,255,0.2);
  padding: 5px;
  border-radius: 10px;
  font-size: 12px !important;
    opacity: .5;
}

.ai_banner3{
    position: absolute;
  right: 20px;
  bottom: 5px;
  background-color: rgba(255,255,255,0.4);
  padding: 5px;
  border-radius: 10px;
  font-size: 12px !important;
    opacity: .8;
}

.ai_banner4{
    position: relative;
    text-align: center;
  background-color: rgba(255,255,255,0.2);
  padding: 5px;
  border-radius: 10px;
  font-size: 12px !important;
    opacity: .8;
    margin-top: -30px !important;
}