.sbt-cstm-srch .custom_search {
    width: 100%;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 7px 20px 0 rgba(0,0,0,0.07);
    color: #6D717A;
    font-family: 'AvenirNext-Regular';
    font-size: 14px;
    line-height: 19px;
    padding: 10px 40px 11px 15px !important;
    border: 0;
}
.sbt-cstm-srch{
    margin: 0;
    padding: 1em 0;
    font-size: 0.875em;
}
.sbt-cstm-srch-wrap form.woocommerce-product-search {
    margin: 0;
}
.sbt-cstm-srch-wrap{
    width: 100%;
    position: relative;
}
.sbt-cstm-srch .submit{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 44px;
    min-width: 50px;
    right: 0; 
    left: auto;
    top: 0;
    bottom: auto;
    padding: 0 15px;
    color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}
.eac-item img {
    width: 100%;
    height: 100%;
    background: #fff;
}
.itm-img {
    width: 50px;
    height: 50px;
    float: left;
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
}
.itm-meta {
    text-align: left;
    width: calc(100% - 120px);
    float: left;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.2;
}

.autocomplete-suggestion {
    border-bottom: 1px solid #bbb;
    padding: 7px 12px;
}
.autocomplete-suggestions .sbt-inr{
    width: 100%;
    height: auto;
    color: #333;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    resize: vertical;
    cursor: pointer;
}
.nocur{
    pointer-events: none;
}
.itm-price {
    font-weight: 700 !important;
    font-size: 13px;
    color: #000;
    width: 70px;
}
span.sml {
    font-size: 12px;
    color: #4e9ac5;
}
input.custom_search:focus {
    outline: none;
}
body .sbt-cstm-srch.fix-mob {
    position: fixed;
    top: 0;
    z-index: 9999999;
    box-shadow: 0 0 0 1000px #fff;
    background: #fff;
    left: 0;
    /*    right: 0;*/
    width: 100%;
}
.sbt-return {
    display: none;
    width: 20px;
}
.sbt-cstm-srch.fix-mob .custom_search{
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 7px 20px 0 rgba(0,0,0,0.07);
    color: #6D717A;
    font-family: 'AvenirNext-Regular';
    font-size: 14px;
    line-height: 19px;
    padding: 10px 40px 11px 15px !important;
    border: 0;
    width: 87%;
}
.sbt-cstm-srch.fix-mob .submit{
    display: none;
}
.autocomplete-suggestions { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-no-suggestion { 
    padding: 2px 5px;
}
.autocomplete-selected { 
    background: #F0F0F0;
}
.autocomplete-suggestions strong { 
    font-weight: bold; color: #000;
}
.autocomplete-group { 
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

@media screen and (max-width:998px) {
    .shipped_block.home_page_block .header-widget-region {
        z-index: 999;
    }
    body.search-opened.single-product .cart .single_add_to_cart_button{
        visibility: hidden;
    }
    .fix-mob .sbt-return {
        display: block;
        margin-left: 21px;
        margin-bottom: 10px;
    }
    .header-widget-region {
        z-index: 1000;
    }
    .autocomplete-suggestions {
        background: #fff;
        margin: 8px 0 0 0;
        overflow-y: scroll;
        max-height: calc(100% - 100px) !important;
        box-shadow: 0 12px 13px -5px #eee;
        border: none;
        width: 100% !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
    }
    .autocomplete-suggestions .autocomplete-suggestion {
        border-bottom: 0;
        padding: 15px 5% 0;;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        position: relative;
    }
    .autocomplete-suggestions div.itm-img, .autocomplete-suggestions div.itm-price,.itm-meta span.sml, .itm-meta br {
        display: none;
    }
    .autocomplete-suggestions div.itm-meta {
        width: calc(100% - 30px);
        position: relative;
        font-size: 16px;
        line-height: 1.2;
        padding: 10px 5px 10px 10px;
    }
    .sbt-cstm-srch .easy-autocomplete{
        width: 100% !important;
    }
    .sbt-cstm-srch span.sml,.sbt-cstm-srch br {
        display: none;
    }
    .itm-meta:after {
        content: "";
        display: block;
        width: 18px;
        height: 22px;
        background: url(../icons/left-up.png);
        background-size: 100%;
        opacity: 0.3;
        background-repeat: no-repeat;
        position: absolute;
        right: -26px;;
        top: 5px;
    }
}