
#suggestions {
    position: absolute;
    left: 0px !important;
    top: 130px !important;
    min-width: 100%;
    display: none;
    z-index: 9999;
    border-width: 1px;
    border-bottom: 0;
    background: #fff;
    border: 1px solid #cccccc;
    color: #333;
    border-radius: 5px;
}

#suggestions hr {
    padding: 0px;
    margin: 0px;
    border: none;
}

.suggestion a:hover {
    color: #96ca2d;
}

.suggestion img.img-responsive {
    float: left;
    width: 45%;
    margin: 0px 3% 0 0 !important;
}

.suggestion .search-info {
    float: left;
    width: 52%;
}

.suggestion .search-info .content_price .normalprice {
    display: block;
}

.suggestion .search-info .content_price .productPriceDiscount {
    top: 0;
    left: 5px;
    color: #333;
}

.suggestion .product-name {
    margin: 0;
    display: inline-block;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.suggestion .product-name:hover {
    color: #96ca2d;
}

.suggestion .productSalePrice {
    color: #96ca2d;
}

.suggestion .model {
    margin-top: 10px;
}

.suggestion .model,
.suggestion .brand {
    display: block;
    color: #555;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
}

.suggestion .productPriceDiscount {
    position: absolute;
    left: 10px;
    top: 10px;
}

#suggestionCount {
    text-align: center;
    display: block;
    font-weight: normal;
}

#suggestionPrev {
    display: block;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
    float: left;
}

#suggestionPrev:after {
    content: '';
    font-family: 'FontAwesome';
}

#suggestionNext {
    display: block;
    float: right;
    text-align: right;
    cursor: pointer;
    padding-right: 10px;
}

#suggestionNext:after {
    content: '';
    font-family: 'FontAwesome';
}

#suggestionPrev:hover,
#suggestionNext:hover {
    color: #96ca2d;
}

#suggestions p {
    margin: 0px;
}

.suggestion_box {
    width: 440px;
    margin-bottom: 0px;
    padding: 5px;
}

.suggestion_box:hover {
    background-color: #cccccc;
}

.suggestion_image {
    max-width: 75%;
}

#suggestions a {
    color: rgb(136,136,136);
}

.suggestion_name {
    margin: 12px 0 2px;
    font-size:14px;
    line-height: 16px;
    text-align: left;
    padding: 0 5px;
}

#suggestions .normalprice, #suggestions .productSpecialPriceSale, #suggestions .productSalePrice, #suggestions .productBasePrice {
    line-height: 22px;
    font-size:14px;
    font-weight:600;
}

#suggestions .productPriceDiscount {
    line-height: 20px;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .suggestion .search-info {
        width: 55%;
    }

    .suggestion img.img-responsive {
        float: left;
        margin: 0 !important;
    }
/*
    #suggestions {
        left: -58px !important;
    }
    */
}
/*
@media (min-width: 769px) and (max-width: 992px) {
    #suggestions {
        left: -108px !important;
    }
}
*/
@media (max-width: 991px) {
    .suggestion .search-info {
        width: 60%;
    }

    .suggestion img.img-responsive {
        width: 30%;
    }

    .suggestion .productPriceDiscount {
        top: auto !important;
        bottom: 10px;
    }
}

@media (max-width: 991px) {
    #suggestions {
        left: 0px !important;
    }
}