@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');


 body {
    font-family: 'Poppins', sans-serif !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    margin: 0;
    padding: 0
} 

#order-form div {
    display: inline-block;
}


form#order-form {
    text-align: center;
    display: inline-block;
}

.beer-cont {
    padding-top: 3rem !important;
    padding-right: 1.3rem;
}

.img_product_config {
    width: 150px;
}

.nomeProdotto {
    font-size: 1.2rem;
}


.quantita_form {
    display: flex;
    width: 3rem;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 2rem;
}



.input-group button {
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 1.5px solid #ccc;
    border-radius: 50%; 
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.input-group {
    display: flex!important; 
    align-items: center;
    justify-content: center;
}


.cont-text {
    width: 100%;
}

.contenitoreTotale {
    width: 100% !important;
    text-align: start !important;
    margin-left: 5rem;
    margin-top: 2rem;
}

.contenitoreTotale p {
    font-size: 1rem;
    font-weight: 500;
   font-family: 'Poppins', sans-serif;
}

.cont-add-cart {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        margin-top: 1.2rem;
}


#quantity_input {
    width: 3rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid;
    padding: 5px;
    border-radius: 10px;
}


#quantity_input::-webkit-inner-spin-button,
#quantity_input::-webkit-outer-spin-button {
    opacity: 1; 
    -webkit-appearance: auto;
}

.add-to-cart {
    background-color: #dcc762; 
    color: #000; 
    text-align: center;
    transition: all 0.3s;
    font-size: 1.3rem; 
    padding: 16px 22px;
    border-radius: 30px;
    border: 2px solid #dcc762 ; 
    font-family: 'Poppins', sans-serif; 
    font-weight: 700; 
    line-height: 1;
}

.add-to-cart:hover {
  background-color: #FFFFFF !important;
}

.add-to-cart:disabled {
    background-color: #a8a8a8; 
    color: #666; 
    border: 1px solid #666;
    cursor: not-allowed;
}

.add-to-cart:disabled:hover {
    background-color: #c7c5c5 !important; 
}

.input-group button:hover,.beer-cont .input-group button:focus {
 background-color: #FFFFFF !important; 
}


/* Tony */
.tony:hover { border-color: #e7ce70 !important; }

/* Rosy */
.rosy:hover { border-color: #7f2216 !important; }

/* Nina */
.nina:hover { border-color: #0eb4bd !important; }

/* Luke */
.luke:hover { border-color: #93c23d !important; }

/* Nando */
.nando:hover { border-color: #aa815f !important; }