.quantity_drop_down > div.quantity_wrapper select.qty_select {
width: 100%;
border: 0;
padding: 24px 0;
background-color: #f4f4f4;
color: #000;
}
.quantity_drop_down > div.quantity_wrapper {
margin: 16px 0 0 0 !important;
padding: 0 30px;
display: flex !important;
flex-direction: row;
align-items: center;
background-color: #f4f4f4;
border-radius: 42px;
}
.quantity_drop_down > div.quantity_wrapper label {
    color: rgba(0, 0, 0, 0.40);
}
.quantity_drop_down > div.quantity_wrapper label, .quantity_drop_down > div.quantity_wrapper select.qty_select{
    font-size: 18px;
    font-weight: 500;
}
.grouped_form .quantity_wrapper>.text {
    display: block;
}
.grouped_form .quantity_drop_down {
    display: none;
}
uantity_drop_down {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0px;
}