﻿/*Search Result*/
.caption-search {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.searchlist {
    padding: 0 0;
    width: 100%;
    float: left;
}

.caption-search span {
    text-transform: uppercase;
    color: #236A45;
    font-weight: bold;
}
/*Search Listing */
#SearchingResult {
    box-sizing: border-box;
    margin: 40px 0;
}

    #SearchingResult .item {
        margin-bottom: 25px;
        color: #333;
        float: left;
        overflow: hidden;
    }

        #SearchingResult .item:nth-child(2n+1) {
            clear: left !important;
        }

    #SearchingResult .img {
        overflow: hidden;
        float: left;
        display: block;
        padding-right: 20px;
        width: 187.699px;
        height: 122px;
    }

        #SearchingResult .img img {
            width: 100% !important;
            height: auto;
        }

    #SearchingResult .title h4 {
        font-size: 15px;
        color: #000;
        margin-bottom: 10px;
        font-weight: bold !important;
    }

    #SearchingResult .text p {
        font-family: Arial;
        font-size: 14px;
        color: #333;
        font-weight: normal;
        width: 100%;
    }

    #SearchingResult .item .order a {
        color: #236A45;
        font-weight: bold;
    }

    #SearchingResult .item .order b a {
        color: #404040;
    }

    #SearchingResult .title a {
        text-decoration: none;
        color: #41834A;
        font-weight: bold;
    }

        #SearchingResult .title a:hover h4 {
            color: #41834A;
        }

@media screen and (min-width:920px) and (max-width:1199px) {
    #SearchingResult .item {
        min-height: 170px;
    }
}

@media screen and (min-width:768px) and (max-width:919px) {
    #SearchingResult .item {
        min-height: 200px;
    }
}

@media screen and (max-width:767px) {
    #SearchingResult .text p {
        font-size: 16px;
    }

    #SearchingResult .title h4 {
        font-size: 17px;
    }
}

@media screen and (max-width:375px) {
    #SearchingResult .img {
        width: 100% !important;
        padding-right: 0px !important;
        height: auto !important;
    }

    #SearchingResult .title {
        display: block;
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    #SearchingResult .text {
        display: block;
        width: 100%;
        float: left;
    }

    #SearchingResul .order {
        display: block;
    }
}

#SearchingResul .highlight {
    background: #ffd800;
}

#SearchingResul .order {
    margin-top: 8px;
}
/*Search Listing */
