/* DX_HC_MOBILE_MENU_FIX_V2 */

@media (max-width:700px){

  html.dx-hc-test-active body #hdAcct.acct .acctMenu{
    position:fixed !important;

    left:12px !important;
    right:auto !important;
    top:72px !important;

    width:calc(100vw - 24px) !important;
    min-width:0 !important;
    max-width:calc(100vw - 24px) !important;

    margin:0 !important;
    transform:none !important;

    box-sizing:border-box !important;
    overflow:hidden !important;

    border-radius:18px !important;
    z-index:1000001 !important;
  }

  html.dx-hc-test-active body #hdAcct.acct .acctMenu a{
    display:block !important;
    width:100% !important;
    box-sizing:border-box !important;

    margin:0 !important;
    padding:17px 18px !important;

    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
  }
}
