

.head,
main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;

}

.text_center{
    text-align: center;
}

div{
    font-size: 15px;
}



.button,
.buy-button{
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    /* font-weight: 600; */
    border-radius: 8px;
    padding: 10px 12px;
    border: 1px solid #222222;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
    background: #fff;
    color: #222222;
    margin-top: 20px;
}

.button:hover,
.buy-button:hover{
    border-color: #000000;
    background: #a3a3a3;
}
.button:hover:not(.disabled),
.buy-button:hover:not(.disabled) {
    border-color: #000000;
    background: #a3a3a3;
}

.button.disabled,
.buy-button.disabled {
    background: #c3c3c3;
    cursor: not-allowed;
    border-color: #c3c3c3;
    color: #777777;
}



.command-info{
    /* margin-block-start: 0em; */
    /* margin-block-end: 0em; */
    font-size: 15px;
    margin: 5px;
    padding: 0;
    /* margin-top: 0px; */
    /* margin-bottom: 0px; */
    text-align: center;
}

.merci{
    margin-bottom: 30;
    margin-top: O;
    margin-block-end : 10;
}

.item-form{
    margin: 0px;
    border:0px;
    display: flex;
        justify-content: space-between; /* Adjust as needed: flex-start, flex-end, center, space-around, space-evenly */
        align-items: center; /* Vertically align items if needed */
        /* border: 1px solid black; Optional: for visual reference */
        padding: 10px;
}

.description{
    margin:5px;
}

.hidden {
    opacity: 0;
    pointer-events: none; /* Prevent interaction when hidden */
}

.modify-button,
.remove-button,
.change-quantity{
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    /* font-weight: 600; */
    border-radius: 8px;
    padding: 10px 12px;
    margin:10px;
    border: 1px solid #222222;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
    background: #ffffff;
    color: #222222;
    width: 100px;
}

.modify-button:hover,
.remove-button:hover,
.change-quantity:hover{
    border-color: #000000;
    background: #a3a3a3;
}

.change-quantity{
    width: 40px;
}

.element{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #000000;
}

.modify-buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.quantity-control{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
}



.command-infos{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

img{
    width: 400px;
}

#montant{
    margin-top: 20px;
    margin-bottom: 20px;
}

/* p{
    margin-top: 20px;
} */
a{
    text-decoration: none;
}
