body.srch {
    overflow: hidden;
}

/*.search{*/
/*    height: auto !important;*/
/*    overflow: unset!important;*/
/*    z-index: 9!important;*/
/*}*/

/* Autocomlapte button */
.autocomplete-button-icon{
    display: flex;
    justify-content: end;
    position: relative;
    top: 4px;
    cursor: pointer;
}

/* Search suggest */
.search{
    /*width: 100%;*/
    /*max-height: 100vh !important;*/
    /*overflow: hidden;*/
    /*top: -37px;*/
    /*background: #fff;*/
    box-shadow: 3px 0 3px #0000000d;
    margin-bottom: 0;
    width: auto;
    height: auto;
    overflow: unset;
}

.autocomplete-wrapper{
    position: absolute;
    top: -40px;
    right: 0;
    width: 100%;
    background: transparent;
    z-index: 1000;
    margin-top: 0;
}

.block.autocomplete-wrapper:before{
    content: "";
    position: absolute;
    height: 40px;
    width: 100%;
    background: #fff;
}

.autocomplete-wrapper .container{
    height: 100%;
    /*max-width: 100%;*/
    padding: 0;
}

.autocomplete{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: right;
}

.autocomplete-input{
    width: 100%;
    outline-offset: 0;
    border: none;
    border-bottom: 1px solid #DEDEDE;
    height: 40px;
    padding: 10px 15px;
    position: relative;
}

.autocomplete-input:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background: #ffffff;
}

.autocomplete input::-webkit-input-placeholder{
    color: #767676;
    font-size: 14px;
}

.autocomplete-close{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999;
    cursor: pointer;
    width: 28px;
    height: 29px;
    text-align: center;
    background: #ffffff;
}

.autocomplete-close:before{
    content: url(../../../_static/images/dexyco_v2021/close.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
}

.search-sugest{
    background: #ffffff;
    position: relative;
}

.search-sugest:before{
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 100vw;
    height: 100%;
    background: #ffffff;
}


/* Products autocomplate */
.products-list-simple .product-code{
    display: none;
}

.products-list-simple .category-wrapper{
    margin-top: 15px;
}

.products-list-simple .product-category{
    text-align: left;
    color: #767676;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
}

.products-list-simple .product-title{
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.products-list-simple .product-price{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-align: left !important;
}

.products-list-simple .product-prices{
    margin-bottom: 40px;
}

.search-sugest .title {
    display: none;
}

.search-sugest .items-wrapper{
    height: 100vh;
    overflow-y: scroll;
    padding-top: 30px;
}


@media screen and (max-width: 991px){

    .autocomplete-results{
        height: 100% !important;
    }

    .search-sugest .items-wrapper{
        padding: 30px 10px 0;
        height: 100vh;
    }

}
