/* menu-products-style.css */

/* Styles for the form */

form.form {
    display: flex;
    max-width: 400px;
    flex-direction: column;
}

form.form button {
    border: unset;
    font-size: 16.2px;
    text-align: left;
    font-weight: 500;
    background-color: unset;
    box-shadow: none;
    color:  #007BFF;
    text-decoration: underline;
}

.uploadIMG {
    display: flex;
    flex-direction: column;
    height: 180px;
    justify-content: space-around;
    align-items: center;
}
.uploadIMG button {
    border-radius: 50px!important;
    border: 2px solid #000!important;
    background-color: RGB(0, 0, 0, 0)!important;
    color: #000!important;
    padding: 8px 15px!important;
    max-width: 250px!important;
    text-decoration: unset!important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px!important;
}

.product-actions button {
    max-width: 100%;
}

.variant, .supplement {
    display: flex;
    flex-direction: column;
    height: 190px;
    justify-content: space-around;
}
.variant button, .supplement button {
    text-align: left;
    font-weight: 600;
    background-color: unset!important;
    box-shadow: none!important;
    color: #DC3545!important;
    text-decoration: underline;
}

td.product-actions button {
    margin-right: 5px;
}


.bottomBtns {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.bottomBtns input, .bottomBtns button {
    padding: 5px 15px 8px 15px!important;
    margin-bottom:10px;
    border-radius: 6px!important;
    text-decoration:unset!important
}

.scroll-buttons {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 40px;
    height: 60px;
}
