﻿.fund-list-wrap h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.fund-cat-name span:first-child {
    margin-right: 7px;
}
    .fund-cat-name span:first-child::after {
        content: ',';
    }
.fund-list-main {
    display: flex;
}
.sort-wrap {display:none;}
.user-swap-rev {
    display: none;
}
.fund-list-main .col-1 {
    width: 23%;
    display: none;
}
    .fund-list-main .col-2 {
        width: 100%;
    }

.fund-list-wrap > li {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
    .fund-list-wrap li label {
        padding-bottom: 7px;
        display: block;
        font-weight: 600;
        font-size: .9em;
        line-height:130%
    }
.fund-list-wrap li p {
    line-height: 130%
}
        .fund-list-wrap i {
            font-style: inherit;
        }
.fund-list-wrap a {
    text-decoration: underline !important;
    color: #05a;
}

.fund-list-wrap > li li {
    margin: 20px 0;
}
.sort-wrap{display:none;}



@media (max-width: 480px) {
        .fund-list-wrap > li > p > span.cat-name::after {
            content: '|';
            margin-left: 10px;
            margin-right: 10px;
        }
    .fund-list-wrap > li ul li:last-child {
        width: 100%;
        text-align: center;
    }
    q, .user-swap {
        display: none !important;
    }
    .fund-list-wrap > li {
        padding: 0;
        margin-bottom: 30px;
    }
    .fund-list-wrap ul {
        display:flex;flex-wrap:wrap;
    }
        .fund-list-wrap ul li {
        width: 50%;
    }
    body.loaded {
        .main-content-wrap div.fund-list-main div.col-1{
        display: none;
    }
.fund-list-main .sort-wrap {
    display: none;
}
.main-content-wrap .fund-list-main .col-2 {
    width: 100%;
}
.fund-list-wrap > li > p > span.cat-name::after{display:none;}
.fund-list-wrap ul {
    flex-wrap: wrap;
    margin-left: -80px;
    padding-right: 20px;
}
.main-content-wrap .fund-list-wrap > li li {
    width: 50% !important;
}
    .main-content-wrap .fund-list-wrap > li li:last-child {
        width: 100% !important;
    }
    .fund-list-wrap ul li:last-child a {
    width: 100%;
    text-align: center;
    padding: 8px 0px !important;
    margin-top: 10px;

}
.fund-list-wrap > li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 7px;
    border-bottom: none !important;
}

    }     
    
}