.autocomplete h3{
    font-size: 14px;
    color: #373737;
    font-weight: 600;
    margin-bottom: 0;
}

.autocomplete .autocomplete-trending-wrapper h3{
    margin-top: 15px;
    margin-bottom: 10px;
}

.autocomplete h4{
    font-size: 13px;
    color: #757575;
    text-transform: none;
    line-height: 15px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.autocomplete .item a{
    font-size: 13px;
    color: #757575;
    text-decoration: none;
    line-height: 1.5;
    text-transform: none;
    font-weight: 400;
}

.autocomplete-wrapper:before{
    display: none;
}

.autocomplete-wrapper .container{
   width: 100%;
}

.autocomplete{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.autocomplete-results{
    width: 1140px;
    /*display: block !important;*/
    margin: 0 !important;
}

.autocomplete .autocomplete-popup-wrapper{
    border: 1px solid #ececec;
    border-top: none;
    border-radius: 0;
    background-color: white;
    padding: 0 10px;
}
.active-autocomplete .autocomplete{
    display: block;
}
.autocomplete .item:hover a{
    color: #3973b5;
}

.autocomplete-results.active .autocomplete-trending-wrapper,
.autocomplete-results .categories-and-brands-ajax,
.autocomplete-results.active .autocomplete-categories-and-brands > * + *{
    display: none;
}

.autocomplete-results .autocomplete-trending-wrapper, .autocomplete-results.active .categories-and-brands-ajax{
    display: block;
}

.autocomplete-results .autocomplete-popup-wrapper .lists-tabs ul.items-wrapper .item.tabs-items-article,
.autocomplete-results .autocomplete-popup-wrapper .lists-tabs ul.items-wrapper .item.tabs-items-catalog {
    display: none;
}

.autocomplete-results.active .autocomplete-popup-wrapper .lists-tabs ul.items-wrapper .item.tabs-items-article,
.autocomplete-results.active .autocomplete-popup-wrapper .lists-tabs ul.items-wrapper .item.tabs-items-catalog {
    display: inline-block;
}

.autocomplete .autocomplete-banner .img-wrapper-mobile{
    display: none;
}
.autocomplete-trending-wrapper{
    padding: 0 10px;
    border-bottom: 1px solid #f6f6f6;
}
.autocomplete-trending-wrapper .items-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 60px;
}

.autocomplete-trending-wrapper .quick-links .nav.nav-simple > li:first-of-type{
    overflow: inherit !important;
}

.autocomplete-trending-wrapper .quick-links .nav.nav-simple > li{
    float: none;
    display: inline-block;
    margin-bottom: 10px;
}

.autocomplete-categories-wrapper{
    margin-bottom: 0;
}

.categories-and-brands-ajax .autocomplete-categories-wrapper{
    margin-bottom: 25px;
}

.autocomplete-brands-wrapper.slider{
    margin-bottom: 0;
}

.autocomplete-categories-and-brands .items-wrapper,
.autocomplete-categories-wrapper .items-wrapper{
    max-height: 125px;
    overflow-y: auto;
}

.autocomplete-categories-and-brands{
    background-color: #F6F6F6;
    min-height: 530px;
    height: 100%;
    margin: 0 -10px;
    padding: 20px 0;
}

.autocomplete-categories-and-brands .heading-wrapper{
    padding: 0 20px;
}

.autocomplete-categories-and-brands .item{
    padding: 5px 20px 5px 20px;
    line-height: 1.4;
}
.autocomplete-categories-and-brands .item:hover {
    background-color: white;
    cursor: pointer;
}
.autocomplete-categories-and-brands h3,
.autocomplete-heading-and-products-wrapper h3{
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 10px;
}
.autocomplete-categories-and-brands > * + *,
.search_word_suggestion-wrapper {
    margin-bottom: 20px;
}

.search_word_suggestion-wrapper .item a:before{
    content: url("../../../_static/images/core/word_suggestion.svg");
    margin-right: 5px;
}
.autocomplete-heading-and-products-wrapper{
    padding: 0 10px;
}
.autocomplete-heading-and-products-wrapper h3{
    font-weight: normal;
    text-align: left;
}
.autocomplete-products-wrapper{
    margin-top: 0;
    max-height: 405px;
    overflow: auto;
    overflow-x: hidden;
    height: 405px;
}
.autocomplete-product-item{
    display: flex;
    align-items: center;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    margin-bottom: 20px;
}

.autocomplete-product-item:hover{
    border: 1px solid #CCCCCC;
}

.autocomplete .autocomplete-product-item .heading-wrapper{
    height: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}

.autocomplete-product-item .product-price{
    font-size: 13px;
    color: #373737;
    font-weight: 500;
    line-height: 1.5;
}
.autocomplete-product-item .product-price span{
    font-size: 13px;
    color: #373737;
}
.autocomplete-product-item .product-prev-price{
    font-size: 12px;
    color: #9E9E9E;
    text-decoration: line-through;
    line-height: 1.5;
    font-weight: 400;
}

.autocomplete-product-item .product-prev-price span{
    font-weight: 400;
    color: #9E9E9E;
    font-size: 12px;
}

.autocomplete-product-item .img-wrapper{
    padding: 10px;
    flex: 1;
}
.autocomplete-product-item .info-wrapper{
    padding-right: 10px;
    flex: 1;
}
.autocomplete-product-item .info-wrapper > div{
    line-height: 15px;
    height: auto;
}

.autocomplete .autocomplete-input{
    height: 40px;
    width: 94%;
    border: none;
    font-size: 15px;
    padding: 0 15px;
}
.autocomplete .search-wrapper{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 40px;
    width: 680px;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    overflow: hidden;
}
.autocomplete .search-wrapper img{
    cursor: pointer;
}

.autocomplete-banner{
    margin: 20px 0 20px;
}

.slider-no-query .autocomplete-banner .slick-slide,
.slider-no-query .autocomplete-banner .slick-track{
    width: 100% !important;
}

.autocomplete-banner .slick-dots{
    bottom: 0;
    margin-bottom: 0;
}

.product.autocomplete-products-list-wrapper{
    margin-bottom: 0;
    position: relative;
    padding: 0 10px;
    max-height: 470px;
    overflow-y: auto;
}

.product.autocomplete-products-list-wrapper .heading-wrapper h3{
    font-size: 14px;
    color: #373737;
    padding-bottom: 5px;
    border-bottom: 1px solid #EAEAEA;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
}

.product.autocomplete-products-list-wrapper .heading-wrapper h3 span{
    line-height: 13px;
    text-transform: none;
    font-size: 14px;
}

.product.autocomplete-products-list-wrapper .item .img-wrapper{
    border: none;
    padding: 10px;
}

.product.autocomplete-products-list-wrapper .item h3{
    color: #757575;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    line-height: 15px;
}

.product.autocomplete-products-list-wrapper .item .current-price {
    height: auto;
    font-weight: 500;
    font-size: 13px;
    color: #373737;
    line-height: 20px;
}

.product.autocomplete-products-list-wrapper .item .prev-price{
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    line-height: 15px;
    text-decoration: line-through;
}

.product.autocomplete-products-list-wrapper .item .prev-price span{
    color: #9e9e9e;
    line-height: 15px;
}

.autocomplete-results.active .autocomplete-products-list{
    display: none;
}

.autocomplete-results .autocomplete-heading-and-products-wrapper,
.autocomplete-results .search-sugest-no-results,
.autocomplete-results.active .slider-no-query,
.autocomplete-results .slider-query{
    display: none;
}

.autocomplete-results.active .autocomplete-heading-and-products-wrapper,
.autocomplete-results.active .search-sugest-no-results,
.autocomplete-results .slider-no-query,
.autocomplete-results.active .slider-query{
    display: block;
}

.lozad-active .autocomplete-wrapper img.lozad{
    opacity: 1;
}

.autocomplete-heading-and-products-wrapper .heading-wrapper {
    position: relative;
}

.autocomplete-results .heading-append{
    display: block !important;
    padding-top: 0;
    line-height: 24px;
    top: 0;
    right: 0;
    position: absolute;
}

.autocomplete-results .heading-append a{
    color: #3973b5;
    font-size: 12px;
    line-height: 13px;
    padding: 0;
    font-weight: 500;
}

.header-top .nav-search-sugest > li a :hover{
    color: #3973b5;
    text-decoration: none;
}

.search-sugest-no-results .title{
    margin-top: 20px;
}

.product.autocomplete-products-list-wrapper .item .img-hover{
    display: none;
}

.autocomplete-popup-wrapper .lists-tabs{
    margin-top: 15px;
}

.autocomplete-popup-wrapper .lists-tabs ul.items-wrapper .item {
    color: #666666;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
}

.autocomplete-popup-wrapper .lists-tabs ul.items-wrapper .item.active{
    background: #F7F7F7;
    color: #000000;
}

.autocomplate-product-categories{
    margin-bottom: 10px;
    padding: 0 10px;
}

.autocomplate-product-categories .items-wrapper {
    display: flex;
}

.autocomplate-product-categories .item {
    color: #666666;
    font-size: 13px;
    line-height: 24px;
    border-radius: 5px;
    border: 1px solid #EDEDED;
    margin-right: 15px;
    padding: 0 10px;
}

.autocomplete-results .autocomplate-article-categories,
.autocomplete-results .autocomplate-product-categories{
    display: none;
}

.autocomplete-results.active .autocomplate-article-categories,
.autocomplete-results.active .autocomplate-product-categories{
    display: block;
}

.autocomplete-product-item  .caption-product-list,
.autocomplete-heading-and-products-wrapper .caption-product-list{
    position: absolute;
    top: 10px;
    left: 10px;
}

.autocomplete-product-item .img-wrapper .caption-product-list img,
.autocomplete-heading-and-products-wrapper .img-wrapper .caption-product-list img{
    height: auto;
}

.autocomplete-product-item .caption-icons,
.autocomplete-heading-and-products-wrapper .caption-icons{
    position: absolute;
    bottom: 10px;
    right: 10px;
}



@media (max-width: 1400px) {
    .autocomplete .search-wrapper{
        width: 500px;
    }

    .autocomplete-categories-and-brands{
        min-height: 365px;
    }

    .product.autocomplete-products-list-wrapper{
        max-height: 312px !important;
    }

    .autocomplete-products-wrapper{
        max-height: 264px !important;
    }

    .autocomplete-categories-and-brands > * + *{
        margin-bottom: 20px;
    }

    .autocomplete-categories-and-brandws{
        padding: 15px 0;
    }

    .autocomplete h3{
        margin-top: 15px;
    }

    .autocomplete-categories-and-brands h3, .autocomplete-heading-and-products-wrapper h3{
        margin-top: 0;
    }

    .header-top .quick-links .nav.nav-simple > li{
        display: inline;
        margin-bottom: 5px;
    }

    .autocomplete-banner{
        margin: 20px 0 20px;
    }

    .autocomplete-categories-and-brands .item{
        padding: 3px 20px 3px 20px;
    }

    .autocomplete-categories-and-brands > * + *, .search_word_suggestion-wrapper{
        margin-bottom: 15px;
    }

    .categories-and-brands-ajax .autocomplete-categories-wrapper{
        margin-bottom: 15px;
    }

    .autocomplete-product-item{
        margin-bottom: 15px;
    }

    .autocomplete .autocomplete-products-wrapper .item .img-wrapper img,
    .autocomplete .autocomplete-products-list-wrapper .item .img-wrapper img{
        max-width: 100px;
    }

    .autocomplete-categories-and-brands .items-wrapper,
    .autocomplete-categories-wrapper .items-wrapper{
        max-height: 110px;
    }

    .autocomplete-news-list {
        max-height: 380px;
    }

}
@media (max-width: 1200px) {
    .autocomplete .search-wrapper{
        width: 390px;
    }

    .autocomplete{
        width: 100% !important;
    }

    .autocomplete-results{
        width: 100%;
    }

    .autocomplete .autocomplete-products-wrapper .item .img-wrapper img,
    .autocomplete .autocomplete-products-list-wrapper .item .img-wrapper img{
        max-width: 80px;
    }

    .autocomplete-products-wrapper{
        max-height: 355px !important;
    }
}
@media (max-width: 1025px) {
    .autocomplete .search-wrapper{
        width: 250px;
    }

    .autocomplete-products-wrapper{
        max-height: 350px !important;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .autocomplete-products-wrapper {
        max-height: 465px;
    }
}
@media (max-width: 767px) {

    .autocomplete-results{
        width: 100%;
    }

    .autocomplete .search-wrapper{
        width: 100%;
        border: none;
        border-bottom: 1px solid #eaeaea;
    }
    .autocomplete{
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
    }
    .autocomplete .autocomplete-popup-wrapper{
        border: none;
    }
    .autocomplete-categories-and-brands .items-wrapper{
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*padding: 0 10px;*/
        /*gap: 15px;*/
    }

    .autocomplete .autocomplete-banner .img-wrapper .main-img{
        display: none;
    }
    .autocomplete .autocomplete-banner .img-wrapper .img-wrapper-mobile{
        display: block;
    }
/*
    .autocomplete-trending-wrapper .quick-links .nav.nav-simple > li{
        border: 1px solid #E5E5E5;
        padding: 0 5px;
        border-radius: 6px;
        background-color: #F6F6F6;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    */
    .autocomplete-trending-wrapper .quick-links .nav.nav-simple > li{
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .autocomplete-categories-and-brands .items-wrapper .item{
        border: 1px solid #E5E5E5;
        padding: 0 5px;
        border-radius: 6px;
        background-color: #ffffff;
        margin-right: 15px;
    }
    .autocomplete-trending-wrapper .nav-simple{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .autocomplete-trending-wrapper{
        padding: 10px;
    }

    .autocomplete h3{
        margin-bottom: 15px;
    }

    .autocomplete-categories-and-brands h3, .autocomplete-heading-and-products-wrapper h3{
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .autocomplete-trending-wrapper .nav.nav-simple > li a{
        padding: 0;
    }

    .autocomplete-categories-and-brands{
        min-height: 100%;
        padding: 0 0 20px;
    }

    .autocomplete-categories-and-brands .heading-wrapper,
    .autocomplete-categories-and-brands .item{
        padding: 10px 0 10px 10px;
    }

    .autocomplete-categories-and-brands .slick-list{
        padding: 0 15px;
    }

    .autocomplete-categories-and-brands .items-wrapper, .autocomplete-categories-wrapper .items-wrapper{
        min-height: 100%;
    }

    .autocomplete h4{
        font-size: 13px !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .autocomplate-product-results{
        position: relative;
        width: 100%;
        float: left;
    }

    .autocomplete-categories-and-brands > * + *{
        margin-bottom: 0;
    }

    .product.autocomplete-products-list-wrapper .item .img-wrapper{
        flex: 0 0 35%;
    }

    .autocomplete-product-item .info-wrapper{
        flex: 0 0 65%;
        display: flex;
        align-items: center;
    }

    .autocomplete .autocomplete-product-item .heading-wrapper{
        height: auto;
        overflow: hidden;
        margin-bottom: 0;
        flex: 0 0 50%;
    }

    .autocomplete-product-item .info-wrapper > div{
        flex: 0 0 50%;
    }

    .product.autocomplete-products-list-wrapper .item h3{
        padding: 0;
        border: none;
        margin: 0;
    }

    .autocomplete-products-wrapper{
        max-height: 335px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .autocomplete-categories-and-brands .slick-list{
        padding: 0 20px;
    }

    .product.autocomplete-products-list-wrapper .heading-wrapper h3{
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 15px;
    }

    .categories-and-brands-ajax .autocomplete-categories-wrapper{
        margin-bottom: 0;
    }

    .product.autocomplete-products-list-wrapper,
    .autocomplete-products-wrapper{
        max-height: 100% !important;
    }

    .autocomplete-trending-wrapper .heading-wrapper h3{
        margin-bottom: 10px;
        margin-top: 25px;
    }
    .autocomplete-categories-wrapper {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .autocomplete-brands-wrapper.slider{
        display: flex;
        align-items: center;
    }

    .autocomplete-categories-and-brands .search_word_suggestion-wrapper .items-wrapper .item{
        border: none;
        padding: 0 10px;
        border-radius: 0;
        background: transparent;
        margin-bottom: 5px;
    }

    .autocomplete-heading-and-products-wrapper h3,
    .tab-content h3{
        font-size: 14px;
    }

    .autocomplete-popup-wrapper .lists-tabs ul.items-wrapper .item{
        font-size: 14px;
        min-width: auto;
        padding: 10px 15px;
    }
}



