    .searchResultHeade{
       /* color: #000;
        font-size: 16px;
        line-height: 24px;
        font-weight: 200;*/
        color: #000000;
        font-size: 16px;
        line-height: 24px;
    }
    .searchTitle{
    font-size: 36px;
    line-height: 49px;
    color: #414042;
    margin: 10px 0;
    }
    .searchNote{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    }
    .searchSec{
    background-color: #F0F0F0;
    padding: 30px;
    }
    .searchSec div:first-child {
    width: 100%;
    margin-right: 20px;
    }

    .searchSec input[type=text]{
    border: #444 solid 1px;
    border-radius: 0px;
    height: 37px;
    width: 100%;
    padding-left: 15px;
    }
    .searchSec input[type="text"]:focus{
    box-shadow: none!important;
    }
    .searchSec .btn-outline-secondary{
    color:#444444!important;
    }
    .searchSec .btn-outline-secondary:hover, .searchSec .btn-outline-secondary:active, .searchSec .btn-outline-secondary:focus {
    color:#fff!important;
    background-color: #444444!important;
    box-shadow: none!important;
    }

    .results{
    margin: 20px 0;
    color: #ff0000;
    }

    .searchListing li{
        list-style: none;
        border-bottom: #DFDFDF solid 2px;
        padding-bottom: 20px;
    }
    .results h2 a{
        color: #000000;
        font-size: 22px;
        line-height: 30px;
        text-decoration: none;
    }
    .results h2 a:hover, .results h2 a:focus, .results h2 a:active {
        color: rgba(0, 0, 0, 0.7);
        font-size: 22px;
        line-height: 30px;
        text-decoration: none;
    }
    .product-desc{
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
    .minor a{
        color: #ff0000;
        font-size: 14px;
        text-decoration: none;
    }
    .minor a:hover, .minor a:focus, .minor a:active, {
        color: #ff0000;
        font-size: 14px;
        text-decoration: underline;
    }

    .resultsList{
        padding: 0px;
    }

    .main h2 a{
        color:#000000;
        font-size: 22px;
        line-height: 30px;
        text-decoration:none;
    }
    .main h2 a:hover{
        color:rgba(0,0,0,.55);
        font-size: 22px;
        line-height: 30px;
        text-decoration:none;
    }