.ac_results {
    padding: 0px;
    /*overflow: hidden;*/
    z-index: 999999999;
    background-color: transparent;
}

    .ac_results ul {
        /*padding: 5px;*/
    }

    .ac_results li {
        width: 100%;
        /*overflow: hidden;*/
        clear: both;
        margin-bottom: 2px;
    }

    .ac_results .sep {
        border-left: 2px solid #eee;
    }

    .ac_results li a {
        display: flex;
        width: 100%;
        padding: 2px 0px;
        color: #e5e5e5;
        overflow: auto;
        flex-direction: row-reverse;
        justify-content: flex-start;
        align-items: center;
        background-color: rgba(230, 230, 230, 0.2);
        outline: none;
        text-decoration: none;
    }

        .ac_results li a .product-code {
            font-size: 26px;
            margin-right: 30px;
            line-height: 1;
        }

        .ac_results li a .product-title1 {
            font-size: 22px;
            margin-right: 30px;
            line-height: 1;
        }

        .ac_results li a .product-title2 {
            font-size: 18px;
            line-height: 1;
        }

        .ac_results li a img {
            vertical-align: middle;
            width: 58px;
            height: 58px;
            margin: 0px 20px 0px 10px;
        }

    .ac_results li .cat-item {
        display: block;
        padding: 10px;
        font-size: 12px;
        color: #333;
        cursor: pointer;
    }

    .ac_results li a:hover {
        color: #333;
        background-color: rgba(230, 230, 230, 0.6);
    }

    .ac_results li.btn-show-all a, .ac_results li.btn-show-all a:focus {
        color: #AECECE;
        font-size: 20px;
        justify-content: flex-end;
        line-height: 60px;
        padding-right: 30px !important;
        outline: none;
        text-decoration: none;
    }

        .ac_results li.btn-show-all a:hover {
            color: #333;
        }

@media (max-width: 480px) {
    .ac_results li {
        margin-bottom: 1px;
    }

        .ac_results li a .product-code {
            font-size: 16px;
            margin-right: 20px;
        }

        .ac_results li a .product-title1 {
            font-size: 16px;
            margin-right: 20px;
            line-height: 1;
        }

        .ac_results li a .product-title2 {
            font-size: 14px;
            line-height: 1;
        }

        .ac_results li a img {
            vertical-align: middle;
            width: 30px;
            height: 30px;
            margin: 0px 9px 0px 3px;
        }

        .ac_results li.btn-show-all a, .ac_results li.btn-show-all a:focus {
            color: #AECECE;
            font-size: 14px;
            justify-content: flex-end;
            line-height: 36px;
            padding-right: 20px !important;
            outline: none;
            text-decoration: none;
        }

    .product-search-container a {
        padding: 3px 2px !important;
    }
}


.product-search-container {
    overflow: auto;
    /*max-height: 350px;*/
}


    .product-search-container .product-title {
        float: left;
        width: 90%;
        line-height: 40px;
        direction: ltr;
        text-align: left;
    }

    .product-search-container * {
        direction: rtl;
    }

    .product-search-container a {
        padding: 5px 2px !important;
    }

    .product-search-container ul li:last-child a {
        border-bottom: none;
    }

.news-search-container {
    height: 150px;
}

.article-search-container {
    height: 150px;
}

.ac_results .noresult {
    text-align: center;
    padding: 5px;
    color: #ececec;
    line-height: 40px;
}



@media (min-width: 320px) and (max-width:767px) {
    .ac_results {
        /*right: 10px !important;*/
    }
}

@media (min-width: 320px) {
    .ac_results {
        /*width:300px !important;*/
    }
}

@media (min-width: 360px) {
    .ac_results {
        /*width: 340px !important;*/
    }
}

@media (min-width: 480px) {
    .ac_results {
        /*width: 460px !important;*/
    }
}

@media (min-width: 768px) {
    .ac_results {
        /*width: 600px !important;*/
    }
}

@media (min-width: 1200px) {
    .ac_results {
        /*width: 600px !important;*/
    }
}

.ac_loading {
    background: url(../Images/ajax-loader.gif) no-repeat center left 60px;
    background-size: 24px 24px;
}
