﻿    
  
@media screen and (max-width: 991px) {
    
.order-lg-first{
    display: none !important;
}
    
.myAccLUBNav {
    display: none !important;
} 
    
.col-6 {
    -ms-flex: 0 0 50%;
    /* flex: 0 0 50%; */
    max-width: 45%;
    overflow: hidden;
}
    
}    
  