
@media screen and (max-width: 768px) {

#orderEditForm .input-group-addon-button[data-controls] {
    cursor: pointer;
    font-size: 3em;
    width: 50px;
    height: 50px;
}

#orderEditForm .qty {
    font-size: 3em;
    height: 53px;
    text-align: center;
    font-weight: bolder;
}

#orderEditForm #discovered_session_id, 
#orderEditForm #orders-details-window {
    display: none;
}

#orderEditForm .field_group_section input[type='text'],
#orderEditForm .field_group_section input[type='email'] {
    font-size: 1.5em;
    height: 40px;
}

}