.all-vendors-page .list-unstyled a{
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 9px 0px;
}
.single {
    padding: 30px 15px;
    margin-top: 40px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0; }
    .single h3.side-title {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
    color: #333;
    text-transform: uppercase; }
    .single h3.side-title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #44ae5e;
    display: block;
    margin-top: 6px; }
    
    .single ul {
    margin-bottom: 0; }
    .single li a {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    line-height: 20px;
    display: block;
    text-decoration: none; }
    .single li a:hover {
    color: #44ae5e; }
    .single li:last-child a {
    border-bottom: 0; }