/*
13 Search Result css
--------------------- */

.search-result-wrap {
    .search-head {
        font-weight: 100;
        position: relative;
        display: block;
        margin: 25px 0 35px;
        line-height: 44px;
        &:after {
            position: absolute;
            width: 35px;
            height: 1px;
            bottom: -2px;
            left: 0;
            content: "";
            background: $theme-color;
        }
        span {
            font-weight: bold;
        }
    }
    ul.search-result-list {
        margin: 0;
        padding: 0;
        li {
            list-style: none;
            min-height: 2px;
            border-bottom: 1px solid $dimline-color;
            margin-bottom: 20px;
        }
        li:last-child {
            border-bottom: 1px solid transparent;
        }
    }
}
