
#men_footer .RadMenu {
    white-space: nowrap;
    float: left;
    position: relative;
 
    width: 100% !important;
    height: 100% !important;
}
#men_footer .Item{
position:relative;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    color: #fff;
    /* margin-bottom: 1.2vh; */
    text-align: center;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    font-size: 1.4em;
    text-align: left;
}
#men_footer .Item span{     padding: 0px 7px;
   }
#men_footer .Item span:after{
}
#men_footer .rmLast .Item span:after{
  display:none;

}
 #men_footer .Item span:after{
       content: "";
    width: 1px;
    height: 10px;
    background: #81b3cd;
    position: absolute;
    z-index: 0;
    top: calc(50% - 5px);
    margin-left: 6px;
}
#men_footer .RadMenu .rmLink  {padding:0px !important;}



