.seach.search_home .search_result {
    min-width: 180px;
}
.search_result {
    position: absolute;
    z-index: 50;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 0 60px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    overflow: hidden;
    min-width: 100%;
    max-width: 800px;
    margin-top: 6px;
    padding: 10px 7px;
}

.search_result .col-s {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    white-space: initial;
}
.search_result .col-s.product_search {
    width: 360px;
}
.search_result .null_result{
    background: #f4f4f4;
    padding: 12px;
    text-align: center;
    margin: -11px -7px;
    color: #8a8a8a;
    font-size: 14px;
}

.search_result .search_name_col {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: calibri;
    margin-bottom: 5px;
}

.search_result .search_words {
    margin-bottom: 10px;
}

.search_result .search_words li {
    float: none;
}
.search_result .search_words li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4em;
}
.search_result .search_words li a b {
    color:#000;
}
.search_result .search_words li a:hover {
    margin: 0px -5px;
    background: #449bd4;
    border-radius: 3px;
    padding: 0px 5px;
    color: #fff;
}
.search_result .search_words li a:hover b {
    color:#fff;
}
.search_result .search_words li a:hover {

}
.search_result .search_products li {
    float: none;
}

.search_result.loading:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.02);
    z-index: 100;
    position: absolute;
    pointer-events: none;
}

.search_result.loading:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    animation: rotation 1s linear infinite;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
    height: 60px;
    z-index: 110;
    display: block;
    position: absolute;

}

@keyframes rotation {
    0% {
        bottom: -60px;
    }
    100% {
        bottom: 110%;
    }
}

.search_result .search_products a {
    display: block;
    border-radius: 3px;
    z-index: 1;
    position: relative;
    height: 70px;
    line-height: 70px;
    margin-bottom: 3px;
}

.search_result .search_products a:hover {
    box-shadow: 0 0 4px #e2e2e2;
    z-index: 10;
}

.search_result .search_products .img_product {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    line-height: 70px;
    height: 70px;
    text-align: center;
}
.search_result .search_products .img_product img{
    max-width: 70px;
    max-height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.search_result .search_products .data_product {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    line-height: 1em;
    padding-left: 5px;
}
.search_result .search_products .name_product{
    font-size: 15px;
    max-height: 2.5em;
    overflow: hidden;
    display: block;
    line-height: 1.2em;
}
.search_result .search_products .compare_price_product{
    text-decoration: line-through;
    color: #aeaeae;
    display: inline-block;
    margin-right: 8px;
    white-space: nowrap;
}
.search_result .search_products .price_product{
    font-size: 17px;
    font-weight: 700;
    color: #414141;
    line-height: 17px;
    display: inline-block;
    white-space: nowrap;
}
