.ui-dialog-titlebar{
    background-image: url("") !important; 
}
.customize_item_dg_cls label, .dg-total{
    background: transparent;
    border: 0;  
}
.dg-total{
    width: 50%;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: larger;
}
.dg-quantity{
    float: left;
    width: 15%;
    max-width: 60px;
    margin: 5px;
}
.dg-size{
    float: right;
    width: 76%;
    margin: 5px;
}
.dg-size select{
    float: left;
}
.dg-base{
    margin: 5px;   
}
.dg-base select{
    width: 100%;
    float: right;
}
.dg-groups-selects select{
    float: left;
    width: 30%;
    min-width: 150px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.dg-groups{
    margin: 5px;
}
.dg-toppings{
    margin: 5px;
}
.dg-toppings label{
    float: left;
    width: 22%;
    margin-right: 1%;
}
.dg-toppings input{
    margin-top: 10px !important;
}
.ui-widget-overlay{
    position:fixed;
}
.hidden_cust_item_dgs{
    display: none;
}
.dg-add{
    width: 120px;
}