    ul.list_inline {
 li {
      
      position: relative;
  
        ul {
          display: none;
        }
      

      &:hover {
        cursor: pointer;
       

        ul {
          display: block;                 
          position: absolute;
          top:20px;
          z-index: 99;
          background: white;  
          width:100%; 
               
      
          li {
                               display: block;
                    width: 100%;
                    text-align: left !important;
                   
                    margin: 5px 0;
                a {color: #ff015a;
                &:hover {
                color: #fff;
                background: #ff015a;
             padding: 9px 0px 5px 0px !important;
                            line-height: 1 !important;
                            margin: 0; 
                }}    
            
            }
            
            
          }}}}