.scritteMenuPopUp{
    font-size: 12px;
    color: black;
    font-weight: 900;
}
.articoliMenuPopUp{
    color: black;
    font-weight: 900;
}

.nomeCategoriaScelta{
    color: black;
    font-weight: 900;
}
.lni-plus.menu:before,.lni-minus.menu:before
{
    font-size: 25px;
}
#diminuisciQuantitaMenuPopUp {
    font-size: 20px;
    background: transparent;
    right: 95px;
    top: 16px;
    cursor: pointer;
    color: #ea4c62;
    font-weight: bold;
}

#chiusuraPopUpMenu{
    background-color: #ea4c62;
    border-color: #ea4c62;
}
#bottoneConfermaPopUp{
    background-color: #00b894;
    border-color: #00b894;
}
#aumentaQuantitaMenuPopUp{
top: 17px;
background: transparent;
font-size: 20px;
cursor: pointer;
color: #00b894;
font-weight: bold;
}

.modal-footer {
    justify-content: space-between;
}

.modal-body::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
.modal-body::-webkit-scrollbar-track {
    background-color: #fff;
}

/* scrollbar itself */
.modal-body::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
    height: 200px;
}

/* set button(top and bottom of the scrollbar) */
.modal-body::-webkit-scrollbar-button {
    display:none;
}

div.product-title-meta-data.bg-white.mb-3.py-3{

margin-bottom: 0px !important;

}
        
div.cart-form-wrapper.bg-white.mb-3.py-3 {

margin-bottom: 0px !important;

}

.back-button a i{


font-size: 2.30rem;
}

#piùVarianti{

background-color: #00b894;
border-color: #00b894;

}

#menoRicette{

background-color: #ea4c62;
border-color: #ea4c62;
}

.custom-control-label{

margin-bottom:5px;

}

.ricette.custom-control{
    display:none;
}

#confermaAcquisto{
background-color: #00b894;
border-color: #00b894;
}

html{

background: transparent;
    
}

#contenitoreImpasti{
    height: 100px;
    overflow-y: scroll;
}

#contenitoreImpasti::-webkit-scrollbar-thumb{
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;


}

#contenitoreImpasti::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

#contenitoreImpasti::-webkit-scrollbar-track {
    background-color: #fff;
}

.skiptranslate
{
    display:none;
}