.edit_product_default .row1 {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
    margin-bottom: 5px;
}
.edit_product_default {
    background: rgba(35, 62, 146, 0.32);
    padding: 3px;
}
.edit_product_default .row1 input {
    width: 100%;
    height: 30px;
    border: 1px solid #ebebeb;
    max-width: 150px;
    margin-left: 5px;
    padding-left: 5px;
    max-width: 110px;
}
.edit_product_default .row1 label {
    white-space: nowrap;
    margin-bottom: 0;
}
.edit_product_default .row1 a:hover{
    text-decoration: underline;
}