select.qty_select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.drop_down_lable p {
    margin: 0px;
    display: inline-block;
    font-size: 15px;
}

.grouped_form .quantity>.text {
    display: block;
}
.grouped_form .quantity_drop_down {
    display: none;
}
uantity_drop_down {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0px;
}
.single-product .quantity_drop_down {
        justify-content: flex-start;
}
